How to have different Project Dependencies for each Project Configuration?

后端 未结 6 1035
不思量自难忘°
不思量自难忘° 2021-02-09 04:49

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

6条回答
  •  天涯浪人
    2021-02-09 05:55

    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"

提交回复
热议问题