In my first post on csproj-fun I had an example where after every build, the resulting assemblies lying in e.g. bin/debug would be merged into one and copied out to some other place. Maybe you do not want this every time yoyu rebuild your project, but you'd rather want to trigger it at will. The...