Update
This commit is contained in:
ALEXTANG
2023-07-13 19:05:40 +08:00
parent 2b310c00f2
commit 95e4dd93a8
32 changed files with 3194 additions and 1 deletions

View File

@@ -8,10 +8,12 @@
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DefineConstants>TRACE;TENGINE_NET</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>TRACE;TENGINE_NET</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
@@ -24,4 +26,10 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="..\..\Assets\GameScripts\DotNet\Logic\Config~\GameConfig\Battle\">
<Link>Core\Config~\GameConfig\Battle</Link>
</Folder>
</ItemGroup>
</Project>