Skip to content
  • Brad King's avatar
    BUG: Fix VS IDE project order · 00ca96ae
    Brad King authored
    Our implementation of the feature to pull in dependent targets in VS
    solution files for subprojects caused the order of project files in the
    solution to be arbitrary (based on pointer value in the representation).
    Target ordering in solution files is important to prevent unnecessary
    changing of the files and because the VS IDE selects the first project
    listed as the default active target.  This change restores lexicographic
    order by target name.
    00ca96ae