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开发者_StackOverflow against the source code. That means if I change the library I don't have to add the new assembly by hand.
Thank you
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."
Sure can see this answer:
referencing a source controlled project (using TFS) in another source controlled project.
精彩评论