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: 1) Download and install addon 2) Open Solution 3) Click on Project->Create Solution Dependency Graph. Sometimes the menu is under Build Dependency. 4) dependencies.dgml file will open via the GraphModel viewer.
V0.5 - Initial Release Image 1 - Small Sample Solution. Inside of each node shows produced primary binary. View the property to see the fullpath.
Image 2 - A larger and more complex solution. |