blob: 6be89fa96db3202fe033b9081cc205ba13b203ef [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">
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>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700102 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700103 </ClCompile>
104 <Link>
105 <SubSystem>Windows</SubSystem>
106 <GenerateDebugInformation>true</GenerateDebugInformation>
107 </Link>
108 </ItemDefinitionGroup>
109 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'">
110 <ClCompile>
111 <PrecompiledHeader>NotUsing</PrecompiledHeader>
112 <WarningLevel>Level3</WarningLevel>
113 <Optimization>Disabled</Optimization>
114 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115 <SDLCheck>true</SDLCheck>
116 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700117 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700118 </ClCompile>
119 <Link>
120 <SubSystem>Windows</SubSystem>
121 <GenerateDebugInformation>true</GenerateDebugInformation>
122 </Link>
123 </ItemDefinitionGroup>
124 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">
125 <ClCompile>
126 <WarningLevel>Level3</WarningLevel>
127 <PrecompiledHeader>NotUsing</PrecompiledHeader>
128 <Optimization>MaxSpeed</Optimization>
129 <FunctionLevelLinking>true</FunctionLevelLinking>
130 <IntrinsicFunctions>true</IntrinsicFunctions>
131 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132 <SDLCheck>true</SDLCheck>
133 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700134 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700135 </ClCompile>
136 <Link>
137 <SubSystem>Windows</SubSystem>
138 <GenerateDebugInformation>true</GenerateDebugInformation>
139 <EnableCOMDATFolding>true</EnableCOMDATFolding>
140 <OptimizeReferences>true</OptimizeReferences>
141 </Link>
142 </ItemDefinitionGroup>
143 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'">
144 <ClCompile>
145 <WarningLevel>Level3</WarningLevel>
146 <PrecompiledHeader>NotUsing</PrecompiledHeader>
147 <Optimization>MaxSpeed</Optimization>
148 <FunctionLevelLinking>true</FunctionLevelLinking>
149 <IntrinsicFunctions>true</IntrinsicFunctions>
150 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151 <SDLCheck>true</SDLCheck>
152 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700153 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700154 </ClCompile>
155 <Link>
156 <SubSystem>Windows</SubSystem>
157 <GenerateDebugInformation>true</GenerateDebugInformation>
158 <EnableCOMDATFolding>true</EnableCOMDATFolding>
159 <OptimizeReferences>true</OptimizeReferences>
160 </Link>
161 </ItemDefinitionGroup>
162 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
163 <ClCompile>
164 <PrecompiledHeader>NotUsing</PrecompiledHeader>
165 <WarningLevel>Level3</WarningLevel>
166 <Optimization>Disabled</Optimization>
167 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
168 <SDLCheck>true</SDLCheck>
169 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tiller82f9bd82015-09-23 09:31:51 -0700170 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700171 </ClCompile>
172 <Link>
173 <SubSystem>Windows</SubSystem>
174 <GenerateDebugInformation>true</GenerateDebugInformation>
175 </Link>
176 </ItemDefinitionGroup>
177 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
178 <ClCompile>
179 <PrecompiledHeader>NotUsing</PrecompiledHeader>
180 <WarningLevel>Level3</WarningLevel>
181 <Optimization>Disabled</Optimization>
182 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
183 <SDLCheck>true</SDLCheck>
184 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700185 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700186 </ClCompile>
187 <Link>
188 <SubSystem>Windows</SubSystem>
189 <GenerateDebugInformation>true</GenerateDebugInformation>
190 </Link>
191 </ItemDefinitionGroup>
192 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
193 <ClCompile>
194 <WarningLevel>Level3</WarningLevel>
195 <PrecompiledHeader>NotUsing</PrecompiledHeader>
196 <Optimization>MaxSpeed</Optimization>
197 <FunctionLevelLinking>true</FunctionLevelLinking>
198 <IntrinsicFunctions>true</IntrinsicFunctions>
199 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
200 <SDLCheck>true</SDLCheck>
201 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700202 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700203 </ClCompile>
204 <Link>
205 <SubSystem>Windows</SubSystem>
206 <GenerateDebugInformation>true</GenerateDebugInformation>
207 <EnableCOMDATFolding>true</EnableCOMDATFolding>
208 <OptimizeReferences>true</OptimizeReferences>
209 </Link>
210 </ItemDefinitionGroup>
211 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
212 <ClCompile>
213 <WarningLevel>Level3</WarningLevel>
214 <PrecompiledHeader>NotUsing</PrecompiledHeader>
215 <Optimization>MaxSpeed</Optimization>
216 <FunctionLevelLinking>true</FunctionLevelLinking>
217 <IntrinsicFunctions>true</IntrinsicFunctions>
218 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
219 <SDLCheck>true</SDLCheck>
220 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700221 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700222 </ClCompile>
223 <Link>
224 <SubSystem>Windows</SubSystem>
225 <GenerateDebugInformation>true</GenerateDebugInformation>
226 <EnableCOMDATFolding>true</EnableCOMDATFolding>
227 <OptimizeReferences>true</OptimizeReferences>
228 </Link>
229 </ItemDefinitionGroup>
230 <ItemGroup>
231 <ClInclude Include="..\..\..\include\grpc\grpc_security.h" />
232 <ClInclude Include="..\..\..\include\grpc\byte_buffer.h" />
233 <ClInclude Include="..\..\..\include\grpc\byte_buffer_reader.h" />
234 <ClInclude Include="..\..\..\include\grpc\compression.h" />
235 <ClInclude Include="..\..\..\include\grpc\grpc.h" />
236 <ClInclude Include="..\..\..\include\grpc\status.h" />
237 <ClInclude Include="..\..\..\include\grpc\census.h" />
238 </ItemGroup>
239 <ItemGroup>
240 <ClInclude Include="..\..\..\src\core\security\auth_filters.h" />
241 <ClInclude Include="..\..\..\src\core\security\base64.h" />
242 <ClInclude Include="..\..\..\src\core\security\credentials.h" />
Julien Boeuf5600a6a2015-09-15 23:01:39 -0700243 <ClInclude Include="..\..\..\src\core\security\handshake.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700244 <ClInclude Include="..\..\..\src\core\security\json_token.h" />
245 <ClInclude Include="..\..\..\src\core\security\jwt_verifier.h" />
246 <ClInclude Include="..\..\..\src\core\security\secure_endpoint.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700247 <ClInclude Include="..\..\..\src\core\security\security_connector.h" />
248 <ClInclude Include="..\..\..\src\core\security\security_context.h" />
249 <ClInclude Include="..\..\..\src\core\tsi\fake_transport_security.h" />
250 <ClInclude Include="..\..\..\src\core\tsi\ssl_transport_security.h" />
251 <ClInclude Include="..\..\..\src\core\tsi\transport_security.h" />
252 <ClInclude Include="..\..\..\src\core\tsi\transport_security_interface.h" />
253 <ClInclude Include="..\..\..\src\core\census\grpc_filter.h" />
254 <ClInclude Include="..\..\..\src\core\channel\channel_args.h" />
255 <ClInclude Include="..\..\..\src\core\channel\channel_stack.h" />
256 <ClInclude Include="..\..\..\src\core\channel\client_channel.h" />
257 <ClInclude Include="..\..\..\src\core\channel\compress_filter.h" />
258 <ClInclude Include="..\..\..\src\core\channel\connected_channel.h" />
259 <ClInclude Include="..\..\..\src\core\channel\context.h" />
260 <ClInclude Include="..\..\..\src\core\channel\http_client_filter.h" />
261 <ClInclude Include="..\..\..\src\core\channel\http_server_filter.h" />
262 <ClInclude Include="..\..\..\src\core\channel\noop_filter.h" />
263 <ClInclude Include="..\..\..\src\core\client_config\client_config.h" />
264 <ClInclude Include="..\..\..\src\core\client_config\connector.h" />
265 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\pick_first.h" />
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700266 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\round_robin.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700267 <ClInclude Include="..\..\..\src\core\client_config\lb_policy.h" />
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700268 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_factory.h" />
269 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_registry.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700270 <ClInclude Include="..\..\..\src\core\client_config\resolver.h" />
271 <ClInclude Include="..\..\..\src\core\client_config\resolver_factory.h" />
272 <ClInclude Include="..\..\..\src\core\client_config\resolver_registry.h" />
273 <ClInclude Include="..\..\..\src\core\client_config\resolvers\dns_resolver.h" />
274 <ClInclude Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.h" />
275 <ClInclude Include="..\..\..\src\core\client_config\subchannel.h" />
276 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory.h" />
277 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.h" />
278 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.h" />
279 <ClInclude Include="..\..\..\src\core\client_config\uri_parser.h" />
280 <ClInclude Include="..\..\..\src\core\compression\message_compress.h" />
281 <ClInclude Include="..\..\..\src\core\debug\trace.h" />
282 <ClInclude Include="..\..\..\src\core\httpcli\format_request.h" />
283 <ClInclude Include="..\..\..\src\core\httpcli\httpcli.h" />
284 <ClInclude Include="..\..\..\src\core\httpcli\parser.h" />
285 <ClInclude Include="..\..\..\src\core\iomgr\alarm.h" />
286 <ClInclude Include="..\..\..\src\core\iomgr\alarm_heap.h" />
287 <ClInclude Include="..\..\..\src\core\iomgr\alarm_internal.h" />
Craig Tiller298751c2015-09-22 09:41:05 -0700288 <ClInclude Include="..\..\..\src\core\iomgr\closure.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700289 <ClInclude Include="..\..\..\src\core\iomgr\endpoint.h" />
290 <ClInclude Include="..\..\..\src\core\iomgr\endpoint_pair.h" />
Craig Tiller298751c2015-09-22 09:41:05 -0700291 <ClInclude Include="..\..\..\src\core\iomgr\exec_ctx.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700292 <ClInclude Include="..\..\..\src\core\iomgr\fd_posix.h" />
293 <ClInclude Include="..\..\..\src\core\iomgr\iocp_windows.h" />
294 <ClInclude Include="..\..\..\src\core\iomgr\iomgr.h" />
295 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_internal.h" />
296 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_posix.h" />
297 <ClInclude Include="..\..\..\src\core\iomgr\pollset.h" />
298 <ClInclude Include="..\..\..\src\core\iomgr\pollset_posix.h" />
299 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set.h" />
300 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_posix.h" />
301 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_windows.h" />
302 <ClInclude Include="..\..\..\src\core\iomgr\pollset_windows.h" />
303 <ClInclude Include="..\..\..\src\core\iomgr\resolve_address.h" />
304 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr.h" />
305 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_posix.h" />
306 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_utils.h" />
307 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_win32.h" />
308 <ClInclude Include="..\..\..\src\core\iomgr\socket_utils_posix.h" />
309 <ClInclude Include="..\..\..\src\core\iomgr\socket_windows.h" />
310 <ClInclude Include="..\..\..\src\core\iomgr\tcp_client.h" />
311 <ClInclude Include="..\..\..\src\core\iomgr\tcp_posix.h" />
312 <ClInclude Include="..\..\..\src\core\iomgr\tcp_server.h" />
313 <ClInclude Include="..\..\..\src\core\iomgr\tcp_windows.h" />
314 <ClInclude Include="..\..\..\src\core\iomgr\time_averaged_stats.h" />
315 <ClInclude Include="..\..\..\src\core\iomgr\udp_server.h" />
316 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.h" />
317 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_posix.h" />
Craig Tiller73b66062015-09-09 09:34:46 -0700318 <ClInclude Include="..\..\..\src\core\iomgr\workqueue.h" />
319 <ClInclude Include="..\..\..\src\core\iomgr\workqueue_posix.h" />
320 <ClInclude Include="..\..\..\src\core\iomgr\workqueue_windows.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700321 <ClInclude Include="..\..\..\src\core\json\json.h" />
322 <ClInclude Include="..\..\..\src\core\json\json_common.h" />
323 <ClInclude Include="..\..\..\src\core\json\json_reader.h" />
324 <ClInclude Include="..\..\..\src\core\json\json_writer.h" />
325 <ClInclude Include="..\..\..\src\core\profiling\timers.h" />
326 <ClInclude Include="..\..\..\src\core\statistics\census_interface.h" />
327 <ClInclude Include="..\..\..\src\core\statistics\census_rpc_stats.h" />
328 <ClInclude Include="..\..\..\src\core\surface\byte_buffer_queue.h" />
329 <ClInclude Include="..\..\..\src\core\surface\call.h" />
330 <ClInclude Include="..\..\..\src\core\surface\channel.h" />
331 <ClInclude Include="..\..\..\src\core\surface\completion_queue.h" />
332 <ClInclude Include="..\..\..\src\core\surface\event_string.h" />
333 <ClInclude Include="..\..\..\src\core\surface\init.h" />
334 <ClInclude Include="..\..\..\src\core\surface\server.h" />
335 <ClInclude Include="..\..\..\src\core\surface\surface_trace.h" />
336 <ClInclude Include="..\..\..\src\core\transport\chttp2\alpn.h" />
337 <ClInclude Include="..\..\..\src\core\transport\chttp2\bin_encoder.h" />
338 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame.h" />
339 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_data.h" />
340 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_goaway.h" />
341 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_ping.h" />
342 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.h" />
343 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_settings.h" />
344 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_window_update.h" />
345 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_parser.h" />
346 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_table.h" />
347 <ClInclude Include="..\..\..\src\core\transport\chttp2\http2_errors.h" />
348 <ClInclude Include="..\..\..\src\core\transport\chttp2\huffsyms.h" />
349 <ClInclude Include="..\..\..\src\core\transport\chttp2\incoming_metadata.h" />
350 <ClInclude Include="..\..\..\src\core\transport\chttp2\internal.h" />
351 <ClInclude Include="..\..\..\src\core\transport\chttp2\status_conversion.h" />
352 <ClInclude Include="..\..\..\src\core\transport\chttp2\stream_encoder.h" />
353 <ClInclude Include="..\..\..\src\core\transport\chttp2\stream_map.h" />
354 <ClInclude Include="..\..\..\src\core\transport\chttp2\timeout_encoding.h" />
355 <ClInclude Include="..\..\..\src\core\transport\chttp2\varint.h" />
356 <ClInclude Include="..\..\..\src\core\transport\chttp2_transport.h" />
357 <ClInclude Include="..\..\..\src\core\transport\connectivity_state.h" />
358 <ClInclude Include="..\..\..\src\core\transport\metadata.h" />
359 <ClInclude Include="..\..\..\src\core\transport\stream_op.h" />
360 <ClInclude Include="..\..\..\src\core\transport\transport.h" />
361 <ClInclude Include="..\..\..\src\core\transport\transport_impl.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700362 <ClInclude Include="..\..\..\src\core\census\aggregation.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700363 <ClInclude Include="..\..\..\src\core\census\context.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700364 <ClInclude Include="..\..\..\src\core\census\rpc_metric_id.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700365 </ItemGroup>
366 <ItemGroup>
367 <ClCompile Include="..\..\..\src\core\httpcli\httpcli_security_connector.c">
368 </ClCompile>
369 <ClCompile Include="..\..\..\src\core\security\base64.c">
370 </ClCompile>
371 <ClCompile Include="..\..\..\src\core\security\client_auth_filter.c">
372 </ClCompile>
373 <ClCompile Include="..\..\..\src\core\security\credentials.c">
374 </ClCompile>
375 <ClCompile Include="..\..\..\src\core\security\credentials_metadata.c">
376 </ClCompile>
377 <ClCompile Include="..\..\..\src\core\security\credentials_posix.c">
378 </ClCompile>
379 <ClCompile Include="..\..\..\src\core\security\credentials_win32.c">
380 </ClCompile>
381 <ClCompile Include="..\..\..\src\core\security\google_default_credentials.c">
382 </ClCompile>
Julien Boeuf5600a6a2015-09-15 23:01:39 -0700383 <ClCompile Include="..\..\..\src\core\security\handshake.c">
384 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700385 <ClCompile Include="..\..\..\src\core\security\json_token.c">
386 </ClCompile>
387 <ClCompile Include="..\..\..\src\core\security\jwt_verifier.c">
388 </ClCompile>
389 <ClCompile Include="..\..\..\src\core\security\secure_endpoint.c">
390 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700391 <ClCompile Include="..\..\..\src\core\security\security_connector.c">
392 </ClCompile>
393 <ClCompile Include="..\..\..\src\core\security\security_context.c">
394 </ClCompile>
395 <ClCompile Include="..\..\..\src\core\security\server_auth_filter.c">
396 </ClCompile>
397 <ClCompile Include="..\..\..\src\core\security\server_secure_chttp2.c">
398 </ClCompile>
399 <ClCompile Include="..\..\..\src\core\surface\init_secure.c">
400 </ClCompile>
401 <ClCompile Include="..\..\..\src\core\surface\secure_channel_create.c">
402 </ClCompile>
403 <ClCompile Include="..\..\..\src\core\tsi\fake_transport_security.c">
404 </ClCompile>
405 <ClCompile Include="..\..\..\src\core\tsi\ssl_transport_security.c">
406 </ClCompile>
407 <ClCompile Include="..\..\..\src\core\tsi\transport_security.c">
408 </ClCompile>
409 <ClCompile Include="..\..\..\src\core\census\grpc_context.c">
410 </ClCompile>
411 <ClCompile Include="..\..\..\src\core\census\grpc_filter.c">
412 </ClCompile>
413 <ClCompile Include="..\..\..\src\core\channel\channel_args.c">
414 </ClCompile>
415 <ClCompile Include="..\..\..\src\core\channel\channel_stack.c">
416 </ClCompile>
417 <ClCompile Include="..\..\..\src\core\channel\client_channel.c">
418 </ClCompile>
419 <ClCompile Include="..\..\..\src\core\channel\compress_filter.c">
420 </ClCompile>
421 <ClCompile Include="..\..\..\src\core\channel\connected_channel.c">
422 </ClCompile>
423 <ClCompile Include="..\..\..\src\core\channel\http_client_filter.c">
424 </ClCompile>
425 <ClCompile Include="..\..\..\src\core\channel\http_server_filter.c">
426 </ClCompile>
427 <ClCompile Include="..\..\..\src\core\channel\noop_filter.c">
428 </ClCompile>
429 <ClCompile Include="..\..\..\src\core\client_config\client_config.c">
430 </ClCompile>
431 <ClCompile Include="..\..\..\src\core\client_config\connector.c">
432 </ClCompile>
433 <ClCompile Include="..\..\..\src\core\client_config\lb_policies\pick_first.c">
434 </ClCompile>
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700435 <ClCompile Include="..\..\..\src\core\client_config\lb_policies\round_robin.c">
436 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700437 <ClCompile Include="..\..\..\src\core\client_config\lb_policy.c">
438 </ClCompile>
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700439 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_factory.c">
440 </ClCompile>
441 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_registry.c">
442 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700443 <ClCompile Include="..\..\..\src\core\client_config\resolver.c">
444 </ClCompile>
445 <ClCompile Include="..\..\..\src\core\client_config\resolver_factory.c">
446 </ClCompile>
447 <ClCompile Include="..\..\..\src\core\client_config\resolver_registry.c">
448 </ClCompile>
449 <ClCompile Include="..\..\..\src\core\client_config\resolvers\dns_resolver.c">
450 </ClCompile>
451 <ClCompile Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.c">
452 </ClCompile>
453 <ClCompile Include="..\..\..\src\core\client_config\subchannel.c">
454 </ClCompile>
455 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory.c">
456 </ClCompile>
457 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.c">
458 </ClCompile>
459 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.c">
460 </ClCompile>
461 <ClCompile Include="..\..\..\src\core\client_config\uri_parser.c">
462 </ClCompile>
463 <ClCompile Include="..\..\..\src\core\compression\algorithm.c">
464 </ClCompile>
465 <ClCompile Include="..\..\..\src\core\compression\message_compress.c">
466 </ClCompile>
467 <ClCompile Include="..\..\..\src\core\debug\trace.c">
468 </ClCompile>
469 <ClCompile Include="..\..\..\src\core\httpcli\format_request.c">
470 </ClCompile>
471 <ClCompile Include="..\..\..\src\core\httpcli\httpcli.c">
472 </ClCompile>
473 <ClCompile Include="..\..\..\src\core\httpcli\parser.c">
474 </ClCompile>
475 <ClCompile Include="..\..\..\src\core\iomgr\alarm.c">
476 </ClCompile>
477 <ClCompile Include="..\..\..\src\core\iomgr\alarm_heap.c">
478 </ClCompile>
Craig Tiller298751c2015-09-22 09:41:05 -0700479 <ClCompile Include="..\..\..\src\core\iomgr\closure.c">
480 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700481 <ClCompile Include="..\..\..\src\core\iomgr\endpoint.c">
482 </ClCompile>
483 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_posix.c">
484 </ClCompile>
485 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_windows.c">
486 </ClCompile>
Craig Tiller8af4c332015-09-22 12:32:31 -0700487 <ClCompile Include="..\..\..\src\core\iomgr\exec_ctx.c">
488 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700489 <ClCompile Include="..\..\..\src\core\iomgr\fd_posix.c">
490 </ClCompile>
491 <ClCompile Include="..\..\..\src\core\iomgr\iocp_windows.c">
492 </ClCompile>
493 <ClCompile Include="..\..\..\src\core\iomgr\iomgr.c">
494 </ClCompile>
495 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_posix.c">
496 </ClCompile>
497 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_windows.c">
498 </ClCompile>
499 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_epoll.c">
500 </ClCompile>
501 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c">
502 </ClCompile>
503 <ClCompile Include="..\..\..\src\core\iomgr\pollset_posix.c">
504 </ClCompile>
505 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_posix.c">
506 </ClCompile>
507 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_windows.c">
508 </ClCompile>
509 <ClCompile Include="..\..\..\src\core\iomgr\pollset_windows.c">
510 </ClCompile>
511 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_posix.c">
512 </ClCompile>
513 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_windows.c">
514 </ClCompile>
515 <ClCompile Include="..\..\..\src\core\iomgr\sockaddr_utils.c">
516 </ClCompile>
517 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_common_posix.c">
518 </ClCompile>
519 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_linux.c">
520 </ClCompile>
521 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_posix.c">
522 </ClCompile>
523 <ClCompile Include="..\..\..\src\core\iomgr\socket_windows.c">
524 </ClCompile>
525 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_posix.c">
526 </ClCompile>
527 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_windows.c">
528 </ClCompile>
529 <ClCompile Include="..\..\..\src\core\iomgr\tcp_posix.c">
530 </ClCompile>
531 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_posix.c">
532 </ClCompile>
533 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_windows.c">
534 </ClCompile>
535 <ClCompile Include="..\..\..\src\core\iomgr\tcp_windows.c">
536 </ClCompile>
537 <ClCompile Include="..\..\..\src\core\iomgr\time_averaged_stats.c">
538 </ClCompile>
539 <ClCompile Include="..\..\..\src\core\iomgr\udp_server.c">
540 </ClCompile>
541 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_eventfd.c">
542 </ClCompile>
543 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_nospecial.c">
544 </ClCompile>
545 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.c">
546 </ClCompile>
547 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_posix.c">
548 </ClCompile>
Craig Tiller73b66062015-09-09 09:34:46 -0700549 <ClCompile Include="..\..\..\src\core\iomgr\workqueue_posix.c">
550 </ClCompile>
551 <ClCompile Include="..\..\..\src\core\iomgr\workqueue_windows.c">
552 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700553 <ClCompile Include="..\..\..\src\core\json\json.c">
554 </ClCompile>
555 <ClCompile Include="..\..\..\src\core\json\json_reader.c">
556 </ClCompile>
557 <ClCompile Include="..\..\..\src\core\json\json_string.c">
558 </ClCompile>
559 <ClCompile Include="..\..\..\src\core\json\json_writer.c">
560 </ClCompile>
561 <ClCompile Include="..\..\..\src\core\profiling\basic_timers.c">
562 </ClCompile>
563 <ClCompile Include="..\..\..\src\core\profiling\stap_timers.c">
564 </ClCompile>
565 <ClCompile Include="..\..\..\src\core\surface\byte_buffer.c">
566 </ClCompile>
567 <ClCompile Include="..\..\..\src\core\surface\byte_buffer_queue.c">
568 </ClCompile>
569 <ClCompile Include="..\..\..\src\core\surface\byte_buffer_reader.c">
570 </ClCompile>
571 <ClCompile Include="..\..\..\src\core\surface\call.c">
572 </ClCompile>
573 <ClCompile Include="..\..\..\src\core\surface\call_details.c">
574 </ClCompile>
575 <ClCompile Include="..\..\..\src\core\surface\call_log_batch.c">
576 </ClCompile>
577 <ClCompile Include="..\..\..\src\core\surface\channel.c">
578 </ClCompile>
579 <ClCompile Include="..\..\..\src\core\surface\channel_connectivity.c">
580 </ClCompile>
581 <ClCompile Include="..\..\..\src\core\surface\channel_create.c">
582 </ClCompile>
583 <ClCompile Include="..\..\..\src\core\surface\completion_queue.c">
584 </ClCompile>
585 <ClCompile Include="..\..\..\src\core\surface\event_string.c">
586 </ClCompile>
587 <ClCompile Include="..\..\..\src\core\surface\init.c">
588 </ClCompile>
589 <ClCompile Include="..\..\..\src\core\surface\lame_client.c">
590 </ClCompile>
591 <ClCompile Include="..\..\..\src\core\surface\metadata_array.c">
592 </ClCompile>
593 <ClCompile Include="..\..\..\src\core\surface\server.c">
594 </ClCompile>
595 <ClCompile Include="..\..\..\src\core\surface\server_chttp2.c">
596 </ClCompile>
597 <ClCompile Include="..\..\..\src\core\surface\server_create.c">
598 </ClCompile>
599 <ClCompile Include="..\..\..\src\core\surface\surface_trace.c">
600 </ClCompile>
601 <ClCompile Include="..\..\..\src\core\surface\version.c">
602 </ClCompile>
603 <ClCompile Include="..\..\..\src\core\transport\chttp2\alpn.c">
604 </ClCompile>
605 <ClCompile Include="..\..\..\src\core\transport\chttp2\bin_encoder.c">
606 </ClCompile>
607 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_data.c">
608 </ClCompile>
609 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_goaway.c">
610 </ClCompile>
611 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_ping.c">
612 </ClCompile>
613 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.c">
614 </ClCompile>
615 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_settings.c">
616 </ClCompile>
617 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_window_update.c">
618 </ClCompile>
619 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_parser.c">
620 </ClCompile>
621 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_table.c">
622 </ClCompile>
623 <ClCompile Include="..\..\..\src\core\transport\chttp2\huffsyms.c">
624 </ClCompile>
625 <ClCompile Include="..\..\..\src\core\transport\chttp2\incoming_metadata.c">
626 </ClCompile>
627 <ClCompile Include="..\..\..\src\core\transport\chttp2\parsing.c">
628 </ClCompile>
629 <ClCompile Include="..\..\..\src\core\transport\chttp2\status_conversion.c">
630 </ClCompile>
631 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_encoder.c">
632 </ClCompile>
633 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_lists.c">
634 </ClCompile>
635 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_map.c">
636 </ClCompile>
637 <ClCompile Include="..\..\..\src\core\transport\chttp2\timeout_encoding.c">
638 </ClCompile>
639 <ClCompile Include="..\..\..\src\core\transport\chttp2\varint.c">
640 </ClCompile>
641 <ClCompile Include="..\..\..\src\core\transport\chttp2\writing.c">
642 </ClCompile>
643 <ClCompile Include="..\..\..\src\core\transport\chttp2_transport.c">
644 </ClCompile>
645 <ClCompile Include="..\..\..\src\core\transport\connectivity_state.c">
646 </ClCompile>
647 <ClCompile Include="..\..\..\src\core\transport\metadata.c">
648 </ClCompile>
649 <ClCompile Include="..\..\..\src\core\transport\stream_op.c">
650 </ClCompile>
651 <ClCompile Include="..\..\..\src\core\transport\transport.c">
652 </ClCompile>
653 <ClCompile Include="..\..\..\src\core\transport\transport_op_string.c">
654 </ClCompile>
655 <ClCompile Include="..\..\..\src\core\census\context.c">
656 </ClCompile>
657 <ClCompile Include="..\..\..\src\core\census\initialize.c">
658 </ClCompile>
659 <ClCompile Include="..\..\..\src\core\census\operation.c">
660 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700661 <ClCompile Include="..\..\..\src\core\census\tracing.c">
662 </ClCompile>
663 </ItemGroup>
664 <ItemGroup>
665 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
666 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
667 </ProjectReference>
668 </ItemGroup>
669 <ItemGroup>
670 <None Include="packages.config" />
671 </ItemGroup>
672 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
673 <ImportGroup Label="ExtensionTargets">
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700674 <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')" />
675 <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')" />
676 <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')" />
677 <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')" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700678 </ImportGroup>
679 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
680 <PropertyGroup>
681 <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>
682 </PropertyGroup>
683 <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')" />
684 <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')" />
685 <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')" />
686 <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')" />
687 <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')" />
688 </Target>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700689</Project>
690