I would like to have different Project Dependencies depending on which Project Configuration I\'m currently building.
For example, I don\'t want to build and link Some
In visual studio, each build configuration keeps its own list of properties for your project. Just add your lib to whichever build configuration you want. Just don't add to "All Configurations"