diff options
Diffstat (limited to 'vsprojects/vcxproj/grpc_unsecure')
-rw-r--r-- | vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj | 7 | ||||
-rw-r--r-- | vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj.filters | 15 |
2 files changed, 22 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj index f069aa5225..8cf0be61ca 100644 --- a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj @@ -281,6 +281,9 @@ <ClInclude Include="..\..\..\src\core\iomgr\udp_server.h" /> <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.h" /> <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_posix.h" /> + <ClInclude Include="..\..\..\src\core\iomgr\workqueue.h" /> + <ClInclude Include="..\..\..\src\core\iomgr\workqueue_posix.h" /> + <ClInclude Include="..\..\..\src\core\iomgr\workqueue_windows.h" /> <ClInclude Include="..\..\..\src\core\json\json.h" /> <ClInclude Include="..\..\..\src\core\json\json_common.h" /> <ClInclude Include="..\..\..\src\core\json\json_reader.h" /> @@ -459,6 +462,10 @@ </ClCompile> <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_posix.c"> </ClCompile> + <ClCompile Include="..\..\..\src\core\iomgr\workqueue_posix.c"> + </ClCompile> + <ClCompile Include="..\..\..\src\core\iomgr\workqueue_windows.c"> + </ClCompile> <ClCompile Include="..\..\..\src\core\json\json.c"> </ClCompile> <ClCompile Include="..\..\..\src\core\json\json_reader.c"> diff --git a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj.filters b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj.filters index 35f8599cb9..a6eccd42c3 100644 --- a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj.filters +++ b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj.filters @@ -199,6 +199,12 @@ <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_posix.c"> <Filter>src\core\iomgr</Filter> </ClCompile> + <ClCompile Include="..\..\..\src\core\iomgr\workqueue_posix.c"> + <Filter>src\core\iomgr</Filter> + </ClCompile> + <ClCompile Include="..\..\..\src\core\iomgr\workqueue_windows.c"> + <Filter>src\core\iomgr</Filter> + </ClCompile> <ClCompile Include="..\..\..\src\core\json\json.c"> <Filter>src\core\json</Filter> </ClCompile> @@ -566,6 +572,15 @@ <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_posix.h"> <Filter>src\core\iomgr</Filter> </ClInclude> + <ClInclude Include="..\..\..\src\core\iomgr\workqueue.h"> + <Filter>src\core\iomgr</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\core\iomgr\workqueue_posix.h"> + <Filter>src\core\iomgr</Filter> + </ClInclude> + <ClInclude Include="..\..\..\src\core\iomgr\workqueue_windows.h"> + <Filter>src\core\iomgr</Filter> + </ClInclude> <ClInclude Include="..\..\..\src\core\json\json.h"> <Filter>src\core\json</Filter> </ClInclude> |