diff options
author | sr55 <[email protected]> | 2007-09-04 21:54:35 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-09-04 21:54:35 +0000 |
commit | 99dcc13db55eed63d120b1103fd943efd99f3976 (patch) | |
tree | 24d54a1de5bf066e1571f84104e45c86717d46e8 /win/C#/HandBrakeCS.csproj | |
parent | 130d5bdd07ce316f1bcd5a34ed73c8fdb20a346d (diff) |
WinGui:
- Tweaks to the about box.
- Adding/removing a few files
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@921 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index f9db9f8a6..97918ad34 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -177,6 +177,7 @@ </ItemGroup>
<ItemGroup>
<Content Include="handbrakepineapple.ico" />
+ <None Include="Resources\SplashScreen.jpg" />
<BaseApplicationManifest Include="Properties\app.manifest" />
<None Include="Resources\Remove.png" />
<None Include="Resources\Movies.png" />
@@ -188,8 +189,6 @@ <None Include="Resources\Disc.png" />
<None Include="Resources\Delete.png" />
<None Include="Resources\Burn.png" />
- <None Include="Resources\tempSplash.jpg" />
- <None Include="Resources\splash.jpg" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|