blob: 164d47c217f6e647c8c3d6dcfed7969b31e1e593 [file] [log] [blame]
Craig Tillerf4fc5d22015-09-23 09:36:31 -07001<?xml version="1.0" encoding="utf-8"?>
Craig Tiller02a7bed2015-08-31 15:54:05 -07002<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Jan Tattermusch4e5b91f2015-12-01 08:08:41 -08003 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\1.0.204.1.props')" />
Craig Tiller02a7bed2015-08-31 15:54:05 -07004 <ItemGroup Label="ProjectConfigurations">
5 <ProjectConfiguration Include="Debug-DLL|Win32">
6 <Configuration>Debug-DLL</Configuration>
7 <Platform>Win32</Platform>
8 </ProjectConfiguration>
9 <ProjectConfiguration Include="Debug-DLL|x64">
10 <Configuration>Debug-DLL</Configuration>
11 <Platform>x64</Platform>
12 </ProjectConfiguration>
13 <ProjectConfiguration Include="Release-DLL|Win32">
14 <Configuration>Release-DLL</Configuration>
15 <Platform>Win32</Platform>
16 </ProjectConfiguration>
17 <ProjectConfiguration Include="Release-DLL|x64">
18 <Configuration>Release-DLL</Configuration>
19 <Platform>x64</Platform>
20 </ProjectConfiguration>
21 <ProjectConfiguration Include="Debug|Win32">
22 <Configuration>Debug</Configuration>
23 <Platform>Win32</Platform>
24 </ProjectConfiguration>
25 <ProjectConfiguration Include="Debug|x64">
26 <Configuration>Debug</Configuration>
27 <Platform>x64</Platform>
28 </ProjectConfiguration>
29 <ProjectConfiguration Include="Release|Win32">
30 <Configuration>Release</Configuration>
31 <Platform>Win32</Platform>
32 </ProjectConfiguration>
33 <ProjectConfiguration Include="Release|x64">
34 <Configuration>Release</Configuration>
35 <Platform>x64</Platform>
36 </ProjectConfiguration>
37 </ItemGroup>
38 <PropertyGroup Label="Globals">
39 <ProjectGuid>{29D16885-7228-4C31-81ED-5F9187C7F2A9}</ProjectGuid>
40 </PropertyGroup>
41 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
42 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
43 <PlatformToolset>v100</PlatformToolset>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
46 <PlatformToolset>v110</PlatformToolset>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
49 <PlatformToolset>v120</PlatformToolset>
50 </PropertyGroup>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -080051 <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
52 <PlatformToolset>v140</PlatformToolset>
53 </PropertyGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -070054 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
55 <ConfigurationType>StaticLibrary</ConfigurationType>
56 <UseDebugLibraries>true</UseDebugLibraries>
57 <CharacterSet>Unicode</CharacterSet>
58 </PropertyGroup>
59 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
60 <ConfigurationType>StaticLibrary</ConfigurationType>
61 <UseDebugLibraries>false</UseDebugLibraries>
62 <WholeProgramOptimization>true</WholeProgramOptimization>
63 <CharacterSet>Unicode</CharacterSet>
64 </PropertyGroup>
65 <PropertyGroup Condition="'$(Configuration)'=='Debug-DLL'" Label="Configuration">
66 <ConfigurationType>StaticLibrary</ConfigurationType>
67 <UseDebugLibraries>true</UseDebugLibraries>
68 <CharacterSet>Unicode</CharacterSet>
69 </PropertyGroup>
70 <PropertyGroup Condition="'$(Configuration)'=='Release-DLL'" Label="Configuration">
71 <ConfigurationType>StaticLibrary</ConfigurationType>
72 <UseDebugLibraries>false</UseDebugLibraries>
73 <WholeProgramOptimization>true</WholeProgramOptimization>
74 <CharacterSet>Unicode</CharacterSet>
75 </PropertyGroup>
76 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
77 <ImportGroup Label="ExtensionSettings">
78 </ImportGroup>
79 <ImportGroup Label="PropertySheets">
80 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
81 <Import Project="..\..\..\vsprojects\global.props" />
82 <Import Project="..\..\..\vsprojects\winsock.props" />
83 </ImportGroup>
84 <PropertyGroup Label="UserMacros" />
85 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
86 <TargetName>grpc</TargetName>
87 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
88 <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib>
89 <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl>
90 </PropertyGroup>
91 <PropertyGroup Condition="'$(Configuration)'=='Release'">
92 <TargetName>grpc</TargetName>
93 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
94 <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib>
95 <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl>
96 </PropertyGroup>
97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'">
98 <ClCompile>
99 <PrecompiledHeader>NotUsing</PrecompiledHeader>
100 <WarningLevel>Level3</WarningLevel>
101 <Optimization>Disabled</Optimization>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -0800102 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700103 <SDLCheck>true</SDLCheck>
104 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700105 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700106 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700107 </ClCompile>
108 <Link>
109 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700110 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
111 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700112 </Link>
113 </ItemDefinitionGroup>
114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'">
115 <ClCompile>
116 <PrecompiledHeader>NotUsing</PrecompiledHeader>
117 <WarningLevel>Level3</WarningLevel>
118 <Optimization>Disabled</Optimization>
119 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120 <SDLCheck>true</SDLCheck>
121 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700122 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700123 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700124 </ClCompile>
125 <Link>
126 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700127 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
128 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700129 </Link>
130 </ItemDefinitionGroup>
131 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">
132 <ClCompile>
133 <WarningLevel>Level3</WarningLevel>
134 <PrecompiledHeader>NotUsing</PrecompiledHeader>
135 <Optimization>MaxSpeed</Optimization>
136 <FunctionLevelLinking>true</FunctionLevelLinking>
137 <IntrinsicFunctions>true</IntrinsicFunctions>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -0800138 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700139 <SDLCheck>true</SDLCheck>
140 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700141 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700142 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700143 </ClCompile>
144 <Link>
145 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700146 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
147 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700148 <EnableCOMDATFolding>true</EnableCOMDATFolding>
149 <OptimizeReferences>true</OptimizeReferences>
150 </Link>
151 </ItemDefinitionGroup>
152 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'">
153 <ClCompile>
154 <WarningLevel>Level3</WarningLevel>
155 <PrecompiledHeader>NotUsing</PrecompiledHeader>
156 <Optimization>MaxSpeed</Optimization>
157 <FunctionLevelLinking>true</FunctionLevelLinking>
158 <IntrinsicFunctions>true</IntrinsicFunctions>
159 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160 <SDLCheck>true</SDLCheck>
161 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700162 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700163 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700164 </ClCompile>
165 <Link>
166 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700167 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
168 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700169 <EnableCOMDATFolding>true</EnableCOMDATFolding>
170 <OptimizeReferences>true</OptimizeReferences>
171 </Link>
172 </ItemDefinitionGroup>
173 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
174 <ClCompile>
175 <PrecompiledHeader>NotUsing</PrecompiledHeader>
176 <WarningLevel>Level3</WarningLevel>
177 <Optimization>Disabled</Optimization>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -0800178 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700179 <SDLCheck>true</SDLCheck>
180 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tiller82f9bd82015-09-23 09:31:51 -0700181 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700182 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700183 </ClCompile>
184 <Link>
185 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700186 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
187 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700188 </Link>
189 </ItemDefinitionGroup>
190 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
191 <ClCompile>
192 <PrecompiledHeader>NotUsing</PrecompiledHeader>
193 <WarningLevel>Level3</WarningLevel>
194 <Optimization>Disabled</Optimization>
195 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
196 <SDLCheck>true</SDLCheck>
197 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700198 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700199 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700200 </ClCompile>
201 <Link>
202 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700203 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
204 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700205 </Link>
206 </ItemDefinitionGroup>
207 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
208 <ClCompile>
209 <WarningLevel>Level3</WarningLevel>
210 <PrecompiledHeader>NotUsing</PrecompiledHeader>
211 <Optimization>MaxSpeed</Optimization>
212 <FunctionLevelLinking>true</FunctionLevelLinking>
213 <IntrinsicFunctions>true</IntrinsicFunctions>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -0800214 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700215 <SDLCheck>true</SDLCheck>
216 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700217 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700218 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700219 </ClCompile>
220 <Link>
221 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700222 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
223 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700224 <EnableCOMDATFolding>true</EnableCOMDATFolding>
225 <OptimizeReferences>true</OptimizeReferences>
226 </Link>
227 </ItemDefinitionGroup>
228 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
229 <ClCompile>
230 <WarningLevel>Level3</WarningLevel>
231 <PrecompiledHeader>NotUsing</PrecompiledHeader>
232 <Optimization>MaxSpeed</Optimization>
233 <FunctionLevelLinking>true</FunctionLevelLinking>
234 <IntrinsicFunctions>true</IntrinsicFunctions>
235 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
236 <SDLCheck>true</SDLCheck>
237 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700238 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700239 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700240 </ClCompile>
241 <Link>
242 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700243 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
244 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700245 <EnableCOMDATFolding>true</EnableCOMDATFolding>
246 <OptimizeReferences>true</OptimizeReferences>
247 </Link>
248 </ItemDefinitionGroup>
249 <ItemGroup>
250 <ClInclude Include="..\..\..\include\grpc\grpc_security.h" />
251 <ClInclude Include="..\..\..\include\grpc\byte_buffer.h" />
252 <ClInclude Include="..\..\..\include\grpc\byte_buffer_reader.h" />
253 <ClInclude Include="..\..\..\include\grpc\compression.h" />
254 <ClInclude Include="..\..\..\include\grpc\grpc.h" />
255 <ClInclude Include="..\..\..\include\grpc\status.h" />
256 <ClInclude Include="..\..\..\include\grpc\census.h" />
257 </ItemGroup>
258 <ItemGroup>
259 <ClInclude Include="..\..\..\src\core\security\auth_filters.h" />
260 <ClInclude Include="..\..\..\src\core\security\base64.h" />
261 <ClInclude Include="..\..\..\src\core\security\credentials.h" />
Julien Boeuf5600a6a2015-09-15 23:01:39 -0700262 <ClInclude Include="..\..\..\src\core\security\handshake.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700263 <ClInclude Include="..\..\..\src\core\security\json_token.h" />
264 <ClInclude Include="..\..\..\src\core\security\jwt_verifier.h" />
265 <ClInclude Include="..\..\..\src\core\security\secure_endpoint.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700266 <ClInclude Include="..\..\..\src\core\security\security_connector.h" />
267 <ClInclude Include="..\..\..\src\core\security\security_context.h" />
268 <ClInclude Include="..\..\..\src\core\tsi\fake_transport_security.h" />
269 <ClInclude Include="..\..\..\src\core\tsi\ssl_transport_security.h" />
270 <ClInclude Include="..\..\..\src\core\tsi\transport_security.h" />
271 <ClInclude Include="..\..\..\src\core\tsi\transport_security_interface.h" />
272 <ClInclude Include="..\..\..\src\core\census\grpc_filter.h" />
273 <ClInclude Include="..\..\..\src\core\channel\channel_args.h" />
274 <ClInclude Include="..\..\..\src\core\channel\channel_stack.h" />
275 <ClInclude Include="..\..\..\src\core\channel\client_channel.h" />
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700276 <ClInclude Include="..\..\..\src\core\channel\client_uchannel.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700277 <ClInclude Include="..\..\..\src\core\channel\compress_filter.h" />
278 <ClInclude Include="..\..\..\src\core\channel\connected_channel.h" />
279 <ClInclude Include="..\..\..\src\core\channel\context.h" />
280 <ClInclude Include="..\..\..\src\core\channel\http_client_filter.h" />
281 <ClInclude Include="..\..\..\src\core\channel\http_server_filter.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800282 <ClInclude Include="..\..\..\src\core\channel\subchannel_call_holder.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700283 <ClInclude Include="..\..\..\src\core\client_config\client_config.h" />
284 <ClInclude Include="..\..\..\src\core\client_config\connector.h" />
yang-ga6124122015-11-05 22:36:20 -0800285 <ClInclude Include="..\..\..\src\core\client_config\initial_connect_string.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700286 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\pick_first.h" />
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700287 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\round_robin.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700288 <ClInclude Include="..\..\..\src\core\client_config\lb_policy.h" />
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700289 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_factory.h" />
290 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_registry.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700291 <ClInclude Include="..\..\..\src\core\client_config\resolver.h" />
292 <ClInclude Include="..\..\..\src\core\client_config\resolver_factory.h" />
293 <ClInclude Include="..\..\..\src\core\client_config\resolver_registry.h" />
294 <ClInclude Include="..\..\..\src\core\client_config\resolvers\dns_resolver.h" />
295 <ClInclude Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.h" />
296 <ClInclude Include="..\..\..\src\core\client_config\subchannel.h" />
297 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700298 <ClInclude Include="..\..\..\src\core\client_config\uri_parser.h" />
Craig Tillerebdef9d2015-11-19 17:09:49 -0800299 <ClInclude Include="..\..\..\src\core\compression\algorithm_metadata.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700300 <ClInclude Include="..\..\..\src\core\compression\message_compress.h" />
301 <ClInclude Include="..\..\..\src\core\debug\trace.h" />
302 <ClInclude Include="..\..\..\src\core\httpcli\format_request.h" />
303 <ClInclude Include="..\..\..\src\core\httpcli\httpcli.h" />
304 <ClInclude Include="..\..\..\src\core\httpcli\parser.h" />
Craig Tiller298751c2015-09-22 09:41:05 -0700305 <ClInclude Include="..\..\..\src\core\iomgr\closure.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700306 <ClInclude Include="..\..\..\src\core\iomgr\endpoint.h" />
307 <ClInclude Include="..\..\..\src\core\iomgr\endpoint_pair.h" />
Craig Tiller298751c2015-09-22 09:41:05 -0700308 <ClInclude Include="..\..\..\src\core\iomgr\exec_ctx.h" />
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700309 <ClInclude Include="..\..\..\src\core\iomgr\executor.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700310 <ClInclude Include="..\..\..\src\core\iomgr\fd_posix.h" />
311 <ClInclude Include="..\..\..\src\core\iomgr\iocp_windows.h" />
312 <ClInclude Include="..\..\..\src\core\iomgr\iomgr.h" />
313 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_internal.h" />
314 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_posix.h" />
315 <ClInclude Include="..\..\..\src\core\iomgr\pollset.h" />
316 <ClInclude Include="..\..\..\src\core\iomgr\pollset_posix.h" />
317 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set.h" />
318 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_posix.h" />
319 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_windows.h" />
320 <ClInclude Include="..\..\..\src\core\iomgr\pollset_windows.h" />
321 <ClInclude Include="..\..\..\src\core\iomgr\resolve_address.h" />
322 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr.h" />
323 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_posix.h" />
324 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_utils.h" />
325 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_win32.h" />
326 <ClInclude Include="..\..\..\src\core\iomgr\socket_utils_posix.h" />
327 <ClInclude Include="..\..\..\src\core\iomgr\socket_windows.h" />
328 <ClInclude Include="..\..\..\src\core\iomgr\tcp_client.h" />
329 <ClInclude Include="..\..\..\src\core\iomgr\tcp_posix.h" />
330 <ClInclude Include="..\..\..\src\core\iomgr\tcp_server.h" />
331 <ClInclude Include="..\..\..\src\core\iomgr\tcp_windows.h" />
332 <ClInclude Include="..\..\..\src\core\iomgr\time_averaged_stats.h" />
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700333 <ClInclude Include="..\..\..\src\core\iomgr\timer.h" />
334 <ClInclude Include="..\..\..\src\core\iomgr\timer_heap.h" />
335 <ClInclude Include="..\..\..\src\core\iomgr\timer_internal.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700336 <ClInclude Include="..\..\..\src\core\iomgr\udp_server.h" />
337 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.h" />
338 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_posix.h" />
Craig Tiller73b66062015-09-09 09:34:46 -0700339 <ClInclude Include="..\..\..\src\core\iomgr\workqueue.h" />
340 <ClInclude Include="..\..\..\src\core\iomgr\workqueue_posix.h" />
341 <ClInclude Include="..\..\..\src\core\iomgr\workqueue_windows.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700342 <ClInclude Include="..\..\..\src\core\json\json.h" />
343 <ClInclude Include="..\..\..\src\core\json\json_common.h" />
344 <ClInclude Include="..\..\..\src\core\json\json_reader.h" />
345 <ClInclude Include="..\..\..\src\core\json\json_writer.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700346 <ClInclude Include="..\..\..\src\core\statistics\census_interface.h" />
347 <ClInclude Include="..\..\..\src\core\statistics\census_rpc_stats.h" />
Craig Tiller2468ff52015-10-05 09:00:17 -0700348 <ClInclude Include="..\..\..\src\core\surface\api_trace.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700349 <ClInclude Include="..\..\..\src\core\surface\call.h" />
David Garcia Quintas0c331882015-10-08 14:51:54 -0700350 <ClInclude Include="..\..\..\src\core\surface\call_test_only.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700351 <ClInclude Include="..\..\..\src\core\surface\channel.h" />
352 <ClInclude Include="..\..\..\src\core\surface\completion_queue.h" />
353 <ClInclude Include="..\..\..\src\core\surface\event_string.h" />
354 <ClInclude Include="..\..\..\src\core\surface\init.h" />
355 <ClInclude Include="..\..\..\src\core\surface\server.h" />
Craig Tiller0801ce62015-10-05 09:40:31 -0700356 <ClInclude Include="..\..\..\src\core\surface\surface_trace.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800357 <ClInclude Include="..\..\..\src\core\transport\byte_stream.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700358 <ClInclude Include="..\..\..\src\core\transport\chttp2\alpn.h" />
359 <ClInclude Include="..\..\..\src\core\transport\chttp2\bin_encoder.h" />
360 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame.h" />
361 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_data.h" />
362 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_goaway.h" />
363 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_ping.h" />
364 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.h" />
365 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_settings.h" />
366 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_window_update.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800367 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_encoder.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700368 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_parser.h" />
369 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_table.h" />
370 <ClInclude Include="..\..\..\src\core\transport\chttp2\http2_errors.h" />
371 <ClInclude Include="..\..\..\src\core\transport\chttp2\huffsyms.h" />
372 <ClInclude Include="..\..\..\src\core\transport\chttp2\incoming_metadata.h" />
373 <ClInclude Include="..\..\..\src\core\transport\chttp2\internal.h" />
374 <ClInclude Include="..\..\..\src\core\transport\chttp2\status_conversion.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700375 <ClInclude Include="..\..\..\src\core\transport\chttp2\stream_map.h" />
376 <ClInclude Include="..\..\..\src\core\transport\chttp2\timeout_encoding.h" />
377 <ClInclude Include="..\..\..\src\core\transport\chttp2\varint.h" />
378 <ClInclude Include="..\..\..\src\core\transport\chttp2_transport.h" />
379 <ClInclude Include="..\..\..\src\core\transport\connectivity_state.h" />
380 <ClInclude Include="..\..\..\src\core\transport\metadata.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800381 <ClInclude Include="..\..\..\src\core\transport\metadata_batch.h" />
Craig Tiller2e7687c2015-11-18 14:56:46 -0800382 <ClInclude Include="..\..\..\src\core\transport\static_metadata.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700383 <ClInclude Include="..\..\..\src\core\transport\transport.h" />
384 <ClInclude Include="..\..\..\src\core\transport\transport_impl.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700385 <ClInclude Include="..\..\..\src\core\census\aggregation.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700386 <ClInclude Include="..\..\..\src\core\census\context.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700387 <ClInclude Include="..\..\..\src\core\census\rpc_metric_id.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700388 </ItemGroup>
389 <ItemGroup>
390 <ClCompile Include="..\..\..\src\core\httpcli\httpcli_security_connector.c">
391 </ClCompile>
392 <ClCompile Include="..\..\..\src\core\security\base64.c">
393 </ClCompile>
394 <ClCompile Include="..\..\..\src\core\security\client_auth_filter.c">
395 </ClCompile>
396 <ClCompile Include="..\..\..\src\core\security\credentials.c">
397 </ClCompile>
398 <ClCompile Include="..\..\..\src\core\security\credentials_metadata.c">
399 </ClCompile>
400 <ClCompile Include="..\..\..\src\core\security\credentials_posix.c">
401 </ClCompile>
402 <ClCompile Include="..\..\..\src\core\security\credentials_win32.c">
403 </ClCompile>
404 <ClCompile Include="..\..\..\src\core\security\google_default_credentials.c">
405 </ClCompile>
Julien Boeuf5600a6a2015-09-15 23:01:39 -0700406 <ClCompile Include="..\..\..\src\core\security\handshake.c">
407 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700408 <ClCompile Include="..\..\..\src\core\security\json_token.c">
409 </ClCompile>
410 <ClCompile Include="..\..\..\src\core\security\jwt_verifier.c">
411 </ClCompile>
412 <ClCompile Include="..\..\..\src\core\security\secure_endpoint.c">
413 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700414 <ClCompile Include="..\..\..\src\core\security\security_connector.c">
415 </ClCompile>
416 <ClCompile Include="..\..\..\src\core\security\security_context.c">
417 </ClCompile>
418 <ClCompile Include="..\..\..\src\core\security\server_auth_filter.c">
419 </ClCompile>
420 <ClCompile Include="..\..\..\src\core\security\server_secure_chttp2.c">
421 </ClCompile>
422 <ClCompile Include="..\..\..\src\core\surface\init_secure.c">
423 </ClCompile>
424 <ClCompile Include="..\..\..\src\core\surface\secure_channel_create.c">
425 </ClCompile>
426 <ClCompile Include="..\..\..\src\core\tsi\fake_transport_security.c">
427 </ClCompile>
428 <ClCompile Include="..\..\..\src\core\tsi\ssl_transport_security.c">
429 </ClCompile>
430 <ClCompile Include="..\..\..\src\core\tsi\transport_security.c">
431 </ClCompile>
432 <ClCompile Include="..\..\..\src\core\census\grpc_context.c">
433 </ClCompile>
434 <ClCompile Include="..\..\..\src\core\census\grpc_filter.c">
435 </ClCompile>
436 <ClCompile Include="..\..\..\src\core\channel\channel_args.c">
437 </ClCompile>
438 <ClCompile Include="..\..\..\src\core\channel\channel_stack.c">
439 </ClCompile>
440 <ClCompile Include="..\..\..\src\core\channel\client_channel.c">
441 </ClCompile>
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700442 <ClCompile Include="..\..\..\src\core\channel\client_uchannel.c">
443 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700444 <ClCompile Include="..\..\..\src\core\channel\compress_filter.c">
445 </ClCompile>
446 <ClCompile Include="..\..\..\src\core\channel\connected_channel.c">
447 </ClCompile>
448 <ClCompile Include="..\..\..\src\core\channel\http_client_filter.c">
449 </ClCompile>
450 <ClCompile Include="..\..\..\src\core\channel\http_server_filter.c">
451 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800452 <ClCompile Include="..\..\..\src\core\channel\subchannel_call_holder.c">
453 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700454 <ClCompile Include="..\..\..\src\core\client_config\client_config.c">
455 </ClCompile>
456 <ClCompile Include="..\..\..\src\core\client_config\connector.c">
457 </ClCompile>
yang-ga6124122015-11-05 22:36:20 -0800458 <ClCompile Include="..\..\..\src\core\client_config\default_initial_connect_string.c">
459 </ClCompile>
460 <ClCompile Include="..\..\..\src\core\client_config\initial_connect_string.c">
461 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700462 <ClCompile Include="..\..\..\src\core\client_config\lb_policies\pick_first.c">
463 </ClCompile>
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700464 <ClCompile Include="..\..\..\src\core\client_config\lb_policies\round_robin.c">
465 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700466 <ClCompile Include="..\..\..\src\core\client_config\lb_policy.c">
467 </ClCompile>
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700468 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_factory.c">
469 </ClCompile>
470 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_registry.c">
471 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700472 <ClCompile Include="..\..\..\src\core\client_config\resolver.c">
473 </ClCompile>
474 <ClCompile Include="..\..\..\src\core\client_config\resolver_factory.c">
475 </ClCompile>
476 <ClCompile Include="..\..\..\src\core\client_config\resolver_registry.c">
477 </ClCompile>
478 <ClCompile Include="..\..\..\src\core\client_config\resolvers\dns_resolver.c">
479 </ClCompile>
480 <ClCompile Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.c">
481 </ClCompile>
482 <ClCompile Include="..\..\..\src\core\client_config\subchannel.c">
483 </ClCompile>
484 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory.c">
485 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700486 <ClCompile Include="..\..\..\src\core\client_config\uri_parser.c">
487 </ClCompile>
488 <ClCompile Include="..\..\..\src\core\compression\algorithm.c">
489 </ClCompile>
490 <ClCompile Include="..\..\..\src\core\compression\message_compress.c">
491 </ClCompile>
492 <ClCompile Include="..\..\..\src\core\debug\trace.c">
493 </ClCompile>
494 <ClCompile Include="..\..\..\src\core\httpcli\format_request.c">
495 </ClCompile>
496 <ClCompile Include="..\..\..\src\core\httpcli\httpcli.c">
497 </ClCompile>
498 <ClCompile Include="..\..\..\src\core\httpcli\parser.c">
499 </ClCompile>
Craig Tiller298751c2015-09-22 09:41:05 -0700500 <ClCompile Include="..\..\..\src\core\iomgr\closure.c">
501 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700502 <ClCompile Include="..\..\..\src\core\iomgr\endpoint.c">
503 </ClCompile>
504 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_posix.c">
505 </ClCompile>
506 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_windows.c">
507 </ClCompile>
Craig Tiller8af4c332015-09-22 12:32:31 -0700508 <ClCompile Include="..\..\..\src\core\iomgr\exec_ctx.c">
509 </ClCompile>
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700510 <ClCompile Include="..\..\..\src\core\iomgr\executor.c">
511 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700512 <ClCompile Include="..\..\..\src\core\iomgr\fd_posix.c">
513 </ClCompile>
514 <ClCompile Include="..\..\..\src\core\iomgr\iocp_windows.c">
515 </ClCompile>
516 <ClCompile Include="..\..\..\src\core\iomgr\iomgr.c">
517 </ClCompile>
518 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_posix.c">
519 </ClCompile>
520 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_windows.c">
521 </ClCompile>
522 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_epoll.c">
523 </ClCompile>
524 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c">
525 </ClCompile>
526 <ClCompile Include="..\..\..\src\core\iomgr\pollset_posix.c">
527 </ClCompile>
528 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_posix.c">
529 </ClCompile>
530 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_windows.c">
531 </ClCompile>
532 <ClCompile Include="..\..\..\src\core\iomgr\pollset_windows.c">
533 </ClCompile>
534 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_posix.c">
535 </ClCompile>
536 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_windows.c">
537 </ClCompile>
538 <ClCompile Include="..\..\..\src\core\iomgr\sockaddr_utils.c">
539 </ClCompile>
540 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_common_posix.c">
541 </ClCompile>
542 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_linux.c">
543 </ClCompile>
544 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_posix.c">
545 </ClCompile>
546 <ClCompile Include="..\..\..\src\core\iomgr\socket_windows.c">
547 </ClCompile>
548 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_posix.c">
549 </ClCompile>
550 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_windows.c">
551 </ClCompile>
552 <ClCompile Include="..\..\..\src\core\iomgr\tcp_posix.c">
553 </ClCompile>
554 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_posix.c">
555 </ClCompile>
556 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_windows.c">
557 </ClCompile>
558 <ClCompile Include="..\..\..\src\core\iomgr\tcp_windows.c">
559 </ClCompile>
560 <ClCompile Include="..\..\..\src\core\iomgr\time_averaged_stats.c">
561 </ClCompile>
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700562 <ClCompile Include="..\..\..\src\core\iomgr\timer.c">
563 </ClCompile>
564 <ClCompile Include="..\..\..\src\core\iomgr\timer_heap.c">
565 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700566 <ClCompile Include="..\..\..\src\core\iomgr\udp_server.c">
567 </ClCompile>
568 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_eventfd.c">
569 </ClCompile>
570 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_nospecial.c">
571 </ClCompile>
572 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.c">
573 </ClCompile>
574 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_posix.c">
575 </ClCompile>
Craig Tiller73b66062015-09-09 09:34:46 -0700576 <ClCompile Include="..\..\..\src\core\iomgr\workqueue_posix.c">
577 </ClCompile>
578 <ClCompile Include="..\..\..\src\core\iomgr\workqueue_windows.c">
579 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700580 <ClCompile Include="..\..\..\src\core\json\json.c">
581 </ClCompile>
582 <ClCompile Include="..\..\..\src\core\json\json_reader.c">
583 </ClCompile>
584 <ClCompile Include="..\..\..\src\core\json\json_string.c">
585 </ClCompile>
586 <ClCompile Include="..\..\..\src\core\json\json_writer.c">
587 </ClCompile>
Craig Tiller2468ff52015-10-05 09:00:17 -0700588 <ClCompile Include="..\..\..\src\core\surface\api_trace.c">
589 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700590 <ClCompile Include="..\..\..\src\core\surface\byte_buffer.c">
591 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700592 <ClCompile Include="..\..\..\src\core\surface\byte_buffer_reader.c">
593 </ClCompile>
594 <ClCompile Include="..\..\..\src\core\surface\call.c">
595 </ClCompile>
596 <ClCompile Include="..\..\..\src\core\surface\call_details.c">
597 </ClCompile>
598 <ClCompile Include="..\..\..\src\core\surface\call_log_batch.c">
599 </ClCompile>
600 <ClCompile Include="..\..\..\src\core\surface\channel.c">
601 </ClCompile>
602 <ClCompile Include="..\..\..\src\core\surface\channel_connectivity.c">
603 </ClCompile>
604 <ClCompile Include="..\..\..\src\core\surface\channel_create.c">
605 </ClCompile>
Craig Tiller26dab312015-12-07 14:43:47 -0800606 <ClCompile Include="..\..\..\src\core\surface\channel_ping.c">
607 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700608 <ClCompile Include="..\..\..\src\core\surface\completion_queue.c">
609 </ClCompile>
610 <ClCompile Include="..\..\..\src\core\surface\event_string.c">
611 </ClCompile>
612 <ClCompile Include="..\..\..\src\core\surface\init.c">
613 </ClCompile>
614 <ClCompile Include="..\..\..\src\core\surface\lame_client.c">
615 </ClCompile>
616 <ClCompile Include="..\..\..\src\core\surface\metadata_array.c">
617 </ClCompile>
618 <ClCompile Include="..\..\..\src\core\surface\server.c">
619 </ClCompile>
620 <ClCompile Include="..\..\..\src\core\surface\server_chttp2.c">
621 </ClCompile>
622 <ClCompile Include="..\..\..\src\core\surface\server_create.c">
623 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700624 <ClCompile Include="..\..\..\src\core\surface\version.c">
625 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800626 <ClCompile Include="..\..\..\src\core\transport\byte_stream.c">
627 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700628 <ClCompile Include="..\..\..\src\core\transport\chttp2\alpn.c">
629 </ClCompile>
630 <ClCompile Include="..\..\..\src\core\transport\chttp2\bin_encoder.c">
631 </ClCompile>
632 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_data.c">
633 </ClCompile>
634 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_goaway.c">
635 </ClCompile>
636 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_ping.c">
637 </ClCompile>
638 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.c">
639 </ClCompile>
640 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_settings.c">
641 </ClCompile>
642 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_window_update.c">
643 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800644 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_encoder.c">
645 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700646 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_parser.c">
647 </ClCompile>
648 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_table.c">
649 </ClCompile>
650 <ClCompile Include="..\..\..\src\core\transport\chttp2\huffsyms.c">
651 </ClCompile>
652 <ClCompile Include="..\..\..\src\core\transport\chttp2\incoming_metadata.c">
653 </ClCompile>
654 <ClCompile Include="..\..\..\src\core\transport\chttp2\parsing.c">
655 </ClCompile>
656 <ClCompile Include="..\..\..\src\core\transport\chttp2\status_conversion.c">
657 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700658 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_lists.c">
659 </ClCompile>
660 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_map.c">
661 </ClCompile>
662 <ClCompile Include="..\..\..\src\core\transport\chttp2\timeout_encoding.c">
663 </ClCompile>
664 <ClCompile Include="..\..\..\src\core\transport\chttp2\varint.c">
665 </ClCompile>
666 <ClCompile Include="..\..\..\src\core\transport\chttp2\writing.c">
667 </ClCompile>
668 <ClCompile Include="..\..\..\src\core\transport\chttp2_transport.c">
669 </ClCompile>
670 <ClCompile Include="..\..\..\src\core\transport\connectivity_state.c">
671 </ClCompile>
672 <ClCompile Include="..\..\..\src\core\transport\metadata.c">
673 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800674 <ClCompile Include="..\..\..\src\core\transport\metadata_batch.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700675 </ClCompile>
Craig Tiller2e7687c2015-11-18 14:56:46 -0800676 <ClCompile Include="..\..\..\src\core\transport\static_metadata.c">
677 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700678 <ClCompile Include="..\..\..\src\core\transport\transport.c">
679 </ClCompile>
680 <ClCompile Include="..\..\..\src\core\transport\transport_op_string.c">
681 </ClCompile>
682 <ClCompile Include="..\..\..\src\core\census\context.c">
683 </ClCompile>
684 <ClCompile Include="..\..\..\src\core\census\initialize.c">
685 </ClCompile>
686 <ClCompile Include="..\..\..\src\core\census\operation.c">
687 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700688 <ClCompile Include="..\..\..\src\core\census\tracing.c">
689 </ClCompile>
690 </ItemGroup>
691 <ItemGroup>
692 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
693 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
694 </ProjectReference>
695 </ItemGroup>
696 <ItemGroup>
697 <None Include="packages.config" />
698 </ItemGroup>
699 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
700 <ImportGroup Label="ExtensionTargets">
Jan Tattermusch4e5b91f2015-12-01 08:08:41 -0800701 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
702 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
703 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
704 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700705 </ImportGroup>
706 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
707 <PropertyGroup>
708 <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>
709 </PropertyGroup>
Jan Tattermusch4e5b91f2015-12-01 08:08:41 -0800710 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" />
711 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" />
712 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" />
713 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" />
714 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700715 </Target>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700716</Project>
717