Where to put "additional dependencies" in Projucer project?

I’m using teVirtualMidi driver in a project. I’ve entered its SDK path to its header in Projucer “Header Search Paths” and the same path to it’s *.lib file in “Extra Library Search Paths”, but I still have to enter the name of the lib file in Linker>Input>Additional Dependencies in Visual Studio. It then builds ok, but if I edit the projucer project the visual studio entry gets erased.
Where to I put this in the Projucer project?

I found an answer from chatGPT actually, put
/DEFAULTLIB:teVirtualMIDI64.lib (in my case)
Configuration-specific Linker Flags