Updated project.json to make release
the default build configuration
This commit is contained in:
parent
a24349b0b5
commit
010cf07558
1 changed files with 1 additions and 1 deletions
|
@ -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%",
|
||||||
|
|
Loading…
Add table
Reference in a new issue