aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/SplashScreen.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.ServerApplication/SplashScreen.xaml')
-rw-r--r--MediaBrowser.ServerApplication/SplashScreen.xaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.ServerApplication/SplashScreen.xaml b/MediaBrowser.ServerApplication/SplashScreen.xaml
new file mode 100644
index 000000000..c5dcbab61
--- /dev/null
+++ b/MediaBrowser.ServerApplication/SplashScreen.xaml
@@ -0,0 +1,8 @@
+<Window x:Class="MediaBrowser.ServerApplication.SplashScreen"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ Title="SplashScreen" Height="300" Width="600">
+ <Grid>
+
+ </Grid>
+</Window>