Updated project.json

This commit is contained in:
Netkas 2023-02-07 19:49:57 -05:00
parent b74c906a12
commit 56ded60b98

View file

@ -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"
}
]
}