How would you got about setting up a project that doesn't really build, but just runs some commands on the files you are working with.
For example, lets say I wanted to setup a project for creating Windows Vista and Windows 7 gadgets. A gadget is nothing more than some html, images, javascript, xml, css, put into a .zip file and then renamed *.gadget.
How do you go about setting up a project like this in VS2008? I think every time you "build" you would really just want a zip, rename, copy sequence.