Skip to content

Commit d147125

Browse files
committed
Add vs-components.toml
1 parent 654afae commit d147125

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

vs-components.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)