CompilationLoader.Configuration.IsExecutable Property
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.
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