Fabiano
Fabiano

Reputation: 5194

Checkout projects from different TFS locations into one VS solution

Is it possible to checkout projects from different team foundation server locations/projects into one solution in visual studio?

The reason I want to do this is that I have a custom library that I use in different projects. I want to build the project against the source code. That means if I change the library I don't have to add the new assembly by hand.

Thank you

Upvotes: 0

Views: 550

Answers (2)

Dan Puzey
Dan Puzey

Reputation: 34200

Do this the same way as you would locally: create the solution, add the existing project to it, and then check the solution in. You can't mix different TFS servers in a single solution (as far as I'm aware), but you should be able to use (Visual Studio) projects from different TFS "Team Projects."

Upvotes: 1

Related Questions