Remove unused references (!= usings) in C# project without Resharper?

Posted by Rohit on Stack Overflow See other posts from Stack Overflow or by Rohit
Published on 2009-09-22T08:07:06Z Indexed on 2010/06/17 5:53 UTC
Read the original article Hit count: 162

Is there any way of removing unused references to assemblies, in a C# project, without the help of Resharper? The MSDN documentation does outline something for Visual Basic, but I couldn't find the same dialogs for C#.

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2008