An extension to allow simple running of a custom MsBuild task directly from Visual Studio. Add the .proj-file (and import it in your projects .*proj-file) using Tools -> Create Deploy Task Then you will be able to run the task specified in Deploy.proj by simply right clicking the project and selectingDeploy, or by selecting Build -> Deploy PROJECTNAME. |