Writing post build event to VS output console
Is it possible to somehow write a VS output console from a post build script event? Something like:
@echo $(ProjectDir)
+3
vico
source
to share
1 answer
Yes, it will work.
I had the same question and found that echo works fine for writing to output in VS build events.
+2
Richard Moore
source
to share