update prebuild; remove duplicated Debug compile define

This commit is contained in:
UbitUmarov
2022-11-10 09:24:56 +00:00
parent 07deaa4746
commit f4e1bf798a
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<Solution activeConfig="Debug" name="OpenSim" path="./" version="0.5.0-$Rev$" frameworkVersion="net6_0">
<Configuration name="Debug" >
<Options>
<CompilerDefines>TRACE;DEBUG</CompilerDefines>
<CompilerDefines>TRACE</CompilerDefines>
<OptimizeCode>false</OptimizeCode>
<CheckUnderflowOverflow>false</CheckUnderflowOverflow>
<AllowUnsafe>true</AllowUnsafe>