mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 12:28:27 +01:00
Initial creation of the ServerApplication
This commit is contained in:
parent
3dda1cfdbc
commit
bf0c6ec182
8
MediaBrowser.ServerApplication/App.xaml
Normal file
8
MediaBrowser.ServerApplication/App.xaml
Normal 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>
|
||||
Reference in New Issue
Block a user