diff options
author | sr55 <[email protected]> | 2011-07-16 17:20:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-07-16 17:20:38 +0000 |
commit | e7b47c99e6b53a3f44dbea57627f4ec40cc8693b (patch) | |
tree | edeaeed6b72c57b8b717320a46ced78b072e1934 /win/CS/HandBrake.ApplicationServices | |
parent | 9b6e65252ec843f3701e7f554da48269d17530c8 (diff) |
Another set of build fixes
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4114 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 971131b74..dba33affc 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -55,6 +55,8 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NightlyBuild|x86'">
<PlatformTarget>x86</PlatformTarget>
<OutputPath>bin\x86\NightlyBuild\</OutputPath>
+ <Optimize>true</Optimize>
+ <DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
|