Specifies if the build version number of a project is automatically incremented each time a distributable .exe or in-process .dll is built.
Syntax
Object.AutoIncrement[ = lExpression]
Settings
lExpression
The settings for the AutoIncrement property are:
Setting | Description |
True (.T.) | The build version number of a project is automatically incremented each time a distributable .exe or in-process .dll is built. |
False (.F.) | (Default) The build version number isn’t automatically incremented. |
Remarks
The build version number isn’t incremented if AutoIncrement is set to false (.F.) or when the project is rebuilt or a distributable .app is built.
The value of the AutoIncrement property corresponds to the Auto Increment check box in the EXE Version dialog box. The build version number can be determined or set with the VersionNumber property.