Enum ProjectType
Type of the project.
[DataContract("ProjectType")]
public enum ProjectType
Fields
Executable = 1
An executable.
Library = 0
A library.
Type of the project.
[DataContract("ProjectType")]
public enum ProjectType
Executable = 1
An executable.
Library = 0
A library.