remove unused file
This commit is contained in:
parent
c08c9bc216
commit
6f35cc8bfa
@ -1,64 +0,0 @@
|
|||||||
#include <windows.h>
|
|
||||||
#define VER_FILEVERSION 2,0,2,0
|
|
||||||
#define VER_FILEVERSION_STR "2.0.2.0\0"
|
|
||||||
|
|
||||||
#define VER_PRODUCTVERSION 2,0,2,0
|
|
||||||
#define VER_PRODUCTVERSION_STR "2.0.2.0\0"
|
|
||||||
|
|
||||||
#define VER_COMPANYNAME_STR "https://git.fifthgrid.com/blockstorage\0"
|
|
||||||
#define VER_INTERNALNAME_STR "Repertory 2.0.2-rc\0"
|
|
||||||
#define VER_LEGALCOPYRIGHT_STR "Copyright <2018-2024> <MIT License> <https://git.fifthgrid.com/blockstorage/repertory>\0"
|
|
||||||
#define VER_ORIGINALFILENAME_STR "repertory.exe\0"
|
|
||||||
#define VER_LEGALTRADEMARKS1_STR "\0"
|
|
||||||
#define VER_LEGALTRADEMARKS2_STR "\0"
|
|
||||||
#define VER_FILEDESCRIPTION_STR "Mount utility for Sia and S3\0"
|
|
||||||
#define VER_PRODUCTNAME_STR "Repertory v2.0.2-rc\0"
|
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
#define VER_DEBUG VS_FF_DEBUG
|
|
||||||
#else
|
|
||||||
#define VER_DEBUG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define VER_PRERELEASE VS_FF_PRERELEASE
|
|
||||||
|
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
|
||||||
FILEVERSION VER_FILEVERSION
|
|
||||||
PRODUCTVERSION VER_PRODUCTVERSION
|
|
||||||
FILEFLAGSMASK (VS_FF_DEBUG|VS_FF_PRERELEASE)
|
|
||||||
FILEFLAGS (VER_DEBUG|VER_PRERELEASE)
|
|
||||||
FILEOS VOS__WINDOWS32
|
|
||||||
FILETYPE VFT_DLL
|
|
||||||
FILESUBTYPE VFT2_UNKNOWN
|
|
||||||
BEGIN
|
|
||||||
BLOCK "StringFileInfo"
|
|
||||||
BEGIN
|
|
||||||
BLOCK "040904E4"
|
|
||||||
BEGIN
|
|
||||||
VALUE "CompanyName", VER_COMPANYNAME_STR
|
|
||||||
VALUE "FileDescription", VER_FILEDESCRIPTION_STR
|
|
||||||
VALUE "FileVersion", VER_FILEVERSION_STR
|
|
||||||
VALUE "InternalName", VER_INTERNALNAME_STR
|
|
||||||
VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR
|
|
||||||
VALUE "LegalTrademarks1", VER_LEGALTRADEMARKS1_STR
|
|
||||||
VALUE "LegalTrademarks2", VER_LEGALTRADEMARKS2_STR
|
|
||||||
VALUE "OriginalFilename", VER_ORIGINALFILENAME_STR
|
|
||||||
VALUE "ProductName", VER_PRODUCTNAME_STR
|
|
||||||
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
|
|
||||||
END
|
|
||||||
END
|
|
||||||
|
|
||||||
BLOCK "VarFileInfo"
|
|
||||||
BEGIN
|
|
||||||
/* The following line should only be modified for localized versions. */
|
|
||||||
/* It consists of any number of WORD,WORD pairs, with each pair */
|
|
||||||
/* describing a language,codepage combination supported by the file. */
|
|
||||||
/* */
|
|
||||||
/* For example, a file might have values "0x409,1252" indicating that it */
|
|
||||||
/* supports English language (0x409) in the Windows ANSI codepage (1252). */
|
|
||||||
|
|
||||||
VALUE "Translation", 0x409, 1252
|
|
||||||
|
|
||||||
END
|
|
||||||
END
|
|
Loading…
x
Reference in New Issue
Block a user