In your Solution Directory, delete all the files with the extension .vssscc or .scc (includes all child folders in your solution directory).
Next, right click on your .sln file and select Open with… Select Notepad.
In your .sln file, find the GlobalSection(SourceCodeControl) = preSolution part. Select the whole part of it until EndGlobalSolution and remove it. Save and close the file.
For each of the .vbproj in your project, open it with Notepad. Under
<VisualBasic>
you can find the following attributes: SccProjectName, SccLocalPath, SccAuxPath, and SccProvider as shown below. Remove it, save and close the file.Now, the source control had completely removed from the project.
Hope you will find this helpful.
0 comments:
Post a Comment