Does Visual Studio support managing release builds in multiple directories?

Every time I build using Visual Studio 2008, I have to manually copy the output files to two additional directories on my computer. Is there a way to set up my projects so that when the output files are generated, their copies are automatically placed in additional directories?

+4
source share
1 answer

You can customize the post-build step in your projects.

+4
source

All Articles