If you know that the code in that DLL is pure c# code, so is an assembly, in other words, then simply copying it (and any dependencies it has) into your Plugins folder should work. If there is any native code in that DLL, then the build process will reject it.
↧