visual source safe - how to remove bindings from solution w/o opening in visual studio

后端 未结 5 1410
暗喜
暗喜 2020-12-30 09:04

Does anyone know of a good way to remove vss source control bindings for a visual studio 2005 and 2008 solution without opening it in visual studio?

I used to use: <

5条回答
  •  不思量自难忘°
    2020-12-30 09:28

    Just search your project for *.scc and .vss, delete all these, then open your project in Visual Studio 2008, which will ask you if you want to remove bindings or fix it

提交回复
热议问题