Index: third_party/sqlite/src/vsixtest/App.xaml |
diff --git a/third_party/sqlite/src/vsixtest/App.xaml b/third_party/sqlite/src/vsixtest/App.xaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..80889024ca6dc1ef2171b4f0832ecaac8f3796e3 |
--- /dev/null |
+++ b/third_party/sqlite/src/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> |