Initial creation of the ServerApplication

This commit is contained in:
RedShirtMB Mark Linton redshirt linton
2012-08-04 16:54:00 -07:00
parent 3dda1cfdbc
commit bf0c6ec182
16 changed files with 433 additions and 135 deletions

View File

@@ -0,0 +1,8 @@
<Application x:Class="MediaBrowser.ServerApplication.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>