1

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?

JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454
Icemanind
  • 47,519
  • 50
  • 171
  • 296

1 Answers1

1

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

JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454