This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprojections.json
73 lines (73 loc) · 2.15 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"swift-winrt": "0.5.0",
"project": "CWinRT",
"dependencies": [
{ "id": "Microsoft.Windows.SDK.Contracts", "version": "10.0.18362.2005" },
{ "id": "Microsoft.WindowsAppSDK", "version": "1.5.240205001-preview1" },
{ "id": "Microsoft.Graphics.Win2D", "version": "1.1.1" }
],
"include": [
"Microsoft.Graphics.Canvas",
"Microsoft.Graphics.Canvas.UI.Xaml",
"Microsoft.UI",
"Microsoft.UI.Colors",
"Microsoft.UI.Composition",
"Microsoft.UI.Content",
"Microsoft.UI.Dispatching",
"Microsoft.UI.Input",
"Microsoft.UI.System",
"Microsoft.UI.Text",
"Microsoft.UI.Windowing",
"Microsoft.UI.Xaml",
"Microsoft.UI.Xaml.Automation",
"Microsoft.UI.Xaml.Controls",
"Microsoft.UI.Xaml.Data",
"Microsoft.UI.Xaml.Hosting",
"Microsoft.UI.Xaml.Media",
"Microsoft.UI.Xaml.Printing",
"Microsoft.UI.Xaml.Resources",
"Microsoft.UI.Xaml.Shapes",
"Microsoft.UI.Xaml.XamlTypeInfo",
"Microsoft.Windows.AppLifecycle",
"Microsoft.Windows.System",
"Microsoft.Windows.System.Power",
"Microsoft.Windows.Widgets",
"Microsoft.Web.WebView2.Core",
"Windows.ApplicationModel",
"Windows.ApplicationModel.Activation",
"Windows.ApplicationModel.Core",
"Windows.ApplicationModel.DataTransfer",
"Windows.ApplicationModel.DataTransfer.DragDrop",
"Windows.Management.Deployment",
"Windows.Devices.Input",
"Windows.Foundation",
"Windows.Foundation.Collections",
"Windows.Foundation.Numerics",
"Windows.Graphics",
"Windows.Graphics.DirectX.Direct3D11",
"Windows.Graphics.Effects",
"Windows.Graphics.Imaging",
"Windows.Media.Audio",
"Windows.Media.Casting",
"Windows.Media.Core",
"Windows.Media.Render",
"Windows.Media.Playback",
"Windows.Storage.Streams",
"Windows.Storage.Pickers",
"Windows.System.Launcher",
"Windows.System.Diagnostics",
"Windows.System",
"Windows.UI",
"Windows.UI.Composition",
"Windows.UI.Core",
"Windows.UI.Core",
"Windows.UI.Notifications",
"Windows.UI.Text",
"Windows.UI.Text",
"Windows.UI.Text",
"Windows.UI.Text",
"Windows.UI.ViewManagement"
],
"exclude": [
]
}