diff options
author | Craig Tiller <ctiller@google.com> | 2016-09-23 13:51:23 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-09-23 13:51:23 -0700 |
commit | d801cd7ed752052e93d93228aee308ce713c06e0 (patch) | |
tree | 34dff392c769680322393d9945154ac5edd0b390 /vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj | |
parent | d4673484c73c68f956c1bd6b9583048a124fe925 (diff) | |
parent | 5abf79a91b1a06e7fb971fce65c30661b4c8bf38 (diff) |
Merge branch 'direct-calls' into buffer_pools_for_realsies
Diffstat (limited to 'vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj index c843306241..d17e09e562 100644 --- a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj @@ -392,6 +392,7 @@ <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\client_channel.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\client_channel_factory.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\connector.h" /> + <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\http_connect_handshaker.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\initial_connect_string.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy_factory.h" /> @@ -676,6 +677,8 @@ </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\default_initial_connect_string.c"> </ClCompile> + <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\http_connect_handshaker.c"> + </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\initial_connect_string.c"> </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy.c"> |