Remove TFS Connection From Solution

theChampion picture theChampion · Nov 18, 2014 · Viewed 88.3k times · Source

How to make solution as clean copy without mapping to TFS ? The problem is that this message shows when I am trying to open it. I want to open it as normal without TFS connection.

enter image description here

Answer

Tabish Usman picture Tabish Usman · Feb 2, 2016

To completely remove TFS source control binding follow these two steps:

  1. Go to your solution's folder, find and delete all files with *.vssscc and *.vspscc extensions.
  2. Open your solution's .sln file in Notepad, and find & remove the GlobalSection(TeamFoundationVersionControl) section.

More details on reference Link