Cosmos/source/Kernel/Cosmos.Platform/Cosmos.Platform.csproj
José Pedro a837d03912 g3
2017-07-27 18:48:29 +01:00

13 lines
No EOL
378 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.HAL3.csproj" />
<ProjectReference Include="..\Cosmos.Shared\Cosmos.Shared.csproj" />
</ItemGroup>
</Project>