summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeCS.csproj
diff options
context:
space:
mode:
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>