I'm comparing two solution files and I find a strange difference between them. They both build properly, and source control seems to work. I'd like to believe that I'm seeing a difference that makes no difference, but I need some help convincing myself.
In
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
one of the solutions has
SccNumberOfProjects = 25
and the other has
SccNumberOfProjects = 26
The solution with the "26" has a section
SccProjectUniqueName25 = SomethingTests\\SomethingTests.csproj
SccProjectName25 = SomethingTests
SccLocalPath25 = SomethingTests
but the solution with "25" ends with "SccProjectUniqueName24".
In both cases, the SomethingTests project exists in the solution when opened by Visual Studio.
Also, I looked with File->Source Control->Change Source Control, and found that in both cases, the project in question is bound to the same server, at the correct location in source control, is Connected, and the Status is "Valid"!
So, if anyone actually knows that the "Scc" section is redundant information, or something to that effect, then please let me know, and please let me know where that's documented.