Lire en anglais

Partager via


ToolsetDefinitionLocations Enum

Definition

Flags for controlling the toolset initialization.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
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

Applies to

Produit Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1