NAntContrib Help Element Reference Assembly | v0.85-rc1 |
[This is preliminary documentation and subject to change.]
Represents a single assembly in an AssemblySet.
Attribute | Type | Description | Required |
---|---|---|---|
name | string | The name of the assembly. | True |
culture | string | The culture for the assembly. | False |
if | bool | If true then the assembly will be included. The default is true . |
False |
public-key-token | string | The public key token of the assembly. | False |
unless | bool | Opposite of if . If false then the assembly will be included. The default is false . |
False |
version | string | The version of the assembly. | False |