I have a SharePoint 2010 Visual WebPart that is built with MSBuild (ILMerged with dependencies) and strong signed - A.dll
Separately I have a SharePoint project B that I want to use to package all my WebParts and create a B.wsp
How do I include WebPart A.dll in the feature of project B and subsequently the package so it is included and available in the resultant B.wsp?
Thanks, Confused