summaryrefslogtreecommitdiff
path: root/PagesGallery/PagesGallery.UWP/App.xaml
blob: 48c10160896ebab093563cda7a37a94817acb114 (plain)
1
2
3
4
5
6
7
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>