How do you compile different classlibraries to one dll?

Posted by Sem Dendoncker on Stack Overflow See other posts from Stack Overflow or by Sem Dendoncker
Published on 2010-05-19T13:47:47Z Indexed on 2010/05/19 13:50 UTC
Read the original article Hit count: 115

The question explains it all. I have different classlibraries but I would like to compile them into one general DLL.

Is this possible?

I'm using .NET 3.5 with visual studio 2008.

cheers, M

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET