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