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": { "build": {
"source_path": "src", "source_path": "src",
"default_configuration": "debug", "default_configuration": "release",
"define_constants": { "define_constants": {
"ASSEMBLY_NAME": "%ASSEMBLY.NAME%", "ASSEMBLY_NAME": "%ASSEMBLY.NAME%",
"ASSEMBLY_PACKAGE": "%ASSEMBLY.PACKAGE%", "ASSEMBLY_PACKAGE": "%ASSEMBLY.PACKAGE%",