diff options
author | sr55 <[email protected]> | 2010-09-19 12:40:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-09-19 12:40:04 +0000 |
commit | 23ab1d79d43d78fb61ece173458f16e5b75088fd (patch) | |
tree | 60e7df7aab8f907f53daef4edee51dab17a549f7 /win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 887618850f6d872913aed0bb6c8888d09c82e626 (diff) |
WinGui:
- Move the "Scanning x of x" text to the Source Label. Similar to the Lin/Mac gui's.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3546 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 8a806e594..ba0e3a64e 100644 --- a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -25,7 +25,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <PlatformTarget>x86</PlatformTarget>
+ <PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
|