diff --git a/MediaBrowser.Common.Implementations/BaseApplicationPaths.cs b/MediaBrowser.Common.Implementations/BaseApplicationPaths.cs index 93478b22c1..f38013d00c 100644 --- a/MediaBrowser.Common.Implementations/BaseApplicationPaths.cs +++ b/MediaBrowser.Common.Implementations/BaseApplicationPaths.cs @@ -1,4 +1,5 @@ -using System; +using MediaBrowser.Common.Kernel; +using System; using System.Configuration; using System.IO; using System.Reflection; @@ -9,7 +10,7 @@ namespace MediaBrowser.Common.Implementations /// Provides a base class to hold common application paths used by both the Ui and Server. /// This can be subclassed to add application-specific paths. /// - public abstract class BaseApplicationPaths + public abstract class BaseApplicationPaths : IApplicationPaths { /// /// The _program data path diff --git a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj index d271db0600..736a15d423 100644 --- a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj +++ b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj @@ -31,6 +31,9 @@ prompt 4 + + Always + ..\packages\protobuf-net.2.0.0.621\lib\net40\protobuf-net.dll @@ -77,6 +80,9 @@ + + xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i +