ToolsetDefinitionLocations Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | Do not read toolset information from any external location. |
ConfigurationFile | 1 | Read toolset information from the exe configuration file. |
Registry | 2 | Read toolset information from the registry (HKLM\Software\Microsoft\MSBuild\ToolsVersions). |
Default | 4 | Use the default location or locations. |
Local | 4 | Read toolset information from the current exe path |