Skip to content

Commit 9b327c5

Browse files
Version 9.7.5
1 parent 88682b4 commit 9b327c5

File tree

6 files changed

+91
-9
lines changed

6 files changed

+91
-9
lines changed

Src/BuildVC2015/ImpExpEdiSoft.vcxproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,22 @@
164164
<Project>{c23c2b5b-224b-475d-8ae3-82289a87602c}</Project>
165165
</ProjectReference>
166166
</ItemGroup>
167+
<ItemGroup>
168+
<CustomBuild Include="..\SOAP\CLIENT\EDISOFT\EDIServiceSoap.xml">
169+
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cd %(RelativeDir)
170+
$(SolutionDir)..\..\tools\gsoap-wsdl2h.exe -s -o edisoft.h %(Filename)%(Extension)
171+
$(SolutionDir)..\..\tools\gsoap-soapcpp2.exe -1 -i -n -C -pedisoft edisoft.h
172+
cd $(SolutionDir)</Command>
173+
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">cd %(RelativeDir)
174+
$(SolutionDir)..\..\tools\gsoap-wsdl2h.exe -s -o edisoft.h %(Filename)%(Extension)
175+
$(SolutionDir)..\..\tools\gsoap-soapcpp2.exe -1 -i -n -C -pedisoft edisoft.h
176+
cd $(SolutionDir)</Command>
177+
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Construction of gSOAP sources %(FullPath)</Message>
178+
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Construction of gSOAP sources %(FullPath)</Message>
179+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(RelativeDir)edisoftC.cpp;%(RelativeDir)edisoftH.h;%(RelativeDir)edisoftEDIServiceSoapProxy.cpp;%(RelativeDir)edisoftEDIServiceSoapProxy.h</Outputs>
180+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(RelativeDir)edisoftC.cpp;%(RelativeDir)edisoftH.h;%(RelativeDir)edisoftEDIServiceSoapProxy.cpp;%(RelativeDir)edisoftEDIServiceSoapProxy.h</Outputs>
181+
</CustomBuild>
182+
</ItemGroup>
167183
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
168184
<ImportGroup Label="ExtensionTargets">
169185
</ImportGroup>

Src/BuildVC2015/ImpExpKorus.vcxproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,22 @@
165165
<Project>{c23c2b5b-224b-475d-8ae3-82289a87602c}</Project>
166166
</ProjectReference>
167167
</ItemGroup>
168+
<ItemGroup>
169+
<CustomBuild Include="..\SOAP\CLIENT\Korus\EDIservice.asmx.xml">
170+
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cd %(RelativeDir)
171+
$(SolutionDir)..\..\tools\gsoap-wsdl2h.exe -s -o korus.h %(Filename)%(Extension)
172+
$(SolutionDir)..\..\tools\gsoap-soapcpp2.exe -1 -i -n -C -pkorus korus.h
173+
cd $(SolutionDir)</Command>
174+
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">cd %(RelativeDir)
175+
$(SolutionDir)..\..\tools\gsoap-wsdl2h.exe -s -o korus.h %(Filename)%(Extension)
176+
$(SolutionDir)..\..\tools\gsoap-soapcpp2.exe -1 -i -n -C -pkorus korus.h
177+
cd $(SolutionDir)</Command>
178+
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Construction of gSOAP sources %(FullPath)</Message>
179+
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Construction of gSOAP sources %(FullPath)</Message>
180+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(RelativeDir)korusC.cpp;%(RelativeDir)korusH.h;%(RelativeDir)korusEDIWebServiceSoapProxy.cpp;%(RelativeDir)korusEDIWebServiceSoapProxy.h;%(Outputs)</Outputs>
181+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(RelativeDir)korusC.cpp;%(RelativeDir)korusH.h;%(RelativeDir)korusEDIWebServiceSoapProxy.cpp;%(RelativeDir)korusEDIWebServiceSoapProxy.h;%(Outputs)</Outputs>
182+
</CustomBuild>
183+
</ItemGroup>
168184
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
169185
<ImportGroup Label="ExtensionTargets">
170186
</ImportGroup>

Src/BuildVC70/ImpExpEdiSoft.vcproj

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,31 @@
137137
Name="Source Files"
138138
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
139139
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
140+
<File
141+
RelativePath="..\Soap\Client\Edisoft\EDIServiceSoap.xml">
142+
<FileConfiguration
143+
Name="Debug|Win32">
144+
<Tool
145+
Name="VCCustomBuildTool"
146+
Description="Construction of gSOAP sources %(FullPath)"
147+
CommandLine="cd $(InputDir)
148+
$(SolutionDir)..\..\tools\gsoap-wsdl2h.exe -s -o edisoft.h $(InputFileName)
149+
$(SolutionDir)..\..\tools\gsoap-soapcpp2.exe -1 -i -n -C -pedisoft edisoft.h
150+
cd $(SolutionDir)"
151+
Outputs="$(InputDir)edisoftC.cpp;$(InputDir)edisoftH.h;$(InputDir)edisoftEDIServiceSoapProxy.cpp;$(InputDir)edisoftEDIServiceSoapProxy.h"/>
152+
</FileConfiguration>
153+
<FileConfiguration
154+
Name="Release|Win32">
155+
<Tool
156+
Name="VCCustomBuildTool"
157+
Description="Construction of gSOAP sources %(FullPath)"
158+
CommandLine="cd $(InputDir)
159+
$(SolutionDir)..\..\tools\gsoap-wsdl2h.exe -s -o edisoft.h $(InputFileName)
160+
$(SolutionDir)..\..\tools\gsoap-soapcpp2.exe -1 -i -n -C -pedisoft edisoft.h
161+
cd $(SolutionDir)"
162+
Outputs="$(InputDir)edisoftC.cpp;$(InputDir)edisoftH.h;$(InputDir)edisoftEDIServiceSoapProxy.cpp;$(InputDir)edisoftEDIServiceSoapProxy.h"/>
163+
</FileConfiguration>
164+
</File>
140165
<File
141166
RelativePath="..\Soap\Client\Edisoft\edisoftC.cpp">
142167
</File>

Src/BuildVC70/ImpExpKorus.vcproj

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,31 @@
138138
Name="Source Files"
139139
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
140140
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
141+
<File
142+
RelativePath="..\Soap\Client\Korus\EDIservice.asmx.xml">
143+
<FileConfiguration
144+
Name="Debug|Win32">
145+
<Tool
146+
Name="VCCustomBuildTool"
147+
Description="Construction of gSOAP sources %(FullPath)"
148+
CommandLine="cd $(InputDir)
149+
$(SolutionDir)..\..\tools\gsoap-wsdl2h.exe -s -o korus.h $(InputFileName)
150+
$(SolutionDir)..\..\tools\gsoap-soapcpp2.exe -1 -i -n -C -pkorus korus.h
151+
cd $(SolutionDir)"
152+
Outputs="$(InputDir)korusC.cpp;$(InputDir)korusH.h;$(InputDir)korusEDIWebServiceSoapProxy.cpp;$(InputDir)korusEDIWebServiceSoapProxy.h"/>
153+
</FileConfiguration>
154+
<FileConfiguration
155+
Name="Release|Win32">
156+
<Tool
157+
Name="VCCustomBuildTool"
158+
Description="Construction of gSOAP sources %(FullPath)"
159+
CommandLine="cd $(InputDir)
160+
$(SolutionDir)..\..\tools\gsoap-wsdl2h.exe -s -o korus.h $(InputFileName)
161+
$(SolutionDir)..\..\tools\gsoap-soapcpp2.exe -1 -i -n -C -pkorus korus.h
162+
cd $(SolutionDir)"
163+
Outputs="$(InputDir)korusC.cpp;$(InputDir)korusH.h;$(InputDir)korusEDIWebServiceSoapProxy.cpp;$(InputDir)korusEDIWebServiceSoapProxy.h"/>
164+
</FileConfiguration>
165+
</File>
141166
<File
142167
RelativePath="..\PPEquip\EquipDll\ImpExpKorus.cpp">
143168
</File>

Src/Include/Private/VERDATA.INC

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//
22
// ..\INCLUDE\PRIVATE\VERDATA.INC
3-
// 2017-07-09T18:12:49
3+
// 2017-07-09T19:20:24
44
// Automaticaly generated file
55
// Don't modify!
66
//
77
0x24, 0x00, 0x00, 0x00, 0x33, 0x30, 0x79, 0x61, 0x52, 0x42, 0x44, 0x33, 0x44, 0x4f, 0x57, 0x45, 0x68, 0x31, 0x52, 0x66, 0x56, 0x32, 0x70, 0x74, 0x74, 0x7a, 0x51, 0x4a, 0x50, 0x59, 0x7a, 0x44,
8-
0x4a, 0x00, 0x61, 0x8a, 0x00, 0x01, 0x00, 0x00, 0x21, 0xb3, 0x60, 0x0c, 0xca, 0x1c, 0x56, 0xdb, 0x4b, 0x20, 0x4c, 0x5c, 0x52, 0x89, 0x73, 0xc9, 0x4b, 0xba, 0x6b, 0x36, 0x38, 0x83, 0xbd, 0x88,
9-
0xb9, 0x2f, 0x23, 0x79, 0x7b, 0xc4, 0x37, 0x8e, 0x16, 0xf6, 0xfb, 0x02, 0x59, 0x71, 0xc4, 0x12, 0xaa, 0x86, 0x3e, 0xf6, 0xe1, 0xa3, 0xfe, 0x4b, 0xe7, 0x42, 0x89, 0xc2, 0x9e, 0x11, 0xb3, 0x7e,
10-
0xec, 0x15, 0xb0, 0x15, 0x76, 0x96, 0x67, 0x2e, 0x75, 0xaf, 0xae, 0xb4, 0x5e, 0x9a, 0x50, 0x40, 0x89, 0x1a, 0xdc, 0xf3, 0x38, 0xe4, 0xdd, 0xf1, 0x51, 0x09, 0xe0, 0x9e, 0x5a, 0x36, 0x7a, 0x9c,
11-
0xc0, 0x72, 0xca, 0x0b, 0x04, 0x5d, 0x47, 0x74, 0xc3, 0x93, 0xf2, 0xd1, 0xe4, 0xc0, 0x07, 0x9a, 0x5f, 0x55, 0xed, 0x59, 0x8e, 0x4a, 0x2f, 0x00, 0x3f, 0x2d, 0x4c, 0x8f, 0x41, 0x30, 0xda, 0x65,
12-
0xa9, 0xe4, 0x0e, 0xcf, 0x28, 0x06, 0x6a, 0x24, 0xa5, 0xec, 0xce, 0xc2, 0x7c, 0xbe, 0x14, 0xd0, 0xdd, 0x4e, 0xb5, 0xe1, 0x67, 0x96, 0x68, 0x8e, 0x16, 0xde, 0xa9, 0xc7, 0xbe, 0x2d, 0xbe, 0xfd,
13-
0x55, 0xc9, 0x33, 0xdc, 0x56, 0x0e, 0x39, 0x27, 0x51, 0xc6, 0xe8, 0x98, 0xc4, 0x16, 0x96, 0xef, 0x55, 0x19, 0x8e, 0xdb, 0x48, 0x63, 0xf9, 0x75, 0xbd, 0xb3, 0x14, 0x04, 0x6f, 0x84, 0xae, 0xb6,
14-
0x59, 0x72, 0xb9, 0x0a, 0x90, 0x67, 0x63, 0x55, 0x16, 0xc0, 0x53, 0x8e, 0x33, 0x39, 0x24, 0xcc, 0xda, 0x97, 0x7e, 0xf4, 0x87, 0x48, 0x67, 0xf4, 0x2d, 0x5f, 0x19, 0x89, 0x5e, 0x6c, 0x51, 0x06
8+
0x4a, 0x00, 0x84, 0xdd, 0x00, 0x01, 0x00, 0x00, 0x21, 0xb3, 0x60, 0x0c, 0xca, 0x1c, 0x56, 0xdb, 0x4b, 0x20, 0x4c, 0x5c, 0x52, 0x89, 0x73, 0xc9, 0x4b, 0xba, 0x64, 0x36, 0x38, 0x83, 0xbd, 0x88,
9+
0xe9, 0x1d, 0xe5, 0x2a, 0x8f, 0xa3, 0xdd, 0xbf, 0xef, 0x2d, 0x5f, 0x7f, 0x74, 0xe7, 0x68, 0x22, 0x49, 0xc4, 0x87, 0xe7, 0xac, 0x67, 0x3d, 0xda, 0x77, 0xd8, 0xb8, 0x46, 0x08, 0xc6, 0xbc, 0x91,
10+
0x4d, 0xe3, 0x69, 0x1b, 0x7d, 0x57, 0x0e, 0x67, 0x31, 0x5c, 0xd9, 0x82, 0xd4, 0x92, 0x68, 0x98, 0x69, 0xc5, 0xe6, 0x56, 0x05, 0x6d, 0xaf, 0x14, 0xf2, 0xe7, 0xfb, 0xc5, 0x56, 0xf9, 0xc8, 0x0d,
11+
0xe1, 0xf3, 0x96, 0xa9, 0x44, 0x08, 0xdc, 0x9c, 0x0a, 0xef, 0xa2, 0xd4, 0x7e, 0x94, 0xbe, 0xda, 0xf6, 0x8c, 0xe1, 0xdd, 0x66, 0xfb, 0x14, 0x7c, 0x36, 0x40, 0xb4, 0xea, 0xcf, 0x49, 0x55, 0x0a,
12+
0xa9, 0xa0, 0x54, 0x94, 0xad, 0x43, 0xbb, 0xff, 0xd7, 0xe6, 0xb1, 0x38, 0x29, 0x4d, 0x06, 0x93, 0x5a, 0xd2, 0x8b, 0x3b, 0xfa, 0x64, 0x68, 0xeb, 0xfe, 0xe3, 0xfb, 0x7b, 0x8a, 0x7b, 0xcd, 0x14,
13+
0x1a, 0x91, 0xb6, 0x88, 0x89, 0x2a, 0xe6, 0x1d, 0xd4, 0xe1, 0x4c, 0xb3, 0xb7, 0xa8, 0x42, 0x29, 0x67, 0x7d, 0x99, 0x99, 0x45, 0x3e, 0x3e, 0x2f, 0x0d, 0x1b, 0x8c, 0xf7, 0xb4, 0xea, 0xe3, 0x0f,
14+
0xdc, 0x07, 0xa7, 0x27, 0x07, 0x45, 0xa4, 0x50, 0x2e, 0xe5, 0x52, 0x9b, 0x8d, 0xc5, 0xc4, 0x76, 0x92, 0x4a, 0xbc, 0x86, 0x1f, 0x5a, 0xe5, 0x8c, 0x37, 0x15, 0xfb, 0x3a, 0xa7, 0x03, 0x1a, 0x70

Src/Rsrc/Version/genver-open.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OpenSource = 1
1515
MajorVer =9
1616
MinorVer =7
1717
Revision =5
18-
AssemblyVer=22343
18+
AssemblyVer=22344
1919
MinMajorVer =9
2020
MinMinorVer =4
2121
MinRevision =0

0 commit comments

Comments
 (0)