Visual Studio Reference Not Being Copied Over In Multiple Project Environment
问题 I have a solution file in VS 2010 and it has multiple projects in it. Now, I have a reference to this dll call MySql.Data.Entity.dll. As an example, I have the following projects setup in the solution: Domain (reference to MySql.Data.Entity.dll) Domain.Test (reference to the project "Domain") I want that Domain.Test to copy over all the references from Domain, so I set the Property on that dll to "Copy Local - True". It did not copy over to the Domain.Test project. I have encounter this