-
Notifications
You must be signed in to change notification settings - Fork 348
/
Copy pathpch.h
35 lines (24 loc) · 858 Bytes
/
pch.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
#ifndef PCH_H
#define PCH_H
#include <unknwn.h>
#include <shlobj_core.h>
#include <shlobj.h>
#include <wil/cppwinrt.h>
#include <wil/filesystem.h>
#include <winrt/Windows.Foundation.h>
#include <winrt/Windows.Foundation.Collections.h>
#include <winrt/Windows.ApplicationModel.h>
#include <winrt/Windows.Management.Core.h>
#include <winrt/Windows.Management.Deployment.h>
#include <winrt/Windows.Storage.h>
#include <winrt/Microsoft.Windows.Storage.h>
#include <WexTestClass.h>
#include <AppModel.Package.h>
#include <WindowsAppRuntime.Test.Diagnostics.h>
#include <WindowsAppRuntime.Test.AppModel.h>
#include <WindowsAppRuntime.Test.Package.h>
#include <WindowsAppRuntime.Test.Bootstrap.h>
#include <WindowsAppRuntime.Test.TAEF.cppwinrt.h>
#endif //PCH_H