DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
Version.h File Reference

Defines project version number constants and strings for resource scripts and assembly attributes. More...

Go to the source code of this file.

Macros

#define VER_FILEVERSION   4,0,6,0
 Numeric 4-part file version tuple.
#define VER_FILEVERSION_STR   "4.0.6.0\0"
 Null-terminated string representation of the file version.
#define VER_PRODUCTVERSION   4,0,6,0
 Numeric 4-part product version tuple.
#define VER_PRODUCTVERSION_STR   "4.0.6.0\0"
 Null-terminated string representation of the product version.

Detailed Description

Defines project version number constants and strings for resource scripts and assembly attributes.

Definition in file Version.h.

Macro Definition Documentation

◆ VER_FILEVERSION

#define VER_FILEVERSION   4,0,6,0

Numeric 4-part file version tuple.

Definition at line 8 of file Version.h.

◆ VER_FILEVERSION_STR

#define VER_FILEVERSION_STR   "4.0.6.0\0"

Null-terminated string representation of the file version.

Definition at line 12 of file Version.h.

◆ VER_PRODUCTVERSION

#define VER_PRODUCTVERSION   4,0,6,0

Numeric 4-part product version tuple.

Definition at line 16 of file Version.h.

◆ VER_PRODUCTVERSION_STR

#define VER_PRODUCTVERSION_STR   "4.0.6.0\0"

Null-terminated string representation of the product version.

Definition at line 20 of file Version.h.