ProjectAnalyzer.

GlobalProperties Property

Summary

The global properties for MSBuild to be used for every build from this analyzer.
Namespace
Buildalyzer
Containing Type
ProjectAnalyzer

Syntax

public IReadOnlyDictionary<string, string> GlobalProperties { get; }

Remarks

Additional global properties may be added or changed by individual build environment.

Value

Type Description
IReadOnlyDictionary<TKey, TValue>