aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/grpc/grpc.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'vsprojects/vcxproj/grpc/grpc.vcxproj')
-rw-r--r--vsprojects/vcxproj/grpc/grpc.vcxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc/grpc.vcxproj b/vsprojects/vcxproj/grpc/grpc.vcxproj
index 8d7e2012ff..dc85131dc3 100644
--- a/vsprojects/vcxproj/grpc/grpc.vcxproj
+++ b/vsprojects/vcxproj/grpc/grpc.vcxproj
@@ -270,6 +270,7 @@
<ClInclude Include="..\..\..\src\core\channel\channel_args.h" />
<ClInclude Include="..\..\..\src\core\channel\channel_stack.h" />
<ClInclude Include="..\..\..\src\core\channel\client_channel.h" />
+ <ClInclude Include="..\..\..\src\core\channel\client_uchannel.h" />
<ClInclude Include="..\..\..\src\core\channel\compress_filter.h" />
<ClInclude Include="..\..\..\src\core\channel\connected_channel.h" />
<ClInclude Include="..\..\..\src\core\channel\context.h" />
@@ -302,6 +303,7 @@
<ClInclude Include="..\..\..\src\core\iomgr\endpoint.h" />
<ClInclude Include="..\..\..\src\core\iomgr\endpoint_pair.h" />
<ClInclude Include="..\..\..\src\core\iomgr\exec_ctx.h" />
+ <ClInclude Include="..\..\..\src\core\iomgr\executor.h" />
<ClInclude Include="..\..\..\src\core\iomgr\fd_posix.h" />
<ClInclude Include="..\..\..\src\core\iomgr\iocp_windows.h" />
<ClInclude Include="..\..\..\src\core\iomgr\iomgr.h" />
@@ -433,6 +435,8 @@
</ClCompile>
<ClCompile Include="..\..\..\src\core\channel\client_channel.c">
</ClCompile>
+ <ClCompile Include="..\..\..\src\core\channel\client_uchannel.c">
+ </ClCompile>
<ClCompile Include="..\..\..\src\core\channel\compress_filter.c">
</ClCompile>
<ClCompile Include="..\..\..\src\core\channel\connected_channel.c">
@@ -499,6 +503,8 @@
</ClCompile>
<ClCompile Include="..\..\..\src\core\iomgr\exec_ctx.c">
</ClCompile>
+ <ClCompile Include="..\..\..\src\core\iomgr\executor.c">
+ </ClCompile>
<ClCompile Include="..\..\..\src\core\iomgr\fd_posix.c">
</ClCompile>
<ClCompile Include="..\..\..\src\core\iomgr\iocp_windows.c">