74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"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": [
|
|
]
|
|
}
|