Specifies if the build version number of a project is automatically incremented each time a distributable .exe or in-process .dll is built.
Object.AutoIncrement[ = lExpression] |
Return Value
- 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
Applies To: Project Object (Visual FoxPro)
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 dialog box. The build version number can be determined or set with the VersionNumber Property.