removed NzbDrone.Console dependency to UI components

This commit is contained in:
kay.one 2013-08-06 22:32:22 -07:00
commit 7ac6d9c1f4
42 changed files with 605 additions and 246 deletions

View file

@ -12,9 +12,10 @@ using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Core.Configuration;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Jobs;
using NzbDrone.Host;
using NzbDrone.Host.Owin;
using NzbDrone.Host.Owin.MiddleWare;
using NzbDrone.Integration.Test.Client;
using NzbDrone.Owin;
using NzbDrone.Owin.MiddleWare;
using NzbDrone.Test.Common.Categories;
using RestSharp;