TheProgrammer wrote:
Sven Groot wrote:
but you can safely delete them; they won't be used on another computer anyway unless the user renames them or they happen to use the same computer and user name as you.
Another file you can safely delete is the .suo, which contains the solution user options (the .user contains project user options) which is mainly which files are open in the IDE. You can also delete the .ncb, which is the intellisense database (VS will automatically rebuild it if it's missing) which'll save you a few megabytes when distributing the source.
So, in other words, the only files I need to include are .vcproj and .sln, correct?
AFAIK, yes.