24d23 < * Visual Studio 2019—14.2 1019c1018 < if [ MATCH "(14.[12])" : $(version) ] --- > if [ MATCH "(14.1)" : $(version) ] 1179c1178 < exact-version = [ MATCH "(14\.[12]0\.[0-9\.]+)" : $(command) ] ; --- > exact-version = [ MATCH "(14\.10\.[0-9\.]+)" : $(command) ] ; 1208,1212c1207 < if [ MATCH "(MSVC\\14.2)" : $(command) ] < { < version = 14.2 ; < } < else if [ MATCH "(MSVC\\14.1)" : $(command) ] --- > if [ MATCH "(MSVC\\14.1)" : $(command) ] 1542c1537 < if $(version) = 14.1 || $(version) = 14.2 || $(version) = "default" --- > if $(version) = 14.1 || $(version) = "default" 1964c1959 < .known-versions = 14.2 14.1 14.0 12.0 11.0 10.0 10.0express 9.0 9.0express 8.0 8.0express 7.1 --- > .known-versions = 14.1 14.0 12.0 11.0 10.0 10.0express 9.0 9.0express 8.0 8.0express 7.1 1978d1972 < .version-alias-14.2 = 14.2 ; 2007,2010d2000 < .version-14.2-path = < "../../VC/Tools/MSVC/*/bin/Host*/*" < "Microsoft Visual Studio/2019/Preview/VC/Auxiliary/Build" < ; 2012d2001 < .version-14.2-env = VS160COMNTOOLS ProgramFiles ProgramFiles(x86) ;