aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/test/grpclb_api_test
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-11-12 09:27:13 +0000
committerGravatar David Garcia Quintas <dgq@google.com>2015-11-12 09:27:13 +0000
commitff03847182a1fbd3c36cfafd1c69fdfb11f4b3af (patch)
tree52eac1735bb6692ccffc90d0f715218dc3486083 /vsprojects/vcxproj/test/grpclb_api_test
parent49433744ee6fd18af09ee755e0fe553310b9a1f3 (diff)
Moved nanopb to 3rd party
Diffstat (limited to 'vsprojects/vcxproj/test/grpclb_api_test')
-rw-r--r--vsprojects/vcxproj/test/grpclb_api_test/grpclb_api_test.vcxproj8
-rw-r--r--vsprojects/vcxproj/test/grpclb_api_test/grpclb_api_test.vcxproj.filters8
2 files changed, 8 insertions, 8 deletions
diff --git a/vsprojects/vcxproj/test/grpclb_api_test/grpclb_api_test.vcxproj b/vsprojects/vcxproj/test/grpclb_api_test/grpclb_api_test.vcxproj
index 52666785c0..7f5bc17732 100644
--- a/vsprojects/vcxproj/test/grpclb_api_test/grpclb_api_test.vcxproj
+++ b/vsprojects/vcxproj/test/grpclb_api_test/grpclb_api_test.vcxproj
@@ -145,13 +145,13 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\..\..\..\src\core\client_config\lb_policies\protos\load_balancer.pb.cc">
+ <ClCompile Include="..\..\..\..\src\core\client_config\lb_policies\proto\load_balancer.pb.cc">
</ClCompile>
- <ClInclude Include="..\..\..\..\src\core\client_config\lb_policies\protos\load_balancer.pb.h">
+ <ClInclude Include="..\..\..\..\src\core\client_config\lb_policies\proto\load_balancer.pb.h">
</ClInclude>
- <ClCompile Include="..\..\..\..\src\core\client_config\lb_policies\protos\load_balancer.grpc.pb.cc">
+ <ClCompile Include="..\..\..\..\src\core\client_config\lb_policies\proto\load_balancer.grpc.pb.cc">
</ClCompile>
- <ClInclude Include="..\..\..\..\src\core\client_config\lb_policies\protos\load_balancer.grpc.pb.h">
+ <ClInclude Include="..\..\..\..\src\core\client_config\lb_policies\proto\load_balancer.grpc.pb.h">
</ClInclude>
<ClCompile Include="..\..\..\..\test\cpp\grpclb\grpclb_api_test.cc">
</ClCompile>
diff --git a/vsprojects/vcxproj/test/grpclb_api_test/grpclb_api_test.vcxproj.filters b/vsprojects/vcxproj/test/grpclb_api_test/grpclb_api_test.vcxproj.filters
index 73cbf04b51..875ba030dc 100644
--- a/vsprojects/vcxproj/test/grpclb_api_test/grpclb_api_test.vcxproj.filters
+++ b/vsprojects/vcxproj/test/grpclb_api_test/grpclb_api_test.vcxproj.filters
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
- <ClCompile Include="..\..\..\..\src\core\client_config\lb_policies\protos\load_balancer.proto">
- <Filter>src\core\client_config\lb_policies\protos</Filter>
+ <ClCompile Include="..\..\..\..\src\core\client_config\lb_policies\proto\load_balancer.proto">
+ <Filter>src\core\client_config\lb_policies\proto</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\test\cpp\grpclb\grpclb_api_test.cc">
<Filter>test\cpp\grpclb</Filter>
@@ -22,8 +22,8 @@
<Filter Include="src\core\client_config\lb_policies">
<UniqueIdentifier>{bb3a28b9-b005-fd49-9cc3-8ee9552226c1}</UniqueIdentifier>
</Filter>
- <Filter Include="src\core\client_config\lb_policies\protos">
- <UniqueIdentifier>{575e696e-0560-7b28-8e83-f8d1fa3cc9f7}</UniqueIdentifier>
+ <Filter Include="src\core\client_config\lb_policies\proto">
+ <UniqueIdentifier>{b555558c-3db4-9746-b58e-40ccc1680c8a}</UniqueIdentifier>
</Filter>
<Filter Include="test">
<UniqueIdentifier>{64736e1d-eb77-664f-34ab-6cf41263d3d8}</UniqueIdentifier>