Skip to content

ralbu/UnbindTFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnbindTFS

Removes the TFS bindinds from a C# Visual Studio project. The application does the following steps to remove the TFS binding:

  1. Edits the solution .sln files and removes these lines:
GlobalSection(TeamFoundationVersionControl) = preSolution
   SccNumberOfProjects = 
   SccEnterpriseProvider = 
   SccTeamFoundationServer = 
   SccProjectUniqueName0 = 
   SccProjectName0 = 
   SccAuxPath0 = 
   SccLocalPath0 = 
   SccProvider0 = 
EndGlobalSection
  1. Edits the C# project files (.csproj) and removes these lines:
   <SccProjectName></SccProjectName>
   <SccLocalPath></SccLocalPath>
   <SccAuxPath></SccAuxPath>
   <SccProvider></SccProvider>
  1. Removes all the .vssscc and .vspscc files.

Tha applcation has the abilitiy to ignore folders. So if you have you project on git with all the binding by providing '.git' it will ignore it.

About

Removes the TFS bindinds from a C# Visual Studio project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages