VisualStudio multiple projects dll question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. I have a VisualStudio.NET solution composed of multiple projects. Each project gets compiled into its own dll. How can I compile 2 or more projects into a single dll
I don't want to do a manual compile, but use the capabilities of VS.NET (if it is possible, of course)
Thank
TM
 
AFAIK, each projects map on to exactly one distinct assembly, so you can't
do this.

Nick Holmes.




TIBM said:
Hi. I have a VisualStudio.NET solution composed of multiple projects. Each
project gets compiled into its own dll. How can I compile 2 or more projects
into a single dll?
I don't want to do a manual compile, but use the capabilities of VS.NET
(if it is possible, of course).
 
Back
Top