I\'m trying something exploratory:
Say I have a library \"coolproject\" and it has dependencies to one.dll, two.dll, and three.dll
I have written a little tool to deal with this.
The source code can be found @ https://github.com/leppie/ReferenceRemover.
In you case it will be used as:
ReferenceRemover three.dll "(one|two).*" coolproject.dll
Explanation of args:
The output is three.dll with its references adjusted.