mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
debug project settings (#72)
This commit is contained in:
committed by
Alexey Golubev
parent
04fdc2204e
commit
9b90c84607
@ -53,6 +53,12 @@
|
||||
# define VER_NUMBER VER_NUM_MAJOR,VER_NUM_MINOR,VER_NUM_BUILD,VER_NUM_REVISION
|
||||
# define VER_STRING VER_STR_LONG(VER_NUM_MAJOR,VER_NUM_MINOR,VER_NUM_BUILD,VER_NUM_REVISION)
|
||||
# define VER_STRING_SHORT VER_STR_SHORT(VER_NUM_MAJOR,VER_NUM_MINOR)
|
||||
|
||||
# define VER_FILEVERSION VER_NUMBER
|
||||
# define VER_FILEVERSION_STR VER_STRING
|
||||
|
||||
# define VER_PRODUCTVERSION VER_FILEVERSION
|
||||
# define VER_PRODUCTVERSION_STR VER_STRING_SHORT
|
||||
#endif
|
||||
|
||||
#define VER_LANG_AND_CHARSET_STR "040904E4"
|
||||
@ -70,11 +76,6 @@
|
||||
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
|
||||
#define VER_ORIGINALFILENAME_STR "projicons.exe\0"
|
||||
|
||||
#define VER_FILEVERSION VER_NUMBER
|
||||
#define VER_FILEVERSION_STR VER_STRING
|
||||
#define VER_PRODUCTVERSION VER_FILEVERSION
|
||||
#define VER_PRODUCTVERSION_STR VER_STRING_SHORT
|
||||
|
||||
#ifdef APP_USE_PRIVATE_ASSETS
|
||||
# include "version_p.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user