vsBuildScope 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.
Represents the scope of the build.
public enum class vsBuildScope
public enum class vsBuildScope
enum vsBuildScope
[System.Runtime.InteropServices.Guid("FA7FA701-EFAD-4895-A95A-D4ECB383BF7D")]
public enum vsBuildScope
[<System.Runtime.InteropServices.Guid("FA7FA701-EFAD-4895-A95A-D4ECB383BF7D")>]
type vsBuildScope =
Public Enum vsBuildScope
- Inheritance
-
vsBuildScope
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsBuildScopeSolution | 1 | The build applies to the entire solution. |
vsBuildScopeBatch | 2 | The build applies to a batch build. This corresponds to the Batch Build command on the Build menu. |
vsBuildScopeProject | 3 | The build applies to a single project. |