diff --git a/NzbDrone.Core/NzbDrone.Core.csproj b/NzbDrone.Core/NzbDrone.Core.csproj index a667cc33e..6bdc956a9 100644 --- a/NzbDrone.Core/NzbDrone.Core.csproj +++ b/NzbDrone.Core/NzbDrone.Core.csproj @@ -132,12 +132,12 @@ False ..\packages\Ninject.2.2.1.0\lib\.NetFramework 4.0\Ninject.dll - - Libraries\NLog.dll - - + False - Libraries\SubSonic.Core.dll + ..\Libraries\NLog.dll + + + ..\Libraries\SubSonic.Core.dll diff --git a/NzbDrone.Core/Repository/Episode.cs b/NzbDrone.Core/Repository/Episode.cs index a7b6bd0cd..99d989458 100644 --- a/NzbDrone.Core/Repository/Episode.cs +++ b/NzbDrone.Core/Repository/Episode.cs @@ -1,9 +1,9 @@ using System; using System.Collections.Generic; -using Castle.DynamicProxy; using NzbDrone.Core.Model; using SubSonic.SqlGeneration.Schema; + namespace NzbDrone.Core.Repository { public class Episode diff --git a/NzbDrone.Web/NzbDrone.Web.csproj b/NzbDrone.Web/NzbDrone.Web.csproj index 07455f82d..15fc6797d 100644 --- a/NzbDrone.Web/NzbDrone.Web.csproj +++ b/NzbDrone.Web/NzbDrone.Web.csproj @@ -60,9 +60,13 @@ ..\packages\Ninject.MVC3.2.2.2.0\lib\net40-Full\Ninject.Web.Mvc.dll - + + False + ..\Libraries\NLog.dll + - D:\My Dropbox\Git\NzbDrone\NzbDrone.Core\Libraries\SubSonic.Core.dll + False + ..\Libraries\SubSonic.Core.dll