| <?xml version="1.0" encoding="utf-8"?> |
| <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| <ItemGroup Label="ProjectConfigurations"> |
| <ProjectConfiguration Include="Debug-DLL|Win32"> |
| <Configuration>Debug-DLL</Configuration> |
| <Platform>Win32</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Debug-DLL|x64"> |
| <Configuration>Debug-DLL</Configuration> |
| <Platform>x64</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Release-DLL|Win32"> |
| <Configuration>Release-DLL</Configuration> |
| <Platform>Win32</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Release-DLL|x64"> |
| <Configuration>Release-DLL</Configuration> |
| <Platform>x64</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Debug|Win32"> |
| <Configuration>Debug</Configuration> |
| <Platform>Win32</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Debug|x64"> |
| <Configuration>Debug</Configuration> |
| <Platform>x64</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Release|Win32"> |
| <Configuration>Release</Configuration> |
| <Platform>Win32</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Release|x64"> |
| <Configuration>Release</Configuration> |
| <Platform>x64</Platform> |
| </ProjectConfiguration> |
| </ItemGroup> |
| <PropertyGroup Label="Globals"> |
| <ProjectGuid>{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}</ProjectGuid> |
| </PropertyGroup> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration"> |
| <PlatformToolset>v100</PlatformToolset> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration"> |
| <PlatformToolset>v110</PlatformToolset> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration"> |
| <PlatformToolset>v120</PlatformToolset> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
| <ConfigurationType>StaticLibrary</ConfigurationType> |
| <UseDebugLibraries>true</UseDebugLibraries> |
| <CharacterSet>Unicode</CharacterSet> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
| <ConfigurationType>StaticLibrary</ConfigurationType> |
| <UseDebugLibraries>false</UseDebugLibraries> |
| <WholeProgramOptimization>true</WholeProgramOptimization> |
| <CharacterSet>Unicode</CharacterSet> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)'=='Debug-DLL'" Label="Configuration"> |
| <ConfigurationType>StaticLibrary</ConfigurationType> |
| <UseDebugLibraries>true</UseDebugLibraries> |
| <CharacterSet>Unicode</CharacterSet> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)'=='Release-DLL'" Label="Configuration"> |
| <ConfigurationType>StaticLibrary</ConfigurationType> |
| <UseDebugLibraries>false</UseDebugLibraries> |
| <WholeProgramOptimization>true</WholeProgramOptimization> |
| <CharacterSet>Unicode</CharacterSet> |
| </PropertyGroup> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| <ImportGroup Label="ExtensionSettings"> |
| </ImportGroup> |
| <ImportGroup Label="PropertySheets"> |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| <Import Project="..\winsock.props" /> |
| <Import Project="..\global.props" /> |
| </ImportGroup> |
| <PropertyGroup Label="UserMacros" /> |
| <PropertyGroup Condition="'$(Configuration)'=='Debug'"> |
| <TargetName>grpc_unsecure</TargetName> |
| <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib> |
| <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)'=='Release'"> |
| <TargetName>grpc_unsecure</TargetName> |
| <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib> |
| <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib> |
| </PropertyGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'"> |
| <ClCompile> |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| <WarningLevel>Level3</WarningLevel> |
| <Optimization>Disabled</Optimization> |
| <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <SDLCheck>true</SDLCheck> |
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| </ClCompile> |
| <Link> |
| <SubSystem>Windows</SubSystem> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'"> |
| <ClCompile> |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| <WarningLevel>Level3</WarningLevel> |
| <Optimization>Disabled</Optimization> |
| <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <SDLCheck>true</SDLCheck> |
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| </ClCompile> |
| <Link> |
| <SubSystem>Windows</SubSystem> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'"> |
| <ClCompile> |
| <WarningLevel>Level3</WarningLevel> |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| <Optimization>MaxSpeed</Optimization> |
| <FunctionLevelLinking>true</FunctionLevelLinking> |
| <IntrinsicFunctions>true</IntrinsicFunctions> |
| <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <SDLCheck>true</SDLCheck> |
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| </ClCompile> |
| <Link> |
| <SubSystem>Windows</SubSystem> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| <OptimizeReferences>true</OptimizeReferences> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'"> |
| <ClCompile> |
| <WarningLevel>Level3</WarningLevel> |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| <Optimization>MaxSpeed</Optimization> |
| <FunctionLevelLinking>true</FunctionLevelLinking> |
| <IntrinsicFunctions>true</IntrinsicFunctions> |
| <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <SDLCheck>true</SDLCheck> |
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| </ClCompile> |
| <Link> |
| <SubSystem>Windows</SubSystem> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| <OptimizeReferences>true</OptimizeReferences> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| <ClCompile> |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| <WarningLevel>Level3</WarningLevel> |
| <Optimization>Disabled</Optimization> |
| <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <SDLCheck>true</SDLCheck> |
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| </ClCompile> |
| <Link> |
| <SubSystem>Windows</SubSystem> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| <ClCompile> |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| <WarningLevel>Level3</WarningLevel> |
| <Optimization>Disabled</Optimization> |
| <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <SDLCheck>true</SDLCheck> |
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| </ClCompile> |
| <Link> |
| <SubSystem>Windows</SubSystem> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| <ClCompile> |
| <WarningLevel>Level3</WarningLevel> |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| <Optimization>MaxSpeed</Optimization> |
| <FunctionLevelLinking>true</FunctionLevelLinking> |
| <IntrinsicFunctions>true</IntrinsicFunctions> |
| <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <SDLCheck>true</SDLCheck> |
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| </ClCompile> |
| <Link> |
| <SubSystem>Windows</SubSystem> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| <OptimizeReferences>true</OptimizeReferences> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| <ClCompile> |
| <WarningLevel>Level3</WarningLevel> |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| <Optimization>MaxSpeed</Optimization> |
| <FunctionLevelLinking>true</FunctionLevelLinking> |
| <IntrinsicFunctions>true</IntrinsicFunctions> |
| <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <SDLCheck>true</SDLCheck> |
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| </ClCompile> |
| <Link> |
| <SubSystem>Windows</SubSystem> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| <OptimizeReferences>true</OptimizeReferences> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemGroup> |
| <ClInclude Include="..\..\include\grpc\byte_buffer.h" /> |
| <ClInclude Include="..\..\include\grpc\byte_buffer_reader.h" /> |
| <ClInclude Include="..\..\include\grpc\compression.h" /> |
| <ClInclude Include="..\..\include\grpc\grpc.h" /> |
| <ClInclude Include="..\..\include\grpc\status.h" /> |
| <ClInclude Include="..\..\include\grpc\census.h" /> |
| </ItemGroup> |
| <ItemGroup> |
| <ClInclude Include="..\..\src\core\channel\census_filter.h" /> |
| <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\compress_filter.h" /> |
| <ClInclude Include="..\..\src\core\channel\connected_channel.h" /> |
| <ClInclude Include="..\..\src\core\channel\context.h" /> |
| <ClInclude Include="..\..\src\core\channel\http_client_filter.h" /> |
| <ClInclude Include="..\..\src\core\channel\http_server_filter.h" /> |
| <ClInclude Include="..\..\src\core\channel\noop_filter.h" /> |
| <ClInclude Include="..\..\src\core\client_config\client_config.h" /> |
| <ClInclude Include="..\..\src\core\client_config\connector.h" /> |
| <ClInclude Include="..\..\src\core\client_config\lb_policies\pick_first.h" /> |
| <ClInclude Include="..\..\src\core\client_config\lb_policy.h" /> |
| <ClInclude Include="..\..\src\core\client_config\resolver.h" /> |
| <ClInclude Include="..\..\src\core\client_config\resolver_factory.h" /> |
| <ClInclude Include="..\..\src\core\client_config\resolver_registry.h" /> |
| <ClInclude Include="..\..\src\core\client_config\resolvers\dns_resolver.h" /> |
| <ClInclude Include="..\..\src\core\client_config\resolvers\sockaddr_resolver.h" /> |
| <ClInclude Include="..\..\src\core\client_config\subchannel.h" /> |
| <ClInclude Include="..\..\src\core\client_config\subchannel_factory.h" /> |
| <ClInclude Include="..\..\src\core\client_config\uri_parser.h" /> |
| <ClInclude Include="..\..\src\core\compression\message_compress.h" /> |
| <ClInclude Include="..\..\src\core\debug\trace.h" /> |
| <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\endpoint.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\endpoint_pair.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\fd_posix.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\iocp_windows.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\iomgr.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\iomgr_internal.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\iomgr_posix.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\pollset.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\pollset_posix.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\pollset_set.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\pollset_set_posix.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\pollset_set_windows.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\pollset_windows.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\resolve_address.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\sockaddr.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\sockaddr_posix.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\sockaddr_utils.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\sockaddr_win32.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\socket_utils_posix.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\socket_windows.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\tcp_client.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\tcp_posix.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\tcp_server.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\tcp_windows.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\time_averaged_stats.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\wakeup_fd_pipe.h" /> |
| <ClInclude Include="..\..\src\core\iomgr\wakeup_fd_posix.h" /> |
| <ClInclude Include="..\..\src\core\json\json.h" /> |
| <ClInclude Include="..\..\src\core\json\json_common.h" /> |
| <ClInclude Include="..\..\src\core\json\json_reader.h" /> |
| <ClInclude Include="..\..\src\core\json\json_writer.h" /> |
| <ClInclude Include="..\..\src\core\profiling\timers.h" /> |
| <ClInclude Include="..\..\src\core\profiling\timers_preciseclock.h" /> |
| <ClInclude Include="..\..\src\core\surface\byte_buffer_queue.h" /> |
| <ClInclude Include="..\..\src\core\surface\call.h" /> |
| <ClInclude Include="..\..\src\core\surface\channel.h" /> |
| <ClInclude Include="..\..\src\core\surface\completion_queue.h" /> |
| <ClInclude Include="..\..\src\core\surface\event_string.h" /> |
| <ClInclude Include="..\..\src\core\surface\init.h" /> |
| <ClInclude Include="..\..\src\core\surface\server.h" /> |
| <ClInclude Include="..\..\src\core\surface\surface_trace.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\alpn.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\bin_encoder.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\frame.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\frame_data.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\frame_goaway.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\frame_ping.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\frame_rst_stream.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\frame_settings.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\frame_window_update.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\hpack_parser.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\hpack_table.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\http2_errors.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\huffsyms.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\incoming_metadata.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\internal.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\status_conversion.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\stream_encoder.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\stream_map.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\timeout_encoding.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2\varint.h" /> |
| <ClInclude Include="..\..\src\core\transport\chttp2_transport.h" /> |
| <ClInclude Include="..\..\src\core\transport\connectivity_state.h" /> |
| <ClInclude Include="..\..\src\core\transport\metadata.h" /> |
| <ClInclude Include="..\..\src\core\transport\stream_op.h" /> |
| <ClInclude Include="..\..\src\core\transport\transport.h" /> |
| <ClInclude Include="..\..\src\core\transport\transport_impl.h" /> |
| <ClInclude Include="..\..\src\core\census\context.h" /> |
| <ClInclude Include="..\..\src\core\census\rpc_stat_id.h" /> |
| </ItemGroup> |
| <ItemGroup> |
| <ClCompile Include="..\..\src\core\surface\init_unsecure.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\census\grpc_context.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\channel\channel_args.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\channel\channel_stack.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\channel\client_channel.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\channel\compress_filter.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\channel\connected_channel.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\channel\http_client_filter.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\channel\http_server_filter.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\channel\noop_filter.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\client_config\client_config.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\client_config\connector.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\client_config\lb_policies\pick_first.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\client_config\lb_policy.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\client_config\resolver.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\client_config\resolver_factory.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\client_config\resolver_registry.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\client_config\resolvers\dns_resolver.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\client_config\resolvers\sockaddr_resolver.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\client_config\subchannel.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\client_config\subchannel_factory.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\client_config\uri_parser.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\compression\algorithm.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\compression\message_compress.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\debug\trace.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\alarm.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\alarm_heap.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\fd_posix.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\iocp_windows.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\iomgr.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\iomgr_posix.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\iomgr_windows.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_epoll.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\pollset_posix.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\pollset_set_posix.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\pollset_set_windows.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\pollset_windows.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\resolve_address_posix.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\resolve_address_windows.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\sockaddr_utils.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\socket_utils_common_posix.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\socket_utils_linux.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\socket_utils_posix.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\socket_windows.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\tcp_client_posix.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\tcp_client_windows.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\tcp_posix.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\tcp_server_posix.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\tcp_server_windows.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\tcp_windows.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\time_averaged_stats.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_eventfd.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_nospecial.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_pipe.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_posix.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\json\json.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\json\json_reader.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\json\json_string.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\json\json_writer.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\profiling\basic_timers.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\profiling\stap_timers.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\byte_buffer.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\byte_buffer_queue.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\byte_buffer_reader.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\call.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\call_details.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\call_log_batch.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\channel.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\channel_connectivity.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\channel_create.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\completion_queue.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\event_string.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\init.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\lame_client.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\metadata_array.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\server.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\server_chttp2.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\server_create.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\surface_trace.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\surface\version.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\alpn.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\bin_encoder.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\frame_data.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\frame_goaway.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\frame_ping.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\frame_rst_stream.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\frame_settings.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\frame_window_update.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\hpack_parser.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\hpack_table.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\huffsyms.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\incoming_metadata.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\parsing.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\status_conversion.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\stream_encoder.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\stream_lists.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\stream_map.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\timeout_encoding.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\varint.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2\writing.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\chttp2_transport.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\connectivity_state.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\metadata.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\stream_op.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\transport.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\transport\transport_op_string.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\census\context.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\census\initialize.c"> |
| </ClCompile> |
| <ClCompile Include="..\..\src\core\census\record_stat.c"> |
| </ClCompile> |
| </ItemGroup> |
| <ItemGroup> |
| <ProjectReference Include="..\gpr\gpr.vcxproj"> |
| <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project> |
| </ProjectReference> |
| </ItemGroup> |
| <ItemGroup> |
| <None Include="packages.config" /> |
| </ItemGroup> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| <ImportGroup Label="ExtensionTargets"> |
| <Import Project="..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets" Condition="Exists('..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets')" /> |
| <Import Project="..\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets" Condition="Exists('..\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets')" /> |
| </ImportGroup> |
| <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| <PropertyGroup> |
| <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| </PropertyGroup> |
| <Error Condition="!Exists('..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets'))" /> |
| <Error Condition="!Exists('..\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets'))" /> |
| </Target> |
| </Project> |