VS 2010 Unable to remove inherited additional dependencies

前端 未结 5 642
南笙
南笙 2021-01-13 03:50

Hi by mistake I added cv210d.lib, cxcore210d.lib and highgui210d.lib as inherited values under the project configuration->Linker->input->Additional Dependencies settings.

5条回答
  •  清歌不尽
    2021-01-13 04:37

    You can open with notepad the .vcxproj file of your project and find the lib you want to remove. Then, Delete that library from the xml field.

提交回复
热议问题