BuildSettings 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 build.
This enumeration supports a bitwise combination of its member values.
public enum class BuildSettings
[System.Flags]
public enum BuildSettings
[<System.Flags>]
type BuildSettings =
Public Enum BuildSettings
- Inheritance
-
BuildSettings
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The default build. |
DoNotResetPreviouslyBuiltTargets | 1 | When this flag is passed in, MSBuild assumes that no important external state has changed (for example, no files reference by the project have been modified) and doesn't rebuild any previously built targets. |