diff options
author | sr55 <[email protected]> | 2007-07-29 21:15:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-29 21:15:38 +0000 |
commit | ae10b5309ebf402c001c04ec1875505c16369427 (patch) | |
tree | 618193d185076a0885d60311cf25059f983f5b2c /win/C#/HandBrakeCS.csproj | |
parent | a74a13ded2bdcfd5bb9dbcce8cc57c78c15ac9ed (diff) |
WinGui:
- Removed the readDVD Window and all its components (In options & program settings file) This is not needed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@760 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 6161131be..50121cbce 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -110,10 +110,6 @@ <SubType>Designer</SubType>
<DependentUpon>frmReadDVD.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="frmSelectDVD.resx">
- <SubType>Designer</SubType>
- <DependentUpon>frmSelectDVD.cs</DependentUpon>
- </EmbeddedResource>
<EmbeddedResource Include="frmSplashScreen.resx">
<SubType>Designer</SubType>
<DependentUpon>frmSplashScreen.cs</DependentUpon>
@@ -149,12 +145,6 @@ <Compile Include="frmReadDVD.Designer.cs">
<DependentUpon>frmReadDVD.cs</DependentUpon>
</Compile>
- <Compile Include="frmSelectDVD.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmSelectDVD.Designer.cs">
- <DependentUpon>frmSelectDVD.cs</DependentUpon>
- </Compile>
<Compile Include="frmSplashScreen.cs">
<SubType>Form</SubType>
</Compile>
|