MsBuildCommandLineToolTask.

SkipNonexistentProjects Property

Summary

Gets or sets a value indicating whether or not missing projects should be skipped. If missing projects are not skipped an error will be raised for each missing project. Default is false.

Syntax

public bool SkipNonexistentProjects { get; set; }

Value

Type Description
bool