diff options
author | sr55 <[email protected]> | 2008-03-14 19:47:17 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-03-14 19:47:17 +0000 |
commit | 7082e5068aeae43e72999249bd63eead0b93ebd7 (patch) | |
tree | 78b1b553b242619999f3548d2c7258da99812ee1 /win/C#/HandBrakeCS.csproj | |
parent | 990241acf2640730ef43173afe70b11593681b7c (diff) |
WinGui:
- Users can now have their own presets appear in the presets bar. They can both add and remove their own presets.
- Anamorphic option is now a dropdown menu like the macgui.
- Video tab re-arrange to be consistant with the macgui.
- Video Framerate dropdown: Changed Automatic to Same as soure (same as the macgui)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1338 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index d9c3fe0fe..ed583a840 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -82,9 +82,22 @@ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="C4F.DevKit.Contacts.Controls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=bdc1b65c439c6a1f, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>C:\Documents and Settings\Scott\My Documents\C4F\C4F Developer Kit 2008\Controls\C4F.DevKit.Contacts.Controls.dll</HintPath>
+ </Reference>
+ <Reference Include="C4F.DevKit.Messaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=76ac60f2feb1ad78, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>C:\Documents and Settings\Scott\My Documents\C4F\C4F Developer Kit 2008\Controls\C4F.DevKit.Messaging.dll</HintPath>
+ </Reference>
+ <Reference Include="C4F.DevKit.Telephony, Version=1.0.0.0, Culture=neutral, PublicKeyToken=db6017b098a30de9, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>C:\Documents and Settings\Scott\My Documents\C4F\C4F Developer Kit 2008\Controls\C4F.DevKit.Telephony.dll</HintPath>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
+ <Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Messaging" />
<Reference Include="System.Windows.Forms" />
@@ -103,6 +116,12 @@ <Compile Include="frmAbout.Designer.cs">
<DependentUpon>frmAbout.cs</DependentUpon>
</Compile>
+ <Compile Include="frmAddPreset.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmAddPreset.Designer.cs">
+ <DependentUpon>frmAddPreset.cs</DependentUpon>
+ </Compile>
<Compile Include="frmDownload.cs">
<SubType>Form</SubType>
</Compile>
@@ -159,6 +178,10 @@ <SubType>Designer</SubType>
<DependentUpon>frmAbout.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="frmAddPreset.resx">
+ <DependentUpon>frmAddPreset.cs</DependentUpon>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
<EmbeddedResource Include="frmDownload.resx">
<SubType>Designer</SubType>
<DependentUpon>frmDownload.cs</DependentUpon>
|