Strip only for release

This commit is contained in:
Joseph Moreno
2023-02-10 13:37:09 -05:00
parent 350ac86ac4
commit ffcfefa065
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<IlcGenerateCompleteTypeMetadata>false</IlcGenerateCompleteTypeMetadata>
<IlcGenerateStackTraceData Condition="'$(Configuration.toUpper())' != 'DEBUG'">false</IlcGenerateStackTraceData>
<IlcDisableUnhandledExceptionExperience>true</IlcDisableUnhandledExceptionExperience>
<StripSymbols>true</StripSymbols>
<StripSymbols Condition="'$(Configuration.toUpper())' != 'DEBUG'">true</StripSymbols>
</PropertyGroup>
<ItemGroup>