0
  1. I have an existing project which outputs a dll which I use elsewhere by adding as a reference to other projects.

  2. 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?

  • Check out this answer https://stackoverflow.com/questions/189549/embedding-dlls-in-a-compiled-executable – jjthebig1 Oct 06 '21 at 19:13

0 Answers0