Skip to content
  • Brad King's avatar
    Fix Intel Fortran .vfproj files for VS 10 · 6571f465
    Brad King authored
    Commit 1be4b6f4 (Order VS local generator Version ivar values
    consistently, 2011-11-10) fixed the Version ivar of the VS 10 local
    generator by setting it correctly to 10 instead of leaving it at 7.
    This broke generation of .vfproj files for the Intel Fortran plugin to
    VS 10 by mixing VS 9 and 10 formats together in one file.  Teach the
    local generator to pretend the Version is 9 for Intel Fortran targets.
    6571f465