Initial work on an automated VSIX testing tool.  Not working or tested yet.

FossilOrigin-Name: 496e4ac984b2548dd5f2f969cd34656b586cfcfe
diff --git a/vsixtest/MainPage.xaml.h b/vsixtest/MainPage.xaml.h
new file mode 100644
index 0000000..cf95007
--- /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();

+

+	};

+}