To reference an external DLL in VS2015, I can add correctly include paths and additional dependencies to .lib file
If I copy that dll to the place where I am trying to link it from I can successfully run that application.
However, I do not want to copy each DLL into my project directory.
Is there a way to reference a DLL by its full path instead?