diff options
author | sr55 <[email protected]> | 2010-09-19 12:25:34 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-09-19 12:25:34 +0000 |
commit | 887618850f6d872913aed0bb6c8888d09c82e626 (patch) | |
tree | f7e83bf97ea964538f5e14d4af6b1f89629b95af /win/C#/HandBrake.ApplicationServices | |
parent | a0a8a9f0a86ab4684ead079e25a47846c155e463 (diff) |
WinGui:
- Attempt to fix nightly build.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3545 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 5e06e87cd..8a806e594 100644 --- a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -25,6 +25,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
|