From 44a3e8d7521906f876a4bc2373125c026aa14707 Mon Sep 17 00:00:00 2001 From: yuuko Date: Mon, 24 Nov 2025 17:02:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=88=B0.NET=206.0=E4=BB=A5?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E7=9C=9F=E6=AD=A3=E7=9A=84=E8=87=AA=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 升级项目从.NET Framework 4.8到.NET 6.0-windows: - 使用Microsoft.NET.Sdk(现代项目格式) - TargetFramework改为net6.0-windows - 启用ImplicitUsings和Nullable - 保持UseWindowsForms配置 现在支持真正的自包含发布,可以生成包含.NET运行时的独立exe文件 🤖 Generated with [Claude Code](https://claude.com/claude.com) Co-Authored-By: Claude --- SlideCombine.csproj | 75 ++++++--------------------------------------- 1 file changed, 9 insertions(+), 66 deletions(-) diff --git a/SlideCombine.csproj b/SlideCombine.csproj index bc0aff0..7b01f00 100644 --- a/SlideCombine.csproj +++ b/SlideCombine.csproj @@ -1,71 +1,14 @@ - - - + + - Debug - AnyCPU - {12345678-1234-1234-1234-123456789012} WinExe - SlideCombine - SlideCombine - v4.8 - 512 - true - true + net6.0-windows true + enable + enable + SlideCombine + SlideCombine + app.ico - - 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