In a huge VS 2005 solution, we used Visual Studio VB macros to perform custom post build actions for all projects. Because VS 2013 does not support macros any more, I'm searching for a way to do those actions using a VS extension.
I got stuck choosing the right approach, there seems to be different ways to do this.
I simply want to know which approach is best for us:
- VSIX vs. VS Package?
- It should be possible to catch build events
- We want a minimal installation on the developer machine (file copy preferred)
- Creating some toolbar commands would be nice but not essential