I have a solution for Application X
. Application X
uses a shared library Library Y
. Library Y
is contained within its own project under TFS, separate to that of Application X
(same server though, and both are available locally).
How can I add Library Y
to the solution for Application X
such that any changes made to Library Y
will be correctly handled by its TFS project and wouldn't be added to the solution for Application X
.
I believe their is similar functionality for single files using Add as link
.