Updated project.json
This commit is contained in:
parent
91c79ab3de
commit
a74a9664da
1 changed files with 0 additions and 16 deletions
16
project.json
16
project.json
|
@ -39,14 +39,6 @@
|
|||
"build_type": "ncc",
|
||||
"output": "build/release/%ASSEMBLY.PACKAGE%.ncc"
|
||||
},
|
||||
{
|
||||
"name": "release_static",
|
||||
"build_type": "ncc",
|
||||
"output": "build/release/%ASSEMBLY.PACKAGE%_static.ncc",
|
||||
"options": {
|
||||
"static": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "release-compressed",
|
||||
"build_type": "ncc",
|
||||
|
@ -74,14 +66,6 @@
|
|||
"ncc_configuration": "release"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "release_static-executable",
|
||||
"build_type": "executable",
|
||||
"output": "build/release/release_static_executable_gz",
|
||||
"options": {
|
||||
"ncc_configuration": "release_static"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "release-compressed-executable",
|
||||
"build_type": "executable",
|
||||
|
|
Loading…
Add table
Reference in a new issue