From: Johannes Schindelin <johannes.schindelin@xxxxxx> It is not necessary, and Visual Studio 2015 no longer supports it, anyway. Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> --- contrib/buildsystems/Generators/Vcproj.pm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/contrib/buildsystems/Generators/Vcproj.pm b/contrib/buildsystems/Generators/Vcproj.pm index d862cae503..b17800184c 100644 --- a/contrib/buildsystems/Generators/Vcproj.pm +++ b/contrib/buildsystems/Generators/Vcproj.pm @@ -115,9 +115,6 @@ sub createLibProject { <Tool Name="VCXMLDataGeneratorTool" /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> <Tool Name="VCMIDLTool" /> @@ -181,9 +178,6 @@ sub createLibProject { <Tool Name="VCXMLDataGeneratorTool" /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> <Tool Name="VCMIDLTool" /> @@ -339,9 +333,6 @@ sub createAppProject { <Tool Name="VCXMLDataGeneratorTool" /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> <Tool Name="VCMIDLTool" /> @@ -410,9 +401,6 @@ sub createAppProject { <Tool Name="VCXMLDataGeneratorTool" /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> <Tool Name="VCMIDLTool" /> -- gitgitgadget