Cosmos/source/Kernel-X86/TempCompileTest/TempCompileTest.csproj
2017-08-06 14:51:03 -04:00

13 lines
No EOL
368 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\40-System\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\90-Shared\Cosmos.Shared\Cosmos.Shared.csproj" />
</ItemGroup>
</Project>