I use VS2010 with solutions in .net 4.0. Most of the solutions have unit test projects in them. The solutions are under source control (TFS 2010).
But every time I open a solution, VS2010 checked out the test project file (.csproj) and the corresponding .csproj.vspscc file. When i compare the checked out files with the ones under source control (TFS), the files are the same.
Does anyone know a solution to this problem?