Sorry if this has been asked before, but I can't seem to find an answer.
Let's say you have two projects within a solution. One is compiled to a dll, with an accompanying .lib for exports. You'd like to use and reference that module in your other project.
Can you somehow add a reference to the .lib stub within Solution Explorer? Or is that just for static libs? Thank you for your help.