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 4420451 commit 839383b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions DnSpyCommon.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@

<Import Project="$(MSBuildThisFileDirectory)Build\ConvertToNetstandardReferences\ConvertToNetstandardReferences.tasks" Condition=" '$(IsDotNetCore)' == 'true' " />

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

<!-- .NET Core 3.0 SDK doesn't currently support COMReference: https://github.com/0xd4d/dnSpy/issues/1053 -->
<PropertyGroup>
<HasCOMReference>false</HasCOMReference>
Expand Down

0 comments on commit 839383b

Please sign in to comment.