Visual Studio - Dependencies
Links
Explained: Managing Source Control Dependencies in Visual Studio Team System
Guidelines for Referencing Projects and Assemblies
Use Project References Whenever Possible
Use File References Only Where Necessary
Standard (23/10/2007)
Create a
references
folder in the root of the solution folder.Copy any
dll
files which you want to use into this folder.Add references to
dll
files in this folder. When the project is built thedll
will be copied to theDebug
(orRelease
) folder.