Tuesday, 3 September 2013

Including external dll's into my class library dll

Including external dll's into my class library dll

If I want to make a library (say for a bunch of Google APIs), then my
library has a lot of dependencies in the form of dll's coming from Google.
Is it possible to link the whole bunch including my code into ONE dll, so
that I don't need to reference all the google dll's separately in other
projects using the library?

No comments:

Post a Comment