diff options
Diffstat (limited to 'vsprojects/grpc++/grpc++.vcxproj')
-rw-r--r-- | vsprojects/grpc++/grpc++.vcxproj | 47 |
1 files changed, 25 insertions, 22 deletions
diff --git a/vsprojects/grpc++/grpc++.vcxproj b/vsprojects/grpc++/grpc++.vcxproj index 929bc1500e..53930c1394 100644 --- a/vsprojects/grpc++/grpc++.vcxproj +++ b/vsprojects/grpc++/grpc++.vcxproj @@ -213,25 +213,16 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClInclude Include="..\..\include\grpc++\async_generic_service.h" /> - <ClInclude Include="..\..\include\grpc++\async_unary_call.h" /> - <ClInclude Include="..\..\include\grpc++\auth_context.h" /> - <ClInclude Include="..\..\include\grpc++\byte_buffer.h" /> - <ClInclude Include="..\..\include\grpc++\channel_arguments.h" /> - <ClInclude Include="..\..\include\grpc++\channel_interface.h" /> + <ClInclude Include="..\..\include\grpc++\channel.h" /> <ClInclude Include="..\..\include\grpc++\client_context.h" /> <ClInclude Include="..\..\include\grpc++\completion_queue.h" /> - <ClInclude Include="..\..\include\grpc++\config.h" /> - <ClInclude Include="..\..\include\grpc++\config_protobuf.h" /> <ClInclude Include="..\..\include\grpc++\create_channel.h" /> <ClInclude Include="..\..\include\grpc++\credentials.h" /> - <ClInclude Include="..\..\include\grpc++\dynamic_thread_pool.h" /> - <ClInclude Include="..\..\include\grpc++\fixed_size_thread_pool.h" /> - <ClInclude Include="..\..\include\grpc++\generic_stub.h" /> + <ClInclude Include="..\..\include\grpc++\generic\async_generic_service.h" /> + <ClInclude Include="..\..\include\grpc++\generic\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\proto_utils.h" /> <ClInclude Include="..\..\include\grpc++\impl\rpc_method.h" /> <ClInclude Include="..\..\include\grpc++\impl\rpc_service_method.h" /> @@ -247,20 +238,30 @@ <ClInclude Include="..\..\include\grpc++\server_builder.h" /> <ClInclude Include="..\..\include\grpc++\server_context.h" /> <ClInclude Include="..\..\include\grpc++\server_credentials.h" /> - <ClInclude Include="..\..\include\grpc++\slice.h" /> - <ClInclude Include="..\..\include\grpc++\status.h" /> - <ClInclude Include="..\..\include\grpc++\status_code_enum.h" /> - <ClInclude Include="..\..\include\grpc++\stream.h" /> - <ClInclude Include="..\..\include\grpc++\stub_options.h" /> - <ClInclude Include="..\..\include\grpc++\thread_pool_interface.h" /> - <ClInclude Include="..\..\include\grpc++\time.h" /> + <ClInclude Include="..\..\include\grpc++\support\async_stream.h" /> + <ClInclude Include="..\..\include\grpc++\support\async_unary_call.h" /> + <ClInclude Include="..\..\include\grpc++\support\auth_context.h" /> + <ClInclude Include="..\..\include\grpc++\support\byte_buffer.h" /> + <ClInclude Include="..\..\include\grpc++\support\channel_arguments.h" /> + <ClInclude Include="..\..\include\grpc++\support\config.h" /> + <ClInclude Include="..\..\include\grpc++\support\config_protobuf.h" /> + <ClInclude Include="..\..\include\grpc++\support\slice.h" /> + <ClInclude Include="..\..\include\grpc++\support\status.h" /> + <ClInclude Include="..\..\include\grpc++\support\status_code_enum.h" /> + <ClInclude Include="..\..\include\grpc++\support\string_ref.h" /> + <ClInclude Include="..\..\include\grpc++\support\stub_options.h" /> + <ClInclude Include="..\..\include\grpc++\support\sync_stream.h" /> + <ClInclude Include="..\..\include\grpc++\support\time.h" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\src\cpp\client\secure_credentials.h" /> <ClInclude Include="..\..\src\cpp\common\secure_auth_context.h" /> <ClInclude Include="..\..\src\cpp\server\secure_server_credentials.h" /> - <ClInclude Include="..\..\src\cpp\client\channel.h" /> + <ClInclude Include="..\..\src\cpp\client\create_channel_internal.h" /> <ClInclude Include="..\..\src\cpp\common\create_auth_context.h" /> + <ClInclude Include="..\..\src\cpp\server\dynamic_thread_pool.h" /> + <ClInclude Include="..\..\src\cpp\server\fixed_size_thread_pool.h" /> + <ClInclude Include="..\..\src\cpp\server\thread_pool_interface.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\src\cpp\client\secure_channel_arguments.cc"> @@ -283,14 +284,14 @@ </ClCompile> <ClCompile Include="..\..\src\cpp\client\create_channel.cc"> </ClCompile> + <ClCompile Include="..\..\src\cpp\client\create_channel_internal.cc"> + </ClCompile> <ClCompile Include="..\..\src\cpp\client\credentials.cc"> </ClCompile> <ClCompile Include="..\..\src\cpp\client\generic_stub.cc"> </ClCompile> <ClCompile Include="..\..\src\cpp\client\insecure_credentials.cc"> </ClCompile> - <ClCompile Include="..\..\src\cpp\client\internal_stub.cc"> - </ClCompile> <ClCompile Include="..\..\src\cpp\common\call.cc"> </ClCompile> <ClCompile Include="..\..\src\cpp\common\completion_queue.cc"> @@ -323,6 +324,8 @@ </ClCompile> <ClCompile Include="..\..\src\cpp\util\status.cc"> </ClCompile> + <ClCompile Include="..\..\src\cpp\util\string_ref.cc"> + </ClCompile> <ClCompile Include="..\..\src\cpp\util\time.cc"> </ClCompile> </ItemGroup> |