I\'m new to Visual C# Studio (actually using the Express edition, but another developer is using the full version), and we are using version control (svn).
It\'s acc
You definitely need csproj files... You might want to try AnkhSVN or VisualSVN, those VS addins add only the required files to SVN.
Or you could remove files from your directory structure until it does not load anymore.
I suggest experimenting this way because it is a great way to learn how a solution is structures by VS.