I have an existing project which outputs a dll which I use elsewhere by adding as a reference to other projects.
I have a custom user control in its own project which gets added to the Windows Forms toolbox and is also then used in other projects.
Problem: I would like to "add item" to 1) and have 2) be part of 1), but I would like 2) to still be output as its own dll so that I can add it to the Forms toolbox for use in other projects.
Is this possible?