blob: c7455ca790054710678add4b32b26a1fec28322e [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>
51 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
52 <ConfigurationType>StaticLibrary</ConfigurationType>
53 <UseDebugLibraries>true</UseDebugLibraries>
54 <CharacterSet>Unicode</CharacterSet>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
57 <ConfigurationType>StaticLibrary</ConfigurationType>
58 <UseDebugLibraries>false</UseDebugLibraries>
59 <WholeProgramOptimization>true</WholeProgramOptimization>
60 <CharacterSet>Unicode</CharacterSet>
61 </PropertyGroup>
62 <PropertyGroup Condition="'$(Configuration)'=='Debug-DLL'" Label="Configuration">
63 <ConfigurationType>StaticLibrary</ConfigurationType>
64 <UseDebugLibraries>true</UseDebugLibraries>
65 <CharacterSet>Unicode</CharacterSet>
66 </PropertyGroup>
67 <PropertyGroup Condition="'$(Configuration)'=='Release-DLL'" Label="Configuration">
68 <ConfigurationType>StaticLibrary</ConfigurationType>
69 <UseDebugLibraries>false</UseDebugLibraries>
70 <WholeProgramOptimization>true</WholeProgramOptimization>
71 <CharacterSet>Unicode</CharacterSet>
72 </PropertyGroup>
73 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
74 <ImportGroup Label="ExtensionSettings">
75 </ImportGroup>
76 <ImportGroup Label="PropertySheets">
77 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
78 <Import Project="..\..\..\vsprojects\global.props" />
79 <Import Project="..\..\..\vsprojects\winsock.props" />
80 </ImportGroup>
81 <PropertyGroup Label="UserMacros" />
82 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
83 <TargetName>grpc</TargetName>
84 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
85 <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib>
86 <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl>
87 </PropertyGroup>
88 <PropertyGroup Condition="'$(Configuration)'=='Release'">
89 <TargetName>grpc</TargetName>
90 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
91 <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib>
92 <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl>
93 </PropertyGroup>
94 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'">
95 <ClCompile>
96 <PrecompiledHeader>NotUsing</PrecompiledHeader>
97 <WarningLevel>Level3</WarningLevel>
98 <Optimization>Disabled</Optimization>
99 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
100 <SDLCheck>true</SDLCheck>
101 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700102 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700103 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700104 </ClCompile>
105 <Link>
106 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700107 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
108 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700109 </Link>
110 </ItemDefinitionGroup>
111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'">
112 <ClCompile>
113 <PrecompiledHeader>NotUsing</PrecompiledHeader>
114 <WarningLevel>Level3</WarningLevel>
115 <Optimization>Disabled</Optimization>
116 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117 <SDLCheck>true</SDLCheck>
118 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700119 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700120 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700121 </ClCompile>
122 <Link>
123 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700124 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
125 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700126 </Link>
127 </ItemDefinitionGroup>
128 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">
129 <ClCompile>
130 <WarningLevel>Level3</WarningLevel>
131 <PrecompiledHeader>NotUsing</PrecompiledHeader>
132 <Optimization>MaxSpeed</Optimization>
133 <FunctionLevelLinking>true</FunctionLevelLinking>
134 <IntrinsicFunctions>true</IntrinsicFunctions>
135 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136 <SDLCheck>true</SDLCheck>
137 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700138 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700139 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700140 </ClCompile>
141 <Link>
142 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700143 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
144 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700145 <EnableCOMDATFolding>true</EnableCOMDATFolding>
146 <OptimizeReferences>true</OptimizeReferences>
147 </Link>
148 </ItemDefinitionGroup>
149 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'">
150 <ClCompile>
151 <WarningLevel>Level3</WarningLevel>
152 <PrecompiledHeader>NotUsing</PrecompiledHeader>
153 <Optimization>MaxSpeed</Optimization>
154 <FunctionLevelLinking>true</FunctionLevelLinking>
155 <IntrinsicFunctions>true</IntrinsicFunctions>
156 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
157 <SDLCheck>true</SDLCheck>
158 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700159 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700160 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700161 </ClCompile>
162 <Link>
163 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700164 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
165 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700166 <EnableCOMDATFolding>true</EnableCOMDATFolding>
167 <OptimizeReferences>true</OptimizeReferences>
168 </Link>
169 </ItemDefinitionGroup>
170 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
171 <ClCompile>
172 <PrecompiledHeader>NotUsing</PrecompiledHeader>
173 <WarningLevel>Level3</WarningLevel>
174 <Optimization>Disabled</Optimization>
175 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
176 <SDLCheck>true</SDLCheck>
177 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tiller82f9bd82015-09-23 09:31:51 -0700178 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700179 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700180 </ClCompile>
181 <Link>
182 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700183 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
184 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700185 </Link>
186 </ItemDefinitionGroup>
187 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
188 <ClCompile>
189 <PrecompiledHeader>NotUsing</PrecompiledHeader>
190 <WarningLevel>Level3</WarningLevel>
191 <Optimization>Disabled</Optimization>
192 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
193 <SDLCheck>true</SDLCheck>
194 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700195 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700196 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700197 </ClCompile>
198 <Link>
199 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700200 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
201 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700202 </Link>
203 </ItemDefinitionGroup>
204 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
205 <ClCompile>
206 <WarningLevel>Level3</WarningLevel>
207 <PrecompiledHeader>NotUsing</PrecompiledHeader>
208 <Optimization>MaxSpeed</Optimization>
209 <FunctionLevelLinking>true</FunctionLevelLinking>
210 <IntrinsicFunctions>true</IntrinsicFunctions>
211 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
212 <SDLCheck>true</SDLCheck>
213 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700214 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700215 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700216 </ClCompile>
217 <Link>
218 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700219 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
220 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700221 <EnableCOMDATFolding>true</EnableCOMDATFolding>
222 <OptimizeReferences>true</OptimizeReferences>
223 </Link>
224 </ItemDefinitionGroup>
225 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
226 <ClCompile>
227 <WarningLevel>Level3</WarningLevel>
228 <PrecompiledHeader>NotUsing</PrecompiledHeader>
229 <Optimization>MaxSpeed</Optimization>
230 <FunctionLevelLinking>true</FunctionLevelLinking>
231 <IntrinsicFunctions>true</IntrinsicFunctions>
232 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
233 <SDLCheck>true</SDLCheck>
234 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700235 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700236 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700237 </ClCompile>
238 <Link>
239 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700240 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
241 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700242 <EnableCOMDATFolding>true</EnableCOMDATFolding>
243 <OptimizeReferences>true</OptimizeReferences>
244 </Link>
245 </ItemDefinitionGroup>
246 <ItemGroup>
247 <ClInclude Include="..\..\..\include\grpc\grpc_security.h" />
248 <ClInclude Include="..\..\..\include\grpc\byte_buffer.h" />
249 <ClInclude Include="..\..\..\include\grpc\byte_buffer_reader.h" />
250 <ClInclude Include="..\..\..\include\grpc\compression.h" />
251 <ClInclude Include="..\..\..\include\grpc\grpc.h" />
252 <ClInclude Include="..\..\..\include\grpc\status.h" />
253 <ClInclude Include="..\..\..\include\grpc\census.h" />
254 </ItemGroup>
255 <ItemGroup>
256 <ClInclude Include="..\..\..\src\core\security\auth_filters.h" />
257 <ClInclude Include="..\..\..\src\core\security\base64.h" />
258 <ClInclude Include="..\..\..\src\core\security\credentials.h" />
Julien Boeuf5600a6a2015-09-15 23:01:39 -0700259 <ClInclude Include="..\..\..\src\core\security\handshake.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700260 <ClInclude Include="..\..\..\src\core\security\json_token.h" />
261 <ClInclude Include="..\..\..\src\core\security\jwt_verifier.h" />
262 <ClInclude Include="..\..\..\src\core\security\secure_endpoint.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700263 <ClInclude Include="..\..\..\src\core\security\security_connector.h" />
264 <ClInclude Include="..\..\..\src\core\security\security_context.h" />
265 <ClInclude Include="..\..\..\src\core\tsi\fake_transport_security.h" />
266 <ClInclude Include="..\..\..\src\core\tsi\ssl_transport_security.h" />
267 <ClInclude Include="..\..\..\src\core\tsi\transport_security.h" />
268 <ClInclude Include="..\..\..\src\core\tsi\transport_security_interface.h" />
269 <ClInclude Include="..\..\..\src\core\census\grpc_filter.h" />
270 <ClInclude Include="..\..\..\src\core\channel\channel_args.h" />
271 <ClInclude Include="..\..\..\src\core\channel\channel_stack.h" />
272 <ClInclude Include="..\..\..\src\core\channel\client_channel.h" />
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700273 <ClInclude Include="..\..\..\src\core\channel\client_uchannel.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700274 <ClInclude Include="..\..\..\src\core\channel\compress_filter.h" />
275 <ClInclude Include="..\..\..\src\core\channel\connected_channel.h" />
276 <ClInclude Include="..\..\..\src\core\channel\context.h" />
277 <ClInclude Include="..\..\..\src\core\channel\http_client_filter.h" />
278 <ClInclude Include="..\..\..\src\core\channel\http_server_filter.h" />
279 <ClInclude Include="..\..\..\src\core\channel\noop_filter.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800280 <ClInclude Include="..\..\..\src\core\channel\subchannel_call_holder.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700281 <ClInclude Include="..\..\..\src\core\client_config\client_config.h" />
282 <ClInclude Include="..\..\..\src\core\client_config\connector.h" />
yang-ga6124122015-11-05 22:36:20 -0800283 <ClInclude Include="..\..\..\src\core\client_config\initial_connect_string.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700284 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\pick_first.h" />
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700285 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\round_robin.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700286 <ClInclude Include="..\..\..\src\core\client_config\lb_policy.h" />
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700287 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_factory.h" />
288 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_registry.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700289 <ClInclude Include="..\..\..\src\core\client_config\resolver.h" />
290 <ClInclude Include="..\..\..\src\core\client_config\resolver_factory.h" />
291 <ClInclude Include="..\..\..\src\core\client_config\resolver_registry.h" />
292 <ClInclude Include="..\..\..\src\core\client_config\resolvers\dns_resolver.h" />
293 <ClInclude Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.h" />
294 <ClInclude Include="..\..\..\src\core\client_config\subchannel.h" />
295 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory.h" />
296 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.h" />
297 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.h" />
298 <ClInclude Include="..\..\..\src\core\client_config\uri_parser.h" />
299 <ClInclude Include="..\..\..\src\core\compression\message_compress.h" />
300 <ClInclude Include="..\..\..\src\core\debug\trace.h" />
301 <ClInclude Include="..\..\..\src\core\httpcli\format_request.h" />
302 <ClInclude Include="..\..\..\src\core\httpcli\httpcli.h" />
303 <ClInclude Include="..\..\..\src\core\httpcli\parser.h" />
Craig Tiller298751c2015-09-22 09:41:05 -0700304 <ClInclude Include="..\..\..\src\core\iomgr\closure.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700305 <ClInclude Include="..\..\..\src\core\iomgr\endpoint.h" />
306 <ClInclude Include="..\..\..\src\core\iomgr\endpoint_pair.h" />
Craig Tiller298751c2015-09-22 09:41:05 -0700307 <ClInclude Include="..\..\..\src\core\iomgr\exec_ctx.h" />
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700308 <ClInclude Include="..\..\..\src\core\iomgr\executor.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700309 <ClInclude Include="..\..\..\src\core\iomgr\fd_posix.h" />
310 <ClInclude Include="..\..\..\src\core\iomgr\iocp_windows.h" />
311 <ClInclude Include="..\..\..\src\core\iomgr\iomgr.h" />
312 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_internal.h" />
313 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_posix.h" />
314 <ClInclude Include="..\..\..\src\core\iomgr\pollset.h" />
315 <ClInclude Include="..\..\..\src\core\iomgr\pollset_posix.h" />
316 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set.h" />
317 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_posix.h" />
318 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_windows.h" />
319 <ClInclude Include="..\..\..\src\core\iomgr\pollset_windows.h" />
320 <ClInclude Include="..\..\..\src\core\iomgr\resolve_address.h" />
321 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr.h" />
322 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_posix.h" />
323 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_utils.h" />
324 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_win32.h" />
325 <ClInclude Include="..\..\..\src\core\iomgr\socket_utils_posix.h" />
326 <ClInclude Include="..\..\..\src\core\iomgr\socket_windows.h" />
327 <ClInclude Include="..\..\..\src\core\iomgr\tcp_client.h" />
328 <ClInclude Include="..\..\..\src\core\iomgr\tcp_posix.h" />
329 <ClInclude Include="..\..\..\src\core\iomgr\tcp_server.h" />
330 <ClInclude Include="..\..\..\src\core\iomgr\tcp_windows.h" />
331 <ClInclude Include="..\..\..\src\core\iomgr\time_averaged_stats.h" />
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700332 <ClInclude Include="..\..\..\src\core\iomgr\timer.h" />
333 <ClInclude Include="..\..\..\src\core\iomgr\timer_heap.h" />
334 <ClInclude Include="..\..\..\src\core\iomgr\timer_internal.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700335 <ClInclude Include="..\..\..\src\core\iomgr\udp_server.h" />
336 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.h" />
337 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_posix.h" />
Craig Tiller73b66062015-09-09 09:34:46 -0700338 <ClInclude Include="..\..\..\src\core\iomgr\workqueue.h" />
339 <ClInclude Include="..\..\..\src\core\iomgr\workqueue_posix.h" />
340 <ClInclude Include="..\..\..\src\core\iomgr\workqueue_windows.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700341 <ClInclude Include="..\..\..\src\core\json\json.h" />
342 <ClInclude Include="..\..\..\src\core\json\json_common.h" />
343 <ClInclude Include="..\..\..\src\core\json\json_reader.h" />
344 <ClInclude Include="..\..\..\src\core\json\json_writer.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700345 <ClInclude Include="..\..\..\src\core\statistics\census_interface.h" />
346 <ClInclude Include="..\..\..\src\core\statistics\census_rpc_stats.h" />
Craig Tiller2468ff52015-10-05 09:00:17 -0700347 <ClInclude Include="..\..\..\src\core\surface\api_trace.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700348 <ClInclude Include="..\..\..\src\core\surface\call.h" />
David Garcia Quintas0c331882015-10-08 14:51:54 -0700349 <ClInclude Include="..\..\..\src\core\surface\call_test_only.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700350 <ClInclude Include="..\..\..\src\core\surface\channel.h" />
351 <ClInclude Include="..\..\..\src\core\surface\completion_queue.h" />
352 <ClInclude Include="..\..\..\src\core\surface\event_string.h" />
353 <ClInclude Include="..\..\..\src\core\surface\init.h" />
354 <ClInclude Include="..\..\..\src\core\surface\server.h" />
Craig Tiller0801ce62015-10-05 09:40:31 -0700355 <ClInclude Include="..\..\..\src\core\surface\surface_trace.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800356 <ClInclude Include="..\..\..\src\core\transport\byte_stream.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700357 <ClInclude Include="..\..\..\src\core\transport\chttp2\alpn.h" />
358 <ClInclude Include="..\..\..\src\core\transport\chttp2\bin_encoder.h" />
359 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame.h" />
360 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_data.h" />
361 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_goaway.h" />
362 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_ping.h" />
363 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.h" />
364 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_settings.h" />
365 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_window_update.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800366 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_encoder.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700367 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_parser.h" />
368 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_table.h" />
369 <ClInclude Include="..\..\..\src\core\transport\chttp2\http2_errors.h" />
370 <ClInclude Include="..\..\..\src\core\transport\chttp2\huffsyms.h" />
371 <ClInclude Include="..\..\..\src\core\transport\chttp2\incoming_metadata.h" />
372 <ClInclude Include="..\..\..\src\core\transport\chttp2\internal.h" />
373 <ClInclude Include="..\..\..\src\core\transport\chttp2\status_conversion.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700374 <ClInclude Include="..\..\..\src\core\transport\chttp2\stream_map.h" />
375 <ClInclude Include="..\..\..\src\core\transport\chttp2\timeout_encoding.h" />
376 <ClInclude Include="..\..\..\src\core\transport\chttp2\varint.h" />
377 <ClInclude Include="..\..\..\src\core\transport\chttp2_transport.h" />
378 <ClInclude Include="..\..\..\src\core\transport\connectivity_state.h" />
379 <ClInclude Include="..\..\..\src\core\transport\metadata.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800380 <ClInclude Include="..\..\..\src\core\transport\metadata_batch.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700381 <ClInclude Include="..\..\..\src\core\transport\transport.h" />
382 <ClInclude Include="..\..\..\src\core\transport\transport_impl.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700383 <ClInclude Include="..\..\..\src\core\census\aggregation.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700384 <ClInclude Include="..\..\..\src\core\census\context.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700385 <ClInclude Include="..\..\..\src\core\census\rpc_metric_id.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700386 </ItemGroup>
387 <ItemGroup>
388 <ClCompile Include="..\..\..\src\core\httpcli\httpcli_security_connector.c">
389 </ClCompile>
390 <ClCompile Include="..\..\..\src\core\security\base64.c">
391 </ClCompile>
392 <ClCompile Include="..\..\..\src\core\security\client_auth_filter.c">
393 </ClCompile>
394 <ClCompile Include="..\..\..\src\core\security\credentials.c">
395 </ClCompile>
396 <ClCompile Include="..\..\..\src\core\security\credentials_metadata.c">
397 </ClCompile>
398 <ClCompile Include="..\..\..\src\core\security\credentials_posix.c">
399 </ClCompile>
400 <ClCompile Include="..\..\..\src\core\security\credentials_win32.c">
401 </ClCompile>
402 <ClCompile Include="..\..\..\src\core\security\google_default_credentials.c">
403 </ClCompile>
Julien Boeuf5600a6a2015-09-15 23:01:39 -0700404 <ClCompile Include="..\..\..\src\core\security\handshake.c">
405 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700406 <ClCompile Include="..\..\..\src\core\security\json_token.c">
407 </ClCompile>
408 <ClCompile Include="..\..\..\src\core\security\jwt_verifier.c">
409 </ClCompile>
410 <ClCompile Include="..\..\..\src\core\security\secure_endpoint.c">
411 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700412 <ClCompile Include="..\..\..\src\core\security\security_connector.c">
413 </ClCompile>
414 <ClCompile Include="..\..\..\src\core\security\security_context.c">
415 </ClCompile>
416 <ClCompile Include="..\..\..\src\core\security\server_auth_filter.c">
417 </ClCompile>
418 <ClCompile Include="..\..\..\src\core\security\server_secure_chttp2.c">
419 </ClCompile>
420 <ClCompile Include="..\..\..\src\core\surface\init_secure.c">
421 </ClCompile>
422 <ClCompile Include="..\..\..\src\core\surface\secure_channel_create.c">
423 </ClCompile>
424 <ClCompile Include="..\..\..\src\core\tsi\fake_transport_security.c">
425 </ClCompile>
426 <ClCompile Include="..\..\..\src\core\tsi\ssl_transport_security.c">
427 </ClCompile>
428 <ClCompile Include="..\..\..\src\core\tsi\transport_security.c">
429 </ClCompile>
430 <ClCompile Include="..\..\..\src\core\census\grpc_context.c">
431 </ClCompile>
432 <ClCompile Include="..\..\..\src\core\census\grpc_filter.c">
433 </ClCompile>
434 <ClCompile Include="..\..\..\src\core\channel\channel_args.c">
435 </ClCompile>
436 <ClCompile Include="..\..\..\src\core\channel\channel_stack.c">
437 </ClCompile>
438 <ClCompile Include="..\..\..\src\core\channel\client_channel.c">
439 </ClCompile>
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700440 <ClCompile Include="..\..\..\src\core\channel\client_uchannel.c">
441 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700442 <ClCompile Include="..\..\..\src\core\channel\compress_filter.c">
443 </ClCompile>
444 <ClCompile Include="..\..\..\src\core\channel\connected_channel.c">
445 </ClCompile>
446 <ClCompile Include="..\..\..\src\core\channel\http_client_filter.c">
447 </ClCompile>
448 <ClCompile Include="..\..\..\src\core\channel\http_server_filter.c">
449 </ClCompile>
450 <ClCompile Include="..\..\..\src\core\channel\noop_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>
486 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.c">
487 </ClCompile>
488 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.c">
489 </ClCompile>
490 <ClCompile Include="..\..\..\src\core\client_config\uri_parser.c">
491 </ClCompile>
492 <ClCompile Include="..\..\..\src\core\compression\algorithm.c">
493 </ClCompile>
494 <ClCompile Include="..\..\..\src\core\compression\message_compress.c">
495 </ClCompile>
496 <ClCompile Include="..\..\..\src\core\debug\trace.c">
497 </ClCompile>
498 <ClCompile Include="..\..\..\src\core\httpcli\format_request.c">
499 </ClCompile>
500 <ClCompile Include="..\..\..\src\core\httpcli\httpcli.c">
501 </ClCompile>
502 <ClCompile Include="..\..\..\src\core\httpcli\parser.c">
503 </ClCompile>
Craig Tiller298751c2015-09-22 09:41:05 -0700504 <ClCompile Include="..\..\..\src\core\iomgr\closure.c">
505 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700506 <ClCompile Include="..\..\..\src\core\iomgr\endpoint.c">
507 </ClCompile>
508 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_posix.c">
509 </ClCompile>
510 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_windows.c">
511 </ClCompile>
Craig Tiller8af4c332015-09-22 12:32:31 -0700512 <ClCompile Include="..\..\..\src\core\iomgr\exec_ctx.c">
513 </ClCompile>
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700514 <ClCompile Include="..\..\..\src\core\iomgr\executor.c">
515 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700516 <ClCompile Include="..\..\..\src\core\iomgr\fd_posix.c">
517 </ClCompile>
518 <ClCompile Include="..\..\..\src\core\iomgr\iocp_windows.c">
519 </ClCompile>
520 <ClCompile Include="..\..\..\src\core\iomgr\iomgr.c">
521 </ClCompile>
522 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_posix.c">
523 </ClCompile>
524 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_windows.c">
525 </ClCompile>
526 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_epoll.c">
527 </ClCompile>
528 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c">
529 </ClCompile>
530 <ClCompile Include="..\..\..\src\core\iomgr\pollset_posix.c">
531 </ClCompile>
532 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_posix.c">
533 </ClCompile>
534 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_windows.c">
535 </ClCompile>
536 <ClCompile Include="..\..\..\src\core\iomgr\pollset_windows.c">
537 </ClCompile>
538 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_posix.c">
539 </ClCompile>
540 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_windows.c">
541 </ClCompile>
542 <ClCompile Include="..\..\..\src\core\iomgr\sockaddr_utils.c">
543 </ClCompile>
544 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_common_posix.c">
545 </ClCompile>
546 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_linux.c">
547 </ClCompile>
548 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_posix.c">
549 </ClCompile>
550 <ClCompile Include="..\..\..\src\core\iomgr\socket_windows.c">
551 </ClCompile>
552 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_posix.c">
553 </ClCompile>
554 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_windows.c">
555 </ClCompile>
556 <ClCompile Include="..\..\..\src\core\iomgr\tcp_posix.c">
557 </ClCompile>
558 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_posix.c">
559 </ClCompile>
560 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_windows.c">
561 </ClCompile>
562 <ClCompile Include="..\..\..\src\core\iomgr\tcp_windows.c">
563 </ClCompile>
564 <ClCompile Include="..\..\..\src\core\iomgr\time_averaged_stats.c">
565 </ClCompile>
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700566 <ClCompile Include="..\..\..\src\core\iomgr\timer.c">
567 </ClCompile>
568 <ClCompile Include="..\..\..\src\core\iomgr\timer_heap.c">
569 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700570 <ClCompile Include="..\..\..\src\core\iomgr\udp_server.c">
571 </ClCompile>
572 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_eventfd.c">
573 </ClCompile>
574 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_nospecial.c">
575 </ClCompile>
576 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.c">
577 </ClCompile>
578 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_posix.c">
579 </ClCompile>
Craig Tiller73b66062015-09-09 09:34:46 -0700580 <ClCompile Include="..\..\..\src\core\iomgr\workqueue_posix.c">
581 </ClCompile>
582 <ClCompile Include="..\..\..\src\core\iomgr\workqueue_windows.c">
583 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700584 <ClCompile Include="..\..\..\src\core\json\json.c">
585 </ClCompile>
586 <ClCompile Include="..\..\..\src\core\json\json_reader.c">
587 </ClCompile>
588 <ClCompile Include="..\..\..\src\core\json\json_string.c">
589 </ClCompile>
590 <ClCompile Include="..\..\..\src\core\json\json_writer.c">
591 </ClCompile>
Craig Tiller2468ff52015-10-05 09:00:17 -0700592 <ClCompile Include="..\..\..\src\core\surface\api_trace.c">
593 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700594 <ClCompile Include="..\..\..\src\core\surface\byte_buffer.c">
595 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700596 <ClCompile Include="..\..\..\src\core\surface\byte_buffer_reader.c">
597 </ClCompile>
598 <ClCompile Include="..\..\..\src\core\surface\call.c">
599 </ClCompile>
600 <ClCompile Include="..\..\..\src\core\surface\call_details.c">
601 </ClCompile>
602 <ClCompile Include="..\..\..\src\core\surface\call_log_batch.c">
603 </ClCompile>
604 <ClCompile Include="..\..\..\src\core\surface\channel.c">
605 </ClCompile>
606 <ClCompile Include="..\..\..\src\core\surface\channel_connectivity.c">
607 </ClCompile>
608 <ClCompile Include="..\..\..\src\core\surface\channel_create.c">
609 </ClCompile>
610 <ClCompile Include="..\..\..\src\core\surface\completion_queue.c">
611 </ClCompile>
612 <ClCompile Include="..\..\..\src\core\surface\event_string.c">
613 </ClCompile>
614 <ClCompile Include="..\..\..\src\core\surface\init.c">
615 </ClCompile>
616 <ClCompile Include="..\..\..\src\core\surface\lame_client.c">
617 </ClCompile>
618 <ClCompile Include="..\..\..\src\core\surface\metadata_array.c">
619 </ClCompile>
620 <ClCompile Include="..\..\..\src\core\surface\server.c">
621 </ClCompile>
622 <ClCompile Include="..\..\..\src\core\surface\server_chttp2.c">
623 </ClCompile>
624 <ClCompile Include="..\..\..\src\core\surface\server_create.c">
625 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700626 <ClCompile Include="..\..\..\src\core\surface\version.c">
627 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800628 <ClCompile Include="..\..\..\src\core\transport\byte_stream.c">
629 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700630 <ClCompile Include="..\..\..\src\core\transport\chttp2\alpn.c">
631 </ClCompile>
632 <ClCompile Include="..\..\..\src\core\transport\chttp2\bin_encoder.c">
633 </ClCompile>
634 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_data.c">
635 </ClCompile>
636 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_goaway.c">
637 </ClCompile>
638 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_ping.c">
639 </ClCompile>
640 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.c">
641 </ClCompile>
642 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_settings.c">
643 </ClCompile>
644 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_window_update.c">
645 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800646 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_encoder.c">
647 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700648 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_parser.c">
649 </ClCompile>
650 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_table.c">
651 </ClCompile>
652 <ClCompile Include="..\..\..\src\core\transport\chttp2\huffsyms.c">
653 </ClCompile>
654 <ClCompile Include="..\..\..\src\core\transport\chttp2\incoming_metadata.c">
655 </ClCompile>
656 <ClCompile Include="..\..\..\src\core\transport\chttp2\parsing.c">
657 </ClCompile>
658 <ClCompile Include="..\..\..\src\core\transport\chttp2\status_conversion.c">
659 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700660 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_lists.c">
661 </ClCompile>
662 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_map.c">
663 </ClCompile>
664 <ClCompile Include="..\..\..\src\core\transport\chttp2\timeout_encoding.c">
665 </ClCompile>
666 <ClCompile Include="..\..\..\src\core\transport\chttp2\varint.c">
667 </ClCompile>
668 <ClCompile Include="..\..\..\src\core\transport\chttp2\writing.c">
669 </ClCompile>
670 <ClCompile Include="..\..\..\src\core\transport\chttp2_transport.c">
671 </ClCompile>
672 <ClCompile Include="..\..\..\src\core\transport\connectivity_state.c">
673 </ClCompile>
674 <ClCompile Include="..\..\..\src\core\transport\metadata.c">
675 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800676 <ClCompile Include="..\..\..\src\core\transport\metadata_batch.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700677 </ClCompile>
678 <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