Last active
June 7, 2025 14:37
-
-
Save fade2gray/9bb1c01226e3e39733cceaab11f01eb6 to your computer and use it in GitHub Desktop.
Visual Studio 2019 config for building custom Cheat Engine drivers.
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.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.ComponentGroup.ClickOnce.Publish", | |
| "Microsoft.NetCore.Component.DevelopmentTools", | |
| "Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions", | |
| "Microsoft.Net.Component.4.8.SDK", | |
| "Microsoft.Net.Component.4.7.2.TargetingPack", | |
| "Microsoft.Net.ComponentGroup.DevelopmentPrerequisites", | |
| "Microsoft.VisualStudio.Component.TypeScript.4.3", | |
| "Microsoft.VisualStudio.Component.JavaScript.TypeScript", | |
| "Microsoft.Component.MSBuild", | |
| "Microsoft.VisualStudio.Component.TextTemplating", | |
| "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.Net.Component.4.TargetingPack", | |
| "Microsoft.Net.Component.4.5.1.TargetingPack", | |
| "Microsoft.Net.Component.4.6.TargetingPack", | |
| "Microsoft.Net.ComponentGroup.TargetingPacks.Common", | |
| "Microsoft.VisualStudio.Component.DiagnosticTools", | |
| "Microsoft.VisualStudio.Component.EntityFramework", | |
| "Microsoft.VisualStudio.Component.Debugger.JustInTime", | |
| "Component.Microsoft.VisualStudio.LiveShare", | |
| "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.Windows10SDK.19041", | |
| "Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites", | |
| "Microsoft.ComponentGroup.Blend", | |
| "Microsoft.VisualStudio.Component.DotNetModelBuilder", | |
| "Microsoft.VisualStudio.Workload.ManagedDesktop", | |
| "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.ATL", | |
| "Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest", | |
| "Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest", | |
| "Microsoft.VisualStudio.Component.VC.ASAN", | |
| "Microsoft.VisualStudio.Workload.NativeDesktop", | |
| "Microsoft.VisualStudio.Component.VC.ATL.Spectre", | |
| "Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre", | |
| "Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre" | |
| ], | |
| "extensions": [ | |
| "https://marketplace.visualstudio.com/items?itemName=MLNET.07" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VS2019.vsconfigin yourDocumentsfolder and paste the above code into it.More/Import configurationin the VS2019 pane.Import locationto find theVS2019.vsconfingfile and clickReview details.Modifybutton and wait for the update to finish, then close the installer.