summaryrefslogtreecommitdiffstats
path: root/vsixtest/App.xaml
blob: 80889024ca6dc1ef2171b4f0832ecaac8f3796e3 (plain)
1
2
3
4
5
6
7
8
<Application
    x:Class="vsixtest.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:vsixtest"
    RequestedTheme="Light">

</Application>