Visual Studio / MSBUILD does not update .lib files when sources are updated

前端 未结 2 1662
后悔当初
后悔当初 2021-01-02 04:56

I have a Visual Studio solution with a library project let\'s call it libFoo, and an executable project - let\'s call it Bar which depends on

2条回答
  •  执念已碎
    2021-01-02 04:58

    Make sure the project-property for "General\Target Name" and "Librarian\Output File" match, and that they match for all configurations. It's worth checking the above on the "Librarian\Command Line" page also.

提交回复
热议问题