diff options
Diffstat (limited to 'vsprojects/vcxproj/grpc/grpc.vcxproj.filters')
-rw-r--r-- | vsprojects/vcxproj/grpc/grpc.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc/grpc.vcxproj.filters b/vsprojects/vcxproj/grpc/grpc.vcxproj.filters index 2cf05e9491..66dd86e239 100644 --- a/vsprojects/vcxproj/grpc/grpc.vcxproj.filters +++ b/vsprojects/vcxproj/grpc/grpc.vcxproj.filters @@ -79,6 +79,9 @@ <ClCompile Include="..\..\..\src\core\channel\client_channel.c"> <Filter>src\core\channel</Filter> </ClCompile> + <ClCompile Include="..\..\..\src\core\channel\client_uchannel.c"> + <Filter>src\core\channel</Filter> + </ClCompile> <ClCompile Include="..\..\..\src\core\channel\compress_filter.c"> <Filter>src\core\channel</Filter> </ClCompile> @@ -518,6 +521,9 @@ <ClInclude Include="..\..\..\src\core\channel\client_channel.h"> <Filter>src\core\channel</Filter> </ClInclude> + <ClInclude Include="..\..\..\src\core\channel\client_uchannel.h"> + <Filter>src\core\channel</Filter> + </ClInclude> <ClInclude Include="..\..\..\src\core\channel\compress_filter.h"> <Filter>src\core\channel</Filter> </ClInclude> |