Updated project.json to make release the default build configuration

This commit is contained in:
Netkas 2022-12-14 05:07:44 -05:00
parent a24349b0b5
commit 010cf07558

View file

@ -15,7 +15,7 @@
},
"build": {
"source_path": "src",
"default_configuration": "debug",
"default_configuration": "release",
"define_constants": {
"ASSEMBLY_NAME": "%ASSEMBLY.NAME%",
"ASSEMBLY_PACKAGE": "%ASSEMBLY.PACKAGE%",