Skip to content

This program will generate a dot file which includes the project dependency relationship. Visualize it using GraphViz if you'd like

Notifications You must be signed in to change notification settings

zhaimlill/visualVisualStudioProjectDependency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program will generate a dot file which includes the project dependencies involved in a solution.

You can visualize the dot file by using GraphViz if you'd like to. Input : the full path of sln file. Output: temp.dot

Note:

  1. This python program is deveopped on python 3.x.
  2. Works fine for 2010-2017 vs c++ sulution, not test on other version.

prerequisite:

  1. pip install bs4
  2. If you want to visualize the dependencies stored in temp.dot, please install GraphViz.

Run example:

  1. visualProjectDependency.py C:\cpp\xalan-c-Xalan-C_1_11_0\Projects\Win32\VC15\Xalan.sln
  2. temp2png.bat

About

This program will generate a dot file which includes the project dependency relationship. Visualize it using GraphViz if you'd like

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published