nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 4 | <ProjectConfiguration Include="Debug-DLL|Win32"> |
| 5 | <Configuration>Debug-DLL</Configuration> |
| 6 | <Platform>Win32</Platform> |
| 7 | </ProjectConfiguration> |
| 8 | <ProjectConfiguration Include="Debug-DLL|x64"> |
| 9 | <Configuration>Debug-DLL</Configuration> |
| 10 | <Platform>x64</Platform> |
| 11 | </ProjectConfiguration> |
| 12 | <ProjectConfiguration Include="Release-DLL|Win32"> |
| 13 | <Configuration>Release-DLL</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="Release-DLL|x64"> |
| 17 | <Configuration>Release-DLL</Configuration> |
| 18 | <Platform>x64</Platform> |
| 19 | </ProjectConfiguration> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 20 | <ProjectConfiguration Include="Debug|Win32"> |
| 21 | <Configuration>Debug</Configuration> |
| 22 | <Platform>Win32</Platform> |
| 23 | </ProjectConfiguration> |
zeliard | 292adfe | 2015-04-22 15:08:36 +0900 | [diff] [blame] | 24 | <ProjectConfiguration Include="Debug|x64"> |
| 25 | <Configuration>Debug</Configuration> |
| 26 | <Platform>x64</Platform> |
| 27 | </ProjectConfiguration> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 28 | <ProjectConfiguration Include="Release|Win32"> |
| 29 | <Configuration>Release</Configuration> |
| 30 | <Platform>Win32</Platform> |
| 31 | </ProjectConfiguration> |
zeliard | 292adfe | 2015-04-22 15:08:36 +0900 | [diff] [blame] | 32 | <ProjectConfiguration Include="Release|x64"> |
| 33 | <Configuration>Release</Configuration> |
| 34 | <Platform>x64</Platform> |
| 35 | </ProjectConfiguration> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 36 | </ItemGroup> |
| 37 | <PropertyGroup Label="Globals"> |
Jan Tattermusch | 92e2e3f | 2015-02-11 10:20:55 -0800 | [diff] [blame] | 38 | <ProjectGuid>{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}</ProjectGuid> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 39 | </PropertyGroup> |
| 40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
Jan Tattermusch | 8ff00a3 | 2015-04-20 18:43:06 -0700 | [diff] [blame] | 41 | <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration"> |
| 42 | <PlatformToolset>v100</PlatformToolset> |
| 43 | </PropertyGroup> |
| 44 | <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration"> |
| 45 | <PlatformToolset>v110</PlatformToolset> |
| 46 | </PropertyGroup> |
| 47 | <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration"> |
| 48 | <PlatformToolset>v120</PlatformToolset> |
| 49 | </PropertyGroup> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 50 | <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 51 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 52 | <UseDebugLibraries>true</UseDebugLibraries> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 53 | <CharacterSet>Unicode</CharacterSet> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 54 | </PropertyGroup> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 55 | <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 56 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 57 | <UseDebugLibraries>false</UseDebugLibraries> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 58 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 59 | <CharacterSet>Unicode</CharacterSet> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 60 | </PropertyGroup> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 61 | <PropertyGroup Condition="'$(Configuration)'=='Debug-DLL'" Label="Configuration"> |
| 62 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 63 | <UseDebugLibraries>true</UseDebugLibraries> |
| 64 | <CharacterSet>Unicode</CharacterSet> |
| 65 | </PropertyGroup> |
| 66 | <PropertyGroup Condition="'$(Configuration)'=='Release-DLL'" Label="Configuration"> |
zeliard | 292adfe | 2015-04-22 15:08:36 +0900 | [diff] [blame] | 67 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 68 | <UseDebugLibraries>false</UseDebugLibraries> |
| 69 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 70 | <CharacterSet>Unicode</CharacterSet> |
| 71 | </PropertyGroup> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 72 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 73 | <ImportGroup Label="ExtensionSettings"> |
| 74 | </ImportGroup> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 75 | <ImportGroup Label="PropertySheets"> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 76 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 77 | <Import Project="..\winsock.props" /> |
zeliard | 292adfe | 2015-04-22 15:08:36 +0900 | [diff] [blame] | 78 | <Import Project="..\global.props" /> |
| 79 | </ImportGroup> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 80 | <PropertyGroup Label="UserMacros" /> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 81 | <PropertyGroup Condition="'$(Configuration)'=='Debug'"> |
Jan Tattermusch | f6ff8f6 | 2015-02-11 14:43:11 -0800 | [diff] [blame] | 82 | <TargetName>grpc_unsecure</TargetName> |
Craig Tiller | 83f4d4e | 2015-07-29 18:14:41 -0700 | [diff] [blame] | 83 | <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib> |
| 84 | <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib> |
Jan Tattermusch | f6ff8f6 | 2015-02-11 14:43:11 -0800 | [diff] [blame] | 85 | </PropertyGroup> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 86 | <PropertyGroup Condition="'$(Configuration)'=='Release'"> |
zeliard | 292adfe | 2015-04-22 15:08:36 +0900 | [diff] [blame] | 87 | <TargetName>grpc_unsecure</TargetName> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 88 | <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib> |
| 89 | <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib> |
zeliard | 292adfe | 2015-04-22 15:08:36 +0900 | [diff] [blame] | 90 | </PropertyGroup> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 91 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'"> |
| 92 | <ClCompile> |
| 93 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 94 | <WarningLevel>Level3</WarningLevel> |
| 95 | <Optimization>Disabled</Optimization> |
| 96 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 97 | <SDLCheck>true</SDLCheck> |
| 98 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 99 | </ClCompile> |
| 100 | <Link> |
| 101 | <SubSystem>Windows</SubSystem> |
| 102 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 103 | </Link> |
| 104 | </ItemDefinitionGroup> |
| 105 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'"> |
| 106 | <ClCompile> |
| 107 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 108 | <WarningLevel>Level3</WarningLevel> |
| 109 | <Optimization>Disabled</Optimization> |
| 110 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 111 | <SDLCheck>true</SDLCheck> |
| 112 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 113 | </ClCompile> |
| 114 | <Link> |
| 115 | <SubSystem>Windows</SubSystem> |
| 116 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 117 | </Link> |
| 118 | </ItemDefinitionGroup> |
| 119 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'"> |
| 120 | <ClCompile> |
| 121 | <WarningLevel>Level3</WarningLevel> |
| 122 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 123 | <Optimization>MaxSpeed</Optimization> |
| 124 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 125 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 126 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 127 | <SDLCheck>true</SDLCheck> |
| 128 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 129 | </ClCompile> |
| 130 | <Link> |
| 131 | <SubSystem>Windows</SubSystem> |
| 132 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 133 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 134 | <OptimizeReferences>true</OptimizeReferences> |
| 135 | </Link> |
| 136 | </ItemDefinitionGroup> |
| 137 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'"> |
| 138 | <ClCompile> |
| 139 | <WarningLevel>Level3</WarningLevel> |
| 140 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 141 | <Optimization>MaxSpeed</Optimization> |
| 142 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 143 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 144 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 145 | <SDLCheck>true</SDLCheck> |
| 146 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 147 | </ClCompile> |
| 148 | <Link> |
| 149 | <SubSystem>Windows</SubSystem> |
| 150 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 151 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 152 | <OptimizeReferences>true</OptimizeReferences> |
| 153 | </Link> |
| 154 | </ItemDefinitionGroup> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 155 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 156 | <ClCompile> |
| 157 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 158 | <WarningLevel>Level3</WarningLevel> |
| 159 | <Optimization>Disabled</Optimization> |
| 160 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 161 | <SDLCheck>true</SDLCheck> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 162 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 163 | </ClCompile> |
| 164 | <Link> |
| 165 | <SubSystem>Windows</SubSystem> |
| 166 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 167 | </Link> |
| 168 | </ItemDefinitionGroup> |
zeliard | 292adfe | 2015-04-22 15:08:36 +0900 | [diff] [blame] | 169 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 170 | <ClCompile> |
| 171 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 172 | <WarningLevel>Level3</WarningLevel> |
| 173 | <Optimization>Disabled</Optimization> |
| 174 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 175 | <SDLCheck>true</SDLCheck> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 176 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
zeliard | 292adfe | 2015-04-22 15:08:36 +0900 | [diff] [blame] | 177 | </ClCompile> |
| 178 | <Link> |
| 179 | <SubSystem>Windows</SubSystem> |
| 180 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 181 | </Link> |
| 182 | </ItemDefinitionGroup> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 183 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 184 | <ClCompile> |
| 185 | <WarningLevel>Level3</WarningLevel> |
| 186 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 187 | <Optimization>MaxSpeed</Optimization> |
| 188 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 189 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 190 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 191 | <SDLCheck>true</SDLCheck> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 192 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 193 | </ClCompile> |
| 194 | <Link> |
| 195 | <SubSystem>Windows</SubSystem> |
| 196 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 197 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 198 | <OptimizeReferences>true</OptimizeReferences> |
| 199 | </Link> |
| 200 | </ItemDefinitionGroup> |
zeliard | 292adfe | 2015-04-22 15:08:36 +0900 | [diff] [blame] | 201 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 202 | <ClCompile> |
| 203 | <WarningLevel>Level3</WarningLevel> |
| 204 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 205 | <Optimization>MaxSpeed</Optimization> |
| 206 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 207 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 208 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 209 | <SDLCheck>true</SDLCheck> |
Nicolas Noble | 563b8a2 | 2015-07-30 15:39:43 -0700 | [diff] [blame] | 210 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
zeliard | 292adfe | 2015-04-22 15:08:36 +0900 | [diff] [blame] | 211 | </ClCompile> |
| 212 | <Link> |
| 213 | <SubSystem>Windows</SubSystem> |
| 214 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 215 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 216 | <OptimizeReferences>true</OptimizeReferences> |
| 217 | </Link> |
| 218 | </ItemDefinitionGroup> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 219 | <ItemGroup> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 220 | <ClInclude Include="..\..\include\grpc\byte_buffer.h" /> |
| 221 | <ClInclude Include="..\..\include\grpc\byte_buffer_reader.h" /> |
David Garcia Quintas | 59f905d | 2015-06-08 16:31:19 -0700 | [diff] [blame] | 222 | <ClInclude Include="..\..\include\grpc\compression.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 223 | <ClInclude Include="..\..\include\grpc\grpc.h" /> |
| 224 | <ClInclude Include="..\..\include\grpc\status.h" /> |
Alistair Veitch | 9686dab | 2015-05-26 14:26:47 -0700 | [diff] [blame] | 225 | <ClInclude Include="..\..\include\grpc\census.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 226 | </ItemGroup> |
| 227 | <ItemGroup> |
murgatroid99 | 7da8b1a | 2015-06-17 12:37:34 -0700 | [diff] [blame] | 228 | <ClInclude Include="..\..\src\core\channel\census_filter.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 229 | <ClInclude Include="..\..\src\core\channel\channel_args.h" /> |
| 230 | <ClInclude Include="..\..\src\core\channel\channel_stack.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 231 | <ClInclude Include="..\..\src\core\channel\client_channel.h" /> |
David Garcia Quintas | 55b4ea1 | 2015-06-16 14:27:32 -0700 | [diff] [blame] | 232 | <ClInclude Include="..\..\src\core\channel\compress_filter.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 233 | <ClInclude Include="..\..\src\core\channel\connected_channel.h" /> |
murgatroid99 | 7da8b1a | 2015-06-17 12:37:34 -0700 | [diff] [blame] | 234 | <ClInclude Include="..\..\src\core\channel\context.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 235 | <ClInclude Include="..\..\src\core\channel\http_client_filter.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 236 | <ClInclude Include="..\..\src\core\channel\http_server_filter.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 237 | <ClInclude Include="..\..\src\core\channel\noop_filter.h" /> |
Craig Tiller | af69180 | 2015-06-23 14:57:07 -0700 | [diff] [blame] | 238 | <ClInclude Include="..\..\src\core\client_config\client_config.h" /> |
Craig Tiller | 9162466 | 2015-06-25 16:31:02 -0700 | [diff] [blame] | 239 | <ClInclude Include="..\..\src\core\client_config\connector.h" /> |
Craig Tiller | 3bc8ebd | 2015-06-24 15:41:15 -0700 | [diff] [blame] | 240 | <ClInclude Include="..\..\src\core\client_config\lb_policies\pick_first.h" /> |
Craig Tiller | af69180 | 2015-06-23 14:57:07 -0700 | [diff] [blame] | 241 | <ClInclude Include="..\..\src\core\client_config\lb_policy.h" /> |
| 242 | <ClInclude Include="..\..\src\core\client_config\resolver.h" /> |
Craig Tiller | 7df28a7 | 2015-06-24 09:23:52 -0700 | [diff] [blame] | 243 | <ClInclude Include="..\..\src\core\client_config\resolver_factory.h" /> |
Craig Tiller | 3bc8ebd | 2015-06-24 15:41:15 -0700 | [diff] [blame] | 244 | <ClInclude Include="..\..\src\core\client_config\resolver_registry.h" /> |
| 245 | <ClInclude Include="..\..\src\core\client_config\resolvers\dns_resolver.h" /> |
Craig Tiller | 698d00c | 2015-07-20 12:32:58 -0700 | [diff] [blame] | 246 | <ClInclude Include="..\..\src\core\client_config\resolvers\sockaddr_resolver.h" /> |
Craig Tiller | af69180 | 2015-06-23 14:57:07 -0700 | [diff] [blame] | 247 | <ClInclude Include="..\..\src\core\client_config\subchannel.h" /> |
| 248 | <ClInclude Include="..\..\src\core\client_config\subchannel_factory.h" /> |
Craig Tiller | 83f4d4e | 2015-07-29 18:14:41 -0700 | [diff] [blame] | 249 | <ClInclude Include="..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.h" /> |
| 250 | <ClInclude Include="..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.h" /> |
Craig Tiller | 3bc8ebd | 2015-06-24 15:41:15 -0700 | [diff] [blame] | 251 | <ClInclude Include="..\..\src\core\client_config\uri_parser.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 252 | <ClInclude Include="..\..\src\core\compression\message_compress.h" /> |
Craig Tiller | 6e7c622 | 2015-02-20 15:31:21 -0800 | [diff] [blame] | 253 | <ClInclude Include="..\..\src\core\debug\trace.h" /> |
Craig Tiller | f53d9c8 | 2015-08-04 14:19:43 -0700 | [diff] [blame] | 254 | <ClInclude Include="..\..\src\core\httpcli\format_request.h" /> |
| 255 | <ClInclude Include="..\..\src\core\httpcli\httpcli.h" /> |
| 256 | <ClInclude Include="..\..\src\core\httpcli\parser.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 257 | <ClInclude Include="..\..\src\core\iomgr\alarm.h" /> |
| 258 | <ClInclude Include="..\..\src\core\iomgr\alarm_heap.h" /> |
| 259 | <ClInclude Include="..\..\src\core\iomgr\alarm_internal.h" /> |
| 260 | <ClInclude Include="..\..\src\core\iomgr\endpoint.h" /> |
| 261 | <ClInclude Include="..\..\src\core\iomgr\endpoint_pair.h" /> |
ctiller | 58393c2 | 2015-01-07 14:03:30 -0800 | [diff] [blame] | 262 | <ClInclude Include="..\..\src\core\iomgr\fd_posix.h" /> |
Nicolas Noble | 45e67a3 | 2015-02-09 16:20:49 -0800 | [diff] [blame] | 263 | <ClInclude Include="..\..\src\core\iomgr\iocp_windows.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 264 | <ClInclude Include="..\..\src\core\iomgr\iomgr.h" /> |
ctiller | 58393c2 | 2015-01-07 14:03:30 -0800 | [diff] [blame] | 265 | <ClInclude Include="..\..\src\core\iomgr\iomgr_internal.h" /> |
| 266 | <ClInclude Include="..\..\src\core\iomgr\iomgr_posix.h" /> |
Craig Tiller | 17ec5f9 | 2015-01-18 11:30:41 -0800 | [diff] [blame] | 267 | <ClInclude Include="..\..\src\core\iomgr\pollset.h" /> |
ctiller | 58393c2 | 2015-01-07 14:03:30 -0800 | [diff] [blame] | 268 | <ClInclude Include="..\..\src\core\iomgr\pollset_posix.h" /> |
Jorge Canizales | fe8ad73 | 2015-06-20 19:53:59 -0700 | [diff] [blame] | 269 | <ClInclude Include="..\..\src\core\iomgr\pollset_set.h" /> |
Craig Tiller | b7cf08f | 2015-05-07 07:58:30 -0700 | [diff] [blame] | 270 | <ClInclude Include="..\..\src\core\iomgr\pollset_set_posix.h" /> |
| 271 | <ClInclude Include="..\..\src\core\iomgr\pollset_set_windows.h" /> |
Craig Tiller | e1addfe | 2015-01-21 15:08:12 -0800 | [diff] [blame] | 272 | <ClInclude Include="..\..\src\core\iomgr\pollset_windows.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 273 | <ClInclude Include="..\..\src\core\iomgr\resolve_address.h" /> |
| 274 | <ClInclude Include="..\..\src\core\iomgr\sockaddr.h" /> |
| 275 | <ClInclude Include="..\..\src\core\iomgr\sockaddr_posix.h" /> |
| 276 | <ClInclude Include="..\..\src\core\iomgr\sockaddr_utils.h" /> |
| 277 | <ClInclude Include="..\..\src\core\iomgr\sockaddr_win32.h" /> |
| 278 | <ClInclude Include="..\..\src\core\iomgr\socket_utils_posix.h" /> |
Nicolas "Pixel" Noble | 21f627a | 2015-02-04 01:31:14 +0100 | [diff] [blame] | 279 | <ClInclude Include="..\..\src\core\iomgr\socket_windows.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 280 | <ClInclude Include="..\..\src\core\iomgr\tcp_client.h" /> |
| 281 | <ClInclude Include="..\..\src\core\iomgr\tcp_posix.h" /> |
| 282 | <ClInclude Include="..\..\src\core\iomgr\tcp_server.h" /> |
Nicolas "Pixel" Noble | 21f627a | 2015-02-04 01:31:14 +0100 | [diff] [blame] | 283 | <ClInclude Include="..\..\src\core\iomgr\tcp_windows.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 284 | <ClInclude Include="..\..\src\core\iomgr\time_averaged_stats.h" /> |
David Klempner | 8bfbc88 | 2015-01-26 17:23:33 -0800 | [diff] [blame] | 285 | <ClInclude Include="..\..\src\core\iomgr\wakeup_fd_pipe.h" /> |
Craig Tiller | 5350c2e | 2015-01-31 20:09:19 -0800 | [diff] [blame] | 286 | <ClInclude Include="..\..\src\core\iomgr\wakeup_fd_posix.h" /> |
Nicolas Noble | e04455a | 2015-01-26 17:01:29 -0800 | [diff] [blame] | 287 | <ClInclude Include="..\..\src\core\json\json.h" /> |
| 288 | <ClInclude Include="..\..\src\core\json\json_common.h" /> |
| 289 | <ClInclude Include="..\..\src\core\json\json_reader.h" /> |
| 290 | <ClInclude Include="..\..\src\core\json\json_writer.h" /> |
Vijay Pai | a45c93e | 2015-04-13 13:21:21 -0700 | [diff] [blame] | 291 | <ClInclude Include="..\..\src\core\profiling\timers.h" /> |
| 292 | <ClInclude Include="..\..\src\core\profiling\timers_preciseclock.h" /> |
Craig Tiller | 4450db2 | 2015-01-30 16:49:22 -0800 | [diff] [blame] | 293 | <ClInclude Include="..\..\src\core\surface\byte_buffer_queue.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 294 | <ClInclude Include="..\..\src\core\surface\call.h" /> |
| 295 | <ClInclude Include="..\..\src\core\surface\channel.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 296 | <ClInclude Include="..\..\src\core\surface\completion_queue.h" /> |
| 297 | <ClInclude Include="..\..\src\core\surface\event_string.h" /> |
Craig Tiller | faa8480 | 2015-03-01 21:56:38 -0800 | [diff] [blame] | 298 | <ClInclude Include="..\..\src\core\surface\init.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 299 | <ClInclude Include="..\..\src\core\surface\server.h" /> |
| 300 | <ClInclude Include="..\..\src\core\surface\surface_trace.h" /> |
Nicolas "Pixel" Noble | 710b6a4 | 2015-03-20 00:54:10 +0100 | [diff] [blame] | 301 | <ClInclude Include="..\..\src\core\transport\chttp2\alpn.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 302 | <ClInclude Include="..\..\src\core\transport\chttp2\bin_encoder.h" /> |
ctiller | 58393c2 | 2015-01-07 14:03:30 -0800 | [diff] [blame] | 303 | <ClInclude Include="..\..\src\core\transport\chttp2\frame.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 304 | <ClInclude Include="..\..\src\core\transport\chttp2\frame_data.h" /> |
| 305 | <ClInclude Include="..\..\src\core\transport\chttp2\frame_goaway.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 306 | <ClInclude Include="..\..\src\core\transport\chttp2\frame_ping.h" /> |
| 307 | <ClInclude Include="..\..\src\core\transport\chttp2\frame_rst_stream.h" /> |
| 308 | <ClInclude Include="..\..\src\core\transport\chttp2\frame_settings.h" /> |
| 309 | <ClInclude Include="..\..\src\core\transport\chttp2\frame_window_update.h" /> |
| 310 | <ClInclude Include="..\..\src\core\transport\chttp2\hpack_parser.h" /> |
| 311 | <ClInclude Include="..\..\src\core\transport\chttp2\hpack_table.h" /> |
| 312 | <ClInclude Include="..\..\src\core\transport\chttp2\http2_errors.h" /> |
| 313 | <ClInclude Include="..\..\src\core\transport\chttp2\huffsyms.h" /> |
Craig Tiller | 5dc3b30 | 2015-06-15 16:06:50 -0700 | [diff] [blame] | 314 | <ClInclude Include="..\..\src\core\transport\chttp2\incoming_metadata.h" /> |
Craig Tiller | 4152706 | 2015-06-12 07:51:05 -0700 | [diff] [blame] | 315 | <ClInclude Include="..\..\src\core\transport\chttp2\internal.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 316 | <ClInclude Include="..\..\src\core\transport\chttp2\status_conversion.h" /> |
| 317 | <ClInclude Include="..\..\src\core\transport\chttp2\stream_encoder.h" /> |
| 318 | <ClInclude Include="..\..\src\core\transport\chttp2\stream_map.h" /> |
| 319 | <ClInclude Include="..\..\src\core\transport\chttp2\timeout_encoding.h" /> |
ctiller | e4b4093 | 2015-01-07 12:13:17 -0800 | [diff] [blame] | 320 | <ClInclude Include="..\..\src\core\transport\chttp2\varint.h" /> |
ctiller | 58393c2 | 2015-01-07 14:03:30 -0800 | [diff] [blame] | 321 | <ClInclude Include="..\..\src\core\transport\chttp2_transport.h" /> |
Craig Tiller | 08a1cf8 | 2015-06-29 09:37:52 -0700 | [diff] [blame] | 322 | <ClInclude Include="..\..\src\core\transport\connectivity_state.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 323 | <ClInclude Include="..\..\src\core\transport\metadata.h" /> |
| 324 | <ClInclude Include="..\..\src\core\transport\stream_op.h" /> |
| 325 | <ClInclude Include="..\..\src\core\transport\transport.h" /> |
| 326 | <ClInclude Include="..\..\src\core\transport\transport_impl.h" /> |
Alistair Veitch | 9686dab | 2015-05-26 14:26:47 -0700 | [diff] [blame] | 327 | <ClInclude Include="..\..\src\core\census\context.h" /> |
Alistair Veitch | b46f3f4 | 2015-07-20 13:34:10 -0700 | [diff] [blame] | 328 | <ClInclude Include="..\..\src\core\census\rpc_stat_id.h" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 329 | </ItemGroup> |
| 330 | <ItemGroup> |
Craig Tiller | faa8480 | 2015-03-01 21:56:38 -0800 | [diff] [blame] | 331 | <ClCompile Include="..\..\src\core\surface\init_unsecure.c"> |
| 332 | </ClCompile> |
Alistair Veitch | 9686dab | 2015-05-26 14:26:47 -0700 | [diff] [blame] | 333 | <ClCompile Include="..\..\src\core\census\grpc_context.c"> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 334 | </ClCompile> |
| 335 | <ClCompile Include="..\..\src\core\channel\channel_args.c"> |
| 336 | </ClCompile> |
| 337 | <ClCompile Include="..\..\src\core\channel\channel_stack.c"> |
| 338 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 339 | <ClCompile Include="..\..\src\core\channel\client_channel.c"> |
| 340 | </ClCompile> |
David Garcia Quintas | 55b4ea1 | 2015-06-16 14:27:32 -0700 | [diff] [blame] | 341 | <ClCompile Include="..\..\src\core\channel\compress_filter.c"> |
| 342 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 343 | <ClCompile Include="..\..\src\core\channel\connected_channel.c"> |
| 344 | </ClCompile> |
| 345 | <ClCompile Include="..\..\src\core\channel\http_client_filter.c"> |
| 346 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 347 | <ClCompile Include="..\..\src\core\channel\http_server_filter.c"> |
| 348 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 349 | <ClCompile Include="..\..\src\core\channel\noop_filter.c"> |
| 350 | </ClCompile> |
Craig Tiller | af69180 | 2015-06-23 14:57:07 -0700 | [diff] [blame] | 351 | <ClCompile Include="..\..\src\core\client_config\client_config.c"> |
| 352 | </ClCompile> |
Craig Tiller | 9162466 | 2015-06-25 16:31:02 -0700 | [diff] [blame] | 353 | <ClCompile Include="..\..\src\core\client_config\connector.c"> |
| 354 | </ClCompile> |
Craig Tiller | 3bc8ebd | 2015-06-24 15:41:15 -0700 | [diff] [blame] | 355 | <ClCompile Include="..\..\src\core\client_config\lb_policies\pick_first.c"> |
| 356 | </ClCompile> |
Craig Tiller | af69180 | 2015-06-23 14:57:07 -0700 | [diff] [blame] | 357 | <ClCompile Include="..\..\src\core\client_config\lb_policy.c"> |
| 358 | </ClCompile> |
| 359 | <ClCompile Include="..\..\src\core\client_config\resolver.c"> |
| 360 | </ClCompile> |
Craig Tiller | 7df28a7 | 2015-06-24 09:23:52 -0700 | [diff] [blame] | 361 | <ClCompile Include="..\..\src\core\client_config\resolver_factory.c"> |
| 362 | </ClCompile> |
Craig Tiller | 3bc8ebd | 2015-06-24 15:41:15 -0700 | [diff] [blame] | 363 | <ClCompile Include="..\..\src\core\client_config\resolver_registry.c"> |
| 364 | </ClCompile> |
| 365 | <ClCompile Include="..\..\src\core\client_config\resolvers\dns_resolver.c"> |
| 366 | </ClCompile> |
Craig Tiller | 698d00c | 2015-07-20 12:32:58 -0700 | [diff] [blame] | 367 | <ClCompile Include="..\..\src\core\client_config\resolvers\sockaddr_resolver.c"> |
Craig Tiller | acf0f07 | 2015-06-29 08:24:16 -0700 | [diff] [blame] | 368 | </ClCompile> |
Craig Tiller | af69180 | 2015-06-23 14:57:07 -0700 | [diff] [blame] | 369 | <ClCompile Include="..\..\src\core\client_config\subchannel.c"> |
| 370 | </ClCompile> |
| 371 | <ClCompile Include="..\..\src\core\client_config\subchannel_factory.c"> |
| 372 | </ClCompile> |
Craig Tiller | 83f4d4e | 2015-07-29 18:14:41 -0700 | [diff] [blame] | 373 | <ClCompile Include="..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.c"> |
| 374 | </ClCompile> |
| 375 | <ClCompile Include="..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.c"> |
| 376 | </ClCompile> |
Craig Tiller | 3bc8ebd | 2015-06-24 15:41:15 -0700 | [diff] [blame] | 377 | <ClCompile Include="..\..\src\core\client_config\uri_parser.c"> |
| 378 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 379 | <ClCompile Include="..\..\src\core\compression\algorithm.c"> |
| 380 | </ClCompile> |
| 381 | <ClCompile Include="..\..\src\core\compression\message_compress.c"> |
| 382 | </ClCompile> |
Craig Tiller | 6e7c622 | 2015-02-20 15:31:21 -0800 | [diff] [blame] | 383 | <ClCompile Include="..\..\src\core\debug\trace.c"> |
| 384 | </ClCompile> |
Craig Tiller | f53d9c8 | 2015-08-04 14:19:43 -0700 | [diff] [blame] | 385 | <ClCompile Include="..\..\src\core\httpcli\format_request.c"> |
| 386 | </ClCompile> |
| 387 | <ClCompile Include="..\..\src\core\httpcli\httpcli.c"> |
| 388 | </ClCompile> |
| 389 | <ClCompile Include="..\..\src\core\httpcli\parser.c"> |
| 390 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 391 | <ClCompile Include="..\..\src\core\iomgr\alarm.c"> |
| 392 | </ClCompile> |
| 393 | <ClCompile Include="..\..\src\core\iomgr\alarm_heap.c"> |
| 394 | </ClCompile> |
| 395 | <ClCompile Include="..\..\src\core\iomgr\endpoint.c"> |
| 396 | </ClCompile> |
| 397 | <ClCompile Include="..\..\src\core\iomgr\endpoint_pair_posix.c"> |
| 398 | </ClCompile> |
Craig Tiller | b25c90d | 2015-04-08 11:26:30 -0700 | [diff] [blame] | 399 | <ClCompile Include="..\..\src\core\iomgr\endpoint_pair_windows.c"> |
| 400 | </ClCompile> |
ctiller | 58393c2 | 2015-01-07 14:03:30 -0800 | [diff] [blame] | 401 | <ClCompile Include="..\..\src\core\iomgr\fd_posix.c"> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 402 | </ClCompile> |
Nicolas Noble | 45e67a3 | 2015-02-09 16:20:49 -0800 | [diff] [blame] | 403 | <ClCompile Include="..\..\src\core\iomgr\iocp_windows.c"> |
| 404 | </ClCompile> |
ctiller | 58393c2 | 2015-01-07 14:03:30 -0800 | [diff] [blame] | 405 | <ClCompile Include="..\..\src\core\iomgr\iomgr.c"> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 406 | </ClCompile> |
ctiller | 58393c2 | 2015-01-07 14:03:30 -0800 | [diff] [blame] | 407 | <ClCompile Include="..\..\src\core\iomgr\iomgr_posix.c"> |
| 408 | </ClCompile> |
Nicolas "Pixel" Noble | 21f627a | 2015-02-04 01:31:14 +0100 | [diff] [blame] | 409 | <ClCompile Include="..\..\src\core\iomgr\iomgr_windows.c"> |
| 410 | </ClCompile> |
David Klempner | baced4d | 2015-02-10 17:10:15 -0800 | [diff] [blame] | 411 | <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_epoll.c"> |
| 412 | </ClCompile> |
Craig Tiller | 35108f6 | 2015-02-17 11:24:15 -0800 | [diff] [blame] | 413 | <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c"> |
| 414 | </ClCompile> |
ctiller | 58393c2 | 2015-01-07 14:03:30 -0800 | [diff] [blame] | 415 | <ClCompile Include="..\..\src\core\iomgr\pollset_posix.c"> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 416 | </ClCompile> |
Craig Tiller | b7cf08f | 2015-05-07 07:58:30 -0700 | [diff] [blame] | 417 | <ClCompile Include="..\..\src\core\iomgr\pollset_set_posix.c"> |
| 418 | </ClCompile> |
| 419 | <ClCompile Include="..\..\src\core\iomgr\pollset_set_windows.c"> |
| 420 | </ClCompile> |
Craig Tiller | e1addfe | 2015-01-21 15:08:12 -0800 | [diff] [blame] | 421 | <ClCompile Include="..\..\src\core\iomgr\pollset_windows.c"> |
| 422 | </ClCompile> |
Nicolas "Pixel" Noble | 94964fd | 2015-02-21 07:19:19 +0100 | [diff] [blame] | 423 | <ClCompile Include="..\..\src\core\iomgr\resolve_address_posix.c"> |
| 424 | </ClCompile> |
| 425 | <ClCompile Include="..\..\src\core\iomgr\resolve_address_windows.c"> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 426 | </ClCompile> |
| 427 | <ClCompile Include="..\..\src\core\iomgr\sockaddr_utils.c"> |
| 428 | </ClCompile> |
| 429 | <ClCompile Include="..\..\src\core\iomgr\socket_utils_common_posix.c"> |
| 430 | </ClCompile> |
| 431 | <ClCompile Include="..\..\src\core\iomgr\socket_utils_linux.c"> |
| 432 | </ClCompile> |
| 433 | <ClCompile Include="..\..\src\core\iomgr\socket_utils_posix.c"> |
| 434 | </ClCompile> |
Nicolas "Pixel" Noble | 21f627a | 2015-02-04 01:31:14 +0100 | [diff] [blame] | 435 | <ClCompile Include="..\..\src\core\iomgr\socket_windows.c"> |
| 436 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 437 | <ClCompile Include="..\..\src\core\iomgr\tcp_client_posix.c"> |
| 438 | </ClCompile> |
Nicolas "Pixel" Noble | 21f627a | 2015-02-04 01:31:14 +0100 | [diff] [blame] | 439 | <ClCompile Include="..\..\src\core\iomgr\tcp_client_windows.c"> |
| 440 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 441 | <ClCompile Include="..\..\src\core\iomgr\tcp_posix.c"> |
| 442 | </ClCompile> |
| 443 | <ClCompile Include="..\..\src\core\iomgr\tcp_server_posix.c"> |
| 444 | </ClCompile> |
Nicolas "Pixel" Noble | 0f3ec82 | 2015-02-05 19:40:38 +0100 | [diff] [blame] | 445 | <ClCompile Include="..\..\src\core\iomgr\tcp_server_windows.c"> |
| 446 | </ClCompile> |
Nicolas "Pixel" Noble | 21f627a | 2015-02-04 01:31:14 +0100 | [diff] [blame] | 447 | <ClCompile Include="..\..\src\core\iomgr\tcp_windows.c"> |
| 448 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 449 | <ClCompile Include="..\..\src\core\iomgr\time_averaged_stats.c"> |
| 450 | </ClCompile> |
David Klempner | 78dc6cd | 2015-01-26 15:02:51 -0800 | [diff] [blame] | 451 | <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_eventfd.c"> |
| 452 | </ClCompile> |
| 453 | <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_nospecial.c"> |
| 454 | </ClCompile> |
| 455 | <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_pipe.c"> |
| 456 | </ClCompile> |
David Klempner | 8bfbc88 | 2015-01-26 17:23:33 -0800 | [diff] [blame] | 457 | <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_posix.c"> |
| 458 | </ClCompile> |
Nicolas Noble | 614c2bf | 2015-01-21 15:48:36 -0800 | [diff] [blame] | 459 | <ClCompile Include="..\..\src\core\json\json.c"> |
| 460 | </ClCompile> |
Nicolas Noble | e04455a | 2015-01-26 17:01:29 -0800 | [diff] [blame] | 461 | <ClCompile Include="..\..\src\core\json\json_reader.c"> |
| 462 | </ClCompile> |
| 463 | <ClCompile Include="..\..\src\core\json\json_string.c"> |
| 464 | </ClCompile> |
| 465 | <ClCompile Include="..\..\src\core\json\json_writer.c"> |
Nicolas Noble | 614c2bf | 2015-01-21 15:48:36 -0800 | [diff] [blame] | 466 | </ClCompile> |
David Garcia Quintas | 8954e90 | 2015-04-29 09:46:33 -0700 | [diff] [blame] | 467 | <ClCompile Include="..\..\src\core\profiling\basic_timers.c"> |
| 468 | </ClCompile> |
| 469 | <ClCompile Include="..\..\src\core\profiling\stap_timers.c"> |
Vijay Pai | a45c93e | 2015-04-13 13:21:21 -0700 | [diff] [blame] | 470 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 471 | <ClCompile Include="..\..\src\core\surface\byte_buffer.c"> |
| 472 | </ClCompile> |
Craig Tiller | 4450db2 | 2015-01-30 16:49:22 -0800 | [diff] [blame] | 473 | <ClCompile Include="..\..\src\core\surface\byte_buffer_queue.c"> |
| 474 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 475 | <ClCompile Include="..\..\src\core\surface\byte_buffer_reader.c"> |
| 476 | </ClCompile> |
| 477 | <ClCompile Include="..\..\src\core\surface\call.c"> |
| 478 | </ClCompile> |
Craig Tiller | ea61b07 | 2015-02-03 19:19:27 -0800 | [diff] [blame] | 479 | <ClCompile Include="..\..\src\core\surface\call_details.c"> |
| 480 | </ClCompile> |
murgatroid99 | d47946b | 2015-03-09 14:27:07 -0700 | [diff] [blame] | 481 | <ClCompile Include="..\..\src\core\surface\call_log_batch.c"> |
| 482 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 483 | <ClCompile Include="..\..\src\core\surface\channel.c"> |
| 484 | </ClCompile> |
Craig Tiller | 48cb07c | 2015-07-15 16:16:15 -0700 | [diff] [blame] | 485 | <ClCompile Include="..\..\src\core\surface\channel_connectivity.c"> |
| 486 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 487 | <ClCompile Include="..\..\src\core\surface\channel_create.c"> |
| 488 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 489 | <ClCompile Include="..\..\src\core\surface\completion_queue.c"> |
| 490 | </ClCompile> |
| 491 | <ClCompile Include="..\..\src\core\surface\event_string.c"> |
| 492 | </ClCompile> |
| 493 | <ClCompile Include="..\..\src\core\surface\init.c"> |
| 494 | </ClCompile> |
| 495 | <ClCompile Include="..\..\src\core\surface\lame_client.c"> |
| 496 | </ClCompile> |
Craig Tiller | ea61b07 | 2015-02-03 19:19:27 -0800 | [diff] [blame] | 497 | <ClCompile Include="..\..\src\core\surface\metadata_array.c"> |
| 498 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 499 | <ClCompile Include="..\..\src\core\surface\server.c"> |
| 500 | </ClCompile> |
| 501 | <ClCompile Include="..\..\src\core\surface\server_chttp2.c"> |
| 502 | </ClCompile> |
| 503 | <ClCompile Include="..\..\src\core\surface\server_create.c"> |
| 504 | </ClCompile> |
Craig Tiller | faa8480 | 2015-03-01 21:56:38 -0800 | [diff] [blame] | 505 | <ClCompile Include="..\..\src\core\surface\surface_trace.c"> |
| 506 | </ClCompile> |
Craig Tiller | 2e622bc | 2015-07-10 07:46:03 -0700 | [diff] [blame] | 507 | <ClCompile Include="..\..\src\core\surface\version.c"> |
| 508 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 509 | <ClCompile Include="..\..\src\core\transport\chttp2\alpn.c"> |
| 510 | </ClCompile> |
| 511 | <ClCompile Include="..\..\src\core\transport\chttp2\bin_encoder.c"> |
| 512 | </ClCompile> |
| 513 | <ClCompile Include="..\..\src\core\transport\chttp2\frame_data.c"> |
| 514 | </ClCompile> |
| 515 | <ClCompile Include="..\..\src\core\transport\chttp2\frame_goaway.c"> |
| 516 | </ClCompile> |
| 517 | <ClCompile Include="..\..\src\core\transport\chttp2\frame_ping.c"> |
| 518 | </ClCompile> |
| 519 | <ClCompile Include="..\..\src\core\transport\chttp2\frame_rst_stream.c"> |
| 520 | </ClCompile> |
| 521 | <ClCompile Include="..\..\src\core\transport\chttp2\frame_settings.c"> |
| 522 | </ClCompile> |
| 523 | <ClCompile Include="..\..\src\core\transport\chttp2\frame_window_update.c"> |
| 524 | </ClCompile> |
| 525 | <ClCompile Include="..\..\src\core\transport\chttp2\hpack_parser.c"> |
| 526 | </ClCompile> |
| 527 | <ClCompile Include="..\..\src\core\transport\chttp2\hpack_table.c"> |
| 528 | </ClCompile> |
| 529 | <ClCompile Include="..\..\src\core\transport\chttp2\huffsyms.c"> |
| 530 | </ClCompile> |
Craig Tiller | 5dc3b30 | 2015-06-15 16:06:50 -0700 | [diff] [blame] | 531 | <ClCompile Include="..\..\src\core\transport\chttp2\incoming_metadata.c"> |
| 532 | </ClCompile> |
Craig Tiller | d8df50c | 2015-06-12 07:53:56 -0700 | [diff] [blame] | 533 | <ClCompile Include="..\..\src\core\transport\chttp2\parsing.c"> |
| 534 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 535 | <ClCompile Include="..\..\src\core\transport\chttp2\status_conversion.c"> |
| 536 | </ClCompile> |
| 537 | <ClCompile Include="..\..\src\core\transport\chttp2\stream_encoder.c"> |
| 538 | </ClCompile> |
Craig Tiller | 6459db4 | 2015-06-15 17:11:45 -0700 | [diff] [blame] | 539 | <ClCompile Include="..\..\src\core\transport\chttp2\stream_lists.c"> |
| 540 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 541 | <ClCompile Include="..\..\src\core\transport\chttp2\stream_map.c"> |
| 542 | </ClCompile> |
| 543 | <ClCompile Include="..\..\src\core\transport\chttp2\timeout_encoding.c"> |
| 544 | </ClCompile> |
ctiller | e4b4093 | 2015-01-07 12:13:17 -0800 | [diff] [blame] | 545 | <ClCompile Include="..\..\src\core\transport\chttp2\varint.c"> |
| 546 | </ClCompile> |
Craig Tiller | d8df50c | 2015-06-12 07:53:56 -0700 | [diff] [blame] | 547 | <ClCompile Include="..\..\src\core\transport\chttp2\writing.c"> |
| 548 | </ClCompile> |
ctiller | 58393c2 | 2015-01-07 14:03:30 -0800 | [diff] [blame] | 549 | <ClCompile Include="..\..\src\core\transport\chttp2_transport.c"> |
| 550 | </ClCompile> |
Craig Tiller | 08a1cf8 | 2015-06-29 09:37:52 -0700 | [diff] [blame] | 551 | <ClCompile Include="..\..\src\core\transport\connectivity_state.c"> |
| 552 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 553 | <ClCompile Include="..\..\src\core\transport\metadata.c"> |
| 554 | </ClCompile> |
| 555 | <ClCompile Include="..\..\src\core\transport\stream_op.c"> |
| 556 | </ClCompile> |
| 557 | <ClCompile Include="..\..\src\core\transport\transport.c"> |
| 558 | </ClCompile> |
Craig Tiller | 83f88d9 | 2015-04-21 16:02:05 -0700 | [diff] [blame] | 559 | <ClCompile Include="..\..\src\core\transport\transport_op_string.c"> |
| 560 | </ClCompile> |
Alistair Veitch | 9686dab | 2015-05-26 14:26:47 -0700 | [diff] [blame] | 561 | <ClCompile Include="..\..\src\core\census\context.c"> |
| 562 | </ClCompile> |
| 563 | <ClCompile Include="..\..\src\core\census\initialize.c"> |
| 564 | </ClCompile> |
Alistair Veitch | 635899d | 2015-07-17 16:02:24 -0700 | [diff] [blame] | 565 | <ClCompile Include="..\..\src\core\census\record_stat.c"> |
| 566 | </ClCompile> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 567 | </ItemGroup> |
| 568 | <ItemGroup> |
Jan Tattermusch | 8ff00a3 | 2015-04-20 18:43:06 -0700 | [diff] [blame] | 569 | <ProjectReference Include="..\gpr\gpr.vcxproj"> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 570 | <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project> |
| 571 | </ProjectReference> |
| 572 | </ItemGroup> |
Jan Tattermusch | 8ff00a3 | 2015-04-20 18:43:06 -0700 | [diff] [blame] | 573 | <ItemGroup> |
| 574 | <None Include="packages.config" /> |
| 575 | </ItemGroup> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 576 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 577 | <ImportGroup Label="ExtensionTargets"> |
Jan Tattermusch | f6f6fdb | 2015-04-10 18:52:17 -0700 | [diff] [blame] | 578 | <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')" /> |
| 579 | <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')" /> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 580 | </ImportGroup> |
Jan Tattermusch | 8ff00a3 | 2015-04-20 18:43:06 -0700 | [diff] [blame] | 581 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 582 | <PropertyGroup> |
| 583 | <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> |
| 584 | </PropertyGroup> |
Jan Tattermusch | f6f6fdb | 2015-04-10 18:52:17 -0700 | [diff] [blame] | 585 | <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'))" /> |
| 586 | <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'))" /> |
Jan Tattermusch | 8ff00a3 | 2015-04-20 18:43:06 -0700 | [diff] [blame] | 587 | </Target> |
nnoble | c87b1c5 | 2015-01-05 17:15:18 -0800 | [diff] [blame] | 588 | </Project> |