Is there a way to extract info from vs project, eg cl.exe command line
Posted
by haohaolee
on Stack Overflow
See other posts from Stack Overflow
or by haohaolee
Published on 2010-04-01T04:23:40Z
Indexed on
2010/04/01
4:33 UTC
Read the original article
Hit count: 361
visual-studio
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.
© Stack Overflow or respective owner