.net - Scripting - Remove Unused References -


the current application im working on has on 300 lightweight projects then built single application (with lot of dlls).

ive started notice lot of projects have number of unused references being removed using "unused references..." button in visual studio on each project.

is there way script activity on every project or tool use? dont want have go through projects individually.

rob

300 dlls project, personaly think big number. if write custom ms build task il merge dlls speed overall working.

ms build task:

http://msdn.microsoft.com/en-us/library/ms171466.aspx 

il merge:

http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx 

Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -