summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeCS.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-07-16 17:20:38 +0000
committersr55 <[email protected]>2011-07-16 17:20:38 +0000
commite7b47c99e6b53a3f44dbea57627f4ec40cc8693b (patch)
treeedeaeed6b72c57b8b717320a46ced78b072e1934 /win/CS/HandBrakeCS.csproj
parent9b6e65252ec843f3701e7f554da48269d17530c8 (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/HandBrakeCS.csproj')
-rw-r--r--win/CS/HandBrakeCS.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/HandBrakeCS.csproj b/win/CS/HandBrakeCS.csproj
index a6aa061bc..1a43741ec 100644
--- a/win/CS/HandBrakeCS.csproj
+++ b/win/CS/HandBrakeCS.csproj
@@ -141,8 +141,9 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NightlyBuild|x86'">
<OutputPath>bin\x86\NightlyBuild\</OutputPath>
- <DefineConstants>TRACE;DEBUG</DefineConstants>
+ <DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>