From 68b3ca63837e572756e6670547ea2e27d995cbe3 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 11 Nov 2016 00:43:57 -0500 Subject: [PATCH] update core project --- .../Browser/BrowserLauncher.cs | 2 +- .../EntryPoints/StartupWizard.cs | 4 ++-- .../MediaBrowser.Server.Startup.Common.csproj | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) rename {MediaBrowser.Server.Startup.Common => Emby.Server.Core}/Browser/BrowserLauncher.cs (97%) rename {MediaBrowser.Server.Startup.Common => Emby.Server.Core}/EntryPoints/StartupWizard.cs (93%) diff --git a/MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs b/Emby.Server.Core/Browser/BrowserLauncher.cs similarity index 97% rename from MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs rename to Emby.Server.Core/Browser/BrowserLauncher.cs index 1a0e2d9731..4ccc41c30b 100644 --- a/MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs +++ b/Emby.Server.Core/Browser/BrowserLauncher.cs @@ -1,7 +1,7 @@ using MediaBrowser.Controller; using System; -namespace MediaBrowser.Server.Startup.Common.Browser +namespace Emby.Server.Core.Browser { /// /// Class BrowserLauncher diff --git a/MediaBrowser.Server.Startup.Common/EntryPoints/StartupWizard.cs b/Emby.Server.Core/EntryPoints/StartupWizard.cs similarity index 93% rename from MediaBrowser.Server.Startup.Common/EntryPoints/StartupWizard.cs rename to Emby.Server.Core/EntryPoints/StartupWizard.cs index f9d173c595..30ceca073d 100644 --- a/MediaBrowser.Server.Startup.Common/EntryPoints/StartupWizard.cs +++ b/Emby.Server.Core/EntryPoints/StartupWizard.cs @@ -1,9 +1,9 @@ using MediaBrowser.Controller; using MediaBrowser.Controller.Plugins; using MediaBrowser.Model.Logging; -using MediaBrowser.Server.Startup.Common.Browser; +using Emby.Server.Core.Browser; -namespace MediaBrowser.Server.Startup.Common.EntryPoints +namespace Emby.Server.Core.EntryPoints { /// /// Class StartupWizard diff --git a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj index f5f5610650..7d6df52c20 100644 --- a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj +++ b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj @@ -96,11 +96,9 @@ - -