Skip to content

Commit

Permalink
Fixed missing debug constants in MGCB debug config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspilman committed Jan 28, 2013
1 parent a53e8aa commit f965761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/MGCB/MGCB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug</OutputPath>
<DefineConstants />
<DefineConstants>TRACE;DEBUG</DefineConstants>
<PlatformTarget>anycpu</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand Down

0 comments on commit f965761

Please sign in to comment.