From 56ded60b980a38e38aaf02a82f962ba0488d80e7 Mon Sep 17 00:00:00 2001 From: Netkas Date: Tue, 7 Feb 2023 19:49:57 -0500 Subject: [PATCH] Updated project.json --- project.json | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/project.json b/project.json index 0c38fb8..fd2926e 100644 --- a/project.json +++ b/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" } ] }