GCMC/GCMCTest/GCMCTest.csproj
Norbi Peti 3e3fd0c767 Cleanup, added INI file and parser lib (merged)
Updated plugin and removed commands that don't really belong here
Using ILMerge to merge the parser into the DLL
2020-05-19 01:16:40 +02:00

13 lines
273 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\GCMC\GCMC.csproj" />
</ItemGroup>
</Project>