diff options
author | sr55 <[email protected]> | 2012-03-23 23:58:32 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-03-23 23:58:32 +0000 |
commit | 1732654a808c3b0326dd475217abbbe6908cc015 (patch) | |
tree | 6d4b493f5f22cdeedbd2888355d2cd3fa282ebcb /win/CS/HandBrakeCS.csproj | |
parent | e3a97d65b55111d6c140a74794a587c791598248 (diff) |
WinGui: Turn Full debug on for the Windows GUI, and include pdb's in the nightly builds.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4531 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeCS.csproj')
-rw-r--r-- | win/CS/HandBrakeCS.csproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win/CS/HandBrakeCS.csproj b/win/CS/HandBrakeCS.csproj index ac189474f..c2e0f74aa 100644 --- a/win/CS/HandBrakeCS.csproj +++ b/win/CS/HandBrakeCS.csproj @@ -48,10 +48,11 @@ <PlatformTarget>x86</PlatformTarget>
<OutputPath>bin\x86\Release\</OutputPath>
<UseVSHostingProcess>false</UseVSHostingProcess>
- <DefineConstants>
- </DefineConstants>
+ <DefineConstants>TRACE;DEBUG</DefineConstants>
<Optimize>true</Optimize>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ <DebugType>pdbonly</DebugType>
+ <DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
|