Reputation: 5194
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
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
Reputation: 12416
Sure can see this answer:
referencing a source controlled project (using TFS) in another source controlled project.
Upvotes: 1