mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 21:42:11 +00:00
22 lines
721 B
XML
22 lines
721 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>
|
|
<<<<<<< HEAD
|
|
<ProjectReference Include="..\00-CPU\Cosmos.CPU\Cosmos.CPU.csproj" />
|
|
<ProjectReference Include="..\80-System\Cosmos.System\Cosmos.System.csproj" />
|
|
=======
|
|
<ProjectReference Include="..\..\source\Kernel-X86\80-System\Cosmos.System\Cosmos.System.csproj" />
|
|
<ProjectReference Include="..\..\source\Kernel-X86\Cosmos.CPU\Cosmos.CPU.csproj" />
|
|
>>>>>>> 5e02740c76808c69d0752d1f9ae3fa6439efeed8
|
|
</ItemGroup>
|
|
|
|
</Project>
|