BuildSettings Enumeration
Specifies the settings for a build.
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.BuildEngine
Assembly: Microsoft.Build.Engine (in Microsoft.Build.Engine.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration BuildSettings
[FlagsAttribute]
public enum BuildSettings
[FlagsAttribute]
public enum class BuildSettings
[<FlagsAttribute>]
type BuildSettings
public enum BuildSettings
Members
Member name | Description | |
---|---|---|
DoNotResetPreviouslyBuiltTargets | Specifies that no important external state has changed and no previously built targets should be rebuilt.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 | Specifies that the build should run normally.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. |