MSBuild.SkipNonexistentProjects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.