MSBuildSettings class

The settings to use when running MSBuild.

public sealed class MSBuildSettings

Public Members

name description
MSBuildSettings() The default constructor.
MSBuildPath { get; set; } The path of MSBuild. Used to override the default.
Platform { get; set; } Specifies the MSBuild platform to use.
Version { get; set; } Specifies the MSBuild version to use.
Clone() Clones the settings.

See Also