修改输出类型为Windows应用程序

This commit is contained in:
马巧 2025-08-29 13:38:27 +08:00
parent 242735335e
commit 486ac13e7c
1 changed files with 1 additions and 1 deletions

View File

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