VB6 Properties

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image

The VB6 type exposes the following members.

Properties

  NameDescription
Public propertyChangeProperty
Project properties to change at build time. Specify properties to change as key=value;key=value
Public propertyLogFile
Logfile for compilation output. Default is build drop location + vb project filename + .log
Public propertyOutDir
Output directory. Default is build drop location + vb project directory
Public propertyProjectFile
Name of VB6 project to compile
Public propertyReturnCode
Gets the Return Code from the VB6 compile activity
Public propertyToolPath
Path to VB6 compiler. Default is C:\Program Files\Microsoft Visual Studio\VB98\VB6.exe
Public propertyWorkingDirectory
Working directory used when compiling

See Also