Skip to content

Commit f5cb701

Browse files
committed
Remove DefineConstants from props file
1 parent 580d89d commit f5cb701

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

De4DotCommon.props

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,4 @@
1717
<DnlibVersion>3.3.2</DnlibVersion>
1818
</PropertyGroup>
1919

20-
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
21-
<DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants>
22-
</PropertyGroup>
23-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
24-
<DefineConstants>$(DefineConstants);TRACE</DefineConstants>
25-
</PropertyGroup>
26-
2720
</Project>

0 commit comments

Comments
 (0)