Visual Studio 2008 lets me declare a command and attach it to the post-build event for a project. Like a lot of developers, I use it regularly to xcopy files to the applicat
In Visual Studio 2017 you can do this:
copy $(TargetPath) $(SolutionDIr)\bin1 copy $(TargetPath) $(SolutionDIr)\bin2