IN VS2008, for C#, How can I figure out which references are needed and which are not?
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-05-12T23:40:59Z
Indexed on
2010/05/12
23:44 UTC
Read the original article
Hit count: 173
IN VS2008, for C#, How can I figure out which references are needed and which are not? If you look in the solution explorer for a certain project and expand the references folder, is there a way to tell those that are never called? Will this be determined at compile time and simply not included?
© Stack Overflow or respective owner