VS 2010 Cannot remove inherited additional dependencies

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

But I cannot remove them from the "inherited" additional dependencies. Therefore, every time I start a new project, I get an error message because these freedoms cannot be found.

It is possible to ignore inherited dependencies, but I cannot do this, since it contains the values ​​that I need.

So, I'm looking for a way to remove these unwanted values ​​from the “inherited” additional dependencies.

+5
source share
5 answers

As suggested, I changed the properties sheet in the property manager.

The reason I thought this was confusing was because there are three ways to change properties in the Property Manager view. By clicking on the debug information, release the property sheets or project properties. But when I opened everyone, I thought that I was opening the same thing that they were alike.

But the fact is that the properties from the properties of the debug and release properties are inherited to the project properties. And you cannot change inherited properties from project properties.

+2
source

"Microsoft.Cpp.Win32.user" , . "C:\Users\%USERPROFILE%\AppData\Local\Microsoft\MSBuild\v4.0". xml .

+8

"Linker > Input" "Property Manager" AnyProject > AnyConfiguration > Microsoft.Cpp.Win32.user "?

, .

0

.lib , . " ". , .lib ( kernel.lib ..), . , .lib ,

0

.vcxproj lib, . xml.

0

All Articles