aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/grpc++/grpc++.vcxproj
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-08-24 14:44:25 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-08-24 14:44:25 -0700
commit207e644918ac1b7360827b19ed54f3dccb094511 (patch)
tree063db00c50187d8971c1dca47fb40b8e0c5f9ea6 /vsprojects/grpc++/grpc++.vcxproj
parent11c3c68f9d72d3f7d410b660dd4dc134762f70fa (diff)
parent99d376147ec51c92d543ff998037b286a43a39f5 (diff)
Merge github.com:grpc/grpc into endpoints
Diffstat (limited to 'vsprojects/grpc++/grpc++.vcxproj')
-rw-r--r--vsprojects/grpc++/grpc++.vcxproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/vsprojects/grpc++/grpc++.vcxproj b/vsprojects/grpc++/grpc++.vcxproj
index 929bc1500e..cd85abd04a 100644
--- a/vsprojects/grpc++/grpc++.vcxproj
+++ b/vsprojects/grpc++/grpc++.vcxproj
@@ -225,8 +225,6 @@
<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++\impl\call.h" />
<ClInclude Include="..\..\include\grpc++\impl\client_unary_call.h" />
@@ -252,7 +250,6 @@
<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" />
</ItemGroup>
<ItemGroup>
@@ -261,6 +258,9 @@
<ClInclude Include="..\..\src\cpp\server\secure_server_credentials.h" />
<ClInclude Include="..\..\src\cpp\client\channel.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">