diff options
Diffstat (limited to 'vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj index 548586ef2f..374220d952 100644 --- a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj @@ -275,6 +275,7 @@ <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.h" /> <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.h" /> <ClInclude Include="..\..\..\src\core\client_config\uri_parser.h" /> + <ClInclude Include="..\..\..\src\core\compression\algorithm_metadata.h" /> <ClInclude Include="..\..\..\src\core\compression\message_compress.h" /> <ClInclude Include="..\..\..\src\core\debug\trace.h" /> <ClInclude Include="..\..\..\src\core\httpcli\format_request.h" /> @@ -357,6 +358,7 @@ <ClInclude Include="..\..\..\src\core\transport\connectivity_state.h" /> <ClInclude Include="..\..\..\src\core\transport\metadata.h" /> <ClInclude Include="..\..\..\src\core\transport\metadata_batch.h" /> + <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="..\..\..\src\core\census\aggregation.h" /> @@ -614,6 +616,8 @@ </ClCompile> <ClCompile Include="..\..\..\src\core\transport\metadata_batch.c"> </ClCompile> + <ClCompile Include="..\..\..\src\core\transport\static_metadata.c"> + </ClCompile> <ClCompile Include="..\..\..\src\core\transport\transport.c"> </ClCompile> <ClCompile Include="..\..\..\src\core\transport\transport_op_string.c"> |