You should create a Dependencies folder under your project folder and put your DLL in there. That way it will be in the same relative location for everyone who works on the project. If you're using source control then that Dependencies folder would be included. If one person updates the project with a new version of that DLL then everyone else will get the updated version when they get the latest source code.