diff options
author | sr55 <[email protected]> | 2007-12-21 17:45:15 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-12-21 17:45:15 +0000 |
commit | 0854dc24ec1f2d0392c63e65f93cd9b85c0a292f (patch) | |
tree | c6d4c6781716155442904a18247d1850e1b91888 /win/C#/HandBrakeCS.csproj | |
parent | 8ee09a3eac69c06cfd9b04c369c0ada1915c7fce (diff) |
WinGui:
- Changed back from Query Window to Query Editor tab by popular demand.
- Fixed a small issue with resolution calculating the height when it shouldn't.
- Removed some old labels from the main window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1145 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-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 cfd881727..bfdf2153e 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -69,12 +69,6 @@ <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>
@@ -149,10 +143,6 @@ <SubType>Designer</SubType>
<DependentUpon>frmOptions.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="frmQuery.resx">
- <SubType>Designer</SubType>
- <DependentUpon>frmQuery.cs</DependentUpon>
- </EmbeddedResource>
<EmbeddedResource Include="frmQueue.resx">
<SubType>Designer</SubType>
<DependentUpon>frmQueue.cs</DependentUpon>
|