I\'m trying to printf debug my Visual Studio project file by spewing messages to the console like this:
For anyone reading this with MSBuild 16, bear in mind that you can't use message at the project level. You now need to first define InitialTargets
message
InitialTargets
And then create a task to place the message in: