aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-04-29 14:35:49 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-04-29 14:35:49 -0700
commit5f9f4556820b7a442263839fbc706ff624eb321b (patch)
tree06aeefcd4cd832a05be8ee315090084da9457b94 /vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
parentb220c1d21342fb995881c39efb6b4b8c55e89e6b (diff)
parent1685d773ef81420bf747c6988a2ad9baefd126fa (diff)
Merge remote-tracking branch 'upstream/master' into stap
Diffstat (limited to 'vsprojects/grpc_unsecure/grpc_unsecure.vcxproj')
-rw-r--r--vsprojects/grpc_unsecure/grpc_unsecure.vcxproj7
1 files changed, 2 insertions, 5 deletions
diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
index c202b6e7ec..c1572259ab 100644
--- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
+++ b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
@@ -161,7 +161,6 @@
<ClInclude Include="..\..\src\core\channel\client_setup.h" />
<ClInclude Include="..\..\src\core\channel\connected_channel.h" />
<ClInclude Include="..\..\src\core\channel\http_client_filter.h" />
- <ClInclude Include="..\..\src\core\channel\http_filter.h" />
<ClInclude Include="..\..\src\core\channel\http_server_filter.h" />
<ClInclude Include="..\..\src\core\channel\noop_filter.h" />
<ClInclude Include="..\..\src\core\compression\algorithm.h" />
@@ -245,8 +244,6 @@
<ItemGroup>
<ClCompile Include="..\..\src\core\surface\init_unsecure.c">
</ClCompile>
- <ClCompile Include="..\..\src\core\channel\call_op_string.c">
- </ClCompile>
<ClCompile Include="..\..\src\core\channel\census_filter.c">
</ClCompile>
<ClCompile Include="..\..\src\core\channel\channel_args.c">
@@ -263,8 +260,6 @@
</ClCompile>
<ClCompile Include="..\..\src\core\channel\http_client_filter.c">
</ClCompile>
- <ClCompile Include="..\..\src\core\channel\http_filter.c">
- </ClCompile>
<ClCompile Include="..\..\src\core\channel\http_server_filter.c">
</ClCompile>
<ClCompile Include="..\..\src\core\channel\noop_filter.c">
@@ -441,6 +436,8 @@
</ClCompile>
<ClCompile Include="..\..\src\core\transport\transport.c">
</ClCompile>
+ <ClCompile Include="..\..\src\core\transport\transport_op_string.c">
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\gpr\gpr.vcxproj">