Hi there,
When developing a Winforms control that shall be deployed in a ToolboxControl project in VS2013, I wonder how to declare native dependencies of my control assembly in the vsixmanifest.
I think it has something to do with the Assets list, but which Type and params should I enter?
I'm getting Assembly load errors during build of my project from the CreatePkgDef target, so I'll have to tell somehow where to find my dlls.
Any help appreciated.
Thomas