mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-05 20:22:47 +01:00
8 lines
325 B
XML
8 lines
325 B
XML
<Application x:Class="MediaBrowser.Installer.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>
|