summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrakeCS.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-01-29 22:25:36 +0000
committersr55 <[email protected]>2011-01-29 22:25:36 +0000
commitd7a70498c42ef73540589c36963b1a4ff57bf238 (patch)
treea7ad00ed5439196d18c86987946d2fa7867e588f /win/C#/HandBrakeCS.csproj
parentc9c50d62e5ea118f68b9079b514b58bd5016e2c5 (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.csproj2
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>