Hi,
For a .NET solution, is there a way to get all the .dll files for each project in the solution? For example, if I make an empty .NET solution (this is Visual Studio 2010 btw), and add 3 projects called "a", "b" and "c", and build each, providing me with dll's a.dll, b.dll, and c.dll, is there any code sample in either C# or Powershell which could give me a collection of of these .dlls (but not any other .dlls like 3rd party libraries used)?
Thanks