Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.