aboutsummaryrefslogtreecommitdiff
path: root/vsixtest/MainPage.xaml.h
diff options
context:
space:
mode:
authormistachkin <mistachkin@noemail.net>2016-02-24 21:42:03 +0000
committermistachkin <mistachkin@noemail.net>2016-02-24 21:42:03 +0000
commit7aa3ebee0fb7df401fa0ecd6a20f3a7f0da50f05 (patch)
tree2c2ec77837e9a60f6ae925e8ea8a554151366a0e /vsixtest/MainPage.xaml.h
parentf769cd61b2af2d5bc2168b8f0aeeee3118694d2d (diff)
downloadsqlite-7aa3ebee0fb7df401fa0ecd6a20f3a7f0da50f05.tar.gz
sqlite-7aa3ebee0fb7df401fa0ecd6a20f3a7f0da50f05.zip
Initial work on an automated VSIX testing tool. Not working or tested yet.
FossilOrigin-Name: 496e4ac984b2548dd5f2f969cd34656b586cfcfe
Diffstat (limited to 'vsixtest/MainPage.xaml.h')
-rw-r--r--vsixtest/MainPage.xaml.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/vsixtest/MainPage.xaml.h b/vsixtest/MainPage.xaml.h
new file mode 100644
index 000000000..cf95007d1
--- /dev/null
+++ b/vsixtest/MainPage.xaml.h
@@ -0,0 +1,21 @@
+//
+// MainPage.xaml.h
+// Declaration of the MainPage class.
+//
+
+#pragma once
+
+#include "MainPage.g.h"
+
+namespace vsixtest
+{
+ /// <summary>
+ /// An empty page that can be used on its own or navigated to within a Frame.
+ /// </summary>
+ public ref class MainPage sealed
+ {
+ public:
+ MainPage();
+
+ };
+}