Created
September 17, 2020 18:58
-
-
Save asklar/12ae07104eb42f41bcab28c757524e1b to your computer and use it in GitHub Desktop.
vsconfig for RNW
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.0", | |
"components": [ | |
"Microsoft.VisualStudio.Component.CoreEditor", | |
"Microsoft.VisualStudio.Workload.CoreEditor", | |
"Microsoft.NetCore.Component.Runtime.3.1", | |
"Microsoft.NetCore.Component.SDK", | |
"Microsoft.VisualStudio.Component.NuGet", | |
"Microsoft.Net.Component.4.6.1.TargetingPack", | |
"Microsoft.VisualStudio.Component.Roslyn.Compiler", | |
"Microsoft.VisualStudio.Component.Roslyn.LanguageServices", | |
"Microsoft.VisualStudio.Component.FSharp", | |
"Microsoft.NetCore.Component.DevelopmentTools", | |
"Microsoft.Net.Component.4.8.SDK", | |
"Microsoft.Net.Component.4.7.2.TargetingPack", | |
"Microsoft.Net.ComponentGroup.DevelopmentPrerequisites", | |
"Microsoft.VisualStudio.Component.JavaScript.Diagnostics", | |
"Microsoft.Component.MSBuild", | |
"Microsoft.VisualStudio.Component.TextTemplating", | |
"Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime", | |
"Microsoft.VisualStudio.Component.Common.Azure.Tools", | |
"Microsoft.VisualStudio.Component.SQL.CLR", | |
"Microsoft.VisualStudio.Component.ManagedDesktop.Core", | |
"Microsoft.Net.Component.4.5.2.TargetingPack", | |
"Microsoft.Net.Component.4.5.TargetingPack", | |
"Microsoft.VisualStudio.Component.IntelliCode", | |
"Microsoft.Net.Component.4.TargetingPack", | |
"Microsoft.Net.Component.4.5.1.TargetingPack", | |
"Microsoft.Net.Component.4.6.TargetingPack", | |
"Microsoft.Net.ComponentGroup.TargetingPacks.Common", | |
"Microsoft.Net.Core.Component.SDK.2.1", | |
"Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd", | |
"Microsoft.VisualStudio.Component.DiagnosticTools", | |
"Microsoft.VisualStudio.Component.EntityFramework", | |
"Microsoft.VisualStudio.Component.LiveUnitTesting", | |
"Microsoft.VisualStudio.Component.AppInsights.Tools", | |
"Component.Microsoft.VisualStudio.LiveShare", | |
"Microsoft.VisualStudio.Component.ClassDesigner", | |
"Microsoft.VisualStudio.Component.GraphDocument", | |
"Microsoft.VisualStudio.Component.CodeMap", | |
"Microsoft.VisualStudio.Component.VC.CoreIde", | |
"Microsoft.VisualStudio.Component.Windows10SDK", | |
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64", | |
"Microsoft.VisualStudio.Component.Graphics.Tools", | |
"Microsoft.VisualStudio.Component.VC.DiagnosticTools", | |
"Microsoft.VisualStudio.Component.Windows10SDK.18362", | |
"Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites", | |
"Microsoft.ComponentGroup.Blend", | |
"Microsoft.VisualStudio.Component.Debugger.JustInTime", | |
"Microsoft.VisualStudio.Component.DotNetModelBuilder", | |
"Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging", | |
"Microsoft.VisualStudio.Workload.ManagedDesktop", | |
"Microsoft.VisualStudio.Component.VC.Redist.14.Latest", | |
"Microsoft.VisualStudio.ComponentGroup.ArchitectureTools.Native", | |
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core", | |
"Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake", | |
"Microsoft.VisualStudio.Component.VC.CMake.Project", | |
"Microsoft.VisualStudio.Component.VC.ATL", | |
"Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest", | |
"Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest", | |
"Microsoft.VisualStudio.Component.VC.ASAN", | |
"Microsoft.Component.VC.Runtime.UCRTSDK", | |
"Microsoft.VisualStudio.Workload.NativeDesktop", | |
"Microsoft.Component.NetFX.Native", | |
"Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard", | |
"Microsoft.VisualStudio.Component.Graphics", | |
"Microsoft.VisualStudio.ComponentGroup.UWP.Xamarin", | |
"Microsoft.VisualStudio.ComponentGroup.UWP.Support", | |
"Microsoft.VisualStudio.Component.VC.Tools.ARM64", | |
"Microsoft.VisualStudio.Component.UWP.VC.ARM64", | |
"Microsoft.VisualStudio.Component.VC.Tools.ARM", | |
"Microsoft.VisualStudio.ComponentGroup.UWP.VC", | |
"Microsoft.VisualStudio.Component.Windows10SDK.19041", | |
"Microsoft.VisualStudio.Workload.Universal", | |
"Microsoft.Net.Component.3.5.DeveloperTools", | |
"Microsoft.VisualStudio.Component.VSSDK", | |
"Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites", | |
"Microsoft.VisualStudio.Workload.VisualStudioExtension", | |
"Microsoft.VisualStudio.Component.Debugger.VSOnline", | |
"Microsoft.Net.Component.4.7.2.SDK" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment