From dafa97333cb5950c87fb7be10a39bf2e917da923 Mon Sep 17 00:00:00 2001 From: RedShirtMB Mark Linton redshirt linton Date: Sat, 4 Aug 2012 19:21:38 -0700 Subject: [PATCH] Moved splashscreen to MediaBrowser.Common and adjusted properties. --- MediaBrowser.Common/MediaBrowser.Common.csproj | 14 +++++++++++++- MediaBrowser.Common/UI/Splash.xaml | 9 +++++++++ .../UI/Splash.xaml.cs | 8 ++++---- MediaBrowser.ServerApplication/MainWindow.xaml.cs | 3 ++- .../MediaBrowser.ServerApplication.csproj | 7 ------- MediaBrowser.ServerApplication/SplashScreen.xaml | 8 -------- 6 files changed, 28 insertions(+), 21 deletions(-) create mode 100644 MediaBrowser.Common/UI/Splash.xaml rename MediaBrowser.ServerApplication/SplashScreen.xaml.cs => MediaBrowser.Common/UI/Splash.xaml.cs (68%) delete mode 100644 MediaBrowser.ServerApplication/SplashScreen.xaml diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj index a1fbdf6b89..7017b9b57d 100644 --- a/MediaBrowser.Common/MediaBrowser.Common.csproj +++ b/MediaBrowser.Common/MediaBrowser.Common.csproj @@ -31,6 +31,8 @@ 4 + + False ..\packages\ServiceStack.Text.3.9.3\lib\net35\ServiceStack.Text.dll @@ -43,11 +45,13 @@ False ..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll + + @@ -71,6 +75,9 @@ + + Splash.xaml + @@ -81,7 +88,12 @@ MediaBrowser.Model - + + + Designer + MSBuild:Compile + +