GCMC/GCMCTest/GCMCTest.csproj

13 lines
273 B
XML
Raw Permalink Normal View History

2020-01-01 23:53:38 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\GCMC\GCMC.csproj" />
</ItemGroup>
</Project>