feat: 新增一键构建脚本 (v2.0.1)

- 添加 build.ps1 PowerShell 构建脚本
- 添加 build.bat 批处理入口(双击一键构建)
- 支持 Debug/Release 配置切换
- 支持自包含模式发布
- 自动检测 .NET SDK、清理输出、编译打包
This commit is contained in:
miao-moe
2026-06-28 07:14:37 +00:00
parent 8dd1eed519
commit bb0c8832a0
41 changed files with 811 additions and 38 deletions

View File

@@ -17,6 +17,9 @@
<!-- 输出路径:解决方案目录下的 Output\Installer\ -->
<OutputPath>$(SolutionDir)Output\Installer\</OutputPath>
<!-- 启用 Windows Forms 支持(文件夹浏览对话框) -->
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>