jellyfin/MediaBrowser.ServerApplication/App.xaml
RedShirtMB Mark Linton redshirt linton bf0c6ec182 Initial creation of the ServerApplication
2012-08-04 16:54:00 -07:00

9 lines
341 B
XML

<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>