diff options
author | sr55 <[email protected]> | 2010-07-17 21:48:41 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-07-17 21:48:41 +0000 |
commit | 4cacc7fd60440725739f4560f14eadf40e335890 (patch) | |
tree | 00ae8169d08d09105ce1d32281e98a0e879cb009 /win/C#/HandBrakeCS.csproj | |
parent | 3c92cad4fe545eb2159cbb576c57f8e3d1ee6bb5 (diff) |
WinGui:
- Remove the old school splash screen. Doesn't really serve a purpose now.
- Added Jobs Pending to the current Encode status string in the Main window task bar.
- Some minor refactoring.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3444 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 75d4621e7..76042e21b 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -356,10 +356,6 @@ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
- <EmbeddedResource Include="frmSplashScreen.resx">
- <SubType>Designer</SubType>
- <DependentUpon>frmSplashScreen.cs</DependentUpon>
- </EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
@@ -378,12 +374,6 @@ <DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
- <Compile Include="frmSplashScreen.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmSplashScreen.Designer.cs">
- <DependentUpon>frmSplashScreen.cs</DependentUpon>
- </Compile>
</ItemGroup>
<ItemGroup>
<Content Include="handbrakepineapple.ico" />
@@ -414,7 +404,6 @@ <Content Include="Resources\window.png" />
<None Include="Resources\save.png" />
<None Include="Resources\stop.png" />
- <None Include="Resources\SplashScreen.jpg" />
<None Include="Resources\Movies.png" />
<None Include="Resources\General Preferences.png" />
</ItemGroup>
|