Cosmos/source/Kernel/Cosmos.System/Cosmos.System.csproj
2017-07-21 14:57:47 -04:00

13 lines
No EOL
386 B
XML

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