CompilationLoader.Configuration.IsExecutable Property

Definition

Specifies whether the project to build is a Q# command line application. If set to true, a warning will be raised if no entry point is defined. If set to false, then defined entry points will be ignored and a warning will be raised.

public bool IsExecutable { get; set; }
member this.IsExecutable : bool with get, set
Public Property IsExecutable As Boolean

Property Value

Boolean

Applies to