I'm familiar with how to set the location for a .dll for a project in Visual Studio: Visual Studio: how to set path to dll?.
But these methods only allow you to set the .dll path for a single project. My solution has many projects which need to have the same .dll path. Is there a method to set all the paths for all projects in a solution at once?
I will jut answer this by saying I followed Hans Passant's suggestion of highlighting multiple projects with shift and then set all the project environment paths simultaneously that way.