Don't be afraid of your csproj-Files (II): Add Your own Targets
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 only thing you need to do is to place the tasks in the AfterBuild target into some different target, like so:
read more
Lesen Sie den vollständigen Eintrag unter http://realfiction.net/?q=node/163