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 f0080baCopy full SHA for f0080ba
vscomponents.toml
@@ -0,0 +1,10 @@
1
+schema-version = "1"
2
+installer = "https://aka.ms/vs/17/release/vs_community.exe"
3
+
4
+[Components]
5
+x86_64 = ["Microsoft.VisualStudio.Component.VC.Tools.x86.x64"]
6
+aarch64 = [
7
+ "Microsoft.VisualStudio.Component.VC.Tools.ARM64",
8
+ "Microsoft.VisualStudio.Component.VC.Tools.ARM64EC"
9
+]
10
+sdk = "Microsoft.VisualStudio.Component.Windows11SDK.26100"
0 commit comments