ToolsetDefinitionLocations Enum

Definition

Flags for controlling the toolset initialization.

This enumeration supports a bitwise combination of its member values.

public enum class ToolsetDefinitionLocations
[System.Flags]
public enum ToolsetDefinitionLocations
[<System.Flags>]
type ToolsetDefinitionLocations = 
Public Enum ToolsetDefinitionLocations
Inheritance
ToolsetDefinitionLocations
Attributes

Fields

ConfigurationFile 1

Read toolset information from the exe configuration file.

Default 4

Use the default location or locations.

Local 4

Read toolset information from the current exe path

None 0

Do not read toolset information from any external location.

Registry 2

Read toolset information from the registry (HKLM\Software\Microsoft\MSBuild\ToolsVersions).

Applies to