0

Does Visual Studio have some options to add/compile all selected files that were auto generated outside visual studio i.e in pre build event? How to achieve this.

userbb
  • 2,148
  • 5
  • 30
  • 53

1 Answers1

0

you can auto generate them once, add then to the project and just compile... the pre build will generate them and then you will compile with the fresh files.

Baget
  • 3,318
  • 1
  • 24
  • 44