error fixed

This commit is contained in:
Yongkang Zhang 2025-03-12 11:12:41 +01:00
parent a8d19abc13
commit 0105bf1025

View File

@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<<<<<<< HEAD
<OutputType>WinExe</OutputType>
=======
<OutputType>Exe</OutputType>
>>>>>>> 37891877377e624f7138e6c6075bdf6cd8650a0e
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>