Remove associations between Visual Studio. NET projects and SourceSafe
Source: Internet
Author: User
Steps:
1. Close the project.
2. Remove the read-only property of the project folder and file.
3. Delete the following files in the project folder:
(1) Source Code Control File (suffixed with. scc)
Generally: mssccprj. scc, vssver. scc
(2) Visual Studio Source Control Project Metadata File (suffixed with. vspscc)
Generally: ProjectName. vcproj. vspscc (C ++), ProjectName. csproj. vspscc (C #)
(3) Visual Studio Source Control Solution Metadata File (suffixed with. vssscc)
GENERAL: SolutionName. vssscc
4. Open the SolutionName. Sln file in a text editor.
Delete the following text:
GlobalSection (SourceCodeControl) = preSolution
......
EndGlobalSection
5. Open the ProjectName. vcproj (C #: ProjectName. csproj) file in the text editor.
Delete the following text:
SccProjectName = "SAK"
SccAuxPath = "SAK"
SccLocalPath = "SAK"
SccProvider = "SAK"
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.