From 53e280b7f416b17153bec7f509095bc922c9fd75 Mon Sep 17 00:00:00 2001 From: yuuko Date: Mon, 24 Nov 2025 17:09:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E4=B8=BA.NET=20Framework=204?= =?UTF-8?q?.8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 恢复项目为传统的.NET Framework 4.8格式: - 使用ToolsVersion=15.0 - TargetFrameworkVersion=v4.8 - 手动添加System.WindowsForms等引用 - 移除Modern SDK配置 现在可以安装NDP48-DevPack-CHS来获取开发工具 编译后的程序仍然需要在有.NET Framework 4.8运行时的机器上运行 🤖 Generated with [Claude Code](https://caude.com/claude-code) Co-Authored-By: Claude --- SlideCombine.csproj | 74 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 65 insertions(+), 9 deletions(-) diff --git a/SlideCombine.csproj b/SlideCombine.csproj index 7b01f00..165ddc2 100644 --- a/SlideCombine.csproj +++ b/SlideCombine.csproj @@ -1,14 +1,70 @@ - - + + + Debug + AnyCPU + {12345678-1234-1234-1234-123456789012} WinExe - net6.0-windows - true - enable - enable - SlideCombine SlideCombine - app.ico + SlideCombine + v4.8 + 512 + true + true + true - + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + + + ResXFileCodeGenerator + Form1.Designer.cs + Designer + + + + \ No newline at end of file