Set Custom Path to Referenced DLL's?
问题 I've got a C# project (call it MainProj ) which references several other DLL projects. By adding these projects to MainProj 's references, it will build them and copy their resulting DLL's to MainProj's working directory. What I'd like to do is have these referenced DLL's be located in a subdirectory of MainProj 's working directory, i.e. MainProj/bin/DLLs, rather than the working directory itself. I'm not a very experienced C# programmer, but coming from the C++ world, I'm assuming one