Property in Project
Gets or sets the collection of file search patterns that should be excluded from this project.
public IEnumerable<string> ExcludeFilePatterns { get; set; };
If a file is matched by a pattern in SourceFilePatterns , and is also matched by a pattern in ExcludeFilePatterns , then it is not included in the value returned by SourceFiles .
Last updated 2 years ago
Was this helpful?