The settings to use when running MSBuild.
public sealed class MSBuildSettings
| 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. |