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
- This python program is deveopped on python 3.x.
- Works fine for 2010-2017 vs c++ sulution, not test on other version.
- pip install bs4
- If you want to visualize the dependencies stored in temp.dot, please install GraphViz.
- visualProjectDependency.py C:\cpp\xalan-c-Xalan-C_1_11_0\Projects\Win32\VC15\Xalan.sln
- temp2png.bat