Contains settings for controlling project instance creation.
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.Execution
Assembly:  Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ProjectInstanceSettings
[FlagsAttribute]
public enum ProjectInstanceSettings
[FlagsAttribute]
public enum class ProjectInstanceSettings
[<FlagsAttribute>]
type ProjectInstanceSettings
public enum ProjectInstanceSettings
Members
| Member name | Description | |
|---|---|---|
| Immutable | Create immutable instance of project.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. | |
| ImmutableWithFastItemLookup | Create immutable instance of project with look up table that improves performance.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 | Create project instance with no options.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. |