From 0c903d2cd7298c59173461b23b5ff3bb59d3f269 Mon Sep 17 00:00:00 2001 From: Developer Date: Thu, 20 Nov 2025 14:37:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DILRepack=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了对系统程序集System.Threading.Tasks.dll的合并 - 添加了/target:exe参数确保正确生成exe文件 - 只合并必要的第三方依赖项EPPlus.dll 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- WinFormsApp1/WinFormsApp1.csproj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/WinFormsApp1/WinFormsApp1.csproj b/WinFormsApp1/WinFormsApp1.csproj index d70ee34..a781f65 100644 --- a/WinFormsApp1/WinFormsApp1.csproj +++ b/WinFormsApp1/WinFormsApp1.csproj @@ -6,8 +6,6 @@ true ExcelMerger ExcelMerger - app.ico - false false @@ -27,10 +25,9 @@ - - +