From abed5b331bf82158d20c5ba7ddff589b58201fb6 Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Sat, 13 Apr 2013 17:09:13 -0400 Subject: [PATCH 1/3] Pull in security objects from external assembly --- ...MediaBrowser.Common.Implementations.csproj | 6 +- .../Security/MBLicenseFile.cs | 106 +++++++++++++++++ .../Security/MBRegistration.cs | 109 ++++++++++++++++++ .../Security/PluginSecurityManager.cs | 2 +- 4 files changed, 218 insertions(+), 5 deletions(-) create mode 100644 MediaBrowser.Common.Implementations/Security/MBLicenseFile.cs create mode 100644 MediaBrowser.Common.Implementations/Security/MBRegistration.cs diff --git a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj index b2872e22a8..79344bb0db 100644 --- a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj +++ b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj @@ -35,9 +35,6 @@ Always - - ..\ThirdParty\PluginSecurity\Mediabrowser.PluginSecurity.dll - ..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll @@ -79,6 +76,8 @@ + + @@ -104,7 +103,6 @@ if $(ConfigurationName) == Release ( xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i -xcopy "$(TargetDir)Mediabrowser.PluginSecurity.dll" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i )