H
Haris
I have a C# solution that have several class library projects inside
it. So the solution should be something like this
--->SolutionOne
|------ClassLibraryA
|------ClassLibraryB
|------ClassLibraryC
When I build the project I'll get 3 DLLs. ClassLibraryA.Dll,
ClassLibraryB.Dll and ClassLibraryC.Dll.
What I really want to do is to get one dll called SolutionOne.Dll
instead of the 3.
All the project are C# project so this is not about mixing different
langguage into one DLL.
I am using VS .Net 2003 and .Net Framework 1.1
Thanks in advance
it. So the solution should be something like this
--->SolutionOne
|------ClassLibraryA
|------ClassLibraryB
|------ClassLibraryC
When I build the project I'll get 3 DLLs. ClassLibraryA.Dll,
ClassLibraryB.Dll and ClassLibraryC.Dll.
What I really want to do is to get one dll called SolutionOne.Dll
instead of the 3.
All the project are C# project so this is not about mixing different
langguage into one DLL.
I am using VS .Net 2003 and .Net Framework 1.1
Thanks in advance