|
Project Dependencies -- DouglasMacharet --
Hi everyone! I have a question about project dependencies. Let's say I have two .dll ("a" and "b") files that are used as reference in a project (that will create another .dll ("c") that I will use in many projects). I would like to know if there is a way that I can build the c.dll with the dependencies, so that in my others projects I only make a reference to c.dll, and don't have to put also the a.dll and b.dll in the project. Thank you very much ! --Douglas Macharet |
|
-- DouglasMacharet --
Hi everyone! I have a question about project dependencies. Let's say I have two .dll ("a" and "b") files that are used as reference in a project (that will create another .dll ("c") that I will use in many projects). I would like to know if there is a way that I can build the c.dll with the dependencies, so that in my others projects I only make a reference to c.dll, and don't have to put also the a.dll and b.dll in the project. Thank you very much ! --Douglas Macharet |