Summary
Gets or sets a value indicating whether the "transitive closure" of the
input assemblies is computed and added to the list of input assemblies.
- Namespace
- Cake
.Common .Tools .ILMerge - Containing Type
- ILMergeSettings
Syntax
public bool Closed { get; set; }
Value
Type | Description |
---|---|
bool |
true if the "transitive closure" of the input assemblies is computed
and added to the list of input assemblies; otherwise, false .
|