From 240f1fd89902652f8abc441649194a13be8a6af0 Mon Sep 17 00:00:00 2001 From: GwWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Wed, 10 Dec 2025 11:59:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor(build):=20=E7=A7=BB=E9=99=A4=E6=89=93?= =?UTF-8?q?=E5=8C=85=20Source=20Generator=20=E7=9A=84=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E7=9B=AE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了用于构建和打包 Source Generator 的 MSBuild 目标 - 简化了项目引用结构 - 移除了与 analyzers 文件夹相关的复制逻辑 - 清理了不必要的项目配置代码 - 优化了 NuGet 包生成流程 - 提高了构建脚本的可维护性 --- GFramework.csproj | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/GFramework.csproj b/GFramework.csproj index 9ff585c..b68273c 100644 --- a/GFramework.csproj +++ b/GFramework.csproj @@ -44,35 +44,7 @@ - - - - - - - - - - <_GeneratorDll Include="GFramework.Generator\bin\$(Configuration)\netstandard2.0\GFramework.Generator.dll" /> - - - - - - - - - - - -