0

Is it possible to add a task in visual studio project build time?

My specific purpose is to copy a file and paste it somewhere else. Its a configuration file. If yes then is there any type of tasks i can add to build time ???

I am using visual studio 2010 (but will love to know about other versions too).

Umer
  • 1,891
  • 5
  • 31
  • 43

1 Answers1

1

Go to the properties of the project, under the build events tab you can enter pre and post build actions. You can pretty much run any executable or shell command.

CheeZe5
  • 975
  • 1
  • 8
  • 24