Skip to content

Commit f0080ba

Browse files
committed
Add vscomponents.toml
1 parent 654afae commit f0080ba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

vscomponents.toml

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

Comments
 (0)