Where do we put library dll's?

Hey all

If we have a project that is a prerequisite for a plugin project, or a dll that’s a prerequisite (e.g. EmguCV). Where are we suggested to put that dll?
Inside the vvvv-sdk\vvvv45\lib\nodes\plugins ?

ai elliot,

on the vvvv sdk page please check the topic “work on your plugins”. that should explain.

perhaps the end CopyLocal in MyPlugins also drags in dependencies? (does that mean the projects need to have CopyLocal=true? except for projects which are otherwise linked?)

my MyPlugins isn’t working now anyway though :(