Class ProjectType
DependencyScanner project types enum
Inheritance
object
ProjectType
Namespace: ProjectDependencyScanner
Assembly: BuildSystem.Utils.dll
Syntax
public sealed class ProjectType : Enum
Fields
ptDelphi
Delphi project type
Declaration
public const ProjectType ptDelphi = 1
Field Value
Type | Description |
---|---|
ProjectType |
ptIDL
Idl project type
Declaration
public const ProjectType ptIDL = 2
Field Value
Type | Description |
---|---|
ProjectType |
ptNet
.Net project types
Declaration
public const ProjectType ptNet = 3
Field Value
Type | Description |
---|---|
ProjectType |
ptUndefined
Unknown project type
Declaration
public const ProjectType ptUndefined = 0
Field Value
Type | Description |
---|---|
ProjectType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |