MSBuild.SkipNonexistentProjects Property

Definition

When this is true, project files that do not exist on the disk will be skipped. By default, such projects will cause an error.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ SkipNonexistentProjects { System::String ^ get(); void set(System::String ^ value); };
public string SkipNonexistentProjects { get; set; }
member this.SkipNonexistentProjects : string with get, set
Public Property SkipNonexistentProjects As String

Property Value

true if project files that do not exist on the disk will be skipped; otherwise, false.

Remarks

If project files that do not exist on the disk are not skipped, they will cause a build error.

Applies to