Skip to content

Commit 8c9fed3

Browse files
authored
Remove build configuration from constants
1 parent f0c11e7 commit 8c9fed3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Directory.Build.props

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

0 commit comments

Comments
 (0)