summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeCS.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-07-03 18:18:56 +0000
committersr55 <[email protected]>2011-07-03 18:18:56 +0000
commitafa69dcabb84b190537d186be8e552ad7ad79ef2 (patch)
tree412c32cb9c9274067621d6244e878456273e5b89 /win/CS/HandBrakeCS.csproj
parent3598b91f625b11fc1556407987a2c4120e7a0e17 (diff)
WinGui: Replace the old-school Windows 9x folder dialog with a 3rd party (ookii) control which uses the new Vista / 7 style folder dialog which is significantly easier to use.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4083 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeCS.csproj')
-rw-r--r--win/CS/HandBrakeCS.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrakeCS.csproj b/win/CS/HandBrakeCS.csproj
index b728fe77f..ca931e2c4 100644
--- a/win/CS/HandBrakeCS.csproj
+++ b/win/CS/HandBrakeCS.csproj
@@ -155,6 +155,9 @@
<HintPath>libraries\Growl.CoreLibrary.dll</HintPath>
<Private>True</Private>
</Reference>
+ <Reference Include="Ookii.Dialogs.Wpf">
+ <HintPath>libraries\OokiiDialogs\Ookii.Dialogs.Wpf.dll</HintPath>
+ </Reference>
<Reference Include="PresentationCore">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>