How can I get Visual Studio to beep at me if a build succeeds?

后端 未结 7 1351
庸人自扰
庸人自扰 2020-12-14 16:58

Often, I need to recompile and it takes a minute or two, so I tend to switch to a web browser to kill that time. Sometimes I forget to look back and the build succeeded a fe

7条回答
  •  粉色の甜心
    2020-12-14 17:14

    I think the easiest way is to do the following

    • Create a simple command line app that calls the Win32 Beep function
    • Setup a post build event to run on build success
    • Call that App

提交回复
热议问题