2

Microsoft Visual Studio (2005 and 2008) seems to have fun shuffling the Project IDs (GUIDs) around each time we do a little change in a solution. We found that this little detail leads to frustration each time someone has to merge branches in Source control...

We though about coding a little tool to sort those Project ids before Check In. This way, merging would be easier. Is there some option that I missed in Visual Studio Options that would do just that?

erbi
  • 1,242
  • 1
  • 12
  • 14
  • looks like a duplicate of http://stackoverflow.com/questions/372357/merging-vcproj-files-scms-hell#372448 – Tim Dec 16 '08 at 21:43

1 Answers1

1

Unfortunately it does not look good so far.

See this question: Merging vcproj files - SCM's hell

closed as this appears to be a duplicate.

Community
  • 1
  • 1
Tim
  • 20,184
  • 24
  • 117
  • 214