Adding same “*.dll” reference to multiple projects in the same Solution
问题 I have a Visual Studio 2008 .NET C++/CLI Solution. My Solution consist of many sub projects. I define a custom buid directory for each project call it Output. MySoultion MyFirstProject (*.exe) MySecondPrject (*.dll) ... MyNthProject (*.dll) Each of the sub project use Log4.net.So I create a directory (called LogBinary) and put log4.net dll in that folder.Then to use log4net i add this dll as a reference to each of my project... But when i try to compile my main project (*.exe) i got tons of