You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix inability to open Visual Studio 2019 after creating a project.
#rb none #jira UE-72230 #ROBOMERGE-SOURCE: CL 5748299 in //UE4/Release-4.22/... #ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main) [CL 5748306 by ben marsh in Main branch]
This commit is contained in:
@@ -43,10 +43,13 @@ namespace UnrealBuildTool.Rules
|
||||
string DTEKey = null;
|
||||
switch (Target.WindowsPlatform.Compiler)
|
||||
{
|
||||
case WindowsCompiler.VisualStudio2017:
|
||||
DTEKey = "VisualStudio.DTE.15.0";
|
||||
break;
|
||||
case WindowsCompiler.VisualStudio2015_DEPRECATED:
|
||||
case WindowsCompiler.VisualStudio2019:
|
||||
DTEKey = "VisualStudio.DTE.16.0";
|
||||
break;
|
||||
case WindowsCompiler.VisualStudio2017:
|
||||
DTEKey = "VisualStudio.DTE.15.0";
|
||||
break;
|
||||
case WindowsCompiler.VisualStudio2015_DEPRECATED:
|
||||
DTEKey = "VisualStudio.DTE.14.0";
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user