How can I find the values for macro names in my Visual Studio 10 project that contains only Fortran code? My C++ projects provide a way to view the values for all macros from the Properties window. For example, it will show the value for $(TargetDir). How do I find out the values for Macros in my Fortran VS10 project?
We are using Windows 7, Visual Studio 10, and Intel Parallel Studio XE 2015 Composer Edition for Fortran Windows.