3 Commits

Author SHA1 Message Date
Developer
cfcc1b578b 添加环境检测和单exe打包功能
1. 添加.NET Framework 4.8环境检测
   - 启动时检查注册表确认运行环境
   - 缺失时显示明确错误信息和下载链接

2. 配置单exe打包方案
   - 使用ILRepack合并依赖项
   - 更改输出文件名为ExcelMerger_merged.exe
   - 添加必要的项目配置

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 14:28:25 +08:00
Developer
403eae8211 修复.NET Framework 4.8兼容性问题
- 添加必要的using引用(System, System.Windows.Forms, System.Drawing等)
- 修复Program.cs中的ApplicationConfiguration.Initialize()为.NET Framework兼容方法
- 简化System.Data.DataTable和System.Data.DataRow类型引用
- 解决Win7兼容性编译错误问题

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 14:23:05 +08:00
7abace1d8a 添加项目文件。 2025-11-20 11:10:53 +08:00