referencing a source controlled project (using TFS) in another source controlled project

社会主义新天地 提交于 2019-12-19 09:15:24

问题


i have three VS solutions :
Human-resource Solution
Payroll Solution

And a Main web site (Shell);

Human-resource is a solution which is also a team project.

Payroll is the same, and so do the Main web Site(Shell).

what i need is to reference the (Shell) in Human-resource solution

and also in Payroll.

is that possible in TFS ? and if so, if i modified the Shell in Human-Resource solution, is the modifications transferred automatically to the Payroll Solution ?


回答1:


Yep, go to File->Source Control->Add Project from Source Control...

This will pop up a dialog allowing you to add a project from elsewhere in source control.

Once you get into sharing projects like this, it's worthwhile getting a bit robust in your source control structure, so this is worth a read:

http://tfsbranchingguideiii.codeplex.com/wikipage



来源:https://stackoverflow.com/questions/3570635/referencing-a-source-controlled-project-using-tfs-in-another-source-controlled

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!