From 3678e5c4a173a59a4dfce0bb350b4074841ac30e Mon Sep 17 00:00:00 2001 From: GwWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Wed, 10 Dec 2025 10:54:13 +0800 Subject: [PATCH] =?UTF-8?q?chore(build):=20=E6=9B=B4=E6=96=B0=E6=BA=90?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E5=99=A8=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整了项目文件中源代码生成器的相对路径 - 修正了生成器DLL文件的引用位置 - 确保打包时能正确包含分析器组件 --- GFramework.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GFramework.csproj b/GFramework.csproj index 22072ad..9ff585c 100644 --- a/GFramework.csproj +++ b/GFramework.csproj @@ -52,13 +52,13 @@ - - <_GeneratorDll Include="..\GFramework.Generator\bin\$(Configuration)\netstandard2.0\GFramework.Generator.dll" /> + <_GeneratorDll Include="GFramework.Generator\bin\$(Configuration)\netstandard2.0\GFramework.Generator.dll" />