change default config to Release since Debug is now a very bad idea, unless needed

This commit is contained in:
UbitUmarov
2024-04-01 19:33:27 +01:00
parent d91a84e08d
commit 4abdea5bb3

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<Prebuild version="1.10" xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.10.xsd">
<!-- <Solution activeConfig="Debug" name="OpenSim" path="./" version="0.5.0-$Rev$" forceFrameworkVersion="v4_6"> -->
<Solution activeConfig="Debug" name="OpenSim" path="./" version="0.5.0-$Rev$" frameworkVersion="net6_0">
<Solution activeConfig="Release" name="OpenSim" path="./" version="0.5.0-$Rev$" frameworkVersion="net6_0">
<Configuration name="Debug" >
<Options>
<CompilerDefines>TRACE</CompilerDefines>