修复项目文件XML格式错误
- 修复PropertyGroup标签不匹配问题 - 重新组织配置项到正确的PropertyGroup中 - 确保XML结构正确 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
0aae370ed4
commit
e3abf26803
@ -13,7 +13,9 @@
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="app.ico" />
|
||||
</ItemGroup>
|
||||
<!-- 用于单文件发布的配置 -->
|
||||
|
||||
<!-- 用于单文件发布的配置 -->
|
||||
<PropertyGroup>
|
||||
<PublishSingleFile>false</PublishSingleFile>
|
||||
<SelfContained>false</SelfContained>
|
||||
<PublishReadyToRun>true</PublishReadyToRun>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user