Hi all,
I just installed VS 2005, and found something about the new project files confusing:
When you create a new project, a .sln file will be created, along with two project files .vcproj and . vcproj.<user' computer name>.<user name>.user
For example, in my case:
project1.sln
project1.vcproj
project1.vcproj.PRO1.Alex.user
My question: Before I distrubute the source code to others, can I delete the project1.vcproj.PRO1.Alex.user file?