.net - Proper way to put comments in build events command line? -


what's proper way put comments pre/post build event command line?

use rem: http://www.robvanderwoude.com/comments.php

an example:

rem signtool sign /a $(targetpath) xcopy /y "$(targetpath)" "c:\deploy\$(targetfilename)" 

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -