diff options
author | sr55 <[email protected]> | 2007-09-06 18:53:12 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-09-06 18:53:12 +0000 |
commit | 34066d8b700f3ec50e77a59844e8467335ca043f (patch) | |
tree | 6b8fbf3d8f59b2f98b1a2377581359e4aaa0683e /win/C#/HandBrakeCS.csproj | |
parent | 47adb09d6cd176ca71bec813f4b47bef4b166343 (diff) |
WinGui:
- Fixes a few issues with the queue. Should no longer miss items at random. Should also be a little more stable now too.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@929 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 4c257c5b9..97918ad34 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -102,12 +102,6 @@ <Compile Include="Parsing\Parser.cs" />
<Compile Include="Parsing\Subtitle.cs" />
<Compile Include="Parsing\Title.cs" />
- <Compile Include="PictureController.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="PictureController.Designer.cs">
- <DependentUpon>PictureController.cs</DependentUpon>
- </Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="frmAbout.resx">
@@ -130,10 +124,6 @@ <SubType>Designer</SubType>
<DependentUpon>frmQuickStart.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="PictureController.resx">
- <SubType>Designer</SubType>
- <DependentUpon>PictureController.cs</DependentUpon>
- </EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|