How Do I Trigger A Post-Build Event In Visual Studio Community 2013? -
i right-clicked on c++ project - properties - configuration properties - build events - post-build event , set command line calc
.
i build - rebuild solution
, although in output pane calculator never launches.
========== rebuild all: 1 succeeded, 0 failed, 0 skipped ==========
i tried configuration properties - custom build step - general , set command line notepad
, execute after corebuild
nothing happened on rebuild solution either.
nb: post-build event copy command since isn't working wanted break down simpler.
i inherited project , had several configurations in (ansi debug/release , unicode debug/release).
since targeting unicode manually removed sections sln , vcxproj files.
with in mind, became clearer visual studio showing different options different configurations.
after switching configurations options , deleting other sections make calc run.
xcopy still failed while $(targetpath)
didn't resolve correctly when ouputfile
option had been changed in linker suffix "_debug" debug config.
it seems work now.
Comments
Post a Comment