NorbiPeti
3e3fd0c767
Updated plugin and removed commands that don't really belong here Using ILMerge to merge the parser into the DLL
12 lines
273 B
XML
12 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>
|