summaryrefslogtreecommitdiffstats
path: root/Tests/VSXaml/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSXaml/pch.h')
-rw-r--r--Tests/VSXaml/pch.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Tests/VSXaml/pch.h b/Tests/VSXaml/pch.h
new file mode 100644
index 0000000..2c4354d
--- /dev/null
+++ b/Tests/VSXaml/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"