Skip to content
  • Brad King's avatar
    BUG: Fix VS IDE solution files order again · f1e74ae0
    Brad King authored
    The previous change to order projects in the VS IDE did not account for
    duplicate target names (such as ALL_BUILD and ZERO_CHECK) among the
    input set.  While we suppress generation of the duplicate project
    entries, we need to use a multiset to store ordered duplicates.
    f1e74ae0