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": {
|
"assembly": {
|
||||||
"name": "AlizeLib",
|
"name": "AlizeLib",
|
||||||
"package": "net.nosial.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",
|
"version": "1.0.0",
|
||||||
"uuid": "4ae05ff6-a738-11ed-82fc-cf26dde64833"
|
"uuid": "4ae05ff6-a738-11ed-82fc-cf26dde64833"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"source_path": "src",
|
"source_path": "src",
|
||||||
"default_configuration": "debug",
|
"default_configuration": "release",
|
||||||
"define_constants": {
|
|
||||||
"ASSEMBLY_NAME": "%ASSEMBLY.NAME%",
|
|
||||||
"ASSEMBLY_PACKAGE": "%ASSEMBLY.PACKAGE%",
|
|
||||||
"ASSEMBLY_VERSION": "%ASSEMBLY.VERSION%",
|
|
||||||
"ASSEMBLY_UID": "%ASSEMBLY.UID%"
|
|
||||||
},
|
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
|
||||||
"name": "debug",
|
|
||||||
"output_path": "build/debug",
|
|
||||||
"define_constants": {
|
|
||||||
"DEBUG": "1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "release",
|
"name": "release",
|
||||||
"output_path": "build/release",
|
"output_path": "build/release"
|
||||||
"define_constants": {
|
|
||||||
"DEBUG": "0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue