diff options
author | sr55 <[email protected]> | 2008-08-04 17:36:06 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-08-04 17:36:06 +0000 |
commit | 1cf6953b3af6e6ff36697e712c77a9c98cdb2c41 (patch) | |
tree | 37223cf17e74fe1f42b4aac7013b97df7aa69205 /win/C#/HandBrakeCS.csproj | |
parent | a407a9c74cc0eb283d6a5182cb2dafb37c8e603f (diff) |
WinGui:
- Activity log - Added CPU description, temp dir, install dir and data dir to the WinGUI log header.
- Renamed rssReader to appcast reader
- Added option for stable builds to check unstable appcast.
- Unstable builds check both appcasts so will always show the latest release
- Added some containers to frmMain.
- Fixed (I think) an issue with a regex which prases the CLI version information. It may not detect public release build information up correctly.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1606 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 43bc6c014..33bddfefa 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -143,7 +143,7 @@ <Compile Include="Functions\Common.cs" />
<Compile Include="Functions\Presets.cs" />
<Compile Include="Functions\Queue.cs" />
- <Compile Include="Functions\RssReader.cs" />
+ <Compile Include="Functions\AppcastReader.cs" />
<Compile Include="Functions\Encode.cs" />
<Compile Include="Functions\QueryParser.cs" />
<Compile Include="Functions\x264Panel.cs" />
@@ -240,7 +240,6 @@ <None Include="Resources\hb16.png" />
<None Include="Resources\Help16.png" />
<None Include="Resources\info16.png" />
- <Content Include="Resources\JobPassLarge.png" />
<Content Include="Resources\Output_Small.png" />
<None Include="Resources\Pause.png" />
<None Include="Resources\Play.png" />
@@ -249,16 +248,8 @@ <Content Include="Resources\Queue_Small.png" />
<None Include="Resources\stop.png" />
<None Include="Resources\SplashScreen.jpg" />
- <None Include="Resources\Remove.png" />
<None Include="Resources\Movies.png" />
- <None Include="Resources\info.png" />
- <None Include="Resources\History.png" />
- <None Include="Resources\Help.png" />
<None Include="Resources\General Preferences.png" />
- <None Include="Resources\Emoticon.png" />
- <None Include="Resources\Disc.png" />
- <None Include="Resources\Delete.png" />
- <None Include="Resources\Burn.png" />
</ItemGroup>
<ItemGroup>
<COMReference Include="AxMSComctlLib">
|