Cosmos/source/Kernel-X86/TempCompileTest/TempCompileTest.csproj
2017-07-30 13:31:32 -04:00

13 lines
No EOL
358 B
XML

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