summaryrefslogtreecommitdiff
path: root/App.xaml
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2019-08-22 18:02:25 -0400
committerAlee14 <alee14498@gmail.com>2019-08-22 18:02:25 -0400
commit4c1d168f689134acb97765dd99801b06904be8ae (patch)
tree9c239b414fb20d209b1dd6778b98c82ad7085c71 /App.xaml
downloadHTPC-Launcher-4c1d168f689134acb97765dd99801b06904be8ae.tar.gz
HTPC-Launcher-4c1d168f689134acb97765dd99801b06904be8ae.tar.bz2
HTPC-Launcher-4c1d168f689134acb97765dd99801b06904be8ae.zip
Inital commitHEADmaster
Diffstat (limited to 'App.xaml')
-rw-r--r--App.xaml9
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>