I have a rather big solution with over 80 projects in it. There are currently 3 different project configurations (P1, P2, P3) and there are also 3 different solution configurations (S1, S2, S3). Solution configuration S3 builds projects mostly in P2 configuration and some in P3. This is done to override only some selected projects' behavior.
How do i make VS2010 to use solution configuration name for output folder automatically? I could not find any macro to substitute current active solution configuration name, only active project configuration and i don't want to create P3 configurations for all projects, only for selected few.
Also if this is actually some kind of VS solution management anti-pattern i would like to know about it and how to accomplish this in a proper way.