VS Project References Broken On Case Sensitivity of GUID
TL;DR Visual Studio isn’t entirely consistent about how it assigns GUIDs to projects or how it specifies those GUIDs in project references. I was able to resolve the problem by using upper case GUIDs with braces for ProjectGuid elements and lower case with braces for Project elements (in references). Background We have a large solution … Read more