mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 21:42:11 +00:00
17 lines
507 B
XML
17 lines
507 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard1.5</TargetFramework>
|
|
<ProjectGuid>{49f2c01d-d2c5-4564-810b-1ae92236c5c1}</ProjectGuid>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="CosmosGraphicSubsystemBoot.Cosmos" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
|
|
<ProjectReference Include="..\..\source\Cosmos.System2\Cosmos.System2.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|