Sergei Dorogin’s technical blog

Random thoughts on software development on .NET and Web platforms and miscellaneous IT/DevOps topics.

Follow publication

MSBuild: a simple way to find out all properties and their values while building a csproj file

Sometimes you wonder about existence or value of some msbuild property. How to find out all properties names and their values?

A very simple way to do this — just build your project with verbosity “diagnostic” for current logger. Obviously it’s better to use fileLogger.
How to do this:

MSBuild.exe MyProj.csproj ^
/filelogger /fileLoggerParameters:Verbosity=diag

Then at the bottom of result log file (which name will be msbuild.log by default) you’ll find all properties with their values.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Published in Sergei Dorogin’s technical blog

Random thoughts on software development on .NET and Web platforms and miscellaneous IT/DevOps topics.

No responses yet

Write a response