forked from thebrowsercompany/swift-windowsappsdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojections.json
30 lines (30 loc) · 1 KB
/
projections.json
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
{
"swift-winrt": "0.5.0",
"package": {
"id": "Microsoft.WindowsAppSDK",
"version": "1.5.240607001"
},
"project": "WinAppSDK",
"dependencies": [
{ "id": "Microsoft.Windows.SDK.Contracts", "version": "10.0.18362.2005" }
],
"include": [
"Microsoft.UI.Composition",
"Microsoft.UI.Composition.Interactions",
"Microsoft.UI.Composition.SpringVector3NaturalMotionAnimation",
"Microsoft.UI.Composition.SystemBackdrops",
"Microsoft.UI.Content.DesktopChildSiteBridge",
"Microsoft.UI.Dispatching.DispatcherQueueController",
"Microsoft.UI.Input",
"Microsoft.UI.Windowing.AppWindow",
"Microsoft.UI.Windowing.AppWindowTitleBar",
"Microsoft.UI.Windowing.DisplayArea",
"Microsoft.UI.Windowing.FullScreenPresenter",
"Microsoft.UI.Windowing.OverlappedPresenter",
"Microsoft.Windows.ApplicationModel.Resources.ResourceManager",
"Microsoft.Windows.AppLifecycle.ActivationRegistrationManager",
"Microsoft.Windows.AppLifecycle.AppInstance"
],
"exclude": [
]
}