I have a solution that contains a bunch of VB.Net 2005 projects. After I build
the solution I want to run a batch file if any of the projects created new
output files. I know how to set up an individual project to execute a
post-build event if the project created new output files, but how do I do the
same thing at the solution level, taking into account whether or not *any* of
the projects created new output files?
TIA - Bob
the solution I want to run a batch file if any of the projects created new
output files. I know how to set up an individual project to execute a
post-build event if the project created new output files, but how do I do the
same thing at the solution level, taking into account whether or not *any* of
the projects created new output files?
TIA - Bob