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

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -