Skip to content
  • Brad King's avatar
    Skip VS <= 7.1 dependency analysis for VS >= 8 · 08a31885
    Brad King authored
    Commit 1a0c166a (Store direct dependencies in solutions for VS >= 8,
    2010-08-20) disabled use of VS-specific global dependency analysis.
    Avoid perfoming the analysis at all when it is not needed.  This also
    prevents creation of bogus and unused '_UTILITY' targets since they are
    not needed for dependencies.
    08a31885