blob: 2eda9e32e67f5ecacf656d107e819d1ffcef03d1 [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" />
258 <ClInclude Include="..\..\..\src\core\client_config\lb_policy.h" />
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700259 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_factory.h" />
260 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_registry.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700261 <ClInclude Include="..\..\..\src\core\client_config\resolver.h" />
262 <ClInclude Include="..\..\..\src\core\client_config\resolver_factory.h" />
263 <ClInclude Include="..\..\..\src\core\client_config\resolver_registry.h" />
264 <ClInclude Include="..\..\..\src\core\client_config\resolvers\dns_resolver.h" />
265 <ClInclude Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.h" />
266 <ClInclude Include="..\..\..\src\core\client_config\subchannel.h" />
267 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory.h" />
268 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.h" />
269 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.h" />
270 <ClInclude Include="..\..\..\src\core\client_config\uri_parser.h" />
271 <ClInclude Include="..\..\..\src\core\compression\message_compress.h" />
272 <ClInclude Include="..\..\..\src\core\debug\trace.h" />
273 <ClInclude Include="..\..\..\src\core\httpcli\format_request.h" />
274 <ClInclude Include="..\..\..\src\core\httpcli\httpcli.h" />
275 <ClInclude Include="..\..\..\src\core\httpcli\parser.h" />
276 <ClInclude Include="..\..\..\src\core\iomgr\alarm.h" />
277 <ClInclude Include="..\..\..\src\core\iomgr\alarm_heap.h" />
278 <ClInclude Include="..\..\..\src\core\iomgr\alarm_internal.h" />
279 <ClInclude Include="..\..\..\src\core\iomgr\endpoint.h" />
280 <ClInclude Include="..\..\..\src\core\iomgr\endpoint_pair.h" />
281 <ClInclude Include="..\..\..\src\core\iomgr\fd_posix.h" />
282 <ClInclude Include="..\..\..\src\core\iomgr\iocp_windows.h" />
283 <ClInclude Include="..\..\..\src\core\iomgr\iomgr.h" />
284 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_internal.h" />
285 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_posix.h" />
286 <ClInclude Include="..\..\..\src\core\iomgr\pollset.h" />
287 <ClInclude Include="..\..\..\src\core\iomgr\pollset_posix.h" />
288 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set.h" />
289 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_posix.h" />
290 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_windows.h" />
291 <ClInclude Include="..\..\..\src\core\iomgr\pollset_windows.h" />
292 <ClInclude Include="..\..\..\src\core\iomgr\resolve_address.h" />
293 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr.h" />
294 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_posix.h" />
295 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_utils.h" />
296 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_win32.h" />
297 <ClInclude Include="..\..\..\src\core\iomgr\socket_utils_posix.h" />
298 <ClInclude Include="..\..\..\src\core\iomgr\socket_windows.h" />
299 <ClInclude Include="..\..\..\src\core\iomgr\tcp_client.h" />
300 <ClInclude Include="..\..\..\src\core\iomgr\tcp_posix.h" />
301 <ClInclude Include="..\..\..\src\core\iomgr\tcp_server.h" />
302 <ClInclude Include="..\..\..\src\core\iomgr\tcp_windows.h" />
303 <ClInclude Include="..\..\..\src\core\iomgr\time_averaged_stats.h" />
304 <ClInclude Include="..\..\..\src\core\iomgr\udp_server.h" />
305 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.h" />
306 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_posix.h" />
307 <ClInclude Include="..\..\..\src\core\json\json.h" />
308 <ClInclude Include="..\..\..\src\core\json\json_common.h" />
309 <ClInclude Include="..\..\..\src\core\json\json_reader.h" />
310 <ClInclude Include="..\..\..\src\core\json\json_writer.h" />
311 <ClInclude Include="..\..\..\src\core\profiling\timers.h" />
312 <ClInclude Include="..\..\..\src\core\statistics\census_interface.h" />
313 <ClInclude Include="..\..\..\src\core\statistics\census_rpc_stats.h" />
314 <ClInclude Include="..\..\..\src\core\surface\byte_buffer_queue.h" />
315 <ClInclude Include="..\..\..\src\core\surface\call.h" />
316 <ClInclude Include="..\..\..\src\core\surface\channel.h" />
317 <ClInclude Include="..\..\..\src\core\surface\completion_queue.h" />
318 <ClInclude Include="..\..\..\src\core\surface\event_string.h" />
319 <ClInclude Include="..\..\..\src\core\surface\init.h" />
320 <ClInclude Include="..\..\..\src\core\surface\server.h" />
321 <ClInclude Include="..\..\..\src\core\surface\surface_trace.h" />
322 <ClInclude Include="..\..\..\src\core\transport\chttp2\alpn.h" />
323 <ClInclude Include="..\..\..\src\core\transport\chttp2\bin_encoder.h" />
324 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame.h" />
325 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_data.h" />
326 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_goaway.h" />
327 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_ping.h" />
328 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.h" />
329 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_settings.h" />
330 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_window_update.h" />
331 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_parser.h" />
332 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_table.h" />
333 <ClInclude Include="..\..\..\src\core\transport\chttp2\http2_errors.h" />
334 <ClInclude Include="..\..\..\src\core\transport\chttp2\huffsyms.h" />
335 <ClInclude Include="..\..\..\src\core\transport\chttp2\incoming_metadata.h" />
336 <ClInclude Include="..\..\..\src\core\transport\chttp2\internal.h" />
337 <ClInclude Include="..\..\..\src\core\transport\chttp2\status_conversion.h" />
338 <ClInclude Include="..\..\..\src\core\transport\chttp2\stream_encoder.h" />
339 <ClInclude Include="..\..\..\src\core\transport\chttp2\stream_map.h" />
340 <ClInclude Include="..\..\..\src\core\transport\chttp2\timeout_encoding.h" />
341 <ClInclude Include="..\..\..\src\core\transport\chttp2\varint.h" />
342 <ClInclude Include="..\..\..\src\core\transport\chttp2_transport.h" />
343 <ClInclude Include="..\..\..\src\core\transport\connectivity_state.h" />
344 <ClInclude Include="..\..\..\src\core\transport\metadata.h" />
345 <ClInclude Include="..\..\..\src\core\transport\stream_op.h" />
346 <ClInclude Include="..\..\..\src\core\transport\transport.h" />
347 <ClInclude Include="..\..\..\src\core\transport\transport_impl.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700348 <ClInclude Include="..\..\..\src\core\census\aggregation.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700349 <ClInclude Include="..\..\..\src\core\census\context.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700350 <ClInclude Include="..\..\..\src\core\census\rpc_metric_id.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700351 </ItemGroup>
352 <ItemGroup>
353 <ClCompile Include="..\..\..\src\core\httpcli\httpcli_security_connector.c">
354 </ClCompile>
355 <ClCompile Include="..\..\..\src\core\security\base64.c">
356 </ClCompile>
357 <ClCompile Include="..\..\..\src\core\security\client_auth_filter.c">
358 </ClCompile>
359 <ClCompile Include="..\..\..\src\core\security\credentials.c">
360 </ClCompile>
361 <ClCompile Include="..\..\..\src\core\security\credentials_metadata.c">
362 </ClCompile>
363 <ClCompile Include="..\..\..\src\core\security\credentials_posix.c">
364 </ClCompile>
365 <ClCompile Include="..\..\..\src\core\security\credentials_win32.c">
366 </ClCompile>
367 <ClCompile Include="..\..\..\src\core\security\google_default_credentials.c">
368 </ClCompile>
369 <ClCompile Include="..\..\..\src\core\security\json_token.c">
370 </ClCompile>
371 <ClCompile Include="..\..\..\src\core\security\jwt_verifier.c">
372 </ClCompile>
373 <ClCompile Include="..\..\..\src\core\security\secure_endpoint.c">
374 </ClCompile>
375 <ClCompile Include="..\..\..\src\core\security\secure_transport_setup.c">
376 </ClCompile>
377 <ClCompile Include="..\..\..\src\core\security\security_connector.c">
378 </ClCompile>
379 <ClCompile Include="..\..\..\src\core\security\security_context.c">
380 </ClCompile>
381 <ClCompile Include="..\..\..\src\core\security\server_auth_filter.c">
382 </ClCompile>
383 <ClCompile Include="..\..\..\src\core\security\server_secure_chttp2.c">
384 </ClCompile>
385 <ClCompile Include="..\..\..\src\core\surface\init_secure.c">
386 </ClCompile>
387 <ClCompile Include="..\..\..\src\core\surface\secure_channel_create.c">
388 </ClCompile>
389 <ClCompile Include="..\..\..\src\core\tsi\fake_transport_security.c">
390 </ClCompile>
391 <ClCompile Include="..\..\..\src\core\tsi\ssl_transport_security.c">
392 </ClCompile>
393 <ClCompile Include="..\..\..\src\core\tsi\transport_security.c">
394 </ClCompile>
395 <ClCompile Include="..\..\..\src\core\census\grpc_context.c">
396 </ClCompile>
397 <ClCompile Include="..\..\..\src\core\census\grpc_filter.c">
398 </ClCompile>
399 <ClCompile Include="..\..\..\src\core\channel\channel_args.c">
400 </ClCompile>
401 <ClCompile Include="..\..\..\src\core\channel\channel_stack.c">
402 </ClCompile>
403 <ClCompile Include="..\..\..\src\core\channel\client_channel.c">
404 </ClCompile>
405 <ClCompile Include="..\..\..\src\core\channel\compress_filter.c">
406 </ClCompile>
407 <ClCompile Include="..\..\..\src\core\channel\connected_channel.c">
408 </ClCompile>
409 <ClCompile Include="..\..\..\src\core\channel\http_client_filter.c">
410 </ClCompile>
411 <ClCompile Include="..\..\..\src\core\channel\http_server_filter.c">
412 </ClCompile>
413 <ClCompile Include="..\..\..\src\core\channel\noop_filter.c">
414 </ClCompile>
415 <ClCompile Include="..\..\..\src\core\client_config\client_config.c">
416 </ClCompile>
417 <ClCompile Include="..\..\..\src\core\client_config\connector.c">
418 </ClCompile>
419 <ClCompile Include="..\..\..\src\core\client_config\lb_policies\pick_first.c">
420 </ClCompile>
421 <ClCompile Include="..\..\..\src\core\client_config\lb_policy.c">
422 </ClCompile>
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700423 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_factory.c">
424 </ClCompile>
425 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_registry.c">
426 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700427 <ClCompile Include="..\..\..\src\core\client_config\resolver.c">
428 </ClCompile>
429 <ClCompile Include="..\..\..\src\core\client_config\resolver_factory.c">
430 </ClCompile>
431 <ClCompile Include="..\..\..\src\core\client_config\resolver_registry.c">
432 </ClCompile>
433 <ClCompile Include="..\..\..\src\core\client_config\resolvers\dns_resolver.c">
434 </ClCompile>
435 <ClCompile Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.c">
436 </ClCompile>
437 <ClCompile Include="..\..\..\src\core\client_config\subchannel.c">
438 </ClCompile>
439 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory.c">
440 </ClCompile>
441 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.c">
442 </ClCompile>
443 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.c">
444 </ClCompile>
445 <ClCompile Include="..\..\..\src\core\client_config\uri_parser.c">
446 </ClCompile>
447 <ClCompile Include="..\..\..\src\core\compression\algorithm.c">
448 </ClCompile>
449 <ClCompile Include="..\..\..\src\core\compression\message_compress.c">
450 </ClCompile>
451 <ClCompile Include="..\..\..\src\core\debug\trace.c">
452 </ClCompile>
453 <ClCompile Include="..\..\..\src\core\httpcli\format_request.c">
454 </ClCompile>
455 <ClCompile Include="..\..\..\src\core\httpcli\httpcli.c">
456 </ClCompile>
457 <ClCompile Include="..\..\..\src\core\httpcli\parser.c">
458 </ClCompile>
459 <ClCompile Include="..\..\..\src\core\iomgr\alarm.c">
460 </ClCompile>
461 <ClCompile Include="..\..\..\src\core\iomgr\alarm_heap.c">
462 </ClCompile>
463 <ClCompile Include="..\..\..\src\core\iomgr\endpoint.c">
464 </ClCompile>
465 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_posix.c">
466 </ClCompile>
467 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_windows.c">
468 </ClCompile>
469 <ClCompile Include="..\..\..\src\core\iomgr\fd_posix.c">
470 </ClCompile>
471 <ClCompile Include="..\..\..\src\core\iomgr\iocp_windows.c">
472 </ClCompile>
473 <ClCompile Include="..\..\..\src\core\iomgr\iomgr.c">
474 </ClCompile>
475 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_posix.c">
476 </ClCompile>
477 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_windows.c">
478 </ClCompile>
479 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_epoll.c">
480 </ClCompile>
481 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c">
482 </ClCompile>
483 <ClCompile Include="..\..\..\src\core\iomgr\pollset_posix.c">
484 </ClCompile>
485 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_posix.c">
486 </ClCompile>
487 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_windows.c">
488 </ClCompile>
489 <ClCompile Include="..\..\..\src\core\iomgr\pollset_windows.c">
490 </ClCompile>
491 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_posix.c">
492 </ClCompile>
493 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_windows.c">
494 </ClCompile>
495 <ClCompile Include="..\..\..\src\core\iomgr\sockaddr_utils.c">
496 </ClCompile>
497 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_common_posix.c">
498 </ClCompile>
499 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_linux.c">
500 </ClCompile>
501 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_posix.c">
502 </ClCompile>
503 <ClCompile Include="..\..\..\src\core\iomgr\socket_windows.c">
504 </ClCompile>
505 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_posix.c">
506 </ClCompile>
507 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_windows.c">
508 </ClCompile>
509 <ClCompile Include="..\..\..\src\core\iomgr\tcp_posix.c">
510 </ClCompile>
511 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_posix.c">
512 </ClCompile>
513 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_windows.c">
514 </ClCompile>
515 <ClCompile Include="..\..\..\src\core\iomgr\tcp_windows.c">
516 </ClCompile>
517 <ClCompile Include="..\..\..\src\core\iomgr\time_averaged_stats.c">
518 </ClCompile>
519 <ClCompile Include="..\..\..\src\core\iomgr\udp_server.c">
520 </ClCompile>
521 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_eventfd.c">
522 </ClCompile>
523 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_nospecial.c">
524 </ClCompile>
525 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.c">
526 </ClCompile>
527 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_posix.c">
528 </ClCompile>
529 <ClCompile Include="..\..\..\src\core\json\json.c">
530 </ClCompile>
531 <ClCompile Include="..\..\..\src\core\json\json_reader.c">
532 </ClCompile>
533 <ClCompile Include="..\..\..\src\core\json\json_string.c">
534 </ClCompile>
535 <ClCompile Include="..\..\..\src\core\json\json_writer.c">
536 </ClCompile>
537 <ClCompile Include="..\..\..\src\core\profiling\basic_timers.c">
538 </ClCompile>
539 <ClCompile Include="..\..\..\src\core\profiling\stap_timers.c">
540 </ClCompile>
541 <ClCompile Include="..\..\..\src\core\surface\byte_buffer.c">
542 </ClCompile>
543 <ClCompile Include="..\..\..\src\core\surface\byte_buffer_queue.c">
544 </ClCompile>
545 <ClCompile Include="..\..\..\src\core\surface\byte_buffer_reader.c">
546 </ClCompile>
547 <ClCompile Include="..\..\..\src\core\surface\call.c">
548 </ClCompile>
549 <ClCompile Include="..\..\..\src\core\surface\call_details.c">
550 </ClCompile>
551 <ClCompile Include="..\..\..\src\core\surface\call_log_batch.c">
552 </ClCompile>
553 <ClCompile Include="..\..\..\src\core\surface\channel.c">
554 </ClCompile>
555 <ClCompile Include="..\..\..\src\core\surface\channel_connectivity.c">
556 </ClCompile>
557 <ClCompile Include="..\..\..\src\core\surface\channel_create.c">
558 </ClCompile>
559 <ClCompile Include="..\..\..\src\core\surface\completion_queue.c">
560 </ClCompile>
561 <ClCompile Include="..\..\..\src\core\surface\event_string.c">
562 </ClCompile>
563 <ClCompile Include="..\..\..\src\core\surface\init.c">
564 </ClCompile>
565 <ClCompile Include="..\..\..\src\core\surface\lame_client.c">
566 </ClCompile>
567 <ClCompile Include="..\..\..\src\core\surface\metadata_array.c">
568 </ClCompile>
569 <ClCompile Include="..\..\..\src\core\surface\server.c">
570 </ClCompile>
571 <ClCompile Include="..\..\..\src\core\surface\server_chttp2.c">
572 </ClCompile>
573 <ClCompile Include="..\..\..\src\core\surface\server_create.c">
574 </ClCompile>
575 <ClCompile Include="..\..\..\src\core\surface\surface_trace.c">
576 </ClCompile>
577 <ClCompile Include="..\..\..\src\core\surface\version.c">
578 </ClCompile>
579 <ClCompile Include="..\..\..\src\core\transport\chttp2\alpn.c">
580 </ClCompile>
581 <ClCompile Include="..\..\..\src\core\transport\chttp2\bin_encoder.c">
582 </ClCompile>
583 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_data.c">
584 </ClCompile>
585 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_goaway.c">
586 </ClCompile>
587 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_ping.c">
588 </ClCompile>
589 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.c">
590 </ClCompile>
591 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_settings.c">
592 </ClCompile>
593 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_window_update.c">
594 </ClCompile>
595 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_parser.c">
596 </ClCompile>
597 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_table.c">
598 </ClCompile>
599 <ClCompile Include="..\..\..\src\core\transport\chttp2\huffsyms.c">
600 </ClCompile>
601 <ClCompile Include="..\..\..\src\core\transport\chttp2\incoming_metadata.c">
602 </ClCompile>
603 <ClCompile Include="..\..\..\src\core\transport\chttp2\parsing.c">
604 </ClCompile>
605 <ClCompile Include="..\..\..\src\core\transport\chttp2\status_conversion.c">
606 </ClCompile>
607 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_encoder.c">
608 </ClCompile>
609 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_lists.c">
610 </ClCompile>
611 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_map.c">
612 </ClCompile>
613 <ClCompile Include="..\..\..\src\core\transport\chttp2\timeout_encoding.c">
614 </ClCompile>
615 <ClCompile Include="..\..\..\src\core\transport\chttp2\varint.c">
616 </ClCompile>
617 <ClCompile Include="..\..\..\src\core\transport\chttp2\writing.c">
618 </ClCompile>
619 <ClCompile Include="..\..\..\src\core\transport\chttp2_transport.c">
620 </ClCompile>
621 <ClCompile Include="..\..\..\src\core\transport\connectivity_state.c">
622 </ClCompile>
623 <ClCompile Include="..\..\..\src\core\transport\metadata.c">
624 </ClCompile>
625 <ClCompile Include="..\..\..\src\core\transport\stream_op.c">
626 </ClCompile>
627 <ClCompile Include="..\..\..\src\core\transport\transport.c">
628 </ClCompile>
629 <ClCompile Include="..\..\..\src\core\transport\transport_op_string.c">
630 </ClCompile>
631 <ClCompile Include="..\..\..\src\core\census\context.c">
632 </ClCompile>
633 <ClCompile Include="..\..\..\src\core\census\initialize.c">
634 </ClCompile>
635 <ClCompile Include="..\..\..\src\core\census\operation.c">
636 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700637 <ClCompile Include="..\..\..\src\core\census\tracing.c">
638 </ClCompile>
639 </ItemGroup>
640 <ItemGroup>
641 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
642 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
643 </ProjectReference>
644 </ItemGroup>
645 <ItemGroup>
646 <None Include="packages.config" />
647 </ItemGroup>
648 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
649 <ImportGroup Label="ExtensionTargets">
650 <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')" />
651 <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')" />
652 <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')" />
653 <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')" />
654 </ImportGroup>
655 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
656 <PropertyGroup>
657 <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>
658 </PropertyGroup>
659 <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')" />
660 <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')" />
661 <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')" />
662 <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')" />
663 <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')" />
664 </Target>
665</Project>
666