feat: 新增一键构建脚本 (v2.0.1)
- 添加 build.ps1 PowerShell 构建脚本 - 添加 build.bat 批处理入口(双击一键构建) - 支持 Debug/Release 配置切换 - 支持自包含模式发布 - 自动检测 .NET SDK、清理输出、编译打包
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
|
||||
<!-- 输出路径:解决方案目录下的 Output\Installer\ -->
|
||||
<OutputPath>$(SolutionDir)Output\Installer\</OutputPath>
|
||||
|
||||
<!-- 启用 Windows Forms 支持(文件夹浏览对话框) -->
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user