From 621ad0534b53407463e1845390a05b1cf476ca1b Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 29 Jan 2023 20:59:02 -0500 Subject: [PATCH] Removed unused constants from project.json --- project.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/project.json b/project.json index a0d2d50..a37b3ed 100644 --- a/project.json +++ b/project.json @@ -27,12 +27,6 @@ "build": { "source_path": "src", "default_configuration": "release", - "define_constants": { - "ASSEMBLY_NAME": "%ASSEMBLY.NAME%", - "ASSEMBLY_PACKAGE": "%ASSEMBLY.PACKAGE%", - "ASSEMBLY_VERSION": "%ASSEMBLY.VERSION%", - "ASSEMBLY_UID": "%ASSEMBLY.UID%" - }, "configurations": [ { "name": "release",