KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.42k stars 188 forks source link

Add Platform/Configuration Adornment, CppAnalyzer QOL improvements #620

Closed yuehuang010 closed 1 year ago

yuehuang010 commented 1 year ago

Add Platform/Configuration Adornment

Add platform and configuration into the existing TargetFramework property for project nodes. Platform and Configuration are the primary properties and is often a cause of issue when solution are incorrectly batched.

Screen Shot

CppAnalyzer QOL improvements