Skip to content

Commit 82fc7c4

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vscomponents.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
schema-version = "1"
2+
installer = "https://aka.ms/vs/17/release/vs_community.exe"
3+
4+
[Components]
5+
6+
x86_64 = ["Microsoft.VisualStudio.Component.VC.Tools.x86.x64"]
7+
aarch64 = ["Microsoft.VisualStudio.Component.VC.Tools.ARM64", "Microsoft.VisualStudio.Component.VC.Tools.ARM64EC"]
8+
sdk = "Microsoft.VisualStudio.Component.Windows11SDK.26100"

0 commit comments

Comments
 (0)