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
It's possible to turn off the Linker/General/Link library dependencies property in the dependent project and put the library in linker inputs in relevant configurations.
It makes the project references less useful, but is workable.