Move DefineConstants="MONO" into OpenRA.Game.csproj.

This commit is contained in:
Paul Chote
2021-01-09 17:48:14 +00:00
committed by Matthias Mailänder
parent b486112c98
commit 15c926b6b9
3 changed files with 6 additions and 3 deletions

View File

@@ -31,6 +31,9 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Mono)' != ''">
<DefineConstants>MONO</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenRA-Eluant" Version="1.0.17" />
<PackageReference Include="OpenRA-Open.NAT" Version="1.0.0" />