-
Notifications
You must be signed in to change notification settings - Fork 7.9k
/
Copy pathpch.h
25 lines (24 loc) · 1005 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
#pragma once
#include <hstring.h>
#include "winrt/NotificationsExtensions.h"
#include "winrt/NotificationsExtensions.Badges.h"
#include "winrt/NotificationsExtensions.Tiles.h"
#include "winrt/NotificationsExtensions.Toasts.h"
#include "winrt/Windows.Foundation.h"
#include "winrt/Windows.Foundation.Collections.h"
#include "winrt/Windows.ApplicationModel.Activation.h"
#include "winrt/Windows.System.h"
#include "winrt/Windows.Data.Xml.Dom.h"
#include "winrt/Windows.UI.Core.h"
#include "winrt/Windows.UI.Notifications.h"
#include "winrt/Windows.UI.Popups.h"
#include "winrt/Windows.UI.StartScreen.h"
#include "winrt/Windows.UI.Xaml.h"
#include "winrt/Windows.UI.Xaml.Automation.Peers.h"
#include "winrt/Windows.UI.Xaml.Controls.h"
#include "winrt/Windows.UI.Xaml.Controls.Primitives.h"
#include "winrt/Windows.UI.Xaml.Documents.h"
#include "winrt/Windows.UI.Xaml.Interop.h"
#include "winrt/Windows.UI.Xaml.Markup.h"
#include "winrt/Windows.UI.Xaml.Media.h"
#include "winrt/Windows.UI.Xaml.Navigation.h"