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
Needed...
*.sln - The solution file contains references to all the projects and dependencies between the projects.
*.csproj - The project files themselves. These tell what files are included in the project, references, and the build steps for the project.
Not...
*.suo - This is a user settings file...