Should I add the vcxproj.filter files to source control

Posted by jschroedl on Stack Overflow See other posts from Stack Overflow or by jschroedl
Published on 2009-12-01T15:24:34Z Indexed on 2010/05/15 22:40 UTC
Read the original article Hit count: 1686

While evaluating Visual Studio 2010 Beta 2, I see that in the converted directory my vcproj files have become vcxproj files. There are also vcxproj.filter files alongside each project which appear to contain a description of the folder structure (\Source Files, \Header Files, etc.).

Do you think these filter files should be kept per-user or should the be shared across the whole dev group and checked into SCC?

My current thinking is to check them in but wondered if there's any reasons not to do that or perhaps good reasons that I should definitely check them in.

The obvious benefit is that the folder structures will match if I'm looking at someone else's machine but maybe they'd like to reorganize things logically??

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about scc