VS 2010 Unable to remove inherited additional dependencies

前端 未结 5 607
南笙
南笙 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:45

    As was suggested I modified the property sheet in the property manager.

    The reason I found it confusing though was that in the Property Manager view, there are three different ways to change the properties. Through clicking on the debug, release property sheets or the project properties . But when I opened each one I thought I was opening the same thing, as they look similar.

    But the case is that, the properties from the debug and release property sheets are inherited to the project properties. And you cannot modify the inherited properties from the project properties.

提交回复
热议问题