summaryrefslogtreecommitdiffstats
path: root/vsixtest/pch.h
blob: b793236d02a6b6355adb83b45144a046cbe29d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
// pch.h
// Header for standard system include files.
//

#pragma once

#include <collection.h>
#include <ppltasks.h>

#include "App.xaml.h"