Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Flags for controlling the toolset initialization.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Build.Evaluation
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ToolsetDefinitionLocations
[FlagsAttribute]
public enum ToolsetDefinitionLocations
[FlagsAttribute]
public enum class ToolsetDefinitionLocations
[<FlagsAttribute>]
type ToolsetDefinitionLocations
public enum ToolsetDefinitionLocations
Members
| Member name | Description | |
|---|---|---|
| ConfigurationFile | Read toolset information from the exe configuration file.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
| None | Do not read toolset information from any external location.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
| Registry | Read toolset information from the registry (HKLM\Software\Microsoft\MSBuild\ToolsVersions).MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |