Skip to content
  • Brad King's avatar
    VS: Compute project GUIDs deterministically · c85367f4
    Brad King authored
    Compute deterministic GUIDs that are unique to the build tree by
    hashing the path to the build tree with the GUID logical name.
    Avoid storing them in the cache, but honor any found there.
    This will allow project GUIDs to be reproduced in a fresh build
    tree so long as its path is the same as the original, which may
    be useful for incremental builds.
    c85367f4