Skip to content

Commit

Permalink
Remove DefineConstants from props file
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Aug 13, 2020
1 parent 580d89d commit f5cb701
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions De4DotCommon.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,4 @@
<DnlibVersion>3.3.2</DnlibVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>$(DefineConstants);TRACE</DefineConstants>
</PropertyGroup>

</Project>

0 comments on commit f5cb701

Please sign in to comment.