diff options
author | sr55 <[email protected]> | 2011-01-29 21:29:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-01-29 21:29:26 +0000 |
commit | c000c50bbcf57320a56a3d923ffba1b1c5849cb1 (patch) | |
tree | 7f3c57673e9943f9a52f608c03827ec0c974746d /win/C#/HandBrakeCS.csproj | |
parent | f6581060764a2cfcca6ebd5a70344c8080722eec (diff) |
WinGui:
- Refactor the preset service and move to the Application Services.
* Left the old service in place for now, will hook the new service in later.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3772 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 0eb720f83..2f0ebe0ca 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -257,7 +257,6 @@ </Compile>
<Compile Include="Model\SourceType.cs" />
<Compile Include="Presets\PlistPresetHandler.cs" />
- <Compile Include="Presets\Preset.cs" />
<Compile Include="Presets\PresetsHandler.cs" />
<Compile Include="Functions\QueryParser.cs" />
<Compile Include="Program.cs" />
|