From 5b8d1c6bc7d542f99c72c010715179d6d39c6033 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 21 Dec 2023 15:23:36 -0800 Subject: [PATCH] disable console in release mode --- ProjectName.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ProjectName.csproj b/ProjectName.csproj index 1041716..b99be31 100644 --- a/ProjectName.csproj +++ b/ProjectName.csproj @@ -1,6 +1,7 @@ - Exe + Exe + WinExe net8.0 ProjectName false