This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Incubator.
Summary
Checks the SolutionProject type
- Assembly
- Cake
.Incubator .dll - Namespace
- Cake
.Incubator . Solution Parser Extensions - Containing Type
- Solution
Parser Extensions
Syntax
public static bool IsType(this SolutionProject project, ProjectType projectType)
Parameters
| Name | Type | Description |
|---|---|---|
| project | SolutionProject | The solutionproject |
| projectType | ProjectType | The type to check |
Return Value
| Type | Description |
|---|---|
| bool | true if the project type matches |
