You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2018/10/17 13:20:53 UTC

[thrift] branch master updated: Remove redundant source files in project libthrift.vcxproj (#1614)

This is an automated email from the ASF dual-hosted git repository.

jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a51220  Remove redundant source files in project libthrift.vcxproj (#1614)
7a51220 is described below

commit 7a51220c02d31c831e446906784836e9b3cd53b6
Author: Andylee <an...@gmail.com>
AuthorDate: Wed Oct 17 21:20:47 2018 +0800

    Remove redundant source files in project libthrift.vcxproj (#1614)
    
    delete redundant configuration of three files
---
 lib/cpp/libthrift.vcxproj | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/lib/cpp/libthrift.vcxproj b/lib/cpp/libthrift.vcxproj
index 307b121..d1097ec 100644
--- a/lib/cpp/libthrift.vcxproj
+++ b/lib/cpp/libthrift.vcxproj
@@ -53,12 +53,9 @@
     <ClCompile Include="src\thrift\server\TSimpleServer.cpp"/>
     <ClCompile Include="src\thrift\server\TThreadPoolServer.cpp"/>
     <ClCompile Include="src\thrift\server\TThreadedServer.cpp"/>
-	<ClCompile Include="src\thrift\server\TConnectedClient.cpp"/>
-	<ClCompile Include="src\thrift\server\TNonblockingServer.cpp"/>
-	<ClCompile Include="src\thrift\server\TServerFramework.cpp"/>
-	<ClCompile Include="src\thrift\server\TSimpleServer.cpp"/>
-	<ClCompile Include="src\thrift\server\TThreadedServer.cpp"/>
-	<ClCompile Include="src\thrift\server\TThreadPoolServer.cpp"/>
+    <ClCompile Include="src\thrift\server\TConnectedClient.cpp"/>
+    <ClCompile Include="src\thrift\server\TNonblockingServer.cpp"/>
+    <ClCompile Include="src\thrift\server\TServerFramework.cpp"/>
     <ClCompile Include="src\thrift\TApplicationException.cpp"/>
     <ClCompile Include="src\thrift\TOutput.cpp"/>
     <ClCompile Include="src\thrift\transport\TBufferTransports.cpp"/>