프로젝트

일반

사용자정보

통계
| 개정판:

hytos / version.rc @ b2e32d43

이력 | 보기 | 이력해설 | 다운로드 (1.36 KB)

1 5183a15f humkyung
# UTF-8
2
#
3
# For more details about fixed file info 'ffi' see:
4
# http://msdn.microsoft.com/en-us/library/ms646997.aspx
5
VSVersionInfo(
6
  ffi=FixedFileInfo(
7
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
8
# Set not needed items to zero 0.
9 b7051478 esham21
filevers=(1,1,{BUILD_NUMBER},0),
10
prodvers=(1,1,{BUILD_NUMBER},0),
11 5183a15f humkyung
# Contains a bitmask that specifies the valid bits 'flags'r
12
mask=0x3f,
13
# Contains a bitmask that specifies the Boolean attributes of the file.
14
flags=0x0,
15
# The operating system for which this file was designed.
16
# 0x4 - NT and there is no need to change it.
17
OS=0x4,
18
# The general type of file.
19
# 0x1 - the file is an application.
20
fileType=0x1,
21
# The function of the file.
22
# 0x0 - the function is not defined for this fileType
23
subtype=0x0,
24
# Creation date and time stamp.
25
date=(0, 0)
26
),
27
  kids=[
28
StringFileInfo(
29
  [
30
  StringTable(
31
    u'040904B0',
32
    [StringStruct(u'CompanyName', u'DOFTECH'),
33
    StringStruct(u'FileDescription', u'Image Drawing to Intelligent Drawing'),
34 b7051478 esham21
    StringStruct(u'FileVersion', u'1.1.{BUILD_NUMBER}.0'),
35 5183a15f humkyung
    StringStruct(u'InternalName', u'ID2'),
36
    StringStruct(u'LegalCopyright', u'Copyright(c) DOFTECH'),
37
    StringStruct(u'OriginalFilename', u'ID2.exe'),
38
    StringStruct(u'ProductName', u'ID2'),
39 b7051478 esham21
    StringStruct(u'ProductVersion', u'1.1.{BUILD_NUMBER}.0')])
40 5183a15f humkyung
  ]), 
41
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
42
  ]
43 1d6948c4 humkyung
)
클립보드 이미지 추가 (최대 크기: 500 MB)