blob: 374220d95265a2183234867b321f8a3dfb5d817b [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" />
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700252 <ClInclude Include="..\..\..\src\core\channel\client_uchannel.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700253 <ClInclude Include="..\..\..\src\core\channel\compress_filter.h" />
254 <ClInclude Include="..\..\..\src\core\channel\connected_channel.h" />
255 <ClInclude Include="..\..\..\src\core\channel\context.h" />
256 <ClInclude Include="..\..\..\src\core\channel\http_client_filter.h" />
257 <ClInclude Include="..\..\..\src\core\channel\http_server_filter.h" />
258 <ClInclude Include="..\..\..\src\core\channel\noop_filter.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800259 <ClInclude Include="..\..\..\src\core\channel\subchannel_call_holder.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700260 <ClInclude Include="..\..\..\src\core\client_config\client_config.h" />
261 <ClInclude Include="..\..\..\src\core\client_config\connector.h" />
yang-ga6124122015-11-05 22:36:20 -0800262 <ClInclude Include="..\..\..\src\core\client_config\initial_connect_string.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700263 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\pick_first.h" />
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700264 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\round_robin.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700265 <ClInclude Include="..\..\..\src\core\client_config\lb_policy.h" />
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700266 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_factory.h" />
267 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_registry.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700268 <ClInclude Include="..\..\..\src\core\client_config\resolver.h" />
269 <ClInclude Include="..\..\..\src\core\client_config\resolver_factory.h" />
270 <ClInclude Include="..\..\..\src\core\client_config\resolver_registry.h" />
271 <ClInclude Include="..\..\..\src\core\client_config\resolvers\dns_resolver.h" />
272 <ClInclude Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.h" />
273 <ClInclude Include="..\..\..\src\core\client_config\subchannel.h" />
274 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory.h" />
275 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.h" />
276 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.h" />
277 <ClInclude Include="..\..\..\src\core\client_config\uri_parser.h" />
Craig Tillerebdef9d2015-11-19 17:09:49 -0800278 <ClInclude Include="..\..\..\src\core\compression\algorithm_metadata.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700279 <ClInclude Include="..\..\..\src\core\compression\message_compress.h" />
280 <ClInclude Include="..\..\..\src\core\debug\trace.h" />
281 <ClInclude Include="..\..\..\src\core\httpcli\format_request.h" />
282 <ClInclude Include="..\..\..\src\core\httpcli\httpcli.h" />
283 <ClInclude Include="..\..\..\src\core\httpcli\parser.h" />
Craig Tiller298751c2015-09-22 09:41:05 -0700284 <ClInclude Include="..\..\..\src\core\iomgr\closure.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700285 <ClInclude Include="..\..\..\src\core\iomgr\endpoint.h" />
286 <ClInclude Include="..\..\..\src\core\iomgr\endpoint_pair.h" />
Craig Tiller298751c2015-09-22 09:41:05 -0700287 <ClInclude Include="..\..\..\src\core\iomgr\exec_ctx.h" />
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700288 <ClInclude Include="..\..\..\src\core\iomgr\executor.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700289 <ClInclude Include="..\..\..\src\core\iomgr\fd_posix.h" />
290 <ClInclude Include="..\..\..\src\core\iomgr\iocp_windows.h" />
291 <ClInclude Include="..\..\..\src\core\iomgr\iomgr.h" />
292 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_internal.h" />
293 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_posix.h" />
294 <ClInclude Include="..\..\..\src\core\iomgr\pollset.h" />
295 <ClInclude Include="..\..\..\src\core\iomgr\pollset_posix.h" />
296 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set.h" />
297 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_posix.h" />
298 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_windows.h" />
299 <ClInclude Include="..\..\..\src\core\iomgr\pollset_windows.h" />
300 <ClInclude Include="..\..\..\src\core\iomgr\resolve_address.h" />
301 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr.h" />
302 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_posix.h" />
303 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_utils.h" />
304 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_win32.h" />
305 <ClInclude Include="..\..\..\src\core\iomgr\socket_utils_posix.h" />
306 <ClInclude Include="..\..\..\src\core\iomgr\socket_windows.h" />
307 <ClInclude Include="..\..\..\src\core\iomgr\tcp_client.h" />
308 <ClInclude Include="..\..\..\src\core\iomgr\tcp_posix.h" />
309 <ClInclude Include="..\..\..\src\core\iomgr\tcp_server.h" />
310 <ClInclude Include="..\..\..\src\core\iomgr\tcp_windows.h" />
311 <ClInclude Include="..\..\..\src\core\iomgr\time_averaged_stats.h" />
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700312 <ClInclude Include="..\..\..\src\core\iomgr\timer.h" />
313 <ClInclude Include="..\..\..\src\core\iomgr\timer_heap.h" />
314 <ClInclude Include="..\..\..\src\core\iomgr\timer_internal.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700315 <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" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700325 <ClInclude Include="..\..\..\src\core\statistics\census_interface.h" />
326 <ClInclude Include="..\..\..\src\core\statistics\census_rpc_stats.h" />
Craig Tiller2468ff52015-10-05 09:00:17 -0700327 <ClInclude Include="..\..\..\src\core\surface\api_trace.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700328 <ClInclude Include="..\..\..\src\core\surface\call.h" />
David Garcia Quintas0c331882015-10-08 14:51:54 -0700329 <ClInclude Include="..\..\..\src\core\surface\call_test_only.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700330 <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" />
Craig Tiller0801ce62015-10-05 09:40:31 -0700335 <ClInclude Include="..\..\..\src\core\surface\surface_trace.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800336 <ClInclude Include="..\..\..\src\core\transport\byte_stream.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700337 <ClInclude Include="..\..\..\src\core\transport\chttp2\alpn.h" />
338 <ClInclude Include="..\..\..\src\core\transport\chttp2\bin_encoder.h" />
339 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame.h" />
340 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_data.h" />
341 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_goaway.h" />
342 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_ping.h" />
343 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.h" />
344 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_settings.h" />
345 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_window_update.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800346 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_encoder.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700347 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_parser.h" />
348 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_table.h" />
349 <ClInclude Include="..\..\..\src\core\transport\chttp2\http2_errors.h" />
350 <ClInclude Include="..\..\..\src\core\transport\chttp2\huffsyms.h" />
351 <ClInclude Include="..\..\..\src\core\transport\chttp2\incoming_metadata.h" />
352 <ClInclude Include="..\..\..\src\core\transport\chttp2\internal.h" />
353 <ClInclude Include="..\..\..\src\core\transport\chttp2\status_conversion.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700354 <ClInclude Include="..\..\..\src\core\transport\chttp2\stream_map.h" />
355 <ClInclude Include="..\..\..\src\core\transport\chttp2\timeout_encoding.h" />
356 <ClInclude Include="..\..\..\src\core\transport\chttp2\varint.h" />
357 <ClInclude Include="..\..\..\src\core\transport\chttp2_transport.h" />
358 <ClInclude Include="..\..\..\src\core\transport\connectivity_state.h" />
359 <ClInclude Include="..\..\..\src\core\transport\metadata.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800360 <ClInclude Include="..\..\..\src\core\transport\metadata_batch.h" />
Craig Tiller2e7687c2015-11-18 14:56:46 -0800361 <ClInclude Include="..\..\..\src\core\transport\static_metadata.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700362 <ClInclude Include="..\..\..\src\core\transport\transport.h" />
363 <ClInclude Include="..\..\..\src\core\transport\transport_impl.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700364 <ClInclude Include="..\..\..\src\core\census\aggregation.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700365 <ClInclude Include="..\..\..\src\core\census\context.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700366 <ClInclude Include="..\..\..\src\core\census\rpc_metric_id.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700367 </ItemGroup>
368 <ItemGroup>
369 <ClCompile Include="..\..\..\src\core\surface\init_unsecure.c">
370 </ClCompile>
371 <ClCompile Include="..\..\..\src\core\census\grpc_context.c">
372 </ClCompile>
373 <ClCompile Include="..\..\..\src\core\census\grpc_filter.c">
374 </ClCompile>
375 <ClCompile Include="..\..\..\src\core\channel\channel_args.c">
376 </ClCompile>
377 <ClCompile Include="..\..\..\src\core\channel\channel_stack.c">
378 </ClCompile>
379 <ClCompile Include="..\..\..\src\core\channel\client_channel.c">
380 </ClCompile>
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700381 <ClCompile Include="..\..\..\src\core\channel\client_uchannel.c">
382 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700383 <ClCompile Include="..\..\..\src\core\channel\compress_filter.c">
384 </ClCompile>
385 <ClCompile Include="..\..\..\src\core\channel\connected_channel.c">
386 </ClCompile>
387 <ClCompile Include="..\..\..\src\core\channel\http_client_filter.c">
388 </ClCompile>
389 <ClCompile Include="..\..\..\src\core\channel\http_server_filter.c">
390 </ClCompile>
391 <ClCompile Include="..\..\..\src\core\channel\noop_filter.c">
392 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800393 <ClCompile Include="..\..\..\src\core\channel\subchannel_call_holder.c">
394 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700395 <ClCompile Include="..\..\..\src\core\client_config\client_config.c">
396 </ClCompile>
397 <ClCompile Include="..\..\..\src\core\client_config\connector.c">
398 </ClCompile>
yang-ga6124122015-11-05 22:36:20 -0800399 <ClCompile Include="..\..\..\src\core\client_config\default_initial_connect_string.c">
400 </ClCompile>
401 <ClCompile Include="..\..\..\src\core\client_config\initial_connect_string.c">
402 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700403 <ClCompile Include="..\..\..\src\core\client_config\lb_policies\pick_first.c">
404 </ClCompile>
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700405 <ClCompile Include="..\..\..\src\core\client_config\lb_policies\round_robin.c">
406 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700407 <ClCompile Include="..\..\..\src\core\client_config\lb_policy.c">
408 </ClCompile>
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700409 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_factory.c">
410 </ClCompile>
411 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_registry.c">
412 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700413 <ClCompile Include="..\..\..\src\core\client_config\resolver.c">
414 </ClCompile>
415 <ClCompile Include="..\..\..\src\core\client_config\resolver_factory.c">
416 </ClCompile>
417 <ClCompile Include="..\..\..\src\core\client_config\resolver_registry.c">
418 </ClCompile>
419 <ClCompile Include="..\..\..\src\core\client_config\resolvers\dns_resolver.c">
420 </ClCompile>
421 <ClCompile Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.c">
422 </ClCompile>
423 <ClCompile Include="..\..\..\src\core\client_config\subchannel.c">
424 </ClCompile>
425 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory.c">
426 </ClCompile>
427 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory_decorators\add_channel_arg.c">
428 </ClCompile>
429 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory_decorators\merge_channel_args.c">
430 </ClCompile>
431 <ClCompile Include="..\..\..\src\core\client_config\uri_parser.c">
432 </ClCompile>
433 <ClCompile Include="..\..\..\src\core\compression\algorithm.c">
434 </ClCompile>
435 <ClCompile Include="..\..\..\src\core\compression\message_compress.c">
436 </ClCompile>
437 <ClCompile Include="..\..\..\src\core\debug\trace.c">
438 </ClCompile>
439 <ClCompile Include="..\..\..\src\core\httpcli\format_request.c">
440 </ClCompile>
441 <ClCompile Include="..\..\..\src\core\httpcli\httpcli.c">
442 </ClCompile>
443 <ClCompile Include="..\..\..\src\core\httpcli\parser.c">
444 </ClCompile>
Craig Tiller298751c2015-09-22 09:41:05 -0700445 <ClCompile Include="..\..\..\src\core\iomgr\closure.c">
446 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700447 <ClCompile Include="..\..\..\src\core\iomgr\endpoint.c">
448 </ClCompile>
449 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_posix.c">
450 </ClCompile>
451 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_windows.c">
452 </ClCompile>
Craig Tiller8af4c332015-09-22 12:32:31 -0700453 <ClCompile Include="..\..\..\src\core\iomgr\exec_ctx.c">
454 </ClCompile>
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700455 <ClCompile Include="..\..\..\src\core\iomgr\executor.c">
456 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700457 <ClCompile Include="..\..\..\src\core\iomgr\fd_posix.c">
458 </ClCompile>
459 <ClCompile Include="..\..\..\src\core\iomgr\iocp_windows.c">
460 </ClCompile>
461 <ClCompile Include="..\..\..\src\core\iomgr\iomgr.c">
462 </ClCompile>
463 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_posix.c">
464 </ClCompile>
465 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_windows.c">
466 </ClCompile>
467 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_epoll.c">
468 </ClCompile>
469 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c">
470 </ClCompile>
471 <ClCompile Include="..\..\..\src\core\iomgr\pollset_posix.c">
472 </ClCompile>
473 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_posix.c">
474 </ClCompile>
475 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_windows.c">
476 </ClCompile>
477 <ClCompile Include="..\..\..\src\core\iomgr\pollset_windows.c">
478 </ClCompile>
479 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_posix.c">
480 </ClCompile>
481 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_windows.c">
482 </ClCompile>
483 <ClCompile Include="..\..\..\src\core\iomgr\sockaddr_utils.c">
484 </ClCompile>
485 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_common_posix.c">
486 </ClCompile>
487 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_linux.c">
488 </ClCompile>
489 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_posix.c">
490 </ClCompile>
491 <ClCompile Include="..\..\..\src\core\iomgr\socket_windows.c">
492 </ClCompile>
493 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_posix.c">
494 </ClCompile>
495 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_windows.c">
496 </ClCompile>
497 <ClCompile Include="..\..\..\src\core\iomgr\tcp_posix.c">
498 </ClCompile>
499 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_posix.c">
500 </ClCompile>
501 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_windows.c">
502 </ClCompile>
503 <ClCompile Include="..\..\..\src\core\iomgr\tcp_windows.c">
504 </ClCompile>
505 <ClCompile Include="..\..\..\src\core\iomgr\time_averaged_stats.c">
506 </ClCompile>
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700507 <ClCompile Include="..\..\..\src\core\iomgr\timer.c">
508 </ClCompile>
509 <ClCompile Include="..\..\..\src\core\iomgr\timer_heap.c">
510 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700511 <ClCompile Include="..\..\..\src\core\iomgr\udp_server.c">
512 </ClCompile>
513 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_eventfd.c">
514 </ClCompile>
515 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_nospecial.c">
516 </ClCompile>
517 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.c">
518 </ClCompile>
519 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_posix.c">
520 </ClCompile>
Craig Tiller73b66062015-09-09 09:34:46 -0700521 <ClCompile Include="..\..\..\src\core\iomgr\workqueue_posix.c">
522 </ClCompile>
523 <ClCompile Include="..\..\..\src\core\iomgr\workqueue_windows.c">
524 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700525 <ClCompile Include="..\..\..\src\core\json\json.c">
526 </ClCompile>
527 <ClCompile Include="..\..\..\src\core\json\json_reader.c">
528 </ClCompile>
529 <ClCompile Include="..\..\..\src\core\json\json_string.c">
530 </ClCompile>
531 <ClCompile Include="..\..\..\src\core\json\json_writer.c">
532 </ClCompile>
Craig Tiller2468ff52015-10-05 09:00:17 -0700533 <ClCompile Include="..\..\..\src\core\surface\api_trace.c">
534 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700535 <ClCompile Include="..\..\..\src\core\surface\byte_buffer.c">
536 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700537 <ClCompile Include="..\..\..\src\core\surface\byte_buffer_reader.c">
538 </ClCompile>
539 <ClCompile Include="..\..\..\src\core\surface\call.c">
540 </ClCompile>
541 <ClCompile Include="..\..\..\src\core\surface\call_details.c">
542 </ClCompile>
543 <ClCompile Include="..\..\..\src\core\surface\call_log_batch.c">
544 </ClCompile>
545 <ClCompile Include="..\..\..\src\core\surface\channel.c">
546 </ClCompile>
547 <ClCompile Include="..\..\..\src\core\surface\channel_connectivity.c">
548 </ClCompile>
549 <ClCompile Include="..\..\..\src\core\surface\channel_create.c">
550 </ClCompile>
551 <ClCompile Include="..\..\..\src\core\surface\completion_queue.c">
552 </ClCompile>
553 <ClCompile Include="..\..\..\src\core\surface\event_string.c">
554 </ClCompile>
555 <ClCompile Include="..\..\..\src\core\surface\init.c">
556 </ClCompile>
557 <ClCompile Include="..\..\..\src\core\surface\lame_client.c">
558 </ClCompile>
559 <ClCompile Include="..\..\..\src\core\surface\metadata_array.c">
560 </ClCompile>
561 <ClCompile Include="..\..\..\src\core\surface\server.c">
562 </ClCompile>
563 <ClCompile Include="..\..\..\src\core\surface\server_chttp2.c">
564 </ClCompile>
565 <ClCompile Include="..\..\..\src\core\surface\server_create.c">
566 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700567 <ClCompile Include="..\..\..\src\core\surface\version.c">
568 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800569 <ClCompile Include="..\..\..\src\core\transport\byte_stream.c">
570 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700571 <ClCompile Include="..\..\..\src\core\transport\chttp2\alpn.c">
572 </ClCompile>
573 <ClCompile Include="..\..\..\src\core\transport\chttp2\bin_encoder.c">
574 </ClCompile>
575 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_data.c">
576 </ClCompile>
577 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_goaway.c">
578 </ClCompile>
579 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_ping.c">
580 </ClCompile>
581 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.c">
582 </ClCompile>
583 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_settings.c">
584 </ClCompile>
585 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_window_update.c">
586 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800587 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_encoder.c">
588 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700589 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_parser.c">
590 </ClCompile>
591 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_table.c">
592 </ClCompile>
593 <ClCompile Include="..\..\..\src\core\transport\chttp2\huffsyms.c">
594 </ClCompile>
595 <ClCompile Include="..\..\..\src\core\transport\chttp2\incoming_metadata.c">
596 </ClCompile>
597 <ClCompile Include="..\..\..\src\core\transport\chttp2\parsing.c">
598 </ClCompile>
599 <ClCompile Include="..\..\..\src\core\transport\chttp2\status_conversion.c">
600 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700601 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_lists.c">
602 </ClCompile>
603 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_map.c">
604 </ClCompile>
605 <ClCompile Include="..\..\..\src\core\transport\chttp2\timeout_encoding.c">
606 </ClCompile>
607 <ClCompile Include="..\..\..\src\core\transport\chttp2\varint.c">
608 </ClCompile>
609 <ClCompile Include="..\..\..\src\core\transport\chttp2\writing.c">
610 </ClCompile>
611 <ClCompile Include="..\..\..\src\core\transport\chttp2_transport.c">
612 </ClCompile>
613 <ClCompile Include="..\..\..\src\core\transport\connectivity_state.c">
614 </ClCompile>
615 <ClCompile Include="..\..\..\src\core\transport\metadata.c">
616 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800617 <ClCompile Include="..\..\..\src\core\transport\metadata_batch.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700618 </ClCompile>
Craig Tiller2e7687c2015-11-18 14:56:46 -0800619 <ClCompile Include="..\..\..\src\core\transport\static_metadata.c">
620 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700621 <ClCompile Include="..\..\..\src\core\transport\transport.c">
622 </ClCompile>
623 <ClCompile Include="..\..\..\src\core\transport\transport_op_string.c">
624 </ClCompile>
625 <ClCompile Include="..\..\..\src\core\census\context.c">
626 </ClCompile>
627 <ClCompile Include="..\..\..\src\core\census\initialize.c">
628 </ClCompile>
629 <ClCompile Include="..\..\..\src\core\census\operation.c">
630 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700631 <ClCompile Include="..\..\..\src\core\census\tracing.c">
632 </ClCompile>
633 </ItemGroup>
634 <ItemGroup>
635 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
636 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
637 </ProjectReference>
638 </ItemGroup>
639 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
640 <ImportGroup Label="ExtensionTargets">
641 </ImportGroup>
642 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
643 <PropertyGroup>
644 <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>
645 </PropertyGroup>
646 </Target>
647</Project>
648