build process - Is it possible to run ILMerge at compile time within SharpDevelop? -


i'd offer .net library (which i'm developing in sharpdevelop ide) single dll. i've been manually using ilmerge merge compiled library , reference libraries together, done automatically.

i'd ideally have automatic merge happen within sharpdevelop, without having set external build script. possible?

sharpdevelop uses msbuild compile code simplest way create post build step runs ilmerge correct parameters. can create post build step project options under build events tab. alternatively can directly edit project file in notepad.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -