ProjectLoadSettings 枚举
定义
定义 MSBuild 加载项目的方式。Defines how MSBuild loads a project.
此枚举有一个 FlagsAttribute 属性,允许按位组合成员值。
public enum class ProjectLoadSettings
[System.Flags]
public enum ProjectLoadSettings
[<System.Flags>]
type ProjectLoadSettings =
Public Enum ProjectLoadSettings
- 继承
- 属性
字段
| IgnoreMissingImports | 1 | 加载项目时忽略不存在的 .targets 文件。Ignore nonexistent .targets files when loading the project. |
| None | 0 | 以正常方式加载项目。Load the project normally. |