Which c# project files should I version control?

Posted by DTown on Stack Overflow See other posts from Stack Overflow or by DTown
Published on 2010-04-16T15:00:29Z Indexed on 2010/04/16 15:03 UTC
Read the original article Hit count: 497

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2008