summaryrefslogtreecommitdiff
path: root/winrt/winapp/pch.h
blob: 751c0efb9ea54f945acd9309c14a5b61d00d1a03 (plain)
1
2
3
4
5
6
7
8
9
10
//
// pch.h
// Header for standard system include files.
//

#pragma once

#include <collection.h>
#include <ppltasks.h>
#include "App.xaml.h"