diff options
author | sr55 <[email protected]> | 2010-06-06 14:14:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-06-06 14:14:19 +0000 |
commit | 833e294b1339e9843a3f82fe1b6779be9f7c7093 (patch) | |
tree | f2e8fc2276e26365c16519ba29b62baba1ab908e /win/C#/HandBrakeCS.csproj | |
parent | 62d42d9f7a808d0f5f5432b26f88f977f13269dc (diff) |
WinGui:
- Some changes / improvements to the current models / parsing models.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3359 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 98c9d23f9..6ba8d140c 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -154,6 +154,10 @@ <HintPath>libraries\Growl.CoreLibrary.dll</HintPath>
<Private>True</Private>
</Reference>
+ <Reference Include="HandBrakeInterop, Version=1.3.0.0, Culture=neutral, processorArchitecture=x86">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>libraries\HandBrakeInterop.dll</HintPath>
+ </Reference>
<Reference Include="PresentationCore">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
@@ -217,6 +221,8 @@ <DependentUpon>frmExceptionWindow.cs</DependentUpon>
</Compile>
<Compile Include="Model\ActivityLogMode.cs" />
+ <Compile Include="Model\Cropping.cs" />
+ <Compile Include="Model\SubtitleType.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Services\Encode.cs" />
<Compile Include="frmPreview.cs">
|