2025-7-27

This commit is contained in:
Tourswen
2025-07-27 20:57:13 +08:00
parent 49d58a83cb
commit a96b0c4065
11 changed files with 114 additions and 227 deletions

View File

@@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>..\..\..\2009463077\1.5\Assemblies\0Harmony.dll</HintPath>
<HintPath>..\..\..\..\..\..\workshop\content\294100\2009463077\1.5\Assemblies\0Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp">
@@ -111,10 +111,9 @@
<Compile Include="EventSystem\EventUIConfigDef.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 自定义清理任务删除obj文件夹中的临时文件 -->
<Target Name="CleanDebugFiles" AfterTargets="Build">
<RemoveDir Directories="$(ProjectDir)obj\Debug" />
<RemoveDir Directories="$(ProjectDir)obj\Release" />
</Target>
</Project>
</Project>