From 8e852485c4fd40d1655d873bb36e7dbcf12ce7eb Mon Sep 17 00:00:00 2001 From: yuuko Date: Mon, 24 Nov 2025 16:59:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E6=8D=A2=E4=B8=BA=E4=BC=A0=E7=BB=9F.N?= =?UTF-8?q?ET=20Framework=E9=A1=B9=E7=9B=AE=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 转换项目为Visual Studio传统的项目格式: - 移除Microsoft.NET.Sdk - 使用ToolsVersion=15.0 - 手动添加所有引用 - 配置TargetFrameworkVersion=v4.8 - 添加UseWindowsForms=true 这样可以避免SDK版本兼容性问题,确保正常的编译和发布 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- SlideCombine.csproj | 122 ++++++++++++++++++++++++++++++-------------- 1 file changed, 84 insertions(+), 38 deletions(-) diff --git a/SlideCombine.csproj b/SlideCombine.csproj index 7671f14..77b5045 100644 --- a/SlideCombine.csproj +++ b/SlideCombine.csproj @@ -1,48 +1,94 @@ - - + + + + Debug + AnyCPU + {12345678-1234-1234-1234-123456789012} WinExe - net48 - true - SlideCombine SlideCombine - app.ico - - - - true - true + 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 + + + app.manifest - + + + + + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + + + ResXFileCodeGenerator + Form1.Designer.cs + Designer + - - - - false - false - true - - true - - - - - - + + + + True + True + Resources.resx + + + True + True + Settings.settings + + + \ No newline at end of file