Skip to content

Commit ea88620

Browse files
committed
Vcproj.pm: do not configure VCWebServiceProxyGeneratorTool
It is not necessary, and Visual Studio 2015 no longer supports it, anyway. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 9fce715 commit ea88620

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

contrib/buildsystems/Generators/Vcproj.pm

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ sub createLibProject {
115115
<Tool
116116
Name="VCXMLDataGeneratorTool"
117117
/>
118-
<Tool
119-
Name="VCWebServiceProxyGeneratorTool"
120-
/>
121118
<Tool
122119
Name="VCMIDLTool"
123120
/>
@@ -181,9 +178,6 @@ sub createLibProject {
181178
<Tool
182179
Name="VCXMLDataGeneratorTool"
183180
/>
184-
<Tool
185-
Name="VCWebServiceProxyGeneratorTool"
186-
/>
187181
<Tool
188182
Name="VCMIDLTool"
189183
/>
@@ -339,9 +333,6 @@ sub createAppProject {
339333
<Tool
340334
Name="VCXMLDataGeneratorTool"
341335
/>
342-
<Tool
343-
Name="VCWebServiceProxyGeneratorTool"
344-
/>
345336
<Tool
346337
Name="VCMIDLTool"
347338
/>
@@ -410,9 +401,6 @@ sub createAppProject {
410401
<Tool
411402
Name="VCXMLDataGeneratorTool"
412403
/>
413-
<Tool
414-
Name="VCWebServiceProxyGeneratorTool"
415-
/>
416404
<Tool
417405
Name="VCMIDLTool"
418406
/>

0 commit comments

Comments
 (0)