@ Visual Source Safe:
- Delete the solution/project
@ Visual Studio
- Go to the folder containing the solution files and delete the following:
- mssccprj.scc
- MyProject.vssscc
- vssver.scc
- Open MyProject.sln in your favorite text editor and remove the following section:
GlobalSection(SourceCodeControl) = preSolution
…
EndGlobalSection - Go to the folder containing the project files and delete the following:
- MyProject.vbproj.vspscc
- mssccprj.scc
- vssver.scc
- Open MyProject.vbproj in your text editor and remove the following lines:
- SccProjectName = “SAK”
- SccLocalPath = “SAK”
- SccAuxPath = “SAK”
- SccProvider = “SAK”