Modified Solution Dependency Viewer written by Visual Cpp Dev Labs. I just modified manifest to be compatible with Visual Studio 2015, I don't have any source code. Every wanted to see the web of project reference from your solution. Solution Dependency Viewer provides a graph layer to the solution with projects represented as nodes and project references represented as links between nodes. Current version supports C++, C#, VB projects. The graph uses the DGML and the graph model engine in Visual Studio and uses MSBuild Framework to parse solution. How to use:
V0.5 - Initial Release Image 1 - Small Sample Solution. Inside of each node shows produced primary binary. View the property to see the fullpath. |