Why does Visual Studio check out the .vspscc file when I add a file to a project?
问题 If I add a new file to a project under TFS source control, it will check out the project file and the corresponding .vspscc file for that project file. The project file itself changes (to include the new file), but the .vspscc file doesn't change at all. Why bother checking it out? Is there a way to disable it from being checked out and if there is, should I? 回答1: It gets checked out because under certain conditions it will be modified..and thus they checked it out as a matter of default. I