Commit c065a206b8bd539169837b3d1f9a944224488775
1 parent
d46c43c3
feat<central-clearing-system&card>:对release版配置进行更改
Showing
6 changed files
with
8 additions
and
7 deletions
central_clearing_system/ETradeClient.rc
... | ... | @@ -300,10 +300,10 @@ BEGIN |
300 | 300 | VALUE "CompanyName", "地利集团【DILI GROUP】" |
301 | 301 | VALUE "FileDescription", "电子交易结算综合业务系统" |
302 | 302 | VALUE "FileVersion", "2.0.0.9" |
303 | - VALUE "InternalName", "Central-Clearing-System_2.0.9.181109_beta" | |
303 | + VALUE "InternalName", "Central-Clearing-System_2.0.9.181109_Release" | |
304 | 304 | VALUE "LegalCopyright", "(C) 地利集团。 保留所有权利。" |
305 | - VALUE "OriginalFilename", "Central-Clearing-System_2.0.9.181109_beta" | |
306 | - VALUE "ProductName", "Central-Clearing-System_2.0.9.181109_beta" | |
305 | + VALUE "OriginalFilename", "Central-Clearing-System_2.0.9.181109_Release" | |
306 | + VALUE "ProductName", "Central-Clearing-System_2.0.9.181109_Release" | |
307 | 307 | VALUE "ProductVersion", "2.0.0.9" |
308 | 308 | END |
309 | 309 | END | ... | ... |
central_clearing_system/ETradeClient.vcxproj
... | ... | @@ -49,7 +49,7 @@ |
49 | 49 | </PropertyGroup> |
50 | 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
51 | 51 | <LinkIncremental>false</LinkIncremental> |
52 | - <TargetName>中央结算客户端</TargetName> | |
52 | + <TargetName>综合业务系统</TargetName> | |
53 | 53 | </PropertyGroup> |
54 | 54 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
55 | 55 | <ClCompile> | ... | ... |
doc/各市场版本/20181109/电子交易结算柜员系统.zip
0 → 100644
No preview for this file type
doc/各市场版本/20181109/综合业务系统.zip
0 → 100644
No preview for this file type
etrade_card_client/ETradeClient.rc
... | ... | @@ -264,11 +264,11 @@ BEGIN |
264 | 264 | VALUE "CompanyName", "地利集团【DILI GROUP】" |
265 | 265 | VALUE "FileDescription", "电子交易结算柜员系统【ETradeClient】" |
266 | 266 | VALUE "FileVersion", "1.0.0.5" |
267 | - VALUE "InternalName", "1.0.5.181108_电子交易结算柜员系统_beta" | |
267 | + VALUE "InternalName", "1.0.5.181108_电子交易结算柜员系统_Release" | |
268 | 268 | VALUE "LegalCopyright", "(C) 地利集团。 保留所有权利。" |
269 | - VALUE "OriginalFilename", "1.0.5.181108_电子交易结算柜员系统_beta" | |
269 | + VALUE "OriginalFilename", "1.0.5.181108_电子交易结算柜员系统_Release" | |
270 | 270 | VALUE "ProductName", "电子交易结算柜员系统" |
271 | - VALUE "ProductVersion", "1.0.5.181108_电子交易结算柜员系统_beta" | |
271 | + VALUE "ProductVersion", "1.0.5.181108_电子交易结算柜员系统_Release" | |
272 | 272 | END |
273 | 273 | END |
274 | 274 | BLOCK "VarFileInfo" | ... | ... |
etrade_card_client/ETradeClient.vcxproj
... | ... | @@ -52,6 +52,7 @@ |
52 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
53 | 53 | <LinkIncremental>false</LinkIncremental> |
54 | 54 | <LibraryPath>D:\GitProject\etradeclient\etrade_card_client\ExLib\hardware\dili_card_device;D:\GitProject\etradeclient\etrade_card_client\ExLib\hardware\id_card_reader;D:\GitProject\etradeclient\etrade_card_client\ExLib\hardware\bank_card_reader;D:\GitProject\etradeclient\etrade_card_client\ExLib\hardware\pwd_machine;D:\GitProject\etradeclient\etrade_card_client\ExLib\hardware\pin_pad;$(LibraryPath)</LibraryPath> |
55 | + <TargetName>电子交易结算柜员系统</TargetName> | |
55 | 56 | </PropertyGroup> |
56 | 57 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
57 | 58 | <ClCompile> | ... | ... |