From 173b759e3cc7cb3600acceffd8c43a6a5861acde Mon Sep 17 00:00:00 2001 From: randomengy <david.rickard@gmail.com> Date: Mon, 15 Jun 2015 01:39:58 +0000 Subject: [PATCH] Interop: Updated ApplicationServices DLL to target AnyCPU. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7298 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../HandBrake.ApplicationServices.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index e3a9b0db2..a5feef9b2 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -19,12 +19,12 @@ <TargetFrameworkProfile>Client</TargetFrameworkProfile> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> - <PlatformTarget>x86</PlatformTarget> + <PlatformTarget>AnyCPU</PlatformTarget> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> - <PlatformTarget>x86</PlatformTarget> + <PlatformTarget>AnyCPU</PlatformTarget> <OutputPath>bin\Release\</OutputPath> <Optimize>true</Optimize> <DefineConstants>DEBUG;TRACE</DefineConstants> @@ -32,13 +32,13 @@ <DebugSymbols>true</DebugSymbols> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> - <PlatformTarget>x64</PlatformTarget> + <PlatformTarget>AnyCPU</PlatformTarget> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG</DefineConstants> <UseVSHostingProcess>true</UseVSHostingProcess> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> - <PlatformTarget>x64</PlatformTarget> + <PlatformTarget>AnyCPU</PlatformTarget> <OutputPath>bin\Release\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <Optimize>true</Optimize> -- 2.40.0