ProjectOptions Class

Definition

Common Project constructor arguments.

public ref class ProjectOptions
public class ProjectOptions
type ProjectOptions = class
Public Class ProjectOptions
Inheritance
ProjectOptions

Constructors

ProjectOptions()

Properties

DirectoryCacheFactory

Provides IDirectoryCache to be used for evaluation.

EvaluationContext

The EvaluationContext to use for evaluation.

GlobalProperties

Global properties to evaluate with.

Interactive

Gets or sets a value indicating if loading the project is allowed to interact with the user.

LoadSettings

The ProjectLoadSettings to use for evaluation.

ProjectCollection

The ProjectCollection the project is added to. Default is GlobalProjectCollection.

SubToolsetVersion

Sub-toolset version to explicitly evaluate the toolset with.

ToolsVersion

Tools version to evaluate with

Applies to