Which files in a Visual C# Studio project don't need to be versioned?

前端 未结 11 1085

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

11条回答
  •  攒了一身酷
    2020-11-30 01:35

    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.

提交回复
热议问题