L
Lars Olsson
Let's say I'm developing a Class Library
Project in c#/VS that results in a dll, say A.dll.
Let's assume that I need to reference two other dll's
that I've developed, B.dll and C.dll.
How do I compile A.dll so that I don't have to distribute/expose
B.dll and C.dll to users of A.dll?
I just want to distribute A.dll, nothing else.
Thankful for any help
Lars
Project in c#/VS that results in a dll, say A.dll.
Let's assume that I need to reference two other dll's
that I've developed, B.dll and C.dll.
How do I compile A.dll so that I don't have to distribute/expose
B.dll and C.dll to users of A.dll?
I just want to distribute A.dll, nothing else.
Thankful for any help
Lars