Cosmos/source/KernelGen3/Cosmos.System/Cosmos.System.csproj
2017-07-19 12:17:06 -04:00

12 lines
No EOL
309 B
XML

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