Is there an easy way to open all the assemblies generated by all the projects in a given Visual Studio solution?
Comments
2 comments
-
If the assemblies build into a top level directory, then you can simply drag all of the files from that directory into Reflector.
-
No, the solution uses the default configuration where each project has its own output directory.
I ended up writing a program to copy the output from each project to a GatheredAssemblies directory just so I can easily open them with reflector.
Add comment
Please sign in to leave a comment.