summaryrefslogtreecommitdiffstats
path: root/win/CS
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-05-12 22:49:27 +0000
committersr55 <[email protected]>2012-05-12 22:49:27 +0000
commit485de5727bcf4b864c31392643cf56f446be4ae2 (patch)
treec94aa789b58915dd61ceb10d9488f70b28cb1aaf /win/CS
parentd1f64aa60a5f8646671734441196b5a179f529b1 (diff)
WinGui: 64bit WPF build fix.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4670 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS')
-rw-r--r--win/CS/HandBrakeWPF/HandBrakeWPF.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
index 3ed921e6c..8e952cbe8 100644
--- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
+++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
@@ -64,7 +64,7 @@
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>bin\x64\Release\</OutputPath>
+ <OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>