Visual Studio post build events stuck waiting for executable to finish before running app in debug mode
问题 Part of the post build on my project is the execution of a program I wrote for testing the main application. Unfortunately, the post build process in visual studio locks up waiting for the executable to exit. So, i'm stuck closing my test program in order to have the post build process complete and my application run. How do I change this so VS does not wait for the program to return before launching? Thanks. 回答1: I also found that the start trick didn't work and downloading a separate tool