From 4bf282580fdd3a209f017c29221d0429f5eace30 Mon Sep 17 00:00:00 2001 From: yuuko Date: Mon, 24 Nov 2025 18:20:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B9=E7=9B=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=A0=BC=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复SlideCombine.csproj的XML格式问题 - 移除可能导致解析错误的特殊字符 - 确保标准MSBuild项目文件格式 - 保持.NET Framework 4.5.2目标框架 解决Visual Studio报错: "名称不能以"<"字符(十六进制值 0x3C)开头" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- SlideCombine.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/SlideCombine.csproj b/SlideCombine.csproj index fc6b762..30cbf43 100644 --- a/SlideCombine.csproj +++ b/SlideCombine.csproj @@ -1,4 +1,3 @@ - Debug