vote up 0 vote down star

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.

flag

68% accept rate

2 Answers

vote up 1 vote down check

You have to develop a script (.bat) to do the things that you want. After that you can read this post to add the new option to VS

http://viswaug.wordpress.com/2009/02/13/launching-your-automated-build-scripts-from-within-visual-studio/

Edited: You can download a VS Template to develop Vista Gadgets here

link|flag
Looks good. I'll go check this out and get back to you. +1 – B. Tyndall Aug 10 at 22:01
The gadgets was just an example, but I may be able to hack that template into something I can use. – B. Tyndall Aug 10 at 22:02
You can learnt how to build a template in: msdn.microsoft.com/en-us/library/… – Onir Aug 10 at 23:13
vote up 0 vote down

I disagree with the other answer. If you know msbuild you can make "build" do whatever you want. Just edit a csproj file

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.