forked from thebrowsercompany/swift-winui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
projections.json
114 lines (114 loc) · 4.71 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"swift-winrt": "0.5.0",
"project": "WinUI",
"package": {
"id": "Microsoft.WindowsAppSDK",
"version": "1.5.240607001"
},
"dependencies": [
{ "id": "Microsoft.Windows.SDK.Contracts", "version": "10.0.18362.2005" }
],
"include": [
"Microsoft.UI.ColorHelper",
"Microsoft.UI.Colors",
"Microsoft.UI.Xaml.Application",
"Microsoft.UI.Xaml.Automation.AutomationProperties",
"Microsoft.UI.Xaml.Controls.AppBarButton",
"Microsoft.UI.Xaml.Controls.AppBarSeparator",
"Microsoft.UI.Xaml.Controls.AppBarToggleButton",
"Microsoft.UI.Xaml.Controls.BitmapIcon",
"Microsoft.UI.Xaml.Controls.Border",
"Microsoft.UI.Xaml.Controls.Button",
"Microsoft.UI.Xaml.Controls.Canvas",
"Microsoft.UI.Xaml.Controls.CheckBox",
"Microsoft.UI.Xaml.Controls.ColumnDefinition",
"Microsoft.UI.Xaml.Controls.ComboBox",
"Microsoft.UI.Xaml.Controls.CommandBar",
"Microsoft.UI.Xaml.Controls.ContentDialog",
"Microsoft.UI.Xaml.Controls.ContentPresenter",
"Microsoft.UI.Xaml.Controls.FlipView",
"Microsoft.UI.Xaml.Controls.FlipViewItem",
"Microsoft.UI.Xaml.Controls.Flyout",
"Microsoft.UI.Xaml.Controls.FlyoutPresenter",
"Microsoft.UI.Xaml.Controls.FontIcon",
"Microsoft.UI.Xaml.Controls.FontIconSource",
"Microsoft.UI.Xaml.Controls.Grid",
"Microsoft.UI.Xaml.Controls.GridView",
"Microsoft.UI.Xaml.Controls.IconSourceElement",
"Microsoft.UI.Xaml.Controls.IKeyIndexMapping",
"Microsoft.UI.Xaml.Controls.Image",
"Microsoft.UI.Xaml.Controls.ImageIcon",
"Microsoft.UI.Xaml.Controls.InfoBar",
"Microsoft.UI.Xaml.Controls.ItemsRepeater",
"Microsoft.UI.Xaml.Controls.HyperlinkButton",
"Microsoft.UI.Xaml.Controls.ListBox",
"Microsoft.UI.Xaml.Controls.ListBoxItem",
"Microsoft.UI.Xaml.Controls.MediaPlayerElement",
"Microsoft.UI.Xaml.Controls.MenuBar",
"Microsoft.UI.Xaml.Controls.MenuBarItem",
"Microsoft.UI.Xaml.Controls.MenuFlyout",
"Microsoft.UI.Xaml.Controls.MenuFlyoutItem",
"Microsoft.UI.Xaml.Controls.MenuFlyoutSeparator",
"Microsoft.UI.Xaml.Controls.MenuFlyoutSubItem",
"Microsoft.UI.Xaml.Controls.ToggleMenuFlyoutItem",
"Microsoft.UI.Xaml.Controls.Page",
"Microsoft.UI.Xaml.Controls.PasswordBox",
"Microsoft.UI.Xaml.Controls.PipsPager",
"Microsoft.UI.Xaml.Controls.ProgressBar",
"Microsoft.UI.Xaml.Controls.ProgressRing",
"Microsoft.UI.Xaml.Controls.RadioButton",
"Microsoft.UI.Xaml.Controls.RadioButtons",
"Microsoft.UI.Xaml.Controls.RelativePanel",
"Microsoft.UI.Xaml.Controls.RowDefinition",
"Microsoft.UI.Xaml.Controls.Slider",
"Microsoft.UI.Xaml.Controls.ScrollView",
"Microsoft.UI.Xaml.Controls.SplitView",
"Microsoft.UI.Xaml.Controls.StackLayout",
"Microsoft.UI.Xaml.Controls.StackPanel",
"Microsoft.UI.Xaml.Controls.SwapChainPanel",
"Microsoft.UI.Xaml.Controls.TeachingTip",
"Microsoft.UI.Xaml.Controls.ToolTip",
"Microsoft.UI.Xaml.Controls.ToolTipService",
"Microsoft.UI.Xaml.Controls.TextBlock",
"Microsoft.UI.Xaml.Controls.TextBox",
"Microsoft.UI.Xaml.Controls.ToggleSwitch",
"Microsoft.UI.Xaml.Controls.TreeView",
"Microsoft.UI.Xaml.Controls.TreeViewItem",
"Microsoft.UI.Xaml.Controls.TreeViewList",
"Microsoft.UI.Xaml.Controls.UniformGridLayout",
"Microsoft.UI.Xaml.Controls.XamlControlsResources",
"Microsoft.UI.Xaml.Documents.Run",
"Microsoft.UI.Xaml.Documents.Hyperlink",
"Microsoft.UI.Xaml.Input.FocusManager",
"Microsoft.UI.Xaml.Interop.INotifyCollectionChanged",
"Microsoft.UI.Xaml.Markup.IComponentConnector",
"Microsoft.UI.Xaml.Markup.IDataTemplateComponent",
"Microsoft.UI.Xaml.Markup.XamlBindingHelper",
"Microsoft.UI.Xaml.Markup.XamlReader",
"Microsoft.UI.Xaml.Media.Animation",
"Microsoft.UI.Xaml.Media.AcrylicBrush",
"Microsoft.UI.Xaml.Media.CompositeTransform",
"Microsoft.UI.Xaml.Media.CompositionTarget",
"Microsoft.UI.Xaml.Media.GradientStop",
"Microsoft.UI.Xaml.Media.GradientStopCollection",
"Microsoft.UI.Xaml.Media.Imaging",
"Microsoft.UI.Xaml.Media.LinearGradientBrush",
"Microsoft.UI.Xaml.Media.LineSegment",
"Microsoft.UI.Xaml.Media.MicaBackdrop",
"Microsoft.UI.Xaml.Media.PathGeometry",
"Microsoft.UI.Xaml.Media.PolyBezierSegment",
"Microsoft.UI.Xaml.Media.ThemeShadow",
"Microsoft.UI.Xaml.Media.Transform",
"Microsoft.UI.Xaml.Media.TranslateTransform",
"Microsoft.UI.Xaml.Media.VisualTreeHelper",
"Microsoft.UI.Xaml.Setter",
"Microsoft.UI.Xaml.Shapes.Ellipse",
"Microsoft.UI.Xaml.Shapes.Path",
"Microsoft.UI.Xaml.Shapes.Rectangle",
"Microsoft.UI.Xaml.Window",
"Microsoft.UI.Xaml.XamlTypeInfo.XamlControlsXamlMetaDataProvider",
"Microsoft.UI.Xaml.Controls.NavigationView"
],
"exclude": [
]
}