Which c# project files should I version control?
- by DTown
I have a project I'm looking to manually manage via perforce version control as I only have the Express edition. What I'm looking for is which files should be excluded in the version control as locking many of the files can result in a problem for visual studio compiling and debugging.
What I have, so far, included.
.cs files (except properties folder)
.resx files
.csproj files
Excluded
bin folder
obj folder
Properties folder
.user file
Let me know if there is something more that should be included that I have excluded or if there is a better way to do this.