Tech Journal Back to Tech Journal

How can I remove Visual Source Safe from a .NET project?

  1. Goto the folder containing the solution files and delete the following:
  2. Open the MyProject.sln in your text editor and remove the following section:
  3. Goto the folder(s) containing the project files and delete the following:
  4. Open the *.proj file(s) and remove the following:
  5. Now open up your solution and you should be Source Control free.

[From http://geekswithblogs.net/bcorazza/archive/2005/05/15/39736.aspx]

Last updated on 2008-07-10 17:16:10 -0700, by Shalom Craimer

Back to Tech Journal