Link to home
Start Free TrialLog in
Avatar of akohan
akohan

asked on

How to integrate 2 or more projects on TFS

Hello TFS/C# experts,

Let's imagine a solution has to be consist of 3 projects. Project A, B, and C.

Projects are developed independently and now it is time to place them all in one.

Assuming on TFS (tfs.visualstudio.com) we have two projects inserted already and nwo I like to add the 3rd project.

What and how should I do in order to insert my project as the 3rd project?
What are the steps that I have to follow here?

next question is how would those projet should be handshaking?

Thanks.
AK
ASKER CERTIFIED SOLUTION
Avatar of Vikram Singh Saini
Vikram Singh Saini
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bob Learned
Do you want the projects to stay separate, or get merged together into 1 solution?  If you want them to remain separate, then I would think that branching would be the better choice.  If you are merging, then you should do that outside of TFS.
Avatar of akohan
akohan

ASKER

Thanks. there is more into it when it gets to TFS but I got the idea.