diff options
| author | Alee14 <alee14498@gmail.com> | 2019-08-22 18:02:25 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2019-08-22 18:02:25 -0400 |
| commit | 4c1d168f689134acb97765dd99801b06904be8ae (patch) | |
| tree | 9c239b414fb20d209b1dd6778b98c82ad7085c71 /App.xaml | |
| download | HTPC-Launcher-master.tar.gz HTPC-Launcher-master.tar.bz2 HTPC-Launcher-master.zip | |
Diffstat (limited to 'App.xaml')
| -rw-r--r-- | App.xaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/App.xaml b/App.xaml new file mode 100644 index 0000000..49d2bd9 --- /dev/null +++ b/App.xaml @@ -0,0 +1,9 @@ +<Application x:Class="HTPC_Launcher.App" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:local="clr-namespace:HTPC_Launcher" + StartupUri="MainWindow.xaml"> + <Application.Resources> + + </Application.Resources> +</Application> |
