mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Streamline Unity Engineering
Streamline Unity Engineering
This commit is contained in:
4
DotNet/ThirdParty/ThirdParty.csproj
vendored
4
DotNet/ThirdParty/ThirdParty.csproj
vendored
@@ -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>
|
||||
|
Reference in New Issue
Block a user