• Stars
    star
    2
  • Language
    C#
  • Created almost 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This program takes a solution file or csproj file as an input and creates two directed graphs of dependcies among all projects. It does nothing more than that. It just prepares this data structure and lets you apply your graph algorithm on top of it.