diff options
author | sr55 <[email protected]> | 2009-07-15 13:47:20 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-07-15 13:47:20 +0000 |
commit | 10842fdfd29f934d72c00ec4ff998f187111ba8a (patch) | |
tree | 802d2a806d910aba6e88b882b2e4936dee7e79fc /win/C#/HandBrakeCS.csproj | |
parent | 742df70f4ae59aba07e2b094c2f9f4a9efc01a7c (diff) |
WinGui:
- Experimental MacGUI preset import. (Single preset export only)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2694 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index ce9d2fd4c..fda90e513 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -195,6 +195,7 @@ <Compile Include="Functions\Main.cs" />
<Compile Include="Functions\UpdateCheckInformation.cs" />
<Compile Include="Functions\Win32.cs" />
+ <Compile Include="Presets\Import.cs" />
<Compile Include="Presets\preset.cs" />
<Compile Include="Presets\PresetsHandler.cs" />
<Compile Include="EncodeQueue\QueueHandler.cs" />
|