I have a Visual C++ solution with several projects. I'd quite like to be able to add a step that is executed after I build the entire solution... e.g "copy *.lib ......\libs.
Is this even supported? VS is mainly based around individual projects, but obviously does support solution builds.