xref: /sqlite-3.40.0/vsixtest/App.xaml (revision c32db469)
1<Application
2    x:Class="vsixtest.App"
3    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5    xmlns:local="using:vsixtest"
6    RequestedTheme="Light">
7
8</Application>
9