CustomProjectFile.

Compile Property

Summary

Gets or sets a value indicating whether this ProjectFile is compiled.
Assembly
Cake.Incubator.dll
Namespace
Cake.Incubator.Project
Containing Type
CustomProjectFile

Syntax

public bool Compile { get; set; }

Value

Type Description
bool true if compiled; otherwise, false.