aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/grpc/grpc.vcxproj
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2017-05-12 15:35:20 -0700
committerGravatar GitHub <noreply@github.com>2017-05-12 15:35:20 -0700
commit7edcce2147470bfbca3097a85ac9ce917c48878b (patch)
tree5cd25a29cab751492cdc0a4c08e09dbd95a4474f /vsprojects/vcxproj/grpc/grpc.vcxproj
parenta2d9d48a888bf9162d1288496e60920b481bf3eb (diff)
Revert "Implement Server Backward Compatibility"
Diffstat (limited to 'vsprojects/vcxproj/grpc/grpc.vcxproj')
-rw-r--r--vsprojects/vcxproj/grpc/grpc.vcxproj6
1 files changed, 0 insertions, 6 deletions
diff --git a/vsprojects/vcxproj/grpc/grpc.vcxproj b/vsprojects/vcxproj/grpc/grpc.vcxproj
index 28ef1042c8..d32958db38 100644
--- a/vsprojects/vcxproj/grpc/grpc.vcxproj
+++ b/vsprojects/vcxproj/grpc/grpc.vcxproj
@@ -514,8 +514,6 @@
<ClInclude Include="$(SolutionDir)\..\src\core\ext\census\tracing.h" />
<ClInclude Include="$(SolutionDir)\..\src\core\ext\filters\max_age\max_age_filter.h" />
<ClInclude Include="$(SolutionDir)\..\src\core\ext\filters\message_size\message_size_filter.h" />
- <ClInclude Include="$(SolutionDir)\..\src\core\ext\filters\workarounds\workaround_cronet_compression_filter.h" />
- <ClInclude Include="$(SolutionDir)\..\src\core\ext\filters\workarounds\workaround_utils.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\init.c">
@@ -1006,10 +1004,6 @@
</ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\core\ext\filters\message_size\message_size_filter.c">
</ClCompile>
- <ClCompile Include="$(SolutionDir)\..\src\core\ext\filters\workarounds\workaround_cronet_compression_filter.c">
- </ClCompile>
- <ClCompile Include="$(SolutionDir)\..\src\core\ext\filters\workarounds\workaround_utils.c">
- </ClCompile>
<ClCompile Include="$(SolutionDir)\..\src\core\plugin_registry\grpc_plugin_registry.c">
</ClCompile>
</ItemGroup>