aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-07-09 19:17:59 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-07-09 19:17:59 -0700
commit87570f4113c8047a29bc23a311e5d07ce62db8e7 (patch)
treef5150cebac26d66e28f1d230c011b15747a8cb99 /vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj
parent6b7153cc0ded7d56dcb43ca53e925e47f678f5d5 (diff)
parent69cb6b41c895e9d0236f0f8c3ec982e9e1697aa2 (diff)
Merge pull request #2360 from jboeuf/cpp_auth_context_in_0_10
Backport of pull request #2313 into release-0_10.
Diffstat (limited to 'vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj')
-rw-r--r--vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj
index 639f904cce..944e7e0001 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" />
@@ -186,9 +187,12 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\cpp\client\channel.h" />
+ <ClInclude Include="..\..\src\cpp\common\create_auth_context.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">