I am trying to create an Addin that uses some 3rd party DLL's. I have included them in the .vsi file, but when another developer installs it those DLL's are not in the AddIns directory. I can run the AddIn from the debugger in VS 2012 and it works fine.
How do I include supporting DLL's ?