aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
diff options
context:
space:
mode:
authorGravatar Hongyu Chen <hongyu@google.com>2015-08-19 16:58:12 -0700
committerGravatar Hongyu Chen <hongyu@google.com>2015-08-19 16:58:12 -0700
commitfdc1dc744baa194f220a5d103ca73dde290c7d4b (patch)
treefbb21604fe194ff89b12ce88fb3cf9fa982e6c3f /vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
parent58c927cede72cfdda7bf4173b09e8313f954412d (diff)
Move census_filters from .../channel to .../census
Diffstat (limited to 'vsprojects/grpc_unsecure/grpc_unsecure.vcxproj')
-rw-r--r--vsprojects/grpc_unsecure/grpc_unsecure.vcxproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
index 06da784323..acd83c6080 100644
--- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
+++ b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
@@ -225,7 +225,7 @@
<ClInclude Include="..\..\include\grpc\census.h" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="..\..\src\core\channel\census_filter.h" />
+ <ClInclude Include="..\..\src\core\census\census_filter.h" />
<ClInclude Include="..\..\src\core\channel\channel_args.h" />
<ClInclude Include="..\..\src\core\channel\channel_stack.h" />
<ClInclude Include="..\..\src\core\channel\client_channel.h" />
@@ -330,9 +330,9 @@
<ItemGroup>
<ClCompile Include="..\..\src\core\surface\init_unsecure.c">
</ClCompile>
- <ClCompile Include="..\..\src\core\census\grpc_context.c">
+ <ClCompile Include="..\..\src\core\census\census_filter.c">
</ClCompile>
- <ClCompile Include="..\..\src\core\channel\census_filter.c">
+ <ClCompile Include="..\..\src\core\census\grpc_context.c">
</ClCompile>
<ClCompile Include="..\..\src\core\channel\channel_args.c">
</ClCompile>