'How to change the location of .pdb files for static libraries?

Now I found out I can change the .pdb file location for C++ executable projects in Linking -> Debugger in the project settings.

How can I change the location for static library projects? As they do not have the Linker menu.

I tried changing C/C++ -> Output files -> Program Database File Name, but without luck. They are still added to the same directory as the compiled executable.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source