In Visual C++ 2012, I want to have a user-defined macro (the ones used in project property sheets) whose value can be defined differently for each configuration.
I have created user macros with help of this article, but changing its value for a specific configuration changes it for all configurations.
Is there a way to have its value defined differently at each configuration?