提交
This commit is contained in:
parent
bbc74af9a2
commit
8926f25ee9
|
|
@ -10,6 +10,12 @@
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
<NoWarn>1701;1702;1591,8603,8602,8604,8600,8618</NoWarn>
|
<NoWarn>1701;1702;1591,8603,8602,8604,8600,8618</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Remove="gift\**" />
|
||||||
|
<Content Remove="gift\**" />
|
||||||
|
<EmbeddedResource Remove="gift\**" />
|
||||||
|
<None Remove="gift\**" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\ZR.CodeGenerator\ZR.CodeGenerator.csproj" />
|
<ProjectReference Include="..\ZR.CodeGenerator\ZR.CodeGenerator.csproj" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user