diff options
author | yang-g <yangg@google.com> | 2015-07-06 14:00:36 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2015-07-06 14:00:36 -0700 |
commit | 3abe60b9d08ff5a784a39f7c4a10c631547c3526 (patch) | |
tree | fd61ee8a10d507d7862fb3f3fe9bcfe480a97ce0 /vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj | |
parent | d8c466ece12a88df844b5a2bf44c65cdbbfda4f1 (diff) |
compiles
Diffstat (limited to 'vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj')
-rw-r--r-- | vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj index 9b2ef9137d..52431b67a2 100644 --- a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj +++ b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj @@ -148,6 +148,7 @@ <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" /> @@ -182,11 +183,15 @@ <ClInclude Include="..\..\include\grpc++\time.h" /> </ItemGroup> <ItemGroup> + <ClInclude Include="..\..\src\cpp\common\insecure_auth_context.h" /> <ClInclude Include="..\..\src\cpp\client\channel.h" /> + <ClInclude Include="..\..\src\cpp\common\create_auth_context.h" /> <ClInclude Include="..\..\src\cpp\proto\proto_utils.h" /> <ClInclude Include="..\..\src\cpp\server\thread_pool.h" /> </ItemGroup> <ItemGroup> + <ClCompile Include="..\..\src\cpp\common\insecure_create_auth_context.cc"> + </ClCompile> <ClCompile Include="..\..\src\cpp\client\channel.cc"> </ClCompile> <ClCompile Include="..\..\src\cpp\client\channel_arguments.cc"> |