Summary
Gets or sets a value indicating whether this
ProjectFile
is compiled.
- Namespace
- Cake
.Common .Solution .Project - Containing Type
- ProjectFile
Syntax
public bool Compile { get; set; }
Value
Type | Description |
---|---|
bool |
true if compiled; otherwise, false .
|