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: Moved splashscreen to MediaBrowser.Common and adjusted properties. --- MediaBrowser.Common/MediaBrowser.Common.csproj | 14 ++++++++++- MediaBrowser.Common/UI/Splash.xaml | 9 +++++++ MediaBrowser.Common/UI/Splash.xaml.cs | 29 ++++++++++++++++++++++ MediaBrowser.ServerApplication/MainWindow.xaml.cs | 3 ++- .../MediaBrowser.ServerApplication.csproj | 7 ------ MediaBrowser.ServerApplication/SplashScreen.xaml | 8 ------ .../SplashScreen.xaml.cs | 29 ---------------------- 7 files changed, 53 insertions(+), 46 deletions(-) create mode 100644 MediaBrowser.Common/UI/Splash.xaml create mode 100644 MediaBrowser.Common/UI/Splash.xaml.cs delete mode 100644 MediaBrowser.ServerApplication/SplashScreen.xaml delete mode 100644 MediaBrowser.ServerApplication/SplashScreen.xaml.cs diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj index a1fbdf6b8..7017b9b57 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 + +