UBT: Deprecate Visual Studio 2015. Still technically supported from source if explicitly selected as the compiler for a particular target, but will not be automatically detected by UBT for building.

#rb none

[CL 4681677 by Ben Marsh in Dev-Build branch]
This commit is contained in:
Ben Marsh
2019-01-04 11:35:38 -05:00
parent f5f16b633b
commit 53467c22ef
12 changed files with 45 additions and 71 deletions

View File

@@ -31,7 +31,7 @@ namespace UnrealBuildTool.Rules
case WindowsCompiler.VisualStudio2017:
DTEKey = "VisualStudio.DTE.15.0";
break;
case WindowsCompiler.VisualStudio2015:
case WindowsCompiler.VisualStudio2015_DEPRECATED:
DTEKey = "VisualStudio.DTE.14.0";
break;
}