Cosmos/source/Kernel-X86/20-Platform/Cosmos.Platform/Cosmos.Platform.csproj
2017-08-06 14:28:55 -04:00

13 lines
No EOL
410 B
XML

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