This commit is contained in:
2025-09-21 14:20:33 +08:00
parent ec4a6631fd
commit 6000bb58f6
10 changed files with 698 additions and 0 deletions

View File

@@ -205,6 +205,15 @@
<Compile Include="ARAFoodDispenserProperties.cs" />
<Compile Include="Patch_DispenserFoodSearch.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="Wormhole\Building_WormholePortal_A.cs" />
<Compile Include="Wormhole\Building_WormholePortal_B.cs" />
<Compile Include="Wormhole\CompLaunchableWormhole.cs" />
<Compile Include="Wormhole\Dialog_WormholeTransfer.cs" />
<Compile Include="HarmonyPatches\Patch_Site_ShouldRemoveMapNow.cs" />
<Compile Include="HarmonyPatches\Patch_SettlementDefeatUtility_CheckDefeated.cs" />
<Compile Include="HarmonyPatches\Patch_Game_DeinitAndRemoveMap.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 自定义清理任务删除obj文件夹中的临时文件 -->
<Target Name="CleanDebugFiles" AfterTargets="Build">