aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/grpc++/grpc++.vcxproj
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-24 14:13:27 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-24 14:13:27 -0700
commit4107ba289747be6fba879e6060d40969f1aee89c (patch)
treedebfde14b81f8bbbc33c7c677eaba6d517fada25 /vsprojects/grpc++/grpc++.vcxproj
parent884f4dad58891a119c53af664680c134c73723b3 (diff)
parent96de48449ccc6009bc745ab5ff35837a4720fdd1 (diff)
Merge pull request #1365 from yang-g/init
Attempt to remove the need of calling grpc_init/shutdown in c++ application code
Diffstat (limited to 'vsprojects/grpc++/grpc++.vcxproj')
-rw-r--r--vsprojects/grpc++/grpc++.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/vsprojects/grpc++/grpc++.vcxproj b/vsprojects/grpc++/grpc++.vcxproj
index 38eca1a14e..07c018f111 100644
--- a/vsprojects/grpc++/grpc++.vcxproj
+++ b/vsprojects/grpc++/grpc++.vcxproj
@@ -96,6 +96,7 @@
<ClInclude Include="..\..\include\grpc++\generic_stub.h" />
<ClInclude Include="..\..\include\grpc++\impl\call.h" />
<ClInclude Include="..\..\include\grpc++\impl\client_unary_call.h" />
+ <ClInclude Include="..\..\include\grpc++\impl\grpc_library.h" />
<ClInclude Include="..\..\include\grpc++\impl\internal_stub.h" />
<ClInclude Include="..\..\include\grpc++\impl\rpc_method.h" />
<ClInclude Include="..\..\include\grpc++\impl\rpc_service_method.h" />