ProjectLoadSettings Enum

Definition

Defines how MSBuild loads a project.

This enumeration supports a bitwise combination of its member values.

public enum class ProjectLoadSettings
[System.Flags]
public enum ProjectLoadSettings
[<System.Flags>]
type ProjectLoadSettings = 
Public Enum ProjectLoadSettings
Inheritance
ProjectLoadSettings
Attributes

Fields

IgnoreMissingImports 1

Ignore nonexistent .targets files when loading the project.

None 0

Load the project normally.

Applies to