NAnt
Help
Type Reference
<namespaceimports> |
v0.85-rc2 |
[This is preliminary documentation and subject to change.]
Contains a collection of NamespaceImport items.
| Attribute | Type | Description | Required |
|---|---|---|---|
| id | string | The ID used to be referenced later. | False |
| refid | string | The ID to use as the reference. | False |
Represents a namespace to import.
| Attribute | Type | Description | Required |
|---|---|---|---|
| if | bool | Indicates if the import should be generated. | False |
| name | string | Deprecated. The name of the namespace to import. | False |
| namespace | string | The name of the namespace to import. | False |
| unless | bool | Indicates if the import should be not generated. | False |