From: randomengy Date: Mon, 15 Jun 2015 01:39:58 +0000 (+0000) Subject: Interop: Updated ApplicationServices DLL to target AnyCPU. X-Git-Tag: 1.0.0~1084 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=173b759e3cc7cb3600acceffd8c43a6a5861acde;p=handbrake Interop: Updated ApplicationServices DLL to target AnyCPU. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7298 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- 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 @@ Client - x86 + AnyCPU bin\Debug\ DEBUG;TRACE - x86 + AnyCPU bin\Release\ true DEBUG;TRACE @@ -32,13 +32,13 @@ true - x64 + AnyCPU bin\Debug\ TRACE;DEBUG true - x64 + AnyCPU bin\Release\ DEBUG;TRACE true