diff options
author | sr55 <[email protected]> | 2010-09-11 20:04:22 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-09-11 20:04:22 +0000 |
commit | f2629a7d079b7a20dd53b94b1dce8a7e112b3e32 (patch) | |
tree | 324b81c9ebdaaed5286637e67eb6e4690b90ca0d /win/C#/HandBrakeCS.csproj | |
parent | 716a835052599eec774e1c0fb5be76e6a6ae3836 (diff) |
WinGui:
- Title specific scan added to the File and Folder scan options which can be used for slow scanning bluray sources.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3515 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index e093b2ac2..52b1db28b 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -282,6 +282,12 @@ <Compile Include="Functions\AppcastReader.cs" />
<Compile Include="Functions\QueryParser.cs" />
<Compile Include="Program.cs" />
+ <Compile Include="TitleSpecificScan.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="TitleSpecificScan.Designer.cs">
+ <DependentUpon>TitleSpecificScan.cs</DependentUpon>
+ </Compile>
<EmbeddedResource Include="Controls\AudioPanel.resx">
<DependentUpon>AudioPanel.cs</DependentUpon>
<SubType>Designer</SubType>
@@ -348,6 +354,9 @@ <DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
+ <EmbeddedResource Include="TitleSpecificScan.resx">
+ <DependentUpon>TitleSpecificScan.cs</DependentUpon>
+ </EmbeddedResource>
<None Include="app.config" />
<None Include="Installer\MakeNightly.nsi.tmpl" />
<None Include="Installer\MakeNightly.nsi" />
|