diff options
Diffstat (limited to 'vsixtest/App.xaml')
-rw-r--r-- | vsixtest/App.xaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vsixtest/App.xaml b/vsixtest/App.xaml new file mode 100644 index 0000000..8088902 --- /dev/null +++ b/vsixtest/App.xaml @@ -0,0 +1,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> |