mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 21:42:11 +00:00
17 lines
459 B
XML
17 lines
459 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard1.5</TargetFramework>
|
|
<ProjectGuid>{9E58E949-7B71-45ED-9610-11DA287EE933}</ProjectGuid>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="*.Cosmos" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\00-CPU\Cosmos.CPU\Cosmos.CPU.csproj" />
|
|
<ProjectReference Include="..\80-System\Cosmos.System\Cosmos.System.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|