suriab / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

GUIDs should be sorted and uppercased #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently changes to slns/vcproj made in the IDE move things around a lot. We 
should canonicalize 
them by uppercasing and sorting them.

Original issue reported on code.google.com by bradnel...@google.com on 26 May 2009 at 10:13

GoogleCodeExporter commented 9 years ago
For VS 2008 and later, you have to sort by name first, and then by GUID.  
Generated 
GUIDS are all upper-case.  GYP now complains if hand-specified GUIDs aren't 
upper-
case. 

Original comment by sgk@chromium.org on 6 Aug 2009 at 6:02