From e66206be2516c8ebcbed384ef3a21b71b91c742a Mon Sep 17 00:00:00 2001 From: Netkas Date: Tue, 14 Feb 2023 20:18:42 -0500 Subject: [PATCH] Updated project.json --- project.json | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/project.json b/project.json index f7fb9f0..2052d35 100644 --- a/project.json +++ b/project.json @@ -15,27 +15,11 @@ }, "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" } ] }