With the command line, I use /r:to add links to VS2010 as follows.
csc Program.cs /r:System.ComponentModel.Composition.dll /r:SharedLibrary.dll
How to add a link to the VS2010 IDE?
I tried right-clicking on the solution explorer and then clicking "Add Link ..." but I can not find System.ComponentModel.Composition.

source
share