diff options
author | sr55 <[email protected]> | 2007-09-05 21:36:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-09-05 21:36:05 +0000 |
commit | e55213ce1939f2b3cdd2ce7d9187c4eccdf6da6c (patch) | |
tree | f3d738eedb3df5c58a7fb068a025fdd3081dbfe9 /win/C#/HandBrakeCS.csproj | |
parent | 5d4117bccd9ce796e102842270726eae9fcf07e5 (diff) |
WinGui:
New layout for the tab bar. (Similar to the MacGUI)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@926 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 97918ad34..4c257c5b9 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -102,6 +102,12 @@ <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">
@@ -124,6 +130,10 @@ <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>
|