Instructs the compiler to use a specific version number for the Win32 product file version.
Restriction: This directive is supported for
.NET COBOL only.
Syntax:
>>-----.---ILPRODUCTVERSION---"version"--.---><
+-NOILPRODUCTVERSION--------------+
Parameters:
-
version
- The product version number to be assigned to the output file.
Properties:
Default
|
NOILPRODUCTVERSION
|
IDE equivalent
|
None
|
Comments:
The version number should be expressed as four integers separated by .(periods). For example:
If ILPRODUCTVERSION is not specified, the product file version will be the same as the file version (see ILFILEVERSION directive).
This directive has the effect of setting up the assembly attribute System.Reflection.InformationalVersionAttribute with the given value.
This directive also has the effect of: