summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndylee <andyleesharp@gmail.com>2018-10-17 21:20:47 +0800
committerJames E. King III <jking@apache.org>2018-10-17 09:20:47 -0400
commit7a51220c02d31c831e446906784836e9b3cd53b6 (patch)
tree7f12c76086f52c30928ccc1faed408b29c6a3d95
parent5c1ecb67cde4d9aff7ed3188ab11566184b27bf0 (diff)
downloadthrift-7a51220c02d31c831e446906784836e9b3cd53b6.tar.gz
Remove redundant source files in project libthrift.vcxproj (#1614)
delete redundant configuration of three files
-rw-r--r--lib/cpp/libthrift.vcxproj9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/cpp/libthrift.vcxproj b/lib/cpp/libthrift.vcxproj
index 307b1217d..d1097ecd3 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"/>