summaryrefslogtreecommitdiff
path: root/winrt/winapp/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'winrt/winapp/pch.h')
-rw-r--r--winrt/winapp/pch.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/winrt/winapp/pch.h b/winrt/winapp/pch.h
new file mode 100644
index 00000000..751c0efb
--- /dev/null
+++ b/winrt/winapp/pch.h
@@ -0,0 +1,10 @@
+//
+// pch.h
+// Header for standard system include files.
+//
+
+#pragma once
+
+#include <collection.h>
+#include <ppltasks.h>
+#include "App.xaml.h"