IN VS2008, for C#, How can I figure out which references are needed and which are not?
- by Matt
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?