diff options
Diffstat (limited to 'App.xaml')
-rw-r--r-- | App.xaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/App.xaml b/App.xaml new file mode 100644 index 0000000..2e62976 --- /dev/null +++ b/App.xaml @@ -0,0 +1,8 @@ +<Application x:Class="ftpmpv.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> |