Basically, I have a solution with multiple project files (DLLs in it). I want to compile the solution so that I don’t have to hand out 3 different DLL files. I’d like to combine those into ONE DLL file. Is there any VS 2010 built in way of saying for these projects to work together to produce ONE DLL.
Share
You’re looking for ILMerge.