ant

TwitterFacebook
Get flash to fully experience Pearltrees
Introduction As you know, traditional linking of object code is no longer necessary in .NET. A .NET program will usually consist of multiple parts. A typical .NET application consists of an executable assembly, a few assemblies in the program directory, and a few assemblies in the global assembly cache. When the program is run, the runtime combines all these parts to a program. http://www.codeproject.com/Articles/9364/Merging-NET-assemblies-using-ILMerge

Merging .NET assemblies using ILMerge - The Code Project - .NET