Break Source Control Link
PROBLEM
I'd like to break the TFS link of a local project so it is no longer source controlled.
SOLUTION
The only way to remove the TFS link is to manually modify the Settings.aiis file. This is located in the Project folder.
Open this file with Notepad and locate the SourceControlRepository section, as seen below. Delete these lines to break the link to TFS.
<SourceControlRepository Type="ArtOfTest.Common.TFSClient.TFSRepositoryInfo" Version="2011.1.829.0">
<Server Type="ArtOfTest.Common.TFSClient.TFSServerInfo" Version="2011.1.829.0">
<ServerName Type="System.String">http://server-tfs2010:8080/tfs</ServerName>
</Server>
<RemotePath Type="System.String">$/Projects/TestStudioProject1</RemotePath>
</SourceControlRepository>