summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrakeCS.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-10-25 20:36:04 +0000
committersr55 <[email protected]>2008-10-25 20:36:04 +0000
commit54f291c822357595718264fe167cf63c25e5fbb8 (patch)
tree1c555cf958f438c87511488d74ea6dd29d918a98 /win/C#/HandBrakeCS.csproj
parent4539e3ea182732e2faa265dbecc1029ed0f3fa72 (diff)
WinGui:
- Nested Presets bar (Built-in presets only) - Both user and built-in presets are now stored in XML files - Preset bar now has right-click menu with: Expand All, Collapse All and Delete Known Issues: - When a preset is removed, all items in the preset bar with child presets are collapsed. - Right Click menu only works if the preset was selected before right clicking. Code is probably a bit buggy so all feedback on this new bar is welcome. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1866 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r--win/C#/HandBrakeCS.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj
index 5a4c605b9..4ff6d0a23 100644
--- a/win/C#/HandBrakeCS.csproj
+++ b/win/C#/HandBrakeCS.csproj
@@ -150,7 +150,8 @@
<Compile Include="frmMain\QueryGenerator.cs" />
<Compile Include="Functions\SystemInfo.cs" />
<Compile Include="Functions\Main.cs" />
- <Compile Include="Functions\Presets.cs" />
+ <Compile Include="Presets\preset.cs" />
+ <Compile Include="Presets\PresetsHandler.cs" />
<Compile Include="Functions\Queue.cs" />
<Compile Include="Functions\AppcastReader.cs" />
<Compile Include="Functions\Encode.cs" />