Summary
Parses a VB group file and extract the file names of the sub-projects
in the group.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Containing Type
- Vb6Task
Syntax
protected StringCollection ParseGroupFile(FileInfo groupFile)
Parameters
| Name | Type | Description |
|---|---|---|
| groupFile | FileInfo | The file name of the group file. |
Return Value
| Type | Description |
|---|---|
| StringCollection | A string collection containing the list of sub-projects in the group. |
