Visual Studio: Different DLLs for configurations

后端 未结 4 1347
迷失自我
迷失自我 2021-02-04 03:44

I\'d like to make a x86 and x64 version of my application because some of the libraries I\'m using have differences for x86 and x64 (e.g. SQLite). I made a new configuration fo

4条回答
  •  梦谈多话
    2021-02-04 04:15

    Which VS version? Which language are you developing in? If native (=not managed) C++, practically all settings, including used libraries can be set differently for each configuration. In the top of the project properties dialog, just choose which configuration's settings would you like to modify.

提交回复
热议问题