Skip to content

Commit f0c11e7

Browse files
authored
Remove UWP constants
1 parent 53c3c5e commit f0c11e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<Nullable>enable</Nullable>
10-
<DefineConstants Condition="'$(Configuration)' == 'Debug'">$(DefineConstants);$(Platform);TRACE;DEBUG;NETFX_CORE</DefineConstants>
11-
<DefineConstants Condition="'$(Configuration)' != 'Debug'">$(DefineConstants);$(Platform);TRACE;RELEASE;NETFX_CORE</DefineConstants>
10+
<DefineConstants Condition="'$(Configuration)' == 'Debug'">$(DefineConstants);$(Platform);DEBUG</DefineConstants>
11+
<DefineConstants Condition="'$(Configuration)' != 'Debug'">$(DefineConstants);$(Platform);RELEASE</DefineConstants>
1212
<Optimize Condition="'$(Configuration)' != 'Debug'">true</Optimize>
1313
</PropertyGroup>
1414

0 commit comments

Comments
 (0)