using "Reference3 Interface" to add desired references to a project

Posted by BDotA on Stack Overflow See other posts from Stack Overflow or by BDotA
Published on 2010-04-28T23:24:39Z Indexed on 2010/04/28 23:27 UTC
Read the original article Hit count: 142

Filed under:

I found this: http://msdn.microsoft.com/en-us/library/vslangproj80.reference3%28VS.80%29.aspx

what I have in mind is that many of the references that we add to our project are on a network drive and there are TON of them. Adding references to the project by right clicking on the References in the porject and choosing add reference is a pain.

so I was wondering if I can take advantage of something like what I posted the link to it and have a small program,add-in,macro, etc! that we can give it a list of the references that I want and it will add them to the project.

© Stack Overflow or respective owner

Related posts about c#