vico
vico

Reputation: 18171

Post build event write to VS output console

Is it possible somehow write to VS output console from post build event script? Something like:

@echo $(ProjectDir)

Upvotes: 8

Views: 5401

Answers (1)

Richard Moore
Richard Moore

Reputation: 1162

Yes this will work fine.

I had the same question and found that echo works fine to write to output in the VS build events.

Upvotes: 7

Related Questions