ProjectProperties Class

Definition

Represents project properties defined in the project file.

public class ProjectProperties
type ProjectProperties = class
Public Class ProjectProperties
Inheritance
ProjectProperties

Constructors

ProjectProperties(IDictionary<String,String>)

Properties

DllOutputPath

Returns the value specified by TargetPath, or an empty string if no value is specified.

Empty
IsExecutable

Returns true if the ResolvedQsharpOutputType indicates that the project is an executable project opposed to a library.

LanguageVersion

Returns the value specified by QsharpLangVersion, or the language version that corresponding to this compiler version if no valid value is specified.

ProcessorArchitecture

Returns the value specified by ResolvedProcessorArchitecture, or an user friendly string indicating and unspecified processor architecture if no value is specified.

SdkPath

Returns the value specified by QuantumSdkPath, or an empty string if no value is specified.

SdkVersion

Returns the value specified by QuantumSdkVersion, or null if no valid value is specified.

TargetCapability

Returns the value specified by ResolvedTargetCapability, or Top if no valid value is specified.

Applies to