We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654afae commit d147125Copy full SHA for d147125
vs-components.toml
@@ -0,0 +1,12 @@
1
+schema-version = "1"
2
+installer = "https://aka.ms/vs/17/release/vs_community.exe"
3
+
4
+# Component names are listed at
5
+# https://learn.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-build-tools?view=vs-2022
6
+[components]
7
+x86_64 = ["Microsoft.VisualStudio.Component.VC.Tools.x86.x64"]
8
+aarch64 = [
9
+ "Microsoft.VisualStudio.Component.VC.Tools.ARM64",
10
+ "Microsoft.VisualStudio.Component.VC.Tools.ARM64EC",
11
+]
12
+sdk = "Microsoft.VisualStudio.Component.Windows11SDK.26100"
0 commit comments