mfdestfilelist is an explicitly-named list of files used by the following tasks: cobolclean, asmclean, bmsclean, imsclean, pliclean, and can either appear inside one of these tasks or as a standalone type. Such a list is used for specifying additional build artifacts that need to be cleaned.
| Attribute | Description | Required |
|---|---|---|
| name | The name of the file. | Yes |
Specify a number of files:
<mfdestfilelist>
<file name="Program1.exe"/>
</mfdestfilelist>