This taskdef compiles a VB6 project.
| Name | Required? | Default | Property | Notes |
| projectrootfolder | no | current dir | VB6_ROOT | the folder where the project folders are. |
| projectfolder | no | targetname | none | The project folder is assumed to have the same name as the ant target |
| project | no | targetname.vbp | none | The project file is assumed to have the same name as the ant target |
| compilerfolder | no | none | VB6COMPILERFOLDER | the folder where vb6.exe can be found |
| failonerror | no | true | none | if true, compilation stops on first failure. |
| logfile | no | logfile.txt | VB6LOGFILE | all compilation output is redirected to this file |
| targets | no | targetname.vbp | none | a fileset indicating which .vbp to build |