diff options
author | sr55 <[email protected]> | 2009-02-01 00:29:14 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-02-01 00:29:14 +0000 |
commit | 3bce6b3eab0b3bd811c2f22eaed448765e074023 (patch) | |
tree | 17f0ffd08e10493b3d3f32e9c1c9668bdf36c293 /win/C#/HandBrakeCS.csproj | |
parent | 1ac999386fc774c56bf3a8360374d2b1132d52f6 (diff) |
WinGui:
- Remove frmMainBasic reference.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2112 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 d93d90a7a..7f8e9a651 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -142,12 +142,6 @@ <Compile Include="frmMain.Designer.cs">
<DependentUpon>frmMain.cs</DependentUpon>
</Compile>
- <Compile Include="frmMainBasic.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmMainBasic.Designer.cs">
- <DependentUpon>frmMainBasic.cs</DependentUpon>
- </Compile>
<Compile Include="frmOptions.cs">
<SubType>Form</SubType>
</Compile>
@@ -218,10 +212,6 @@ <SubType>Designer</SubType>
<DependentUpon>frmMain.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="frmMainBasic.resx">
- <DependentUpon>frmMainBasic.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
<EmbeddedResource Include="frmOptions.resx">
<SubType>Designer</SubType>
<DependentUpon>frmOptions.cs</DependentUpon>
|