diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-03-02 13:54:36 -0800 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-03-02 13:54:36 -0800 |
commit | 0aad3d74577c55ee9d372082b3e0d6457de7a14a (patch) | |
tree | 19dc88741765a52976cd3ec7a828a0d0eff7d4a4 /vsprojects/vs2013/grpc_shared.vcxproj | |
parent | 961141002ae30ec1dbaf2725c59b3ffe4cde3e0f (diff) | |
parent | 39b9a029cf6309fffbc2ccf8f4e0f6e2b74cc5e6 (diff) |
Merge pull request #908 from ctiller/ssl
Hookup TSI tracer
Diffstat (limited to 'vsprojects/vs2013/grpc_shared.vcxproj')
-rw-r--r-- | vsprojects/vs2013/grpc_shared.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vsprojects/vs2013/grpc_shared.vcxproj b/vsprojects/vs2013/grpc_shared.vcxproj index 4b2f1e725e..5c2e23b513 100644 --- a/vsprojects/vs2013/grpc_shared.vcxproj +++ b/vsprojects/vs2013/grpc_shared.vcxproj @@ -164,6 +164,7 @@ <ClInclude Include="..\..\src\core\surface\client.h" /> <ClInclude Include="..\..\src\core\surface\completion_queue.h" /> <ClInclude Include="..\..\src\core\surface\event_string.h" /> + <ClInclude Include="..\..\src\core\surface\init.h" /> <ClInclude Include="..\..\src\core\surface\lame_client.h" /> <ClInclude Include="..\..\src\core\surface\server.h" /> <ClInclude Include="..\..\src\core\surface\surface_trace.h" /> @@ -223,6 +224,8 @@ </ClCompile> <ClCompile Include="..\..\src\core\security\server_secure_chttp2.c"> </ClCompile> + <ClCompile Include="..\..\src\core\surface\init_secure.c"> + </ClCompile> <ClCompile Include="..\..\src\core\surface\secure_channel_create.c"> </ClCompile> <ClCompile Include="..\..\src\core\surface\secure_server_create.c"> @@ -381,6 +384,8 @@ </ClCompile> <ClCompile Include="..\..\src\core\surface\server_create.c"> </ClCompile> + <ClCompile Include="..\..\src\core\surface\surface_trace.c"> + </ClCompile> <ClCompile Include="..\..\src\core\transport\chttp2\alpn.c"> </ClCompile> <ClCompile Include="..\..\src\core\transport\chttp2\bin_encoder.c"> |