Streamline Unity Engineering

Streamline Unity Engineering
This commit is contained in:
ALEXTANG
2023-07-14 13:38:05 +08:00
parent b3e59b92d6
commit c825f4d920
52 changed files with 11 additions and 1648 deletions

View File

@@ -14,7 +14,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
<DefineConstants>DOTNET;UNITY_DOTSPLAYER;TENGINE_NET;</DefineConstants>
<OutputPath>..\Bin\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -23,7 +23,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
<DefineConstants>DOTNET;UNITY_DOTSPLAYER;TENGINE_NET;</DefineConstants>
<OutputPath>..\Bin\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>