Tagged Questions
8
votes
2answers
974 views
GUIDs in a SLN file
Visual Studio Solution files contain two GUID's per project entry. I figure one of them is from the AssemblyInfo.cs
Does anyone know for sure where these come from, and what they are used for?
2
votes
5answers
795 views
Visual Studio 2008: how to avoid project file merge hell?
When you're working on a VS C# project with multiple developers which all add new projects and files to the same solution the last one to try and check in his changes gets conflicts on the project ...