This commit is contained in:
zpc 2025-08-01 13:59:09 +08:00
parent bbc74af9a2
commit 8926f25ee9

View File

@ -10,6 +10,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;1591,8603,8602,8604,8600,8618</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Remove="gift\**" />
<Content Remove="gift\**" />
<EmbeddedResource Remove="gift\**" />
<None Remove="gift\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ZR.CodeGenerator\ZR.CodeGenerator.csproj" />