I got a project named MyProject.Views and in this project I reference another project named MyProject.Models.
The MyProject.Models have a reference to Mysql.Data.dll. In the references option, the copy local is set to true.
My problem is I have to manually add a reference to MySql.Data.dll in the project MyProject.Views. Which I think is not a great idea. I would like to only add that dll in the project MyProject.Models because it is that project that needed that dll...