aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-25 08:47:26 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-25 08:47:26 -0700
commitf5f1712e1fcca1beb555ca9ea783a9c98b9b1a64 (patch)
tree29b89aec0bd4f45e394f10e63be57481c1d7b908 /vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
parent3bc8ebd48eceab0fc9fe2ef4f7a94c1f937172ba (diff)
Refactoring progress towards integrating client configs
Diffstat (limited to 'vsprojects/grpc_unsecure/grpc_unsecure.vcxproj')
-rw-r--r--vsprojects/grpc_unsecure/grpc_unsecure.vcxproj6
1 files changed, 0 insertions, 6 deletions
diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
index 597dd2dc70..a68efc6206 100644
--- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
+++ b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
@@ -158,9 +158,7 @@
<ClInclude Include="..\..\src\core\channel\census_filter.h" />
<ClInclude Include="..\..\src\core\channel\channel_args.h" />
<ClInclude Include="..\..\src\core\channel\channel_stack.h" />
- <ClInclude Include="..\..\src\core\channel\child_channel.h" />
<ClInclude Include="..\..\src\core\channel\client_channel.h" />
- <ClInclude Include="..\..\src\core\channel\client_setup.h" />
<ClInclude Include="..\..\src\core\channel\connected_channel.h" />
<ClInclude Include="..\..\src\core\channel\context.h" />
<ClInclude Include="..\..\src\core\channel\http_client_filter.h" />
@@ -258,12 +256,8 @@
</ClCompile>
<ClCompile Include="..\..\src\core\channel\channel_stack.c">
</ClCompile>
- <ClCompile Include="..\..\src\core\channel\child_channel.c">
- </ClCompile>
<ClCompile Include="..\..\src\core\channel\client_channel.c">
</ClCompile>
- <ClCompile Include="..\..\src\core\channel\client_setup.c">
- </ClCompile>
<ClCompile Include="..\..\src\core\channel\connected_channel.c">
</ClCompile>
<ClCompile Include="..\..\src\core\channel\http_client_filter.c">