2

I want to hook up solution level pre build / post build events in VS 2011 for .net projects.

My action includes firing up batch file. (it is working fine for any individual project, but i want it for solution build process).

How to achieve this?

I have seen this question that uses macro for the same. But macro are dropped in VS 2011.

Another similar question suggest makefile project, that it is specific to C++.

Community
  • 1
  • 1
Tilak
  • 27,830
  • 17
  • 73
  • 125

1 Answers1

0

This might be helpful. Take a look at that. You will have author a package for this though.

kernelman
  • 33
  • 2
  • 15