Use WinExe to avoid console ui

This commit is contained in:
Jack251970 2025-06-13 14:19:43 +08:00
parent d56f0a0d1a
commit dae6f5d95c

View file

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