You only need to add the DLLs in the "lib" directory as references to the project using "Add Reference"->".NET Assemblybrowser"
These DLLs are then also copied automatically to the folder where the binary is created.
You also need to copy the dlls in "extlib" dir to a directory where the program can find it - that means either the directory where the executable is or the system32 dir onwindows.