mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
284 lines
14 KiB
284 lines
14 KiB
8 years ago
|
<?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|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>{1769D06D-F18C-B4C2-B019-31D7F83F3C9A}</ProjectGuid>
|
||
|
<IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected>
|
||
|
<IntDir>$(SolutionDir)IntDir\$(MSBuildProjectName)\</IntDir>
|
||
|
</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="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
|
||
|
<PlatformToolset>v140</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>
|
||
|
<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="$(SolutionDir)\..\vsprojects\global.props" />
|
||
|
<Import Project="$(SolutionDir)\..\vsprojects\winsock.props" />
|
||
|
</ImportGroup>
|
||
|
<PropertyGroup Label="UserMacros" />
|
||
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
|
||
|
<TargetName>ares</TargetName>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
||
|
<TargetName>ares</TargetName>
|
||
|
</PropertyGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<ClCompile>
|
||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<Optimization>Disabled</Optimization>
|
||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<SDLCheck>true</SDLCheck>
|
||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||
|
<TreatWarningAsError>true</TreatWarningAsError>
|
||
|
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||
|
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<SubSystem>Windows</SubSystem>
|
||
|
<GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
|
||
|
<GenerateDebugInformation Condition="$(Jenkins)">false</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>
|
||
|
<TreatWarningAsError>true</TreatWarningAsError>
|
||
|
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||
|
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<SubSystem>Windows</SubSystem>
|
||
|
<GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
|
||
|
<GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
|
||
|
</Link>
|
||
|
</ItemDefinitionGroup>
|
||
|
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<ClCompile>
|
||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<Optimization>MaxSpeed</Optimization>
|
||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||
|
<SDLCheck>true</SDLCheck>
|
||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||
|
<TreatWarningAsError>true</TreatWarningAsError>
|
||
|
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||
|
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<SubSystem>Windows</SubSystem>
|
||
|
<GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
|
||
|
<GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
|
||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||
|
<OptimizeReferences>true</OptimizeReferences>
|
||
|
</Link>
|
||
|
</ItemDefinitionGroup>
|
||
|
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<ClCompile>
|
||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<Optimization>MaxSpeed</Optimization>
|
||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||
|
<SDLCheck>true</SDLCheck>
|
||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||
|
<TreatWarningAsError>true</TreatWarningAsError>
|
||
|
<DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
|
||
|
<MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<SubSystem>Windows</SubSystem>
|
||
|
<GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
|
||
|
<GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
|
||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||
|
<OptimizeReferences>true</OptimizeReferences>
|
||
|
</Link>
|
||
|
</ItemDefinitionGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_data.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_dns.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_getenv.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_getopt.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_inet_net_pton.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_iphlpapi.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_ipv6.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_library_init.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_llist.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_nowarn.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_platform.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_private.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_rules.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_setup.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_strcasecmp.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_strdup.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_version.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\bitncmp.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\third_party\c-ares\setup_once.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\src\c-ares\ares_build.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\src\c-ares\config_linux\ares_config.h" />
|
||
|
<ClInclude Include="$(SolutionDir)\..\src\c-ares\config_darwin\ares_config.h" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares__close_sockets.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares__get_hostent.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares__read_line.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares__timeval.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_cancel.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_create_query.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_data.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_destroy.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_expand_name.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_expand_string.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_fds.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_free_hostent.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_free_string.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_getenv.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_gethostbyaddr.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_gethostbyname.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_getnameinfo.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_getopt.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_getsock.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_init.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_library_init.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_llist.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_mkquery.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_nowarn.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_options.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_parse_a_reply.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_parse_aaaa_reply.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_parse_mx_reply.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_parse_naptr_reply.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_parse_ns_reply.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_parse_ptr_reply.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_parse_soa_reply.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_parse_srv_reply.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_parse_txt_reply.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_platform.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_process.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_query.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_search.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_send.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_strcasecmp.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_strdup.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_strerror.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_timeout.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_version.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\ares_writev.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\bitncmp.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\inet_net_pton.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\inet_ntop.c">
|
||
|
</ClCompile>
|
||
|
<ClCompile Include="$(SolutionDir)\..\third_party\c-ares\windows_port.c">
|
||
|
</ClCompile>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||
|
<ImportGroup Label="ExtensionTargets">
|
||
|
</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>
|
||
|
</Target>
|
||
|
</Project>
|
||
|
|