From 010cf07558f36c2412b7b360425b84332db48eab Mon Sep 17 00:00:00 2001 From: Netkas Date: Wed, 14 Dec 2022 05:07:44 -0500 Subject: [PATCH] Updated project.json to make `release` the default build configuration --- project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.json b/project.json index 985819c..fc5d1a0 100644 --- a/project.json +++ b/project.json @@ -15,7 +15,7 @@ }, "build": { "source_path": "src", - "default_configuration": "debug", + "default_configuration": "release", "define_constants": { "ASSEMBLY_NAME": "%ASSEMBLY.NAME%", "ASSEMBLY_PACKAGE": "%ASSEMBLY.PACKAGE%",