How to set dll location for entire solution in Visual Studio?

2.6k views Asked by At

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?

1

There are 1 answers

0
user650261 On BEST ANSWER

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.