diff --git a/test/BUILD_EDITOR.txt b/test/BUILD_EDITOR.txt deleted file mode 100644 index 4fbc887..0000000 --- a/test/BUILD_EDITOR.txt +++ /dev/null @@ -1,44 +0,0 @@ -# UTF-8 -# -# For more details about fixed file info 'ffi' see: -# http://msdn.microsoft.com/en-us/library/ms646997.aspx - -VSVersionInfo( - ffi=FixedFileInfo( - # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) - # Set not needed items to zero 0. Must always contain 4 elements. - filevers=(0,1,1,13), - prodvers=(0,1,1,13), - # Contains a bitmask that specifies the valid bits 'flags'r - mask=0x3f, - # Contains a bitmask that specifies the Boolean attributes of the file. - flags=0x0, - # The operating system for which this file was designed. - # 0x4 - NT and there is no need to change it. - OS=0x40004, - # The general type of file. - # 0x1 - the file is an application. - fileType=0x1, - # The function of the file. - # 0x0 - the function is not defined for this fileType - subtype=0x0, - # Creation date and time stamp. - date=(0, 0) - ), - kids=[ - StringFileInfo( - [ - StringTable( - u'040904B0', - [StringStruct(u'CompanyName', u'LordKBX Workshop'), - StringStruct(u'FileDescription', u'eBookCollection reader'), - StringStruct(u'FileVersion', u'0.1.1.13'), - StringStruct(u'InternalName', u'eBookCollection reader'), - StringStruct(u'LegalCopyright', u'© LordKBX Workshop. All rights reserved.'), - StringStruct(u'OriginalFilename', u'reader.exe'), - StringStruct(u'ProductName', u'eBookCollection reader'), - StringStruct(u'ProductVersion', u'0.1.1.13')]) - ]), - VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) - ] -) \ No newline at end of file diff --git a/test/BUILD_LIBRARY.txt b/test/BUILD_LIBRARY.txt deleted file mode 100644 index 4fbc887..0000000 --- a/test/BUILD_LIBRARY.txt +++ /dev/null @@ -1,44 +0,0 @@ -# UTF-8 -# -# For more details about fixed file info 'ffi' see: -# http://msdn.microsoft.com/en-us/library/ms646997.aspx - -VSVersionInfo( - ffi=FixedFileInfo( - # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) - # Set not needed items to zero 0. Must always contain 4 elements. - filevers=(0,1,1,13), - prodvers=(0,1,1,13), - # Contains a bitmask that specifies the valid bits 'flags'r - mask=0x3f, - # Contains a bitmask that specifies the Boolean attributes of the file. - flags=0x0, - # The operating system for which this file was designed. - # 0x4 - NT and there is no need to change it. - OS=0x40004, - # The general type of file. - # 0x1 - the file is an application. - fileType=0x1, - # The function of the file. - # 0x0 - the function is not defined for this fileType - subtype=0x0, - # Creation date and time stamp. - date=(0, 0) - ), - kids=[ - StringFileInfo( - [ - StringTable( - u'040904B0', - [StringStruct(u'CompanyName', u'LordKBX Workshop'), - StringStruct(u'FileDescription', u'eBookCollection reader'), - StringStruct(u'FileVersion', u'0.1.1.13'), - StringStruct(u'InternalName', u'eBookCollection reader'), - StringStruct(u'LegalCopyright', u'© LordKBX Workshop. All rights reserved.'), - StringStruct(u'OriginalFilename', u'reader.exe'), - StringStruct(u'ProductName', u'eBookCollection reader'), - StringStruct(u'ProductVersion', u'0.1.1.13')]) - ]), - VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) - ] -) \ No newline at end of file diff --git a/test/BUILD_READER.txt b/test/BUILD_READER.txt deleted file mode 100644 index 4fbc887..0000000 --- a/test/BUILD_READER.txt +++ /dev/null @@ -1,44 +0,0 @@ -# UTF-8 -# -# For more details about fixed file info 'ffi' see: -# http://msdn.microsoft.com/en-us/library/ms646997.aspx - -VSVersionInfo( - ffi=FixedFileInfo( - # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) - # Set not needed items to zero 0. Must always contain 4 elements. - filevers=(0,1,1,13), - prodvers=(0,1,1,13), - # Contains a bitmask that specifies the valid bits 'flags'r - mask=0x3f, - # Contains a bitmask that specifies the Boolean attributes of the file. - flags=0x0, - # The operating system for which this file was designed. - # 0x4 - NT and there is no need to change it. - OS=0x40004, - # The general type of file. - # 0x1 - the file is an application. - fileType=0x1, - # The function of the file. - # 0x0 - the function is not defined for this fileType - subtype=0x0, - # Creation date and time stamp. - date=(0, 0) - ), - kids=[ - StringFileInfo( - [ - StringTable( - u'040904B0', - [StringStruct(u'CompanyName', u'LordKBX Workshop'), - StringStruct(u'FileDescription', u'eBookCollection reader'), - StringStruct(u'FileVersion', u'0.1.1.13'), - StringStruct(u'InternalName', u'eBookCollection reader'), - StringStruct(u'LegalCopyright', u'© LordKBX Workshop. All rights reserved.'), - StringStruct(u'OriginalFilename', u'reader.exe'), - StringStruct(u'ProductName', u'eBookCollection reader'), - StringStruct(u'ProductVersion', u'0.1.1.13')]) - ]), - VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) - ] -) \ No newline at end of file diff --git a/version.txt b/version.txt index d7c6063..09b9c55 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ 10/03/2021 -21:27:50,41 +21:29:38,49