NAntContrib
          
           
          Help
           
          Type Reference
            <entities> | 
        v0.92-nightly-2012-05-22 | 
[This is preliminary documentation and subject to change.]
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 |