I\'m having issues understanding how to configure TFS according to best practices as provided by the TFS Ranger team. The issue is such:
My company has several produ
If you want to share common code then you can try the following solution:
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.
One thing I notice is that if you make changes to the common code then it will not be automatically checked out. So it's kind of similar to referencing the projects difference is that it works in the TFS as well.
Original answer