Add tests for the new code on this branch.
[sqlite.git] / vsixtest / MainPage.xaml
blob7472ad862677e43fbdacbdf16dd8ecc3ab776389
1 <Page
2     x:Class="vsixtest.MainPage"
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     xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
7     xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8     mc:Ignorable="d">
10     <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
12     </Grid>
13 </Page>