取消Cmd的console的实时消息和运行cmd窗口弹出

This commit is contained in:
2025-02-26 16:16:35 +08:00
parent 0bbe361ab7
commit f02e336f34
2 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>