blob: 82ec8a754809a9f9c020ee279611093525705acc [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 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug-DLL|Win32">
5 <Configuration>Debug-DLL</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug-DLL|x64">
9 <Configuration>Debug-DLL</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release-DLL|Win32">
13 <Configuration>Release-DLL</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release-DLL|x64">
17 <Configuration>Release-DLL</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Debug|Win32">
21 <Configuration>Debug</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Debug|x64">
25 <Configuration>Debug</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Release|Win32">
29 <Configuration>Release</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37 <PropertyGroup Label="Globals">
38 <ProjectGuid>{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}</ProjectGuid>
39 </PropertyGroup>
40 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
41 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
42 <PlatformToolset>v100</PlatformToolset>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
45 <PlatformToolset>v110</PlatformToolset>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
48 <PlatformToolset>v120</PlatformToolset>
49 </PropertyGroup>
50 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
51 <ConfigurationType>StaticLibrary</ConfigurationType>
52 <UseDebugLibraries>true</UseDebugLibraries>
53 <CharacterSet>Unicode</CharacterSet>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
56 <ConfigurationType>StaticLibrary</ConfigurationType>
57 <UseDebugLibraries>false</UseDebugLibraries>
58 <WholeProgramOptimization>true</WholeProgramOptimization>
59 <CharacterSet>Unicode</CharacterSet>
60 </PropertyGroup>
61 <PropertyGroup Condition="'$(Configuration)'=='Debug-DLL'" Label="Configuration">
62 <ConfigurationType>StaticLibrary</ConfigurationType>
63 <UseDebugLibraries>true</UseDebugLibraries>
64 <CharacterSet>Unicode</CharacterSet>
65 </PropertyGroup>
66 <PropertyGroup Condition="'$(Configuration)'=='Release-DLL'" Label="Configuration">
67 <ConfigurationType>StaticLibrary</ConfigurationType>
68 <UseDebugLibraries>false</UseDebugLibraries>
69 <WholeProgramOptimization>true</WholeProgramOptimization>
70 <CharacterSet>Unicode</CharacterSet>
71 </PropertyGroup>
72 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
73 <ImportGroup Label="ExtensionSettings">
74 </ImportGroup>
75 <ImportGroup Label="PropertySheets">
76 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
77 <Import Project="..\..\..\vsprojects\global.props" />
78 <Import Project="..\..\..\vsprojects\winsock.props" />
79 </ImportGroup>
80 <PropertyGroup Label="UserMacros" />
81 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
82 <TargetName>grpc_unsecure</TargetName>
83 </PropertyGroup>
84 <PropertyGroup Condition="'$(Configuration)'=='Release'">
85 <TargetName>grpc_unsecure</TargetName>
86 </PropertyGroup>
87 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'">
88 <ClCompile>
89 <PrecompiledHeader>NotUsing</PrecompiledHeader>
90 <WarningLevel>Level3</WarningLevel>
91 <Optimization>Disabled</Optimization>
92 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
93 <SDLCheck>true</SDLCheck>
94 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -070095 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -070096 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -070097 </ClCompile>
98 <Link>
99 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700100 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
101 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700102 </Link>
103 </ItemDefinitionGroup>
104 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'">
105 <ClCompile>
106 <PrecompiledHeader>NotUsing</PrecompiledHeader>
107 <WarningLevel>Level3</WarningLevel>
108 <Optimization>Disabled</Optimization>
109 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110 <SDLCheck>true</SDLCheck>
111 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700112 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700113 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700114 </ClCompile>
115 <Link>
116 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700117 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
118 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700119 </Link>
120 </ItemDefinitionGroup>
121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">
122 <ClCompile>
123 <WarningLevel>Level3</WarningLevel>
124 <PrecompiledHeader>NotUsing</PrecompiledHeader>
125 <Optimization>MaxSpeed</Optimization>
126 <FunctionLevelLinking>true</FunctionLevelLinking>
127 <IntrinsicFunctions>true</IntrinsicFunctions>
128 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129 <SDLCheck>true</SDLCheck>
130 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700131 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700132 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700133 </ClCompile>
134 <Link>
135 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700136 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
137 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700138 <EnableCOMDATFolding>true</EnableCOMDATFolding>
139 <OptimizeReferences>true</OptimizeReferences>
140 </Link>
141 </ItemDefinitionGroup>
142 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'">
143 <ClCompile>
144 <WarningLevel>Level3</WarningLevel>
145 <PrecompiledHeader>NotUsing</PrecompiledHeader>
146 <Optimization>MaxSpeed</Optimization>
147 <FunctionLevelLinking>true</FunctionLevelLinking>
148 <IntrinsicFunctions>true</IntrinsicFunctions>
149 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
150 <SDLCheck>true</SDLCheck>
151 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700152 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700153 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700154 </ClCompile>
155 <Link>
156 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700157 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
158 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700159 <EnableCOMDATFolding>true</EnableCOMDATFolding>
160 <OptimizeReferences>true</OptimizeReferences>
161 </Link>
162 </ItemDefinitionGroup>
163 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
164 <ClCompile>
165 <PrecompiledHeader>NotUsing</PrecompiledHeader>
166 <WarningLevel>Level3</WarningLevel>
167 <Optimization>Disabled</Optimization>
168 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
169 <SDLCheck>true</SDLCheck>
170 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700171 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700172 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700173 </ClCompile>
174 <Link>
175 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700176 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
177 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700178 </Link>
179 </ItemDefinitionGroup>
180 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
181 <ClCompile>
182 <PrecompiledHeader>NotUsing</PrecompiledHeader>
183 <WarningLevel>Level3</WarningLevel>
184 <Optimization>Disabled</Optimization>
185 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
186 <SDLCheck>true</SDLCheck>
187 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700188 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700189 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700190 </ClCompile>
191 <Link>
192 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700193 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
194 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700195 </Link>
196 </ItemDefinitionGroup>
197 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
198 <ClCompile>
199 <WarningLevel>Level3</WarningLevel>
200 <PrecompiledHeader>NotUsing</PrecompiledHeader>
201 <Optimization>MaxSpeed</Optimization>
202 <FunctionLevelLinking>true</FunctionLevelLinking>
203 <IntrinsicFunctions>true</IntrinsicFunctions>
204 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
205 <SDLCheck>true</SDLCheck>
206 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700207 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700208 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700209 </ClCompile>
210 <Link>
211 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700212 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
213 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700214 <EnableCOMDATFolding>true</EnableCOMDATFolding>
215 <OptimizeReferences>true</OptimizeReferences>
216 </Link>
217 </ItemDefinitionGroup>
218 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
219 <ClCompile>
220 <WarningLevel>Level3</WarningLevel>
221 <PrecompiledHeader>NotUsing</PrecompiledHeader>
222 <Optimization>MaxSpeed</Optimization>
223 <FunctionLevelLinking>true</FunctionLevelLinking>
224 <IntrinsicFunctions>true</IntrinsicFunctions>
225 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
226 <SDLCheck>true</SDLCheck>
227 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700228 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700229 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700230 </ClCompile>
231 <Link>
232 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700233 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
234 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700235 <EnableCOMDATFolding>true</EnableCOMDATFolding>
236 <OptimizeReferences>true</OptimizeReferences>
237 </Link>
238 </ItemDefinitionGroup>
239 <ItemGroup>
240 <ClInclude Include="..\..\..\include\grpc\byte_buffer.h" />
241 <ClInclude Include="..\..\..\include\grpc\byte_buffer_reader.h" />
242 <ClInclude Include="..\..\..\include\grpc\compression.h" />
243 <ClInclude Include="..\..\..\include\grpc\grpc.h" />
244 <ClInclude Include="..\..\..\include\grpc\status.h" />
245 <ClInclude Include="..\..\..\include\grpc\census.h" />
246 </ItemGroup>
247 <ItemGroup>
248 <ClInclude Include="..\..\..\src\core\census\grpc_filter.h" />
249 <ClInclude Include="..\..\..\src\core\channel\channel_args.h" />
250 <ClInclude Include="..\..\..\src\core\channel\channel_stack.h" />
251 <ClInclude Include="..\..\..\src\core\channel\client_channel.h" />
252 <ClInclude Include="..\..\..\src\core\channel\compress_filter.h" />
253 <ClInclude Include="..\..\..\src\core\channel\connected_channel.h" />
254 <ClInclude Include="..\..\..\src\core\channel\context.h" />
255 <ClInclude Include="..\..\..\src\core\channel\http_client_filter.h" />
256 <ClInclude Include="..\..\..\src\core\channel\http_server_filter.h" />
257 <ClInclude Include="..\..\..\src\core\channel\noop_filter.h" />
258 <ClInclude Include="..\..\..\src\core\client_config\client_config.h" />
259 <ClInclude Include="..\..\..\src\core\client_config\connector.h" />
260 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\pick_first.h" />
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700261 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\round_robin.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700262 <ClInclude Include="..\..\..\src\core\client_config\lb_policy.h" />
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700263 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_factory.h" />
264 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_registry.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700265 <ClInclude Include="..\..\..\src\core\client_config\resolver.h" />
266 <ClInclude Include="..\..\..\src\core\client_config\resolver_factory.h" />
267 <ClInclude Include="..\..\..\src\core\client_config\resolver_registry.h" />
268 <ClInclude Include="..\..\..\src\core\client_config\resolvers\dns_resolver.h" />
269 <ClInclude Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.h" />
270 <ClInclude Include="..\..\..\src\core\client_config\subchannel.h" />
271 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory.h" />
272 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.h" />
273 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.h" />
274 <ClInclude Include="..\..\..\src\core\client_config\uri_parser.h" />
275 <ClInclude Include="..\..\..\src\core\compression\message_compress.h" />
276 <ClInclude Include="..\..\..\src\core\debug\trace.h" />
277 <ClInclude Include="..\..\..\src\core\httpcli\format_request.h" />
278 <ClInclude Include="..\..\..\src\core\httpcli\httpcli.h" />
279 <ClInclude Include="..\..\..\src\core\httpcli\parser.h" />
280 <ClInclude Include="..\..\..\src\core\iomgr\alarm.h" />
281 <ClInclude Include="..\..\..\src\core\iomgr\alarm_heap.h" />
282 <ClInclude Include="..\..\..\src\core\iomgr\alarm_internal.h" />
Craig Tiller298751c2015-09-22 09:41:05 -0700283 <ClInclude Include="..\..\..\src\core\iomgr\closure.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700284 <ClInclude Include="..\..\..\src\core\iomgr\endpoint.h" />
285 <ClInclude Include="..\..\..\src\core\iomgr\endpoint_pair.h" />
Craig Tiller298751c2015-09-22 09:41:05 -0700286 <ClInclude Include="..\..\..\src\core\iomgr\exec_ctx.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700287 <ClInclude Include="..\..\..\src\core\iomgr\fd_posix.h" />
288 <ClInclude Include="..\..\..\src\core\iomgr\iocp_windows.h" />
289 <ClInclude Include="..\..\..\src\core\iomgr\iomgr.h" />
290 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_internal.h" />
291 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_posix.h" />
292 <ClInclude Include="..\..\..\src\core\iomgr\pollset.h" />
293 <ClInclude Include="..\..\..\src\core\iomgr\pollset_posix.h" />
294 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set.h" />
295 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_posix.h" />
296 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_windows.h" />
297 <ClInclude Include="..\..\..\src\core\iomgr\pollset_windows.h" />
298 <ClInclude Include="..\..\..\src\core\iomgr\resolve_address.h" />
299 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr.h" />
300 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_posix.h" />
301 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_utils.h" />
302 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_win32.h" />
303 <ClInclude Include="..\..\..\src\core\iomgr\socket_utils_posix.h" />
304 <ClInclude Include="..\..\..\src\core\iomgr\socket_windows.h" />
305 <ClInclude Include="..\..\..\src\core\iomgr\tcp_client.h" />
306 <ClInclude Include="..\..\..\src\core\iomgr\tcp_posix.h" />
307 <ClInclude Include="..\..\..\src\core\iomgr\tcp_server.h" />
308 <ClInclude Include="..\..\..\src\core\iomgr\tcp_windows.h" />
309 <ClInclude Include="..\..\..\src\core\iomgr\time_averaged_stats.h" />
310 <ClInclude Include="..\..\..\src\core\iomgr\udp_server.h" />
311 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.h" />
312 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_posix.h" />
Craig Tiller73b66062015-09-09 09:34:46 -0700313 <ClInclude Include="..\..\..\src\core\iomgr\workqueue.h" />
314 <ClInclude Include="..\..\..\src\core\iomgr\workqueue_posix.h" />
315 <ClInclude Include="..\..\..\src\core\iomgr\workqueue_windows.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700316 <ClInclude Include="..\..\..\src\core\json\json.h" />
317 <ClInclude Include="..\..\..\src\core\json\json_common.h" />
318 <ClInclude Include="..\..\..\src\core\json\json_reader.h" />
319 <ClInclude Include="..\..\..\src\core\json\json_writer.h" />
320 <ClInclude Include="..\..\..\src\core\profiling\timers.h" />
321 <ClInclude Include="..\..\..\src\core\statistics\census_interface.h" />
322 <ClInclude Include="..\..\..\src\core\statistics\census_rpc_stats.h" />
323 <ClInclude Include="..\..\..\src\core\surface\byte_buffer_queue.h" />
324 <ClInclude Include="..\..\..\src\core\surface\call.h" />
325 <ClInclude Include="..\..\..\src\core\surface\channel.h" />
326 <ClInclude Include="..\..\..\src\core\surface\completion_queue.h" />
327 <ClInclude Include="..\..\..\src\core\surface\event_string.h" />
328 <ClInclude Include="..\..\..\src\core\surface\init.h" />
329 <ClInclude Include="..\..\..\src\core\surface\server.h" />
330 <ClInclude Include="..\..\..\src\core\surface\surface_trace.h" />
331 <ClInclude Include="..\..\..\src\core\transport\chttp2\alpn.h" />
332 <ClInclude Include="..\..\..\src\core\transport\chttp2\bin_encoder.h" />
333 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame.h" />
334 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_data.h" />
335 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_goaway.h" />
336 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_ping.h" />
337 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.h" />
338 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_settings.h" />
339 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_window_update.h" />
340 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_parser.h" />
341 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_table.h" />
342 <ClInclude Include="..\..\..\src\core\transport\chttp2\http2_errors.h" />
343 <ClInclude Include="..\..\..\src\core\transport\chttp2\huffsyms.h" />
344 <ClInclude Include="..\..\..\src\core\transport\chttp2\incoming_metadata.h" />
345 <ClInclude Include="..\..\..\src\core\transport\chttp2\internal.h" />
346 <ClInclude Include="..\..\..\src\core\transport\chttp2\status_conversion.h" />
347 <ClInclude Include="..\..\..\src\core\transport\chttp2\stream_encoder.h" />
348 <ClInclude Include="..\..\..\src\core\transport\chttp2\stream_map.h" />
349 <ClInclude Include="..\..\..\src\core\transport\chttp2\timeout_encoding.h" />
350 <ClInclude Include="..\..\..\src\core\transport\chttp2\varint.h" />
351 <ClInclude Include="..\..\..\src\core\transport\chttp2_transport.h" />
352 <ClInclude Include="..\..\..\src\core\transport\connectivity_state.h" />
353 <ClInclude Include="..\..\..\src\core\transport\metadata.h" />
354 <ClInclude Include="..\..\..\src\core\transport\stream_op.h" />
355 <ClInclude Include="..\..\..\src\core\transport\transport.h" />
356 <ClInclude Include="..\..\..\src\core\transport\transport_impl.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700357 <ClInclude Include="..\..\..\src\core\census\aggregation.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700358 <ClInclude Include="..\..\..\src\core\census\context.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700359 <ClInclude Include="..\..\..\src\core\census\rpc_metric_id.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700360 </ItemGroup>
361 <ItemGroup>
362 <ClCompile Include="..\..\..\src\core\surface\init_unsecure.c">
363 </ClCompile>
364 <ClCompile Include="..\..\..\src\core\census\grpc_context.c">
365 </ClCompile>
366 <ClCompile Include="..\..\..\src\core\census\grpc_filter.c">
367 </ClCompile>
368 <ClCompile Include="..\..\..\src\core\channel\channel_args.c">
369 </ClCompile>
370 <ClCompile Include="..\..\..\src\core\channel\channel_stack.c">
371 </ClCompile>
372 <ClCompile Include="..\..\..\src\core\channel\client_channel.c">
373 </ClCompile>
374 <ClCompile Include="..\..\..\src\core\channel\compress_filter.c">
375 </ClCompile>
376 <ClCompile Include="..\..\..\src\core\channel\connected_channel.c">
377 </ClCompile>
378 <ClCompile Include="..\..\..\src\core\channel\http_client_filter.c">
379 </ClCompile>
380 <ClCompile Include="..\..\..\src\core\channel\http_server_filter.c">
381 </ClCompile>
382 <ClCompile Include="..\..\..\src\core\channel\noop_filter.c">
383 </ClCompile>
384 <ClCompile Include="..\..\..\src\core\client_config\client_config.c">
385 </ClCompile>
386 <ClCompile Include="..\..\..\src\core\client_config\connector.c">
387 </ClCompile>
388 <ClCompile Include="..\..\..\src\core\client_config\lb_policies\pick_first.c">
389 </ClCompile>
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700390 <ClCompile Include="..\..\..\src\core\client_config\lb_policies\round_robin.c">
391 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700392 <ClCompile Include="..\..\..\src\core\client_config\lb_policy.c">
393 </ClCompile>
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700394 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_factory.c">
395 </ClCompile>
396 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_registry.c">
397 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700398 <ClCompile Include="..\..\..\src\core\client_config\resolver.c">
399 </ClCompile>
400 <ClCompile Include="..\..\..\src\core\client_config\resolver_factory.c">
401 </ClCompile>
402 <ClCompile Include="..\..\..\src\core\client_config\resolver_registry.c">
403 </ClCompile>
404 <ClCompile Include="..\..\..\src\core\client_config\resolvers\dns_resolver.c">
405 </ClCompile>
406 <ClCompile Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.c">
407 </ClCompile>
408 <ClCompile Include="..\..\..\src\core\client_config\subchannel.c">
409 </ClCompile>
410 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory.c">
411 </ClCompile>
412 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.c">
413 </ClCompile>
414 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.c">
415 </ClCompile>
416 <ClCompile Include="..\..\..\src\core\client_config\uri_parser.c">
417 </ClCompile>
418 <ClCompile Include="..\..\..\src\core\compression\algorithm.c">
419 </ClCompile>
420 <ClCompile Include="..\..\..\src\core\compression\message_compress.c">
421 </ClCompile>
422 <ClCompile Include="..\..\..\src\core\debug\trace.c">
423 </ClCompile>
424 <ClCompile Include="..\..\..\src\core\httpcli\format_request.c">
425 </ClCompile>
426 <ClCompile Include="..\..\..\src\core\httpcli\httpcli.c">
427 </ClCompile>
428 <ClCompile Include="..\..\..\src\core\httpcli\parser.c">
429 </ClCompile>
430 <ClCompile Include="..\..\..\src\core\iomgr\alarm.c">
431 </ClCompile>
432 <ClCompile Include="..\..\..\src\core\iomgr\alarm_heap.c">
433 </ClCompile>
Craig Tiller298751c2015-09-22 09:41:05 -0700434 <ClCompile Include="..\..\..\src\core\iomgr\closure.c">
435 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700436 <ClCompile Include="..\..\..\src\core\iomgr\endpoint.c">
437 </ClCompile>
438 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_posix.c">
439 </ClCompile>
440 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_windows.c">
441 </ClCompile>
Craig Tiller8af4c332015-09-22 12:32:31 -0700442 <ClCompile Include="..\..\..\src\core\iomgr\exec_ctx.c">
443 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700444 <ClCompile Include="..\..\..\src\core\iomgr\fd_posix.c">
445 </ClCompile>
446 <ClCompile Include="..\..\..\src\core\iomgr\iocp_windows.c">
447 </ClCompile>
448 <ClCompile Include="..\..\..\src\core\iomgr\iomgr.c">
449 </ClCompile>
450 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_posix.c">
451 </ClCompile>
452 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_windows.c">
453 </ClCompile>
454 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_epoll.c">
455 </ClCompile>
456 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c">
457 </ClCompile>
458 <ClCompile Include="..\..\..\src\core\iomgr\pollset_posix.c">
459 </ClCompile>
460 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_posix.c">
461 </ClCompile>
462 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_windows.c">
463 </ClCompile>
464 <ClCompile Include="..\..\..\src\core\iomgr\pollset_windows.c">
465 </ClCompile>
466 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_posix.c">
467 </ClCompile>
468 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_windows.c">
469 </ClCompile>
470 <ClCompile Include="..\..\..\src\core\iomgr\sockaddr_utils.c">
471 </ClCompile>
472 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_common_posix.c">
473 </ClCompile>
474 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_linux.c">
475 </ClCompile>
476 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_posix.c">
477 </ClCompile>
478 <ClCompile Include="..\..\..\src\core\iomgr\socket_windows.c">
479 </ClCompile>
480 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_posix.c">
481 </ClCompile>
482 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_windows.c">
483 </ClCompile>
484 <ClCompile Include="..\..\..\src\core\iomgr\tcp_posix.c">
485 </ClCompile>
486 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_posix.c">
487 </ClCompile>
488 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_windows.c">
489 </ClCompile>
490 <ClCompile Include="..\..\..\src\core\iomgr\tcp_windows.c">
491 </ClCompile>
492 <ClCompile Include="..\..\..\src\core\iomgr\time_averaged_stats.c">
493 </ClCompile>
494 <ClCompile Include="..\..\..\src\core\iomgr\udp_server.c">
495 </ClCompile>
496 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_eventfd.c">
497 </ClCompile>
498 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_nospecial.c">
499 </ClCompile>
500 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.c">
501 </ClCompile>
502 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_posix.c">
503 </ClCompile>
Craig Tiller73b66062015-09-09 09:34:46 -0700504 <ClCompile Include="..\..\..\src\core\iomgr\workqueue_posix.c">
505 </ClCompile>
506 <ClCompile Include="..\..\..\src\core\iomgr\workqueue_windows.c">
507 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700508 <ClCompile Include="..\..\..\src\core\json\json.c">
509 </ClCompile>
510 <ClCompile Include="..\..\..\src\core\json\json_reader.c">
511 </ClCompile>
512 <ClCompile Include="..\..\..\src\core\json\json_string.c">
513 </ClCompile>
514 <ClCompile Include="..\..\..\src\core\json\json_writer.c">
515 </ClCompile>
516 <ClCompile Include="..\..\..\src\core\profiling\basic_timers.c">
517 </ClCompile>
518 <ClCompile Include="..\..\..\src\core\profiling\stap_timers.c">
519 </ClCompile>
520 <ClCompile Include="..\..\..\src\core\surface\byte_buffer.c">
521 </ClCompile>
522 <ClCompile Include="..\..\..\src\core\surface\byte_buffer_queue.c">
523 </ClCompile>
524 <ClCompile Include="..\..\..\src\core\surface\byte_buffer_reader.c">
525 </ClCompile>
526 <ClCompile Include="..\..\..\src\core\surface\call.c">
527 </ClCompile>
528 <ClCompile Include="..\..\..\src\core\surface\call_details.c">
529 </ClCompile>
530 <ClCompile Include="..\..\..\src\core\surface\call_log_batch.c">
531 </ClCompile>
532 <ClCompile Include="..\..\..\src\core\surface\channel.c">
533 </ClCompile>
534 <ClCompile Include="..\..\..\src\core\surface\channel_connectivity.c">
535 </ClCompile>
536 <ClCompile Include="..\..\..\src\core\surface\channel_create.c">
537 </ClCompile>
538 <ClCompile Include="..\..\..\src\core\surface\completion_queue.c">
539 </ClCompile>
540 <ClCompile Include="..\..\..\src\core\surface\event_string.c">
541 </ClCompile>
542 <ClCompile Include="..\..\..\src\core\surface\init.c">
543 </ClCompile>
544 <ClCompile Include="..\..\..\src\core\surface\lame_client.c">
545 </ClCompile>
546 <ClCompile Include="..\..\..\src\core\surface\metadata_array.c">
547 </ClCompile>
548 <ClCompile Include="..\..\..\src\core\surface\server.c">
549 </ClCompile>
550 <ClCompile Include="..\..\..\src\core\surface\server_chttp2.c">
551 </ClCompile>
552 <ClCompile Include="..\..\..\src\core\surface\server_create.c">
553 </ClCompile>
554 <ClCompile Include="..\..\..\src\core\surface\surface_trace.c">
555 </ClCompile>
556 <ClCompile Include="..\..\..\src\core\surface\version.c">
557 </ClCompile>
558 <ClCompile Include="..\..\..\src\core\transport\chttp2\alpn.c">
559 </ClCompile>
560 <ClCompile Include="..\..\..\src\core\transport\chttp2\bin_encoder.c">
561 </ClCompile>
562 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_data.c">
563 </ClCompile>
564 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_goaway.c">
565 </ClCompile>
566 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_ping.c">
567 </ClCompile>
568 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.c">
569 </ClCompile>
570 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_settings.c">
571 </ClCompile>
572 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_window_update.c">
573 </ClCompile>
574 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_parser.c">
575 </ClCompile>
576 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_table.c">
577 </ClCompile>
578 <ClCompile Include="..\..\..\src\core\transport\chttp2\huffsyms.c">
579 </ClCompile>
580 <ClCompile Include="..\..\..\src\core\transport\chttp2\incoming_metadata.c">
581 </ClCompile>
582 <ClCompile Include="..\..\..\src\core\transport\chttp2\parsing.c">
583 </ClCompile>
584 <ClCompile Include="..\..\..\src\core\transport\chttp2\status_conversion.c">
585 </ClCompile>
586 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_encoder.c">
587 </ClCompile>
588 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_lists.c">
589 </ClCompile>
590 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_map.c">
591 </ClCompile>
592 <ClCompile Include="..\..\..\src\core\transport\chttp2\timeout_encoding.c">
593 </ClCompile>
594 <ClCompile Include="..\..\..\src\core\transport\chttp2\varint.c">
595 </ClCompile>
596 <ClCompile Include="..\..\..\src\core\transport\chttp2\writing.c">
597 </ClCompile>
598 <ClCompile Include="..\..\..\src\core\transport\chttp2_transport.c">
599 </ClCompile>
600 <ClCompile Include="..\..\..\src\core\transport\connectivity_state.c">
601 </ClCompile>
602 <ClCompile Include="..\..\..\src\core\transport\metadata.c">
603 </ClCompile>
604 <ClCompile Include="..\..\..\src\core\transport\stream_op.c">
605 </ClCompile>
606 <ClCompile Include="..\..\..\src\core\transport\transport.c">
607 </ClCompile>
608 <ClCompile Include="..\..\..\src\core\transport\transport_op_string.c">
609 </ClCompile>
610 <ClCompile Include="..\..\..\src\core\census\context.c">
611 </ClCompile>
612 <ClCompile Include="..\..\..\src\core\census\initialize.c">
613 </ClCompile>
614 <ClCompile Include="..\..\..\src\core\census\operation.c">
615 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700616 <ClCompile Include="..\..\..\src\core\census\tracing.c">
617 </ClCompile>
618 </ItemGroup>
619 <ItemGroup>
620 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
621 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
622 </ProjectReference>
623 </ItemGroup>
624 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
625 <ImportGroup Label="ExtensionTargets">
626 </ImportGroup>
627 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
628 <PropertyGroup>
629 <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>
630 </PropertyGroup>
631 </Target>
632</Project>
633