Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I remove TFS connections from a Visual Studio 2010 C# project/solution?

I have been given the full source code to work on locally (C#.NET/XAML/Visual Studio 2010), but I do not have access to TFS.

Every time I open the solution, it always asks for TFS which I have to cancel every time, but the code is now developed locally from here on out and I will not have access.

How do I effectively "disconnect" TFS from this build?

like image 555
Wibble Avatar asked Apr 11 '11 18:04

Wibble


1 Answers

You can either choose to work offline, or unbind the projects:

File->Source Control->Change Source Control

like image 133
Jess Avatar answered Oct 18 '22 08:10

Jess