]> granicus.if.org Git - handbrake/commitdiff
Interop: Updated ApplicationServices DLL to target AnyCPU.
authorrandomengy <david.rickard@gmail.com>
Mon, 15 Jun 2015 01:39:58 +0000 (01:39 +0000)
committerrandomengy <david.rickard@gmail.com>
Mon, 15 Jun 2015 01:39:58 +0000 (01:39 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7298 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj

index e3a9b0db21670f28d67d99b7782e535b25f6024d..a5feef9b2dfc7446e2c918d4572769342a1fc3f4 100644 (file)
     <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r
   </PropertyGroup>\r
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">\r
-    <PlatformTarget>x86</PlatformTarget>\r
+    <PlatformTarget>AnyCPU</PlatformTarget>\r
     <OutputPath>bin\Debug\</OutputPath>\r
     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
   </PropertyGroup>\r
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">\r
-    <PlatformTarget>x86</PlatformTarget>\r
+    <PlatformTarget>AnyCPU</PlatformTarget>\r
     <OutputPath>bin\Release\</OutputPath>\r
     <Optimize>true</Optimize>\r
     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
     <DebugSymbols>true</DebugSymbols>\r
   </PropertyGroup>\r
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">\r
-    <PlatformTarget>x64</PlatformTarget>\r
+    <PlatformTarget>AnyCPU</PlatformTarget>\r
     <OutputPath>bin\Debug\</OutputPath>\r
     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
     <UseVSHostingProcess>true</UseVSHostingProcess>\r
   </PropertyGroup>\r
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">\r
-    <PlatformTarget>x64</PlatformTarget>\r
+    <PlatformTarget>AnyCPU</PlatformTarget>\r
     <OutputPath>bin\Release\</OutputPath>\r
     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
     <Optimize>true</Optimize>\r