summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrakeCS.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-08-08 22:55:51 +0000
committersr55 <[email protected]>2007-08-08 22:55:51 +0000
commite99cc78f1b33adde034a88561f9494871d641cc0 (patch)
tree2753461a1ec044f71e94100896bf9f8072468f42 /win/C#/HandBrakeCS.csproj
parentdbdcd68514a6a447f5551458e57caf34cfa317da (diff)
WinGui:
- Some more tweaks to the presets menu. - Border added to splash screen. - Added a quick start tips window. - Few other small UI tweaks git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@791 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r--win/C#/HandBrakeCS.csproj20
1 files changed, 20 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj
index b4da2a353..1c5a64b15 100644
--- a/win/C#/HandBrakeCS.csproj
+++ b/win/C#/HandBrakeCS.csproj
@@ -68,6 +68,12 @@
<Compile Include="frmOptions.Designer.cs">
<DependentUpon>frmOptions.cs</DependentUpon>
</Compile>
+ <Compile Include="frmQuickStart.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="frmQuickStart.Designer.cs">
+ <DependentUpon>frmQuickStart.cs</DependentUpon>
+ </Compile>
<Compile Include="Functions\CLI.cs" />
<Compile Include="Parsing\AudioTrack.cs" />
<Compile Include="Parsing\Chapter.cs" />
@@ -97,6 +103,10 @@
<SubType>Designer</SubType>
<DependentUpon>frmOptions.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="frmQuickStart.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>frmQuickStart.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
@@ -160,6 +170,16 @@
</ItemGroup>
<ItemGroup>
<Content Include="handbrakepineapple.ico" />
+ <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" />
<None Include="Resources\tempSplash.jpg" />
<None Include="Resources\splash.jpg" />
</ItemGroup>