Dynamic Post-build event in Visual Studio
- by SSumner
I am building a video server application that has multiple projects in Visual Studio. One project, the video server project, needs to call a shell script to generate documentation. This works fine when you build the video server project, because the script is simply
cd "$(SolutionDir)"
start documentationgenerator
However, there is also an SDK…