FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cppcheck/cli/version.rc at main · cppcheck-opensource/cppcheck · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
200
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
cppcheck
/
cli
/
version.rc
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (33 loc) · 898 Bytes
Breadcrumbs
cppcheck
/
cli
/
version.rc
Copy path
File metadata and controls
34 lines (33 loc) · 898 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#include "../lib/version.h"
#include "winresrc.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION CPPCHECK_VERSION
PRODUCTVERSION CPPCHECK_VERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS (0x1L|VS_FF_PRERELEASE)
#else
FILEFLAGS (0x0L|VS_FF_PRERELEASE)
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "cppcheck Application"
VALUE "FileVersion", CPPCHECK_VERSION_STRING
VALUE "InternalName", "cppcheck"
VALUE "LegalCopyright", LEGALCOPYRIGHT
VALUE "OriginalFilename", "cppcheck.exe"
VALUE "ProductName", "cppcheck Application"
VALUE "ProductVersion", CPPCHECK_VERSION_STRING
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
Back
|
FazBrowse Home
|
New Git URL