Changed symbol generation to poratable on release

This commit is contained in:
Darth Affe 2021-11-24 21:18:46 +01:00
parent cdc03a9312
commit cb66b08be0

View File

@ -50,7 +50,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<DebugType>pdbonly</DebugType>
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<NoWarn>$(NoWarn);CS1591;CS1572;CS1573</NoWarn>
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>