Tohid
Tohid

Reputation: 6679

How to create Project Dependencies Diagram in Visual Studio?

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?

enter image description here

Upvotes: 0

Views: 2560

Answers (1)

Greg D
Greg D

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

Related Questions