diff options
author | sr55 <[email protected]> | 2015-04-12 14:25:56 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-04-12 14:25:56 +0000 |
commit | ca97a5f5239a29e87470509add1fd68099e35f2c (patch) | |
tree | 11bcfc445eedfab7859a47c7038e6a800169370d /win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | |
parent | 6f27f7d0d9d11012cce503052c96946c35a196a8 (diff) |
WinGui: Some further refactoring of the services library. Moving all the queueing functionality up to app layer for now.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7086 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index a8bb2a063..c3995689c 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -205,8 +205,6 @@ <Compile Include="Services\Encode\Model\EncodeTask.cs" />
<Compile Include="Services\Encode\Model\Models\OutputFormat.cs" />
<Compile Include="Services\Encode\Model\Models\SubtitleTrack.cs" />
- <Compile Include="Model\QueueItemStatus.cs" />
- <Compile Include="Model\QueueTask.cs" />
<Compile Include="Services\Encode\Model\Models\SubtitleType.cs" />
<Compile Include="Services\Scan\Model\Audio.cs" />
<Compile Include="Services\Scan\Model\Chapter.cs" />
|