Multiple projects with multiple (different) build configuration in one solution

Posted by KTC on Stack Overflow See other posts from Stack Overflow or by KTC
Published on 2010-05-31T22:37:13Z Indexed on 2010/05/31 22:43 UTC
Read the original article Hit count: 319

What is the correct and easy step by step way to have multiple build configurations in the same VS project, where the Solution also contain multiple projects? The projects would have different build configurations. Basically, I'm looking for something like project A with Dll Debug, Dll Release, Static (library) Debug, and Static (library) Release, project B with Debug & Release that build a .exe.

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about projects-and-solutions