I\'m trying to merge multiple assemblies into one as my \'Proxy\' assembly for a WCF service. Currently, users of the Proxy need to reference the assembly containing the data co
Solved.
Here's the steps I took:
Added this PostBuild entry to my MSBuild file (.csproj):
ILMerge /out:FooBar.dll Bar.dll Foo.dll