Is there a way to extract info from vs project, eg cl.exe command line
- by haohaolee
Since I write a command line program to check cpp files, and it need lib path and include path of those cpp files.
How can I get the include and lib path info from visual studio project? Our project uses property sheets to make up those information.