I have a solution with an application and a library. When debugging - breakpoints don't work and I've found (with the help of this answer) that it's because the pdb file of the library isn't copied into the application's debug folder.
I can change the output folder manually in Properties - Build - Output. But that seems like the wrong way. Visual Studio is supposed to do that automatically.
So: How do I fix Visual Studio to copy the pdb file?