Summary
Gets or sets a value indicating whether the assembly level attributes of
each input assembly are copied over into the target assembly.
- Namespace
- Cake
.Common .Tools .ILMerge - Containing Type
- ILMergeSettings
Syntax
public bool CopyAttributes { get; set; }
Value
Type | Description |
---|---|
bool |
true if the assembly level attributes are copied to target
assembly; otherwise, false .
|