Can anybody tell me how to
- Get all macros of a C++ project, or
- If above is impossible, check if a project contains some macro, say, MACRO_X?
- I am using Visual Studio Professional 2012 on Windows 7, so, preferrably, tools involve only those avialable in this environment.
Thanks in advance!