An event to run scripts, macros or other custom actions after compilation.
On a successful build, I wish to copy the contents of the output directory to a different location under the …
visual-studio visual-studio-2008 post-build-eventI'm working on a project that requires that DLLs generated by building my solution to be copied from the bin …
visual-studio-2012 msbuild post-build-eventI am using XCOPY in a post-build event to copy compiled DLLs from their output folders to the main app's …
xcopy post-build-eventI'd like to copy several known files to another directory as a part of a post-build event, but don't want …
windows command-line post-build-eventI have a dynamic library that gets a different name depending on configuration, specified in the CMake scripts by: set_…
xcode visual-studio cmake post-build-eventi want to make VS copy the .lib-file it created after the build process to a specific folder. So i …
visual-studio msbuild visual-studio-2012 xcopy post-build-eventI have many web applications in a Visual Studio solution. All have the same post build command: xcopy "$(TargetDir)*.dll" "…
visual-studio xcopy post-build-eventHi I am running following command from my post build event: C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\…
visual-studio post-build-eventI'm trying to create a folder named Design in the build output folder using th following commandline in the PostBuildEvent …
c# visual-studio-2010 cmd post-build-eventHow do I perform a conditional post-build event? Specifically, I would like to only execute the post-build event command line …
macros visual-studio-2012 post-build-event visual-studio-macros