Hi,
I am development an extension in Visual Studio 2013. This extension depends on some external assembly DLLs.
What I need is a way to embed these assemblies in .vsix file so the client doesn't have to do any extra thing after installation.
Does anybody has any idea how to do it?