Cosmos/source/Kernel-X86/10-Platform/Cosmos.Platform/Cosmos.Platform.csproj
2017-07-30 13:41:12 -04:00

13 lines
No EOL
377 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Cosmos.CPU\Cosmos.CPU.csproj" />
<ProjectReference Include="..\Cosmos.HAL\Cosmos.HAL.csproj" />
<ProjectReference Include="..\Cosmos.Shared\Cosmos.Shared.csproj" />
</ItemGroup>
</Project>