summaryrefslogtreecommitdiff
path: root/PagesGallery/PagesGallery.UWP/App.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'PagesGallery/PagesGallery.UWP/App.xaml')
-rw-r--r--PagesGallery/PagesGallery.UWP/App.xaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/PagesGallery/PagesGallery.UWP/App.xaml b/PagesGallery/PagesGallery.UWP/App.xaml
new file mode 100644
index 00000000..48c10160
--- /dev/null
+++ b/PagesGallery/PagesGallery.UWP/App.xaml
@@ -0,0 +1,8 @@
+<Application
+ x:Class="PagesGallery.UWP.App"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:local="using:PagesGallery.UWP"
+ RequestedTheme="Light">
+
+</Application>