diff options
author | sr55 <[email protected]> | 2011-01-29 22:25:36 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-01-29 22:25:36 +0000 |
commit | d7a70498c42ef73540589c36963b1a4ff57bf238 (patch) | |
tree | a7ad00ed5439196d18c86987946d2fa7867e588f /win/C#/HandBrakeCS.csproj | |
parent | c9c50d62e5ea118f68b9079b514b58bd5016e2c5 (diff) |
WinGui:
- Moved the plist and query parsing code into new Utility classes in the app services.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3775 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 2f0ebe0ca..2edb86514 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -256,9 +256,7 @@ <DependentUpon>frmActivityWindow.cs</DependentUpon>
</Compile>
<Compile Include="Model\SourceType.cs" />
- <Compile Include="Presets\PlistPresetHandler.cs" />
<Compile Include="Presets\PresetsHandler.cs" />
- <Compile Include="Functions\QueryParser.cs" />
<Compile Include="Program.cs" />
<Compile Include="ToolWindows\BatchAdd.cs">
<SubType>Form</SubType>
|