blob: 0f8d3f9925ec2b646043766ae4b77cb4a228717a [file] [log] [blame]
Craig Tiller02a7bed2015-08-31 15:54:05 -07001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies.openssl.props" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\1.0.2.3.props')" />
4 <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>
102 </ClCompile>
103 <Link>
104 <SubSystem>Windows</SubSystem>
105 <GenerateDebugInformation>true</GenerateDebugInformation>
106 </Link>
107 </ItemDefinitionGroup>
108 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'">
109 <ClCompile>
110 <PrecompiledHeader>NotUsing</PrecompiledHeader>
111 <WarningLevel>Level3</WarningLevel>
112 <Optimization>Disabled</Optimization>
113 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
114 <SDLCheck>true</SDLCheck>
115 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
116 </ClCompile>
117 <Link>
118 <SubSystem>Windows</SubSystem>
119 <GenerateDebugInformation>true</GenerateDebugInformation>
120 </Link>
121 </ItemDefinitionGroup>
122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">
123 <ClCompile>
124 <WarningLevel>Level3</WarningLevel>
125 <PrecompiledHeader>NotUsing</PrecompiledHeader>
126 <Optimization>MaxSpeed</Optimization>
127 <FunctionLevelLinking>true</FunctionLevelLinking>
128 <IntrinsicFunctions>true</IntrinsicFunctions>
129 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130 <SDLCheck>true</SDLCheck>
131 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
132 </ClCompile>
133 <Link>
134 <SubSystem>Windows</SubSystem>
135 <GenerateDebugInformation>true</GenerateDebugInformation>
136 <EnableCOMDATFolding>true</EnableCOMDATFolding>
137 <OptimizeReferences>true</OptimizeReferences>
138 </Link>
139 </ItemDefinitionGroup>
140 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'">
141 <ClCompile>
142 <WarningLevel>Level3</WarningLevel>
143 <PrecompiledHeader>NotUsing</PrecompiledHeader>
144 <Optimization>MaxSpeed</Optimization>
145 <FunctionLevelLinking>true</FunctionLevelLinking>
146 <IntrinsicFunctions>true</IntrinsicFunctions>
147 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
148 <SDLCheck>true</SDLCheck>
149 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
150 </ClCompile>
151 <Link>
152 <SubSystem>Windows</SubSystem>
153 <GenerateDebugInformation>true</GenerateDebugInformation>
154 <EnableCOMDATFolding>true</EnableCOMDATFolding>
155 <OptimizeReferences>true</OptimizeReferences>
156 </Link>
157 </ItemDefinitionGroup>
158 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
159 <ClCompile>
160 <PrecompiledHeader>NotUsing</PrecompiledHeader>
161 <WarningLevel>Level3</WarningLevel>
162 <Optimization>Disabled</Optimization>
163 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
164 <SDLCheck>true</SDLCheck>
165 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
166 </ClCompile>
167 <Link>
168 <SubSystem>Windows</SubSystem>
169 <GenerateDebugInformation>true</GenerateDebugInformation>
170 </Link>
171 </ItemDefinitionGroup>
172 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
173 <ClCompile>
174 <PrecompiledHeader>NotUsing</PrecompiledHeader>
175 <WarningLevel>Level3</WarningLevel>
176 <Optimization>Disabled</Optimization>
177 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
178 <SDLCheck>true</SDLCheck>
179 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
180 </ClCompile>
181 <Link>
182 <SubSystem>Windows</SubSystem>
183 <GenerateDebugInformation>true</GenerateDebugInformation>
184 </Link>
185 </ItemDefinitionGroup>
186 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
187 <ClCompile>
188 <WarningLevel>Level3</WarningLevel>
189 <PrecompiledHeader>NotUsing</PrecompiledHeader>
190 <Optimization>MaxSpeed</Optimization>
191 <FunctionLevelLinking>true</FunctionLevelLinking>
192 <IntrinsicFunctions>true</IntrinsicFunctions>
193 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
194 <SDLCheck>true</SDLCheck>
195 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
196 </ClCompile>
197 <Link>
198 <SubSystem>Windows</SubSystem>
199 <GenerateDebugInformation>true</GenerateDebugInformation>
200 <EnableCOMDATFolding>true</EnableCOMDATFolding>
201 <OptimizeReferences>true</OptimizeReferences>
202 </Link>
203 </ItemDefinitionGroup>
204 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
212 <SDLCheck>true</SDLCheck>
213 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
214 </ClCompile>
215 <Link>
216 <SubSystem>Windows</SubSystem>
217 <GenerateDebugInformation>true</GenerateDebugInformation>
218 <EnableCOMDATFolding>true</EnableCOMDATFolding>
219 <OptimizeReferences>true</OptimizeReferences>
220 </Link>
221 </ItemDefinitionGroup>
222 <ItemGroup>
223 <ClInclude Include="..\..\..\include\grpc\grpc_security.h" />
224 <ClInclude Include="..\..\..\include\grpc\byte_buffer.h" />
225 <ClInclude Include="..\..\..\include\grpc\byte_buffer_reader.h" />
226 <ClInclude Include="..\..\..\include\grpc\compression.h" />
227 <ClInclude Include="..\..\..\include\grpc\grpc.h" />
228 <ClInclude Include="..\..\..\include\grpc\status.h" />
229 <ClInclude Include="..\..\..\include\grpc\census.h" />
230 </ItemGroup>
231 <ItemGroup>
232 <ClInclude Include="..\..\..\src\core\security\auth_filters.h" />
233 <ClInclude Include="..\..\..\src\core\security\base64.h" />
234 <ClInclude Include="..\..\..\src\core\security\credentials.h" />
235 <ClInclude Include="..\..\..\src\core\security\json_token.h" />
236 <ClInclude Include="..\..\..\src\core\security\jwt_verifier.h" />
237 <ClInclude Include="..\..\..\src\core\security\secure_endpoint.h" />
238 <ClInclude Include="..\..\..\src\core\security\secure_transport_setup.h" />
239 <ClInclude Include="..\..\..\src\core\security\security_connector.h" />
240 <ClInclude Include="..\..\..\src\core\security\security_context.h" />
241 <ClInclude Include="..\..\..\src\core\tsi\fake_transport_security.h" />
242 <ClInclude Include="..\..\..\src\core\tsi\ssl_transport_security.h" />
243 <ClInclude Include="..\..\..\src\core\tsi\transport_security.h" />
244 <ClInclude Include="..\..\..\src\core\tsi\transport_security_interface.h" />
245 <ClInclude Include="..\..\..\src\core\census\grpc_filter.h" />
246 <ClInclude Include="..\..\..\src\core\channel\channel_args.h" />
247 <ClInclude Include="..\..\..\src\core\channel\channel_stack.h" />
248 <ClInclude Include="..\..\..\src\core\channel\client_channel.h" />
249 <ClInclude Include="..\..\..\src\core\channel\compress_filter.h" />
250 <ClInclude Include="..\..\..\src\core\channel\connected_channel.h" />
251 <ClInclude Include="..\..\..\src\core\channel\context.h" />
252 <ClInclude Include="..\..\..\src\core\channel\http_client_filter.h" />
253 <ClInclude Include="..\..\..\src\core\channel\http_server_filter.h" />
254 <ClInclude Include="..\..\..\src\core\channel\noop_filter.h" />
255 <ClInclude Include="..\..\..\src\core\client_config\client_config.h" />
256 <ClInclude Include="..\..\..\src\core\client_config\connector.h" />
257 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\pick_first.h" />
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700258 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\round_robin.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700259 <ClInclude Include="..\..\..\src\core\client_config\lb_policy.h" />
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700260 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_factory.h" />
261 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_registry.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700262 <ClInclude Include="..\..\..\src\core\client_config\resolver.h" />
263 <ClInclude Include="..\..\..\src\core\client_config\resolver_factory.h" />
264 <ClInclude Include="..\..\..\src\core\client_config\resolver_registry.h" />
265 <ClInclude Include="..\..\..\src\core\client_config\resolvers\dns_resolver.h" />
266 <ClInclude Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.h" />
267 <ClInclude Include="..\..\..\src\core\client_config\subchannel.h" />
268 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory.h" />
269 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.h" />
270 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.h" />
271 <ClInclude Include="..\..\..\src\core\client_config\uri_parser.h" />
272 <ClInclude Include="..\..\..\src\core\compression\message_compress.h" />
273 <ClInclude Include="..\..\..\src\core\debug\trace.h" />
274 <ClInclude Include="..\..\..\src\core\httpcli\format_request.h" />
275 <ClInclude Include="..\..\..\src\core\httpcli\httpcli.h" />
276 <ClInclude Include="..\..\..\src\core\httpcli\parser.h" />
277 <ClInclude Include="..\..\..\src\core\iomgr\alarm.h" />
278 <ClInclude Include="..\..\..\src\core\iomgr\alarm_heap.h" />
279 <ClInclude Include="..\..\..\src\core\iomgr\alarm_internal.h" />
280 <ClInclude Include="..\..\..\src\core\iomgr\endpoint.h" />
281 <ClInclude Include="..\..\..\src\core\iomgr\endpoint_pair.h" />
282 <ClInclude Include="..\..\..\src\core\iomgr\fd_posix.h" />
283 <ClInclude Include="..\..\..\src\core\iomgr\iocp_windows.h" />
284 <ClInclude Include="..\..\..\src\core\iomgr\iomgr.h" />
285 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_internal.h" />
286 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_posix.h" />
287 <ClInclude Include="..\..\..\src\core\iomgr\pollset.h" />
288 <ClInclude Include="..\..\..\src\core\iomgr\pollset_posix.h" />
289 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set.h" />
290 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_posix.h" />
291 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_windows.h" />
292 <ClInclude Include="..\..\..\src\core\iomgr\pollset_windows.h" />
293 <ClInclude Include="..\..\..\src\core\iomgr\resolve_address.h" />
294 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr.h" />
295 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_posix.h" />
296 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_utils.h" />
297 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_win32.h" />
298 <ClInclude Include="..\..\..\src\core\iomgr\socket_utils_posix.h" />
299 <ClInclude Include="..\..\..\src\core\iomgr\socket_windows.h" />
300 <ClInclude Include="..\..\..\src\core\iomgr\tcp_client.h" />
301 <ClInclude Include="..\..\..\src\core\iomgr\tcp_posix.h" />
302 <ClInclude Include="..\..\..\src\core\iomgr\tcp_server.h" />
303 <ClInclude Include="..\..\..\src\core\iomgr\tcp_windows.h" />
304 <ClInclude Include="..\..\..\src\core\iomgr\time_averaged_stats.h" />
305 <ClInclude Include="..\..\..\src\core\iomgr\udp_server.h" />
306 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.h" />
307 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_posix.h" />
308 <ClInclude Include="..\..\..\src\core\json\json.h" />
309 <ClInclude Include="..\..\..\src\core\json\json_common.h" />
310 <ClInclude Include="..\..\..\src\core\json\json_reader.h" />
311 <ClInclude Include="..\..\..\src\core\json\json_writer.h" />
312 <ClInclude Include="..\..\..\src\core\profiling\timers.h" />
313 <ClInclude Include="..\..\..\src\core\statistics\census_interface.h" />
314 <ClInclude Include="..\..\..\src\core\statistics\census_rpc_stats.h" />
315 <ClInclude Include="..\..\..\src\core\surface\byte_buffer_queue.h" />
316 <ClInclude Include="..\..\..\src\core\surface\call.h" />
317 <ClInclude Include="..\..\..\src\core\surface\channel.h" />
318 <ClInclude Include="..\..\..\src\core\surface\completion_queue.h" />
319 <ClInclude Include="..\..\..\src\core\surface\event_string.h" />
320 <ClInclude Include="..\..\..\src\core\surface\init.h" />
321 <ClInclude Include="..\..\..\src\core\surface\server.h" />
322 <ClInclude Include="..\..\..\src\core\surface\surface_trace.h" />
323 <ClInclude Include="..\..\..\src\core\transport\chttp2\alpn.h" />
324 <ClInclude Include="..\..\..\src\core\transport\chttp2\bin_encoder.h" />
325 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame.h" />
326 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_data.h" />
327 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_goaway.h" />
328 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_ping.h" />
329 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.h" />
330 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_settings.h" />
331 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_window_update.h" />
332 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_parser.h" />
333 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_table.h" />
334 <ClInclude Include="..\..\..\src\core\transport\chttp2\http2_errors.h" />
335 <ClInclude Include="..\..\..\src\core\transport\chttp2\huffsyms.h" />
336 <ClInclude Include="..\..\..\src\core\transport\chttp2\incoming_metadata.h" />
337 <ClInclude Include="..\..\..\src\core\transport\chttp2\internal.h" />
338 <ClInclude Include="..\..\..\src\core\transport\chttp2\status_conversion.h" />
339 <ClInclude Include="..\..\..\src\core\transport\chttp2\stream_encoder.h" />
340 <ClInclude Include="..\..\..\src\core\transport\chttp2\stream_map.h" />
341 <ClInclude Include="..\..\..\src\core\transport\chttp2\timeout_encoding.h" />
342 <ClInclude Include="..\..\..\src\core\transport\chttp2\varint.h" />
343 <ClInclude Include="..\..\..\src\core\transport\chttp2_transport.h" />
344 <ClInclude Include="..\..\..\src\core\transport\connectivity_state.h" />
345 <ClInclude Include="..\..\..\src\core\transport\metadata.h" />
346 <ClInclude Include="..\..\..\src\core\transport\stream_op.h" />
347 <ClInclude Include="..\..\..\src\core\transport\transport.h" />
348 <ClInclude Include="..\..\..\src\core\transport\transport_impl.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700349 <ClInclude Include="..\..\..\src\core\census\aggregation.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700350 <ClInclude Include="..\..\..\src\core\census\context.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700351 <ClInclude Include="..\..\..\src\core\census\rpc_metric_id.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700352 </ItemGroup>
353 <ItemGroup>
354 <ClCompile Include="..\..\..\src\core\httpcli\httpcli_security_connector.c">
355 </ClCompile>
356 <ClCompile Include="..\..\..\src\core\security\base64.c">
357 </ClCompile>
358 <ClCompile Include="..\..\..\src\core\security\client_auth_filter.c">
359 </ClCompile>
360 <ClCompile Include="..\..\..\src\core\security\credentials.c">
361 </ClCompile>
362 <ClCompile Include="..\..\..\src\core\security\credentials_metadata.c">
363 </ClCompile>
364 <ClCompile Include="..\..\..\src\core\security\credentials_posix.c">
365 </ClCompile>
366 <ClCompile Include="..\..\..\src\core\security\credentials_win32.c">
367 </ClCompile>
368 <ClCompile Include="..\..\..\src\core\security\google_default_credentials.c">
369 </ClCompile>
370 <ClCompile Include="..\..\..\src\core\security\json_token.c">
371 </ClCompile>
372 <ClCompile Include="..\..\..\src\core\security\jwt_verifier.c">
373 </ClCompile>
374 <ClCompile Include="..\..\..\src\core\security\secure_endpoint.c">
375 </ClCompile>
376 <ClCompile Include="..\..\..\src\core\security\secure_transport_setup.c">
377 </ClCompile>
378 <ClCompile Include="..\..\..\src\core\security\security_connector.c">
379 </ClCompile>
380 <ClCompile Include="..\..\..\src\core\security\security_context.c">
381 </ClCompile>
382 <ClCompile Include="..\..\..\src\core\security\server_auth_filter.c">
383 </ClCompile>
384 <ClCompile Include="..\..\..\src\core\security\server_secure_chttp2.c">
385 </ClCompile>
386 <ClCompile Include="..\..\..\src\core\surface\init_secure.c">
387 </ClCompile>
388 <ClCompile Include="..\..\..\src\core\surface\secure_channel_create.c">
389 </ClCompile>
390 <ClCompile Include="..\..\..\src\core\tsi\fake_transport_security.c">
391 </ClCompile>
392 <ClCompile Include="..\..\..\src\core\tsi\ssl_transport_security.c">
393 </ClCompile>
394 <ClCompile Include="..\..\..\src\core\tsi\transport_security.c">
395 </ClCompile>
396 <ClCompile Include="..\..\..\src\core\census\grpc_context.c">
397 </ClCompile>
398 <ClCompile Include="..\..\..\src\core\census\grpc_filter.c">
399 </ClCompile>
400 <ClCompile Include="..\..\..\src\core\channel\channel_args.c">
401 </ClCompile>
402 <ClCompile Include="..\..\..\src\core\channel\channel_stack.c">
403 </ClCompile>
404 <ClCompile Include="..\..\..\src\core\channel\client_channel.c">
405 </ClCompile>
406 <ClCompile Include="..\..\..\src\core\channel\compress_filter.c">
407 </ClCompile>
408 <ClCompile Include="..\..\..\src\core\channel\connected_channel.c">
409 </ClCompile>
410 <ClCompile Include="..\..\..\src\core\channel\http_client_filter.c">
411 </ClCompile>
412 <ClCompile Include="..\..\..\src\core\channel\http_server_filter.c">
413 </ClCompile>
414 <ClCompile Include="..\..\..\src\core\channel\noop_filter.c">
415 </ClCompile>
416 <ClCompile Include="..\..\..\src\core\client_config\client_config.c">
417 </ClCompile>
418 <ClCompile Include="..\..\..\src\core\client_config\connector.c">
419 </ClCompile>
420 <ClCompile Include="..\..\..\src\core\client_config\lb_policies\pick_first.c">
421 </ClCompile>
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700422 <ClCompile Include="..\..\..\src\core\client_config\lb_policies\round_robin.c">
423 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700424 <ClCompile Include="..\..\..\src\core\client_config\lb_policy.c">
425 </ClCompile>
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700426 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_factory.c">
427 </ClCompile>
428 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_registry.c">
429 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700430 <ClCompile Include="..\..\..\src\core\client_config\resolver.c">
431 </ClCompile>
432 <ClCompile Include="..\..\..\src\core\client_config\resolver_factory.c">
433 </ClCompile>
434 <ClCompile Include="..\..\..\src\core\client_config\resolver_registry.c">
435 </ClCompile>
436 <ClCompile Include="..\..\..\src\core\client_config\resolvers\dns_resolver.c">
437 </ClCompile>
438 <ClCompile Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.c">
439 </ClCompile>
440 <ClCompile Include="..\..\..\src\core\client_config\subchannel.c">
441 </ClCompile>
442 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory.c">
443 </ClCompile>
444 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.c">
445 </ClCompile>
446 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.c">
447 </ClCompile>
448 <ClCompile Include="..\..\..\src\core\client_config\uri_parser.c">
449 </ClCompile>
450 <ClCompile Include="..\..\..\src\core\compression\algorithm.c">
451 </ClCompile>
452 <ClCompile Include="..\..\..\src\core\compression\message_compress.c">
453 </ClCompile>
454 <ClCompile Include="..\..\..\src\core\debug\trace.c">
455 </ClCompile>
456 <ClCompile Include="..\..\..\src\core\httpcli\format_request.c">
457 </ClCompile>
458 <ClCompile Include="..\..\..\src\core\httpcli\httpcli.c">
459 </ClCompile>
460 <ClCompile Include="..\..\..\src\core\httpcli\parser.c">
461 </ClCompile>
462 <ClCompile Include="..\..\..\src\core\iomgr\alarm.c">
463 </ClCompile>
464 <ClCompile Include="..\..\..\src\core\iomgr\alarm_heap.c">
465 </ClCompile>
466 <ClCompile Include="..\..\..\src\core\iomgr\endpoint.c">
467 </ClCompile>
468 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_posix.c">
469 </ClCompile>
470 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_windows.c">
471 </ClCompile>
472 <ClCompile Include="..\..\..\src\core\iomgr\fd_posix.c">
473 </ClCompile>
474 <ClCompile Include="..\..\..\src\core\iomgr\iocp_windows.c">
475 </ClCompile>
476 <ClCompile Include="..\..\..\src\core\iomgr\iomgr.c">
477 </ClCompile>
478 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_posix.c">
479 </ClCompile>
480 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_windows.c">
481 </ClCompile>
482 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_epoll.c">
483 </ClCompile>
484 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c">
485 </ClCompile>
486 <ClCompile Include="..\..\..\src\core\iomgr\pollset_posix.c">
487 </ClCompile>
488 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_posix.c">
489 </ClCompile>
490 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_windows.c">
491 </ClCompile>
492 <ClCompile Include="..\..\..\src\core\iomgr\pollset_windows.c">
493 </ClCompile>
494 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_posix.c">
495 </ClCompile>
496 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_windows.c">
497 </ClCompile>
498 <ClCompile Include="..\..\..\src\core\iomgr\sockaddr_utils.c">
499 </ClCompile>
500 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_common_posix.c">
501 </ClCompile>
502 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_linux.c">
503 </ClCompile>
504 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_posix.c">
505 </ClCompile>
506 <ClCompile Include="..\..\..\src\core\iomgr\socket_windows.c">
507 </ClCompile>
508 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_posix.c">
509 </ClCompile>
510 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_windows.c">
511 </ClCompile>
512 <ClCompile Include="..\..\..\src\core\iomgr\tcp_posix.c">
513 </ClCompile>
514 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_posix.c">
515 </ClCompile>
516 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_windows.c">
517 </ClCompile>
518 <ClCompile Include="..\..\..\src\core\iomgr\tcp_windows.c">
519 </ClCompile>
520 <ClCompile Include="..\..\..\src\core\iomgr\time_averaged_stats.c">
521 </ClCompile>
522 <ClCompile Include="..\..\..\src\core\iomgr\udp_server.c">
523 </ClCompile>
524 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_eventfd.c">
525 </ClCompile>
526 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_nospecial.c">
527 </ClCompile>
528 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.c">
529 </ClCompile>
530 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_posix.c">
531 </ClCompile>
532 <ClCompile Include="..\..\..\src\core\json\json.c">
533 </ClCompile>
534 <ClCompile Include="..\..\..\src\core\json\json_reader.c">
535 </ClCompile>
536 <ClCompile Include="..\..\..\src\core\json\json_string.c">
537 </ClCompile>
538 <ClCompile Include="..\..\..\src\core\json\json_writer.c">
539 </ClCompile>
540 <ClCompile Include="..\..\..\src\core\profiling\basic_timers.c">
541 </ClCompile>
542 <ClCompile Include="..\..\..\src\core\profiling\stap_timers.c">
543 </ClCompile>
544 <ClCompile Include="..\..\..\src\core\surface\byte_buffer.c">
545 </ClCompile>
546 <ClCompile Include="..\..\..\src\core\surface\byte_buffer_queue.c">
547 </ClCompile>
548 <ClCompile Include="..\..\..\src\core\surface\byte_buffer_reader.c">
549 </ClCompile>
550 <ClCompile Include="..\..\..\src\core\surface\call.c">
551 </ClCompile>
552 <ClCompile Include="..\..\..\src\core\surface\call_details.c">
553 </ClCompile>
554 <ClCompile Include="..\..\..\src\core\surface\call_log_batch.c">
555 </ClCompile>
556 <ClCompile Include="..\..\..\src\core\surface\channel.c">
557 </ClCompile>
558 <ClCompile Include="..\..\..\src\core\surface\channel_connectivity.c">
559 </ClCompile>
560 <ClCompile Include="..\..\..\src\core\surface\channel_create.c">
561 </ClCompile>
562 <ClCompile Include="..\..\..\src\core\surface\completion_queue.c">
563 </ClCompile>
564 <ClCompile Include="..\..\..\src\core\surface\event_string.c">
565 </ClCompile>
566 <ClCompile Include="..\..\..\src\core\surface\init.c">
567 </ClCompile>
568 <ClCompile Include="..\..\..\src\core\surface\lame_client.c">
569 </ClCompile>
570 <ClCompile Include="..\..\..\src\core\surface\metadata_array.c">
571 </ClCompile>
572 <ClCompile Include="..\..\..\src\core\surface\server.c">
573 </ClCompile>
574 <ClCompile Include="..\..\..\src\core\surface\server_chttp2.c">
575 </ClCompile>
576 <ClCompile Include="..\..\..\src\core\surface\server_create.c">
577 </ClCompile>
578 <ClCompile Include="..\..\..\src\core\surface\surface_trace.c">
579 </ClCompile>
580 <ClCompile Include="..\..\..\src\core\surface\version.c">
581 </ClCompile>
582 <ClCompile Include="..\..\..\src\core\transport\chttp2\alpn.c">
583 </ClCompile>
584 <ClCompile Include="..\..\..\src\core\transport\chttp2\bin_encoder.c">
585 </ClCompile>
586 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_data.c">
587 </ClCompile>
588 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_goaway.c">
589 </ClCompile>
590 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_ping.c">
591 </ClCompile>
592 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.c">
593 </ClCompile>
594 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_settings.c">
595 </ClCompile>
596 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_window_update.c">
597 </ClCompile>
598 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_parser.c">
599 </ClCompile>
600 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_table.c">
601 </ClCompile>
602 <ClCompile Include="..\..\..\src\core\transport\chttp2\huffsyms.c">
603 </ClCompile>
604 <ClCompile Include="..\..\..\src\core\transport\chttp2\incoming_metadata.c">
605 </ClCompile>
606 <ClCompile Include="..\..\..\src\core\transport\chttp2\parsing.c">
607 </ClCompile>
608 <ClCompile Include="..\..\..\src\core\transport\chttp2\status_conversion.c">
609 </ClCompile>
610 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_encoder.c">
611 </ClCompile>
612 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_lists.c">
613 </ClCompile>
614 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_map.c">
615 </ClCompile>
616 <ClCompile Include="..\..\..\src\core\transport\chttp2\timeout_encoding.c">
617 </ClCompile>
618 <ClCompile Include="..\..\..\src\core\transport\chttp2\varint.c">
619 </ClCompile>
620 <ClCompile Include="..\..\..\src\core\transport\chttp2\writing.c">
621 </ClCompile>
622 <ClCompile Include="..\..\..\src\core\transport\chttp2_transport.c">
623 </ClCompile>
624 <ClCompile Include="..\..\..\src\core\transport\connectivity_state.c">
625 </ClCompile>
626 <ClCompile Include="..\..\..\src\core\transport\metadata.c">
627 </ClCompile>
628 <ClCompile Include="..\..\..\src\core\transport\stream_op.c">
629 </ClCompile>
630 <ClCompile Include="..\..\..\src\core\transport\transport.c">
631 </ClCompile>
632 <ClCompile Include="..\..\..\src\core\transport\transport_op_string.c">
633 </ClCompile>
634 <ClCompile Include="..\..\..\src\core\census\context.c">
635 </ClCompile>
636 <ClCompile Include="..\..\..\src\core\census\initialize.c">
637 </ClCompile>
638 <ClCompile Include="..\..\..\src\core\census\operation.c">
639 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700640 <ClCompile Include="..\..\..\src\core\census\tracing.c">
641 </ClCompile>
642 </ItemGroup>
643 <ItemGroup>
644 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
645 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
646 </ProjectReference>
647 </ItemGroup>
648 <ItemGroup>
649 <None Include="packages.config" />
650 </ItemGroup>
651 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
652 <ImportGroup Label="ExtensionTargets">
653 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
654 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
655 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.2.3\build\native\grpc.dependencies.openssl.redist.targets" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.2.3\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
656 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies.openssl.targets" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
657 </ImportGroup>
658 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
659 <PropertyGroup>
660 <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>
661 </PropertyGroup>
662 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets')" />
663 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets')" />
664 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.2.3\build\native\grpc.dependencies.openssl.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.2.3\build\native\grpc.dependencies.openssl.redist.targets')" />
665 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies.openssl.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies.openssl.props')" />
666 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies.openssl.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.2.3\build\native\grpc.dependencies.openssl.targets')" />
667 </Target>
668</Project>
669