Updated project.json
This commit is contained in:
parent
b74c906a12
commit
56ded60b98
1 changed files with 5 additions and 18 deletions
23
project.json
23
project.json
|
@ -10,32 +10,19 @@
|
|||
"assembly": {
|
||||
"name": "AlizeLib",
|
||||
"package": "net.nosial.alizelib",
|
||||
"description": "Calculate the averages, total & best of labelled values, import & export the model for later use with low overhead performance",
|
||||
"company": "Nosial",
|
||||
"copyright": "2022-2023 (c) Nosial. All Rights Reserved",
|
||||
"version": "1.0.0",
|
||||
"uuid": "4ae05ff6-a738-11ed-82fc-cf26dde64833"
|
||||
},
|
||||
"build": {
|
||||
"source_path": "src",
|
||||
"default_configuration": "debug",
|
||||
"define_constants": {
|
||||
"ASSEMBLY_NAME": "%ASSEMBLY.NAME%",
|
||||
"ASSEMBLY_PACKAGE": "%ASSEMBLY.PACKAGE%",
|
||||
"ASSEMBLY_VERSION": "%ASSEMBLY.VERSION%",
|
||||
"ASSEMBLY_UID": "%ASSEMBLY.UID%"
|
||||
},
|
||||
"default_configuration": "release",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "debug",
|
||||
"output_path": "build/debug",
|
||||
"define_constants": {
|
||||
"DEBUG": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "release",
|
||||
"output_path": "build/release",
|
||||
"define_constants": {
|
||||
"DEBUG": "0"
|
||||
}
|
||||
"output_path": "build/release"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue