I have a repo with a bunch of C# projects in it, probably a couple dozen. These projects are shared between maybe seven applications.

I’m looking for a tool that can map out these projects, starting with the application startup projects and draw connections between them showing which projects are referenced and used by what other projects.

Does something like that exist?