NAntContrib Help Type Reference <entities> | v0.92 |
Represents a set of entities to include in a PVCS project database task.
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 an entity in an <entities>.
Attribute | Type | Description | Required |
---|---|---|---|
name | string | The path for the entity. | True |
if | bool | If true then the entity will be included. The default is true . | False |
unless | bool | Opposite of if . If false then the entity will be included. The default is false . | False |