From a74a9664da1680147fd8741151ba0037c4ceb758 Mon Sep 17 00:00:00 2001 From: netkas Date: Sun, 13 Oct 2024 16:39:34 -0400 Subject: [PATCH] Updated project.json --- project.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/project.json b/project.json index 4f7afd0..a1bc4a1 100644 --- a/project.json +++ b/project.json @@ -39,14 +39,6 @@ "build_type": "ncc", "output": "build/release/%ASSEMBLY.PACKAGE%.ncc" }, - { - "name": "release_static", - "build_type": "ncc", - "output": "build/release/%ASSEMBLY.PACKAGE%_static.ncc", - "options": { - "static": true - } - }, { "name": "release-compressed", "build_type": "ncc", @@ -74,14 +66,6 @@ "ncc_configuration": "release" } }, - { - "name": "release_static-executable", - "build_type": "executable", - "output": "build/release/release_static_executable_gz", - "options": { - "ncc_configuration": "release_static" - } - }, { "name": "release-compressed-executable", "build_type": "executable",