taskList Element (Process Template Schema)
Visual Studio 2005
Identifies an XML file that contains the list of tasks to run. The list of tasks for a group must always be in a separate XML file.
Schema Hierarchy
ProcessTemplate Element (Process Template Schema)
groups Element (Process Template Schema)
group Element (Process Template Schema)
taskList Element (Process Template Schema)
<taskList filename="path of file" />
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
| filename | Required taskList attribute. The path to an XML file that contains the list of tasks to run. The list of tasks for a group must always be in a separate XML file. |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
| group | Required element. Identifies a set of tasks for a plug-in to run during project creation. |