aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj')
-rw-r--r--vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj
index 4e8f238ad9..74a096960d 100644
--- a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj
+++ b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj
@@ -262,6 +262,7 @@
<ClInclude Include="..\..\..\src\core\client_config\client_config.h" />
<ClInclude Include="..\..\..\src\core\client_config\connector.h" />
<ClInclude Include="..\..\..\src\core\client_config\initial_connect_string.h" />
+ <ClInclude Include="..\..\..\src\core\client_config\lb_policies\load_balancer_api.h" />
<ClInclude Include="..\..\..\src\core\client_config\lb_policies\pick_first.h" />
<ClInclude Include="..\..\..\src\core\client_config\lb_policies\round_robin.h" />
<ClInclude Include="..\..\..\src\core\client_config\lb_policy.h" />
@@ -322,6 +323,7 @@
<ClInclude Include="..\..\..\src\core\json\json_common.h" />
<ClInclude Include="..\..\..\src\core\json\json_reader.h" />
<ClInclude Include="..\..\..\src\core\json\json_writer.h" />
+ <ClInclude Include="..\..\..\src\core\proto\load_balancer.pb.h" />
<ClInclude Include="..\..\..\src\core\statistics\census_interface.h" />
<ClInclude Include="..\..\..\src\core\statistics\census_rpc_stats.h" />
<ClInclude Include="..\..\..\src\core\surface\api_trace.h" />
@@ -361,6 +363,10 @@
<ClInclude Include="..\..\..\src\core\transport\static_metadata.h" />
<ClInclude Include="..\..\..\src\core\transport\transport.h" />
<ClInclude Include="..\..\..\src\core\transport\transport_impl.h" />
+ <ClInclude Include="..\..\..\third_party\nanopb\pb.h" />
+ <ClInclude Include="..\..\..\third_party\nanopb\pb_common.h" />
+ <ClInclude Include="..\..\..\third_party\nanopb\pb_decode.h" />
+ <ClInclude Include="..\..\..\third_party\nanopb\pb_encode.h" />
<ClInclude Include="..\..\..\src\core\census\aggregation.h" />
<ClInclude Include="..\..\..\src\core\census\context.h" />
<ClInclude Include="..\..\..\src\core\census\rpc_metric_id.h" />
@@ -398,6 +404,8 @@
</ClCompile>
<ClCompile Include="..\..\..\src\core\client_config\initial_connect_string.c">
</ClCompile>
+ <ClCompile Include="..\..\..\src\core\client_config\lb_policies\load_balancer_api.c">
+ </ClCompile>
<ClCompile Include="..\..\..\src\core\client_config\lb_policies\pick_first.c">
</ClCompile>
<ClCompile Include="..\..\..\src\core\client_config\lb_policies\round_robin.c">
@@ -524,6 +532,8 @@
</ClCompile>
<ClCompile Include="..\..\..\src\core\json\json_writer.c">
</ClCompile>
+ <ClCompile Include="..\..\..\src\core\proto\load_balancer.pb.c">
+ </ClCompile>
<ClCompile Include="..\..\..\src\core\surface\api_trace.c">
</ClCompile>
<ClCompile Include="..\..\..\src\core\surface\byte_buffer.c">
@@ -618,6 +628,12 @@
</ClCompile>
<ClCompile Include="..\..\..\src\core\transport\transport_op_string.c">
</ClCompile>
+ <ClCompile Include="..\..\..\third_party\nanopb\pb_common.c">
+ </ClCompile>
+ <ClCompile Include="..\..\..\third_party\nanopb\pb_decode.c">
+ </ClCompile>
+ <ClCompile Include="..\..\..\third_party\nanopb\pb_encode.c">
+ </ClCompile>
<ClCompile Include="..\..\..\src\core\census\context.c">
</ClCompile>
<ClCompile Include="..\..\..\src\core\census\initialize.c">