diff options
Diffstat (limited to 'vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj index 1ef4aadf52..fa20abe529 100644 --- a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj @@ -92,6 +92,7 @@ <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Windows</SubSystem> @@ -106,6 +107,7 @@ <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Windows</SubSystem> @@ -122,6 +124,7 @@ <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Windows</SubSystem> @@ -140,6 +143,7 @@ <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Windows</SubSystem> @@ -156,6 +160,7 @@ <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Windows</SubSystem> @@ -170,6 +175,7 @@ <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Windows</SubSystem> @@ -186,6 +192,7 @@ <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Windows</SubSystem> @@ -204,6 +211,7 @@ <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <SDLCheck>true</SDLCheck> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <TreatWarningAsError>true</TreatWarningAsError> </ClCompile> <Link> <SubSystem>Windows</SubSystem> @@ -256,8 +264,10 @@ <ClInclude Include="..\..\..\src\core\iomgr\alarm.h" /> <ClInclude Include="..\..\..\src\core\iomgr\alarm_heap.h" /> <ClInclude Include="..\..\..\src\core\iomgr\alarm_internal.h" /> + <ClInclude Include="..\..\..\src\core\iomgr\closure.h" /> <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\fd_posix.h" /> <ClInclude Include="..\..\..\src\core\iomgr\iocp_windows.h" /> <ClInclude Include="..\..\..\src\core\iomgr\iomgr.h" /> @@ -284,6 +294,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" /> @@ -402,12 +415,16 @@ </ClCompile> <ClCompile Include="..\..\..\src\core\iomgr\alarm_heap.c"> </ClCompile> + <ClCompile Include="..\..\..\src\core\iomgr\closure.c"> + </ClCompile> <ClCompile Include="..\..\..\src\core\iomgr\endpoint.c"> </ClCompile> <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_posix.c"> </ClCompile> <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_windows.c"> </ClCompile> + <ClCompile Include="..\..\..\src\core\iomgr\exec_ctx.c"> + </ClCompile> <ClCompile Include="..\..\..\src\core\iomgr\fd_posix.c"> </ClCompile> <ClCompile Include="..\..\..\src\core\iomgr\iocp_windows.c"> @@ -468,6 +485,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"> |