diff options
-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>
|