From 628733634506c851afe6357d0efa14373015b955 Mon Sep 17 00:00:00 2001 From: GwWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:43:57 +0800 Subject: [PATCH] =?UTF-8?q?chore(sln):=20=E4=BF=AE=E5=A4=8D=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E6=96=B9=E6=A1=88=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正了 GFramework 项目的 csproj 文件路径 - 移除了路径中的多余空格 - 确保项目 GUID 保持不变 - 验证了解决方案配置平台设置 - 测试了解决方案的加载和构建功能 - 更新了相关的全局配置节区引用 --- GFramework .csproj => GFramework.csproj | 0 GFramework.sln | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename GFramework .csproj => GFramework.csproj (100%) diff --git a/GFramework .csproj b/GFramework.csproj similarity index 100% rename from GFramework .csproj rename to GFramework.csproj diff --git a/GFramework.sln b/GFramework.sln index f1df0b6..7a7a807 100644 --- a/GFramework.sln +++ b/GFramework.sln @@ -1,6 +1,6 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GFramework ", "GFramework .csproj", "{9BEDDD6C-DF8B-4E71-9C75-F44EC669ABBD}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GFramework ", "GFramework.csproj", "{9BEDDD6C-DF8B-4E71-9C75-F44EC669ABBD}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution