How to add System.ComponentModel.Composition.dll to VS2010 IDE?

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.

enter image description here

+3
source share
1 answer

Add help dialog from Power Tools Power Filter is filtering for 3.5 frame collectors, because you - the application will undoubtedly target 3.5.

System.ComponentModel.Composition.dll - dll 4.0 Framework. , 4.0, .

4.0, 4.0

+8

All Articles