With command line, I use /r:
to add reference with VS2010 as follows.
csc Program.cs /r:System.ComponentModel.Composition.dll /r:SharedLibrary.dll
How can I add reference in VS2010 IDE?
I tried to right click on the Solution Explorer, then clicked "Add Reference ...", but I can't find the System.ComponentModel.Composition
.