fixing buildscript

This commit is contained in:
BlubbFish 2021-08-17 13:01:54 +02:00
parent 6ba759751d
commit 7c409ee5d1

View File

@ -18,6 +18,12 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>