BuildType 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.
Build types available to target
public enum class BuildType
public enum class BuildType
enum BuildType
public enum BuildType
type BuildType =
Public Enum BuildType
- Inheritance
-
BuildType
Fields
Name | Value | Description |
---|---|---|
None | 0 | Normal incremental build |
Build | 1 | Normal incremental build |
Clean | 2 | Clean build outputs |
Rebuild | 3 | Re build target |
BuildAll | 4 | Normal incremental build all |
RebuildAll | 5 | Rebuild all |
CleanAll | 6 | Clean all |