I need to migrate our project to a different source control system and the client has directed all files be cleaned of VSS binding information.
Is there a recommended best practice for such a procedure We have standard VS2003 solutions and projects, webservices and BizTalk 2004 projects.
T.I.A.

How can I 'clean' projects & solutions of VSS binding information?
Andy2222
Open the solution in VisualStudio, then use File/SourceControl/ChangeSourceControl dialog, select all the lines and use the Unbind button to remove the projects from source control
Alin