I have a C# project (let\'s call it Driver) that uses an unmanaged DLL to interact with some hardware. I have another project that references Driver. When I build the projec
After researching this some more, it seems that the solution is to add the DLL as an existing item in all the projects that use it. It seems, however, very clunky if you have multiple projects depending on it.