Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Woodiwiss <hj.woodiwiss@gmail.com>2022-04-13 03:39:02 +0300
committerGitHub <noreply@github.com>2022-04-13 03:39:02 +0300
commit1d922b9dbdaeafe7468094568f934cbcc8c8dc73 (patch)
treea066d957969d7bf4e93086a89764b380c7a9bf78 /.vsconfig
parenteec256645fa8c9e0e9d5a4178a2df96d6fa6603a (diff)
Update `.vsconfig` to match Visual Studio install script config (#41144)
* Update root `.vsconfig` * Update build from source docs Added instructions on configuring existing VS installation
Diffstat (limited to '.vsconfig')
-rw-r--r--.vsconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/.vsconfig b/.vsconfig
index 77009588df..3dff770c10 100644
--- a/.vsconfig
+++ b/.vsconfig
@@ -4,8 +4,17 @@
"Microsoft.Net.Component.4.6.2.TargetingPack",
"Microsoft.Net.Component.4.7.2.SDK",
"Microsoft.Net.Component.4.7.2.TargetingPack",
+ "Microsoft.VisualStudio.Component.VC.ATL",
+ "Microsoft.VisualStudio.Component.VC.ATL.ARM64",
+ "Microsoft.VisualStudio.Component.VC.Tools.ARM64",
+ "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
+ "Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64",
+ "Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
+ "Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64",
+ "Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL",
+ "Microsoft.VisualStudio.Component.Windows10SDK.18362",
"Microsoft.VisualStudio.Workload.ManagedDesktop",
- "Microsoft.VisualStudio.Workload.NetCoreTools",
+ "Microsoft.VisualStudio.Workload.NativeDesktop",
"Microsoft.VisualStudio.Workload.NetWeb",
"Microsoft.VisualStudio.Workload.VisualStudioExtension"
]