Skip to content

Commit

Permalink
file description
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsku committed Jan 1, 2023
1 parent f35181f commit b18d74e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/dvsku_toolkit_gui/dvsku_toolkit_gui.rc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,45 @@ END
// remains consistent on all systems.
IDI_ICON1 ICON "appicon.ico"


/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,0,0
PRODUCTVERSION 0,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "dvsku"
VALUE "FileDescription", "Toolkit for packing/unpacking .evp files and encrypting/decrypting files"
VALUE "FileVersion", "0.1.0.0"
VALUE "InternalName", "dvsku_toolkit.exe"
VALUE "LegalCopyright", "Copyright (C) Nikola Stoj�in 2023"
VALUE "OriginalFilename", "dvsku_toolkit.exe"
VALUE "ProductName", "dvsku toolkit"
VALUE "ProductVersion", "0.1.0.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END

#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit b18d74e

Please sign in to comment.