summaryrefslogtreecommitdiff
path: root/Tests/VSXaml/App.xaml
blob: eecf2c192344c8bb58b14a07cedddad83382a1cb (plain)
1
2
3
4
5
6
7
<Application
    x:Class="VSXaml.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:VSXaml">

</Application>