summaryrefslogtreecommitdiff
path: root/Tests/VSXaml/pch.h
blob: 2c4354dd11f623ed29308cfb9c0888f0d19091f5 (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"