fix:修复编译警告

Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com>
This commit is contained in:
doudou0720
2026-04-05 22:54:55 +08:00
parent 1b01e4a5c5
commit 36ff945384
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -29,8 +29,9 @@
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU;x86;x64;ARM64</Platforms>
<Platforms>AnyCPU;x86;x64</Platforms>
<LangVersion>10</LangVersion>
<NoWarn>CA1416</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>embedded</DebugType>