Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/omarslvd/unbindsourcecodefromtfs

Unbind Visual Studio source code from TFS
https://github.com/omarslvd/unbindsourcecodefromtfs

tfs windowsforms

Last synced: 25 days ago
JSON representation

Unbind Visual Studio source code from TFS

Awesome Lists containing this project

README

        

UnbindSourceCodeFromTFS
=======================

Unbind Visual Studio source code from TFS

The program follow the next steps:

1. Create a backup
2. Remove the read only attribute of all folders
3. Search for ```*.scc``` , ```*.vssscc```, ```*.vspscc``` to delete them
4. Delete section ```GlobalSection(TeamFoundationVersionControl)``` from solution files
5. Delete ```SccProjectName```, ```SccLocalPath```, ```SccAuxPath```, ```SccProvider``` from project files

:octocat: