Is there a way in Visual Studio 2010 to automatically specify a post build event command? Right now I have to keep putting in the same command for every new project I create. Is there a way to have all new projects default to a specific post build event command?
Share
This can be done by creating a new project template which includes the post build command. The template can be derived by creating a new project, adding the post build command and then using that project as the basis for the template.
Creating the template is a bit too involved to capture in a SO answer but here are a few articles on the subject