Alternative to Pre/Post Build Events in Visual Studio -


the pre/post build events in visual studio has bugged me few years, haven't got around research better alternative. thing want achieve pretty same post build events: call piece of code before or after project build.

the 2 things pre/post build events bugs me (1) code separated project , compiled command line .exe , (2) every error end cryptical message in error pane.

i ideally want write static method inside project gets called before or after project builds , if exception pops up, gets stack traced other exception in debug mode.

what existing (simple) approach can use done?


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -