c# - Getting a linked library (DLL) into another DLL while compiling -


i have solution in vs12 2 projects. when compile solution, 2 dlls, 1 each project. however, i'd have one, single dll containing both of them.

what easiest way that? ultimately, need chunks, auxiliary classes , such automatically shoved dll get, based on fact they're linked it.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -