diff options
author | sr55 <[email protected]> | 2009-01-16 20:55:35 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-01-16 20:55:35 +0000 |
commit | f0ad6d2972a9bbe7fa975591da6474c7980e2857 (patch) | |
tree | d3245cf41ec4bf0e56ad7168c951c394b77d1ca6 /win/C#/HandBrakeCS.csproj | |
parent | a2d1eeae7a4fda1c0af7a4cc390dace060428f20 (diff) |
WinGui:
- Perform source scanning in the main window rather than a separate window. File Menu > Cancel Scan added in case of a scan lockup.
- Fixed issue where a preset was loaded twice needlessly.
- Support for no audio added.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2089 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index d004eb2ab..4899db28f 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -233,10 +233,6 @@ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
- <EmbeddedResource Include="frmReadDVD.resx">
- <SubType>Designer</SubType>
- <DependentUpon>frmReadDVD.cs</DependentUpon>
- </EmbeddedResource>
<EmbeddedResource Include="frmSplashScreen.resx">
<SubType>Designer</SubType>
<DependentUpon>frmSplashScreen.cs</DependentUpon>
@@ -256,12 +252,6 @@ <DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
- <Compile Include="frmReadDVD.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmReadDVD.Designer.cs">
- <DependentUpon>frmReadDVD.cs</DependentUpon>
- </Compile>
<Compile Include="frmSplashScreen.cs">
<SubType>Form</SubType>
</Compile>
|