开发者

Checkout projects from different TFS locations into one VS solution

开发者 https://www.devze.com 2023-01-22 22:00 出处:网络
Is it possible to checkout projects from different team foundation server locations/projects into one solution in visual studio?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消