Posts tagged ‘copy_output’

Execute batch commands before or after compilation using Pre-build or Post-build events

Have you ever wanted to execute a set of commands before or after the compilation, like copying the contents of the directory to the target compilation directory, or copy output of the compilation to a specified folder. This feature is integrated inside visual studio with the name; “Pre-build or Post-build event command line”. You access […]