-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added .vsconfig to quickly set up Visual Studio * Updated README.compile * Renamed README.compile to COMPILE.md as common practice
- Loading branch information
1 parent
fd49ef6
commit 134f50e
Showing
3 changed files
with
51 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"version": "1.0", | ||
"components": [ | ||
"Microsoft.VisualStudio.Component.CoreEditor", | ||
"Microsoft.VisualStudio.Workload.CoreEditor", | ||
"Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions", | ||
"Microsoft.VisualStudio.Component.Roslyn.Compiler", | ||
"Microsoft.Component.MSBuild", | ||
"Microsoft.VisualStudio.Component.TextTemplating", | ||
"Microsoft.VisualStudio.Component.NuGet", | ||
"Microsoft.VisualStudio.Component.Debugger.JustInTime", | ||
"Microsoft.VisualStudio.Component.IntelliCode", | ||
"Microsoft.VisualStudio.Component.VC.CoreIde", | ||
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64", | ||
"Microsoft.VisualStudio.Component.Graphics.Tools", | ||
"Microsoft.VisualStudio.Component.VC.DiagnosticTools", | ||
"Microsoft.VisualStudio.Component.Windows11SDK.22621", | ||
"Microsoft.VisualStudio.Component.VC.ATL", | ||
"Microsoft.VisualStudio.Component.VC.ATLMFC", | ||
"Microsoft.VisualStudio.Component.VC.Redist.14.Latest", | ||
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core", | ||
"Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake", | ||
"Microsoft.VisualStudio.Component.VC.CMake.Project", | ||
"Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest", | ||
"Microsoft.VisualStudio.Component.VC.ASAN", | ||
"Microsoft.VisualStudio.Component.Vcpkg", | ||
"Microsoft.VisualStudio.Workload.NativeDesktop", | ||
"Component.MDD.Linux", | ||
"Component.Linux.CMake", | ||
"Component.Linux.RemoteFileExplorer", | ||
"Microsoft.VisualStudio.Workload.NativeCrossPlat", | ||
"Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre" | ||
] | ||
} |
This file contains 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
This file contains 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