Should I add .vcxproj.filter files to source control?

前端 未结 4 2112
情话喂你
情话喂你 2021-01-31 01:00

While evaluating Visual Studio 2010 Beta 2, I see that in the converted directory, my vcproj files became vcxproj files. There are also

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-31 01:29

    Previous versions of Visual Studio (at least versions 6.0 and 2008) store that information in their own project file (.dsp and .vcproj files respectively), which of course is good to add to SCC.

    I cannot think of any reason to not include this .filter files in SCC

提交回复
热议问题