summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrakeCS.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-12-14 16:51:42 +0000
committersr55 <[email protected]>2007-12-14 16:51:42 +0000
commitfa2599b3cd9e61a6a7f4295154649dd6087b38bf (patch)
tree04debcb885c6cbe323c7b4c99f0632020c704916 /win/C#/HandBrakeCS.csproj
parentb17a98a1f959008a6536141fa55a2e84fa74a065 (diff)
WinGui:
- Removed some old CLI handler files that were never completed. - Removed Quickstart Window along with some redundant code. - Removed the Query Editor tab as it is no longer really needed. - Removed CRF option as this is now the default. - Removed DRC Checkbox. The slider is now used for activation. - Few changes to the Naming of GUI items to match the MacGUI. - Warnings about no source / destination removed from Save/open presets and set default options. Will only appear on Queue and Encode buttons now. - Fixed autonaming issue where it was enabled even when it was disabled. - Added option to the Tools menu to display the current CLI query. This may be useful now that the Query editor tab is gone. - Options window design tweaked. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1128 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r--win/C#/HandBrakeCS.csproj23
1 files changed, 10 insertions, 13 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj
index 52a98632b..726cbb66c 100644
--- a/win/C#/HandBrakeCS.csproj
+++ b/win/C#/HandBrakeCS.csproj
@@ -69,6 +69,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="frmQuery.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmQuery.Designer.cs">
+ <DependentUpon>frmQuery.cs</DependentUpon>
+ </Compile>
<Compile Include="frmAbout.cs">
<SubType>Form</SubType>
</Compile>
@@ -105,12 +111,6 @@
<Compile Include="frmQueue.Designer.cs">
<DependentUpon>frmQueue.cs</DependentUpon>
</Compile>
- <Compile Include="frmQuickStart.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmQuickStart.Designer.cs">
- <DependentUpon>frmQuickStart.cs</DependentUpon>
- </Compile>
<Compile Include="frmUpdater.cs">
<SubType>Form</SubType>
</Compile>
@@ -148,13 +148,13 @@
<SubType>Designer</SubType>
<DependentUpon>frmOptions.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="frmQueue.resx">
+ <EmbeddedResource Include="frmQuery.resx">
<SubType>Designer</SubType>
- <DependentUpon>frmQueue.cs</DependentUpon>
+ <DependentUpon>frmQuery.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="frmQuickStart.resx">
+ <EmbeddedResource Include="frmQueue.resx">
<SubType>Designer</SubType>
- <DependentUpon>frmQuickStart.cs</DependentUpon>
+ <DependentUpon>frmQueue.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmUpdater.resx">
<SubType>Designer</SubType>
@@ -205,7 +205,6 @@
<Content Include="handbrakepineapple.ico" />
<None Include="Resources\logo64.png" />
<None Include="Resources\logo128.png" />
- <None Include="Resources\folder.png" />
<None Include="Resources\ActivityWindow.png" />
<Content Include="Resources\Output_Small.png" />
<None Include="Resources\Pause.png" />
@@ -213,8 +212,6 @@
<Content Include="Resources\Pref_Small.png" />
<Content Include="Resources\Queue.png" />
<Content Include="Resources\Queue_Small.png" />
- <None Include="Resources\Save.png" />
- <None Include="Resources\Stop.png" />
<None Include="Resources\SplashScreen.jpg" />
<None Include="Resources\Remove.png" />
<None Include="Resources\Movies.png" />