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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top