Skip to content

Commit

Permalink
add conditional compilation symbol for Debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
NickStrupat committed Nov 25, 2016
1 parent 2e30227 commit 84f1119
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand Down

0 comments on commit 84f1119

Please sign in to comment.