打包設置權限問題0408

This commit is contained in:
jasonchenwork 2025-04-08 09:01:35 +08:00
parent c5cbe127d9
commit 27f03e449a

View File

@ -8,6 +8,7 @@
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<!-- <ApplicationManifest>app.manifest</ApplicationManifest> --> <!-- 確保這一行引用了 manifest 文件 -->
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
</PropertyGroup> </PropertyGroup>