I have always used Visual Studios built in GUI support for configuring my projects, often using property sheets so that several projects will use a common set.
One o
It is possible to create a separate property sheet for each configuration. To do this:
This relieves you from inserting conditions into a single sheet for multiple configurations. If you have some common attributes that you would like to share between configurations, then create a hierarchy. The top sheet can be used in all configurations and the nested sheets will only contain the configuration-specific attribut