Skip to content

Commit 58cf9b1

Browse files
committed
Remove unnecessary constant defs
1 parent dac01c9 commit 58cf9b1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Directory.Build.props

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,4 @@
128128
</ItemGroup>
129129

130130
<Import Condition="Exists('User.Directory.Build.props')" Project="User.Directory.Build.props" />
131-
132-
<PropertyGroup>
133-
<DefineConstants>$(DefineConstants);TRACE</DefineConstants>
134-
<DefineConstants Condition="'$(Configuration)'=='Debug'">$(DefineConstants);DEBUG</DefineConstants>
135-
</PropertyGroup>
136131
</Project>

0 commit comments

Comments
 (0)