Created
May 11, 2022 09:28
-
-
Save seriema/cd6e26d373799a24952e8b91ddbbf11c to your computer and use it in GitHub Desktop.
VS 2019 setup
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
<?xml version="1.0" encoding="utf-8" ?> | |
<Configuration xmlns="https://www.unrealengine.com/BuildConfiguration"> | |
<ProjectFileGenerator> | |
<Format>VisualStudio2019</Format> | |
</ProjectFileGenerator> | |
<WindowsPlatform> | |
<Compiler>VisualStudio2019</Compiler> | |
<CompilerVersion>14.22.27905</CompilerVersion> | |
<WindowsSdkVersion>10.0.18362.0</WindowsSdkVersion> | |
</WindowsPlatform> | |
</Configuration> |
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
{ | |
"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.ComponentGroup.WebToolsExtensions", | |
"Microsoft.Net.Component.4.8.SDK", | |
"Microsoft.VisualStudio.Component.TypeScript.4.3", | |
"Microsoft.VisualStudio.Component.JavaScript.TypeScript", | |
"Microsoft.Component.MSBuild", | |
"Microsoft.VisualStudio.Component.TextTemplating", | |
"Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime", | |
"Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd", | |
"Microsoft.VisualStudio.Component.Debugger.JustInTime", | |
"Component.Microsoft.VisualStudio.LiveShare", | |
"Microsoft.VisualStudio.Component.IntelliCode", | |
"Microsoft.Net.Component.4.6.2.TargetingPack", | |
"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.19041", | |
"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.VisualStudio.Component.Windows10SDK.18362", | |
"Microsoft.VisualStudio.Workload.NativeDesktop", | |
"Microsoft.VisualStudio.Workload.NativeGame", | |
"Microsoft.VisualStudio.Component.VC.14.22.x86.x64", | |
"Microsoft.VisualStudio.Component.VC.14.22.ATL", | |
"Microsoft.VisualStudio.Component.VC.14.22.CLI.Support", | |
"Microsoft.VisualStudio.Component.VC.14.22.MFC", | |
"Microsoft.Net.Component.4.6.2.SDK" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment