VB6 Properties
From TFS Build Extensions
The VB6 type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangeProperty |
Project properties to change at build time. Specify properties to change as key=value;key=value
| |
| LogFile |
Logfile for compilation output. Default is build drop location + vb project filename + .log
| |
| OutDir |
Output directory. Default is build drop location + vb project directory
| |
| ProjectFile |
Name of VB6 project to compile
| |
| ReturnCode |
Gets the Return Code from the VB6 compile activity
| |
| ToolPath |
Path to VB6 compiler. Default is C:\Program Files\Microsoft Visual Studio\VB98\VB6.exe
| |
| WorkingDirectory |
Working directory used when compiling
|