Reputation: 6679
We can create Class Diagram in Microsoft Visual Studio which shows relation between classes.
Is it possible to create/draw/export Project Dependencies Diagram? Something that shows dependencies between projects in a diagram, not only a list.
Is there any extension for Visual Studio to do so?
Upvotes: 0
Views: 2560
Reputation: 44096
If you have Visual Studio Ultimate, you can use the Architecture Menu -> Generate Dependency Graph.
I don't know if it's available in downlevel skus.
Upvotes: 1