mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update ThirdParty.csproj
This commit is contained in:
4
DotNet/ThirdParty/ThirdParty.csproj
vendored
4
DotNet/ThirdParty/ThirdParty.csproj
vendored
@@ -15,7 +15,7 @@
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
|
||||
<OutputPath>..\..\Bin\</OutputPath>
|
||||
<OutputPath>..\Bin\</OutputPath>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<Optimize>true</Optimize>
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
|
||||
<OutputPath>..\..\Bin\</OutputPath>
|
||||
<OutputPath>..\Bin\</OutputPath>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<NoWarn>0169,0649,3021,8981</NoWarn>
|
||||
|
Reference in New Issue
Block a user