summaryrefslogtreecommitdiffstats
path: root/vsixtest/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'vsixtest/pch.h')
-rw-r--r--vsixtest/pch.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/vsixtest/pch.h b/vsixtest/pch.h
new file mode 100644
index 0000000..b793236
--- /dev/null
+++ b/vsixtest/pch.h
@@ -0,0 +1,11 @@
+//
+// pch.h
+// Header for standard system include files.
+//
+
+#pragma once
+
+#include <collection.h>
+#include <ppltasks.h>
+
+#include "App.xaml.h"