Skip to content
  • Don Olmstead's avatar
    VS: Choose flag map based on the toolset name · 69fc7bf8
    Don Olmstead authored and Brad King's avatar Brad King committed
    MSBuild interprets the `.vcxproj` content based on the `PlatformToolset`
    setting, so our reverse mapping needs to be based on that setting too.
    For VS 2010 and above, choose the flag map to match the toolset name
    rather than the generator VS version.
    
    Issue: #16153
    69fc7bf8