refactor(generator): 调整项目文件夹结构

- 移除 logging 文件夹引用
- 将 diagnostics 文件夹重命名为 Diagnostics
- 更新项目文件中的文件夹路径配置
This commit is contained in:
GeWuYou 2026-03-22 15:28:39 +08:00
parent b95c65a30e
commit fc386fb4bc
2 changed files with 1 additions and 2 deletions

View File

@ -60,7 +60,6 @@
<None Include="GeWuYou.$(AssemblyName).targets" Pack="true" PackagePath="build" Visible="false"/> <None Include="GeWuYou.$(AssemblyName).targets" Pack="true" PackagePath="build" Visible="false"/>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="diagnostics\"/> <Folder Include="Diagnostics\"/>
<Folder Include="logging\"/>
</ItemGroup> </ItemGroup>
</Project> </Project>