aboutsummaryrefslogtreecommitdiff
path: root/NucLedController/App.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'NucLedController/App.xaml')
-rw-r--r--NucLedController/App.xaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/NucLedController/App.xaml b/NucLedController/App.xaml
new file mode 100644
index 0000000..4acf7a4
--- /dev/null
+++ b/NucLedController/App.xaml
@@ -0,0 +1,9 @@
+<Application x:Class="NucLedController.App"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:local="clr-namespace:NucLedController"
+ StartupUri="MainWindow.xaml">
+ <Application.Resources>
+
+ </Application.Resources>
+</Application>