aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-11-25 11:45:33 -0800
committerGravatar yang-g <yangg@google.com>2015-11-25 11:45:33 -0800
commit52705590e463df5e6b852f15866cdfbfcf902fcb (patch)
treee9ac30bc757b13d497aa1441947c62b9c3506201 /vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj
parenta23f17b1233453334ad137a3aeb338c801b5ada4 (diff)
Add set pointer api to channel_arguments
Diffstat (limited to 'vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj')
-rw-r--r--vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj
index defd102577..663709d820 100644
--- a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj
+++ b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj
@@ -292,8 +292,6 @@
</ClCompile>
<ClCompile Include="..\..\..\src\cpp\client\channel.cc">
</ClCompile>
- <ClCompile Include="..\..\..\src\cpp\client\channel_arguments.cc">
- </ClCompile>
<ClCompile Include="..\..\..\src\cpp\client\client_context.cc">
</ClCompile>
<ClCompile Include="..\..\..\src\cpp\client\create_channel.cc">
@@ -308,6 +306,8 @@
</ClCompile>
<ClCompile Include="..\..\..\src\cpp\common\call.cc">
</ClCompile>
+ <ClCompile Include="..\..\..\src\cpp\common\channel_arguments.cc">
+ </ClCompile>
<ClCompile Include="..\..\..\src\cpp\common\completion_queue.cc">
</ClCompile>
<ClCompile Include="..\..\..\src\cpp\common\rpc_method.cc">