0

I'm given a solution with >100 projects. ~15 projects are executables, others are libraries.

I'm looking at a particular library. How do I look up which other libraries/executables reference (or depend on) the library?

bohdan_trotsenko
  • 5,167
  • 3
  • 43
  • 70

1 Answers1

0

It turns out, the broader problem is address and solved: project dependency graph.

This SO question lists solutions: Dependency graph of Visual Studio projects

Community
  • 1
  • 1
bohdan_trotsenko
  • 5,167
  • 3
  • 43
  • 70