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",