VS2013 removing TFS Version control

Source: Internet
Author: User

Environment: Vs2103

Purpose: Remove TFS control from someone else's project because there will be a message every time you open it

Workaround:

1. Delete the hidden. $TF folder, search*.vssscc和*.vspscc这两个后缀的文件,删除找到的文件.

2. Open *.sln the file using a text editor to find

   GlobalSection(TeamFoundationVersionControl) = preSolution         SccNumberOfProjects = 4         SccEnterpriseProvider = {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}         SccTeamFoundationServer = here is your project‘s tfs         SccLocalPath0 = .         SccProjectUniqueName1 = project-unique-name1.csproj         SccProjectName1 = your-project-name         SccLocalPath1 = project-local-path         SccProjectUniqueName2 = project-unique-name2.csproj         SccProjectName2 = project-name-2         SccLocalPath2 = local-path2         SccProjectUniqueName3 = project-unique-name3.csproj         SccProjectName3 = project-name-3         SccLocalPath3 = local-path3.     EndGlobalSectionDelete, and save! Reference: http://blog.useasp.net/archive/2015/12/15/ How-to-permanently-remove-vs-project-tfs-source-version-control-binding.aspx, if there is a copyright issue, please inform!

VS2013 removing TFS Version control

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.