프로젝트

일반

사용자정보

개정판 702779b0

ID702779b07feacc6f04624a00fce20615d212c799
상위 e61842fd
하위 590ec615, 90a0edd7

백흠경이(가) 약 5년 전에 추가함

issue #366: Undo/Redo for line resizing

Change-Id: I785f92387264da38138c11e36fcdb238a83008c6

차이점 보기:

version.rc
6 6
  ffi=FixedFileInfo(
7 7
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
8 8
# Set not needed items to zero 0.
9
filevers=(1,0,$BUILD_NUMBER,0),
10
prodvers=(1,0,$BUILD_NUMBER,0),
9
filevers=(1,0,0,0),
10
prodvers=(1,0,0,0),
11 11
# Contains a bitmask that specifies the valid bits 'flags'r
12 12
mask=0x3f,
13 13
# Contains a bitmask that specifies the Boolean attributes of the file.
......
31 31
    u'040904B0',
32 32
    [StringStruct(u'CompanyName', u'DOFTECH'),
33 33
    StringStruct(u'FileDescription', u'Image Drawing to Intelligent Drawing'),
34
    StringStruct(u'FileVersion', u'1.0.$BUILD_NUMBER.0'),
34
    StringStruct(u'FileVersion', u'1.0.0.0'),
35 35
    StringStruct(u'InternalName', u'ID2'),
36 36
    StringStruct(u'LegalCopyright', u'Copyright(c) DOFTECH'),
37 37
    StringStruct(u'OriginalFilename', u'ID2.exe'),
38 38
    StringStruct(u'ProductName', u'ID2'),
39
    StringStruct(u'ProductVersion', u'1.0.$BUILD_NUMBER.0')])
39
    StringStruct(u'ProductVersion', u'1.0.0.0')])
40 40
  ]), 
41 41
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
42 42
  ]

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)