diff options
author | raylu <lurayl@gmail.com> | 2015-06-14 00:49:51 -0700 |
---|---|---|
committer | raylu <lurayl@gmail.com> | 2015-06-14 00:54:13 -0700 |
commit | c31fd4fdc83fc7bb378ec0a7ed18bb9a89d4baba (patch) | |
tree | 68c9f1035a8badbc800b51715eac92bee7bfc196 /App.xaml | |
download | ftpmpv-c31fd4fdc83fc7bb378ec0a7ed18bb9a89d4baba.tar.xz |
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> |