How can we help you today? How can we help you today?

Open all assemblies in Visual Studio solution?

Is there an easy way to open all the assemblies generated by all the projects in a given Visual Studio solution?
MarkLTX
0

Comments

2 comments

  • Clive Tong
    If the assemblies build into a top level directory, then you can simply drag all of the files from that directory into Reflector.
    Clive Tong
    0
  • MarkLTX
    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.
    MarkLTX
    0

Add comment

Please sign in to leave a comment.