You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Remove build support for Visual Studio 2015
#rb Jonathan.Adamczewski #preflight 60ad7f3b8194e700015e1d77 [CL 16459038 by Joe Kirchoff in ue5-main branch]
This commit is contained in:
@@ -35,9 +35,6 @@ namespace UnrealBuildTool.Rules
|
||||
case WindowsCompiler.VisualStudio2017:
|
||||
DTEKey = "VisualStudio.DTE.15.0";
|
||||
break;
|
||||
case WindowsCompiler.VisualStudio2015_DEPRECATED:
|
||||
DTEKey = "VisualStudio.DTE.14.0";
|
||||
break;
|
||||
default:
|
||||
throw new Exception("Unknown visual studio version when mapping to DTEKey: " +
|
||||
Target.WindowsPlatform.Compiler.ToString());
|
||||
|
||||
Reference in New Issue
Block a user