Simplify condition check

This commit is contained in:
Matt Nadareski
2021-06-29 13:57:11 -07:00
parent ef7cdcb2e1
commit 06dcf0e0e9

View File

@@ -6,7 +6,7 @@
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
<DebugType>embedded</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'win-x64' AND '$(Configuration)' == 'Debug'">
<PropertyGroup Condition="'$(RuntimeIdentifier)|$(Configuration)' == 'win-x64|Debug'">
<DefineConstants>WindowsDebug</DefineConstants>
</PropertyGroup>
<ItemGroup>