Summary
Gets or sets a value indicating whether any wild cards in file names
are expanded and all matching files will be used as input.
- Namespace
- Cake
.Common .Tools .ILMerge - Containing Type
- ILMergeSettings
Syntax
public bool Wildcards { get; set; }
Value
Type | Description |
---|---|
bool |
true if wildcards in file names are expanded; otherwise, false .
|