ProjectType 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.
From which source was the project created.
public enum class ProjectType
public enum ProjectType
type ProjectType =
Public Enum ProjectType
- Inheritance
-
ProjectType
Fields
| AsmDef | 0 | The project is backed by an Assembly-Definition file. |
| EditorAsmDef | 1 | The project is backed by an Assembly-Definition file that only targets editor. |
| PredefinedAssembly | 3 | The project is one of the pre-defined assemblies (Assembly-CSharp, etc). |
| PredefinedEditorAssembly | 2 | The project is one of the pre-defined editor assemblies (Assembly-CSharp-Editor, etc). |