Cosmos/source/Kernel/Cosmos.Platform/Cosmos.Platform.csproj
José Pedro 58f48e5643 g3
2017-07-27 00:18:14 +01: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>