How to merge multiple assemblies into one?
You have several options: use ILMerge (free) For howto see here and here OR use some tool like SmartAssembly (commercial) it can embed and merge among other things (no need to change your source code) OR code that yourself in less than 10 lines (free but minimal source code change) mark all needed dependencies as … Read more