blob: fddbaf6e289fd85e3f1b4b3d8002e36ffec68c1b [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">
Jan Tattermusch4e5b91f2015-12-01 08:08:41 -08003 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\1.0.204.1.props')" />
Craig Tiller02a7bed2015-08-31 15:54:05 -07004 <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>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080040 <IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected>
Craig Tiller02a7bed2015-08-31 15:54:05 -070041 </PropertyGroup>
42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
43 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
44 <PlatformToolset>v100</PlatformToolset>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
47 <PlatformToolset>v110</PlatformToolset>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
50 <PlatformToolset>v120</PlatformToolset>
51 </PropertyGroup>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -080052 <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
53 <PlatformToolset>v140</PlatformToolset>
54 </PropertyGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -070055 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
56 <ConfigurationType>StaticLibrary</ConfigurationType>
57 <UseDebugLibraries>true</UseDebugLibraries>
58 <CharacterSet>Unicode</CharacterSet>
59 </PropertyGroup>
60 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
61 <ConfigurationType>StaticLibrary</ConfigurationType>
62 <UseDebugLibraries>false</UseDebugLibraries>
63 <WholeProgramOptimization>true</WholeProgramOptimization>
64 <CharacterSet>Unicode</CharacterSet>
65 </PropertyGroup>
66 <PropertyGroup Condition="'$(Configuration)'=='Debug-DLL'" Label="Configuration">
67 <ConfigurationType>StaticLibrary</ConfigurationType>
68 <UseDebugLibraries>true</UseDebugLibraries>
69 <CharacterSet>Unicode</CharacterSet>
70 </PropertyGroup>
71 <PropertyGroup Condition="'$(Configuration)'=='Release-DLL'" Label="Configuration">
72 <ConfigurationType>StaticLibrary</ConfigurationType>
73 <UseDebugLibraries>false</UseDebugLibraries>
74 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <CharacterSet>Unicode</CharacterSet>
76 </PropertyGroup>
77 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
78 <ImportGroup Label="ExtensionSettings">
79 </ImportGroup>
80 <ImportGroup Label="PropertySheets">
81 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
82 <Import Project="..\..\..\vsprojects\global.props" />
83 <Import Project="..\..\..\vsprojects\winsock.props" />
84 </ImportGroup>
85 <PropertyGroup Label="UserMacros" />
86 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
87 <TargetName>grpc</TargetName>
88 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
89 <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib>
90 <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl>
91 </PropertyGroup>
92 <PropertyGroup Condition="'$(Configuration)'=='Release'">
93 <TargetName>grpc</TargetName>
94 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080095 <Configuration-grpc_dependencies_zlib>Release</Configuration-grpc_dependencies_zlib>
96 <Configuration-grpc_dependencies_openssl>Release</Configuration-grpc_dependencies_openssl>
Craig Tiller02a7bed2015-08-31 15:54:05 -070097 </PropertyGroup>
98 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'">
99 <ClCompile>
100 <PrecompiledHeader>NotUsing</PrecompiledHeader>
101 <WarningLevel>Level3</WarningLevel>
102 <Optimization>Disabled</Optimization>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -0800103 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700104 <SDLCheck>true</SDLCheck>
105 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700106 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700107 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800108 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700109 </ClCompile>
110 <Link>
111 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700112 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
113 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700114 </Link>
115 </ItemDefinitionGroup>
116 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'">
117 <ClCompile>
118 <PrecompiledHeader>NotUsing</PrecompiledHeader>
119 <WarningLevel>Level3</WarningLevel>
120 <Optimization>Disabled</Optimization>
121 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122 <SDLCheck>true</SDLCheck>
123 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700124 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700125 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800126 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700127 </ClCompile>
128 <Link>
129 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700130 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
131 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700132 </Link>
133 </ItemDefinitionGroup>
134 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">
135 <ClCompile>
136 <WarningLevel>Level3</WarningLevel>
137 <PrecompiledHeader>NotUsing</PrecompiledHeader>
138 <Optimization>MaxSpeed</Optimization>
139 <FunctionLevelLinking>true</FunctionLevelLinking>
140 <IntrinsicFunctions>true</IntrinsicFunctions>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -0800141 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700142 <SDLCheck>true</SDLCheck>
143 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700144 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700145 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800146 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700147 </ClCompile>
148 <Link>
149 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700150 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
151 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700152 <EnableCOMDATFolding>true</EnableCOMDATFolding>
153 <OptimizeReferences>true</OptimizeReferences>
154 </Link>
155 </ItemDefinitionGroup>
156 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'">
157 <ClCompile>
158 <WarningLevel>Level3</WarningLevel>
159 <PrecompiledHeader>NotUsing</PrecompiledHeader>
160 <Optimization>MaxSpeed</Optimization>
161 <FunctionLevelLinking>true</FunctionLevelLinking>
162 <IntrinsicFunctions>true</IntrinsicFunctions>
163 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
164 <SDLCheck>true</SDLCheck>
165 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700166 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700167 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800168 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700169 </ClCompile>
170 <Link>
171 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700172 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
173 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700174 <EnableCOMDATFolding>true</EnableCOMDATFolding>
175 <OptimizeReferences>true</OptimizeReferences>
176 </Link>
177 </ItemDefinitionGroup>
178 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
179 <ClCompile>
180 <PrecompiledHeader>NotUsing</PrecompiledHeader>
181 <WarningLevel>Level3</WarningLevel>
182 <Optimization>Disabled</Optimization>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -0800183 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700184 <SDLCheck>true</SDLCheck>
185 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tiller82f9bd82015-09-23 09:31:51 -0700186 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700187 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800188 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700189 </ClCompile>
190 <Link>
191 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700192 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
193 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700194 </Link>
195 </ItemDefinitionGroup>
196 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
197 <ClCompile>
198 <PrecompiledHeader>NotUsing</PrecompiledHeader>
199 <WarningLevel>Level3</WarningLevel>
200 <Optimization>Disabled</Optimization>
201 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
202 <SDLCheck>true</SDLCheck>
203 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700204 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700205 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800206 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700207 </ClCompile>
208 <Link>
209 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700210 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
211 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700212 </Link>
213 </ItemDefinitionGroup>
214 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
215 <ClCompile>
216 <WarningLevel>Level3</WarningLevel>
217 <PrecompiledHeader>NotUsing</PrecompiledHeader>
218 <Optimization>MaxSpeed</Optimization>
219 <FunctionLevelLinking>true</FunctionLevelLinking>
220 <IntrinsicFunctions>true</IntrinsicFunctions>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -0800221 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700222 <SDLCheck>true</SDLCheck>
223 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700224 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700225 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800226 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700227 </ClCompile>
228 <Link>
229 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700230 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
231 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700232 <EnableCOMDATFolding>true</EnableCOMDATFolding>
233 <OptimizeReferences>true</OptimizeReferences>
234 </Link>
235 </ItemDefinitionGroup>
236 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
237 <ClCompile>
238 <WarningLevel>Level3</WarningLevel>
239 <PrecompiledHeader>NotUsing</PrecompiledHeader>
240 <Optimization>MaxSpeed</Optimization>
241 <FunctionLevelLinking>true</FunctionLevelLinking>
242 <IntrinsicFunctions>true</IntrinsicFunctions>
243 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
244 <SDLCheck>true</SDLCheck>
245 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700246 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700247 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800248 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700249 </ClCompile>
250 <Link>
251 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700252 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
253 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700254 <EnableCOMDATFolding>true</EnableCOMDATFolding>
255 <OptimizeReferences>true</OptimizeReferences>
256 </Link>
257 </ItemDefinitionGroup>
258 <ItemGroup>
259 <ClInclude Include="..\..\..\include\grpc\grpc_security.h" />
260 <ClInclude Include="..\..\..\include\grpc\byte_buffer.h" />
261 <ClInclude Include="..\..\..\include\grpc\byte_buffer_reader.h" />
262 <ClInclude Include="..\..\..\include\grpc\compression.h" />
263 <ClInclude Include="..\..\..\include\grpc\grpc.h" />
264 <ClInclude Include="..\..\..\include\grpc\status.h" />
265 <ClInclude Include="..\..\..\include\grpc\census.h" />
266 </ItemGroup>
267 <ItemGroup>
268 <ClInclude Include="..\..\..\src\core\security\auth_filters.h" />
269 <ClInclude Include="..\..\..\src\core\security\base64.h" />
270 <ClInclude Include="..\..\..\src\core\security\credentials.h" />
Julien Boeuf5600a6a2015-09-15 23:01:39 -0700271 <ClInclude Include="..\..\..\src\core\security\handshake.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700272 <ClInclude Include="..\..\..\src\core\security\json_token.h" />
273 <ClInclude Include="..\..\..\src\core\security\jwt_verifier.h" />
274 <ClInclude Include="..\..\..\src\core\security\secure_endpoint.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700275 <ClInclude Include="..\..\..\src\core\security\security_connector.h" />
276 <ClInclude Include="..\..\..\src\core\security\security_context.h" />
277 <ClInclude Include="..\..\..\src\core\tsi\fake_transport_security.h" />
278 <ClInclude Include="..\..\..\src\core\tsi\ssl_transport_security.h" />
279 <ClInclude Include="..\..\..\src\core\tsi\transport_security.h" />
280 <ClInclude Include="..\..\..\src\core\tsi\transport_security_interface.h" />
281 <ClInclude Include="..\..\..\src\core\census\grpc_filter.h" />
282 <ClInclude Include="..\..\..\src\core\channel\channel_args.h" />
283 <ClInclude Include="..\..\..\src\core\channel\channel_stack.h" />
284 <ClInclude Include="..\..\..\src\core\channel\client_channel.h" />
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700285 <ClInclude Include="..\..\..\src\core\channel\client_uchannel.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700286 <ClInclude Include="..\..\..\src\core\channel\compress_filter.h" />
287 <ClInclude Include="..\..\..\src\core\channel\connected_channel.h" />
288 <ClInclude Include="..\..\..\src\core\channel\context.h" />
289 <ClInclude Include="..\..\..\src\core\channel\http_client_filter.h" />
290 <ClInclude Include="..\..\..\src\core\channel\http_server_filter.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800291 <ClInclude Include="..\..\..\src\core\channel\subchannel_call_holder.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700292 <ClInclude Include="..\..\..\src\core\client_config\client_config.h" />
293 <ClInclude Include="..\..\..\src\core\client_config\connector.h" />
yang-ga6124122015-11-05 22:36:20 -0800294 <ClInclude Include="..\..\..\src\core\client_config\initial_connect_string.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700295 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\pick_first.h" />
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700296 <ClInclude Include="..\..\..\src\core\client_config\lb_policies\round_robin.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700297 <ClInclude Include="..\..\..\src\core\client_config\lb_policy.h" />
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700298 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_factory.h" />
299 <ClInclude Include="..\..\..\src\core\client_config\lb_policy_registry.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700300 <ClInclude Include="..\..\..\src\core\client_config\resolver.h" />
301 <ClInclude Include="..\..\..\src\core\client_config\resolver_factory.h" />
302 <ClInclude Include="..\..\..\src\core\client_config\resolver_registry.h" />
303 <ClInclude Include="..\..\..\src\core\client_config\resolvers\dns_resolver.h" />
304 <ClInclude Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.h" />
305 <ClInclude Include="..\..\..\src\core\client_config\subchannel.h" />
306 <ClInclude Include="..\..\..\src\core\client_config\subchannel_factory.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700307 <ClInclude Include="..\..\..\src\core\client_config\uri_parser.h" />
Craig Tillerebdef9d2015-11-19 17:09:49 -0800308 <ClInclude Include="..\..\..\src\core\compression\algorithm_metadata.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700309 <ClInclude Include="..\..\..\src\core\compression\message_compress.h" />
310 <ClInclude Include="..\..\..\src\core\debug\trace.h" />
311 <ClInclude Include="..\..\..\src\core\httpcli\format_request.h" />
312 <ClInclude Include="..\..\..\src\core\httpcli\httpcli.h" />
313 <ClInclude Include="..\..\..\src\core\httpcli\parser.h" />
Craig Tiller298751c2015-09-22 09:41:05 -0700314 <ClInclude Include="..\..\..\src\core\iomgr\closure.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700315 <ClInclude Include="..\..\..\src\core\iomgr\endpoint.h" />
316 <ClInclude Include="..\..\..\src\core\iomgr\endpoint_pair.h" />
Craig Tiller298751c2015-09-22 09:41:05 -0700317 <ClInclude Include="..\..\..\src\core\iomgr\exec_ctx.h" />
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700318 <ClInclude Include="..\..\..\src\core\iomgr\executor.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700319 <ClInclude Include="..\..\..\src\core\iomgr\fd_posix.h" />
320 <ClInclude Include="..\..\..\src\core\iomgr\iocp_windows.h" />
321 <ClInclude Include="..\..\..\src\core\iomgr\iomgr.h" />
322 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_internal.h" />
323 <ClInclude Include="..\..\..\src\core\iomgr\iomgr_posix.h" />
324 <ClInclude Include="..\..\..\src\core\iomgr\pollset.h" />
325 <ClInclude Include="..\..\..\src\core\iomgr\pollset_posix.h" />
326 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set.h" />
327 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_posix.h" />
328 <ClInclude Include="..\..\..\src\core\iomgr\pollset_set_windows.h" />
329 <ClInclude Include="..\..\..\src\core\iomgr\pollset_windows.h" />
330 <ClInclude Include="..\..\..\src\core\iomgr\resolve_address.h" />
331 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr.h" />
332 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_posix.h" />
333 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_utils.h" />
334 <ClInclude Include="..\..\..\src\core\iomgr\sockaddr_win32.h" />
335 <ClInclude Include="..\..\..\src\core\iomgr\socket_utils_posix.h" />
336 <ClInclude Include="..\..\..\src\core\iomgr\socket_windows.h" />
337 <ClInclude Include="..\..\..\src\core\iomgr\tcp_client.h" />
338 <ClInclude Include="..\..\..\src\core\iomgr\tcp_posix.h" />
339 <ClInclude Include="..\..\..\src\core\iomgr\tcp_server.h" />
340 <ClInclude Include="..\..\..\src\core\iomgr\tcp_windows.h" />
341 <ClInclude Include="..\..\..\src\core\iomgr\time_averaged_stats.h" />
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700342 <ClInclude Include="..\..\..\src\core\iomgr\timer.h" />
343 <ClInclude Include="..\..\..\src\core\iomgr\timer_heap.h" />
344 <ClInclude Include="..\..\..\src\core\iomgr\timer_internal.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700345 <ClInclude Include="..\..\..\src\core\iomgr\udp_server.h" />
346 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.h" />
347 <ClInclude Include="..\..\..\src\core\iomgr\wakeup_fd_posix.h" />
Craig Tiller73b66062015-09-09 09:34:46 -0700348 <ClInclude Include="..\..\..\src\core\iomgr\workqueue.h" />
349 <ClInclude Include="..\..\..\src\core\iomgr\workqueue_posix.h" />
350 <ClInclude Include="..\..\..\src\core\iomgr\workqueue_windows.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700351 <ClInclude Include="..\..\..\src\core\json\json.h" />
352 <ClInclude Include="..\..\..\src\core\json\json_common.h" />
353 <ClInclude Include="..\..\..\src\core\json\json_reader.h" />
354 <ClInclude Include="..\..\..\src\core\json\json_writer.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700355 <ClInclude Include="..\..\..\src\core\statistics\census_interface.h" />
356 <ClInclude Include="..\..\..\src\core\statistics\census_rpc_stats.h" />
Craig Tiller2468ff52015-10-05 09:00:17 -0700357 <ClInclude Include="..\..\..\src\core\surface\api_trace.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700358 <ClInclude Include="..\..\..\src\core\surface\call.h" />
David Garcia Quintas0c331882015-10-08 14:51:54 -0700359 <ClInclude Include="..\..\..\src\core\surface\call_test_only.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700360 <ClInclude Include="..\..\..\src\core\surface\channel.h" />
361 <ClInclude Include="..\..\..\src\core\surface\completion_queue.h" />
362 <ClInclude Include="..\..\..\src\core\surface\event_string.h" />
363 <ClInclude Include="..\..\..\src\core\surface\init.h" />
364 <ClInclude Include="..\..\..\src\core\surface\server.h" />
Craig Tiller0801ce62015-10-05 09:40:31 -0700365 <ClInclude Include="..\..\..\src\core\surface\surface_trace.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800366 <ClInclude Include="..\..\..\src\core\transport\byte_stream.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700367 <ClInclude Include="..\..\..\src\core\transport\chttp2\alpn.h" />
368 <ClInclude Include="..\..\..\src\core\transport\chttp2\bin_encoder.h" />
369 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame.h" />
370 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_data.h" />
371 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_goaway.h" />
372 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_ping.h" />
373 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.h" />
374 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_settings.h" />
375 <ClInclude Include="..\..\..\src\core\transport\chttp2\frame_window_update.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800376 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_encoder.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700377 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_parser.h" />
378 <ClInclude Include="..\..\..\src\core\transport\chttp2\hpack_table.h" />
379 <ClInclude Include="..\..\..\src\core\transport\chttp2\http2_errors.h" />
380 <ClInclude Include="..\..\..\src\core\transport\chttp2\huffsyms.h" />
381 <ClInclude Include="..\..\..\src\core\transport\chttp2\incoming_metadata.h" />
382 <ClInclude Include="..\..\..\src\core\transport\chttp2\internal.h" />
383 <ClInclude Include="..\..\..\src\core\transport\chttp2\status_conversion.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700384 <ClInclude Include="..\..\..\src\core\transport\chttp2\stream_map.h" />
385 <ClInclude Include="..\..\..\src\core\transport\chttp2\timeout_encoding.h" />
386 <ClInclude Include="..\..\..\src\core\transport\chttp2\varint.h" />
387 <ClInclude Include="..\..\..\src\core\transport\chttp2_transport.h" />
388 <ClInclude Include="..\..\..\src\core\transport\connectivity_state.h" />
389 <ClInclude Include="..\..\..\src\core\transport\metadata.h" />
Craig Tillerca1593a2015-11-02 14:08:33 -0800390 <ClInclude Include="..\..\..\src\core\transport\metadata_batch.h" />
Craig Tiller2e7687c2015-11-18 14:56:46 -0800391 <ClInclude Include="..\..\..\src\core\transport\static_metadata.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700392 <ClInclude Include="..\..\..\src\core\transport\transport.h" />
393 <ClInclude Include="..\..\..\src\core\transport\transport_impl.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700394 <ClInclude Include="..\..\..\src\core\census\aggregation.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700395 <ClInclude Include="..\..\..\src\core\census\context.h" />
Craig Tiller6c998682015-08-31 20:41:57 -0700396 <ClInclude Include="..\..\..\src\core\census\rpc_metric_id.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700397 </ItemGroup>
398 <ItemGroup>
399 <ClCompile Include="..\..\..\src\core\httpcli\httpcli_security_connector.c">
400 </ClCompile>
401 <ClCompile Include="..\..\..\src\core\security\base64.c">
402 </ClCompile>
403 <ClCompile Include="..\..\..\src\core\security\client_auth_filter.c">
404 </ClCompile>
405 <ClCompile Include="..\..\..\src\core\security\credentials.c">
406 </ClCompile>
407 <ClCompile Include="..\..\..\src\core\security\credentials_metadata.c">
408 </ClCompile>
409 <ClCompile Include="..\..\..\src\core\security\credentials_posix.c">
410 </ClCompile>
411 <ClCompile Include="..\..\..\src\core\security\credentials_win32.c">
412 </ClCompile>
413 <ClCompile Include="..\..\..\src\core\security\google_default_credentials.c">
414 </ClCompile>
Julien Boeuf5600a6a2015-09-15 23:01:39 -0700415 <ClCompile Include="..\..\..\src\core\security\handshake.c">
416 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700417 <ClCompile Include="..\..\..\src\core\security\json_token.c">
418 </ClCompile>
419 <ClCompile Include="..\..\..\src\core\security\jwt_verifier.c">
420 </ClCompile>
421 <ClCompile Include="..\..\..\src\core\security\secure_endpoint.c">
422 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700423 <ClCompile Include="..\..\..\src\core\security\security_connector.c">
424 </ClCompile>
425 <ClCompile Include="..\..\..\src\core\security\security_context.c">
426 </ClCompile>
427 <ClCompile Include="..\..\..\src\core\security\server_auth_filter.c">
428 </ClCompile>
429 <ClCompile Include="..\..\..\src\core\security\server_secure_chttp2.c">
430 </ClCompile>
431 <ClCompile Include="..\..\..\src\core\surface\init_secure.c">
432 </ClCompile>
433 <ClCompile Include="..\..\..\src\core\surface\secure_channel_create.c">
434 </ClCompile>
435 <ClCompile Include="..\..\..\src\core\tsi\fake_transport_security.c">
436 </ClCompile>
437 <ClCompile Include="..\..\..\src\core\tsi\ssl_transport_security.c">
438 </ClCompile>
439 <ClCompile Include="..\..\..\src\core\tsi\transport_security.c">
440 </ClCompile>
441 <ClCompile Include="..\..\..\src\core\census\grpc_context.c">
442 </ClCompile>
443 <ClCompile Include="..\..\..\src\core\census\grpc_filter.c">
444 </ClCompile>
445 <ClCompile Include="..\..\..\src\core\channel\channel_args.c">
446 </ClCompile>
447 <ClCompile Include="..\..\..\src\core\channel\channel_stack.c">
448 </ClCompile>
449 <ClCompile Include="..\..\..\src\core\channel\client_channel.c">
450 </ClCompile>
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700451 <ClCompile Include="..\..\..\src\core\channel\client_uchannel.c">
452 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700453 <ClCompile Include="..\..\..\src\core\channel\compress_filter.c">
454 </ClCompile>
455 <ClCompile Include="..\..\..\src\core\channel\connected_channel.c">
456 </ClCompile>
457 <ClCompile Include="..\..\..\src\core\channel\http_client_filter.c">
458 </ClCompile>
459 <ClCompile Include="..\..\..\src\core\channel\http_server_filter.c">
460 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800461 <ClCompile Include="..\..\..\src\core\channel\subchannel_call_holder.c">
462 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700463 <ClCompile Include="..\..\..\src\core\client_config\client_config.c">
464 </ClCompile>
465 <ClCompile Include="..\..\..\src\core\client_config\connector.c">
466 </ClCompile>
yang-ga6124122015-11-05 22:36:20 -0800467 <ClCompile Include="..\..\..\src\core\client_config\default_initial_connect_string.c">
468 </ClCompile>
469 <ClCompile Include="..\..\..\src\core\client_config\initial_connect_string.c">
470 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700471 <ClCompile Include="..\..\..\src\core\client_config\lb_policies\pick_first.c">
472 </ClCompile>
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700473 <ClCompile Include="..\..\..\src\core\client_config\lb_policies\round_robin.c">
474 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700475 <ClCompile Include="..\..\..\src\core\client_config\lb_policy.c">
476 </ClCompile>
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700477 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_factory.c">
478 </ClCompile>
479 <ClCompile Include="..\..\..\src\core\client_config\lb_policy_registry.c">
480 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700481 <ClCompile Include="..\..\..\src\core\client_config\resolver.c">
482 </ClCompile>
483 <ClCompile Include="..\..\..\src\core\client_config\resolver_factory.c">
484 </ClCompile>
485 <ClCompile Include="..\..\..\src\core\client_config\resolver_registry.c">
486 </ClCompile>
487 <ClCompile Include="..\..\..\src\core\client_config\resolvers\dns_resolver.c">
488 </ClCompile>
489 <ClCompile Include="..\..\..\src\core\client_config\resolvers\sockaddr_resolver.c">
490 </ClCompile>
491 <ClCompile Include="..\..\..\src\core\client_config\subchannel.c">
492 </ClCompile>
493 <ClCompile Include="..\..\..\src\core\client_config\subchannel_factory.c">
494 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700495 <ClCompile Include="..\..\..\src\core\client_config\uri_parser.c">
496 </ClCompile>
497 <ClCompile Include="..\..\..\src\core\compression\algorithm.c">
498 </ClCompile>
499 <ClCompile Include="..\..\..\src\core\compression\message_compress.c">
500 </ClCompile>
501 <ClCompile Include="..\..\..\src\core\debug\trace.c">
502 </ClCompile>
503 <ClCompile Include="..\..\..\src\core\httpcli\format_request.c">
504 </ClCompile>
505 <ClCompile Include="..\..\..\src\core\httpcli\httpcli.c">
506 </ClCompile>
507 <ClCompile Include="..\..\..\src\core\httpcli\parser.c">
508 </ClCompile>
Craig Tiller298751c2015-09-22 09:41:05 -0700509 <ClCompile Include="..\..\..\src\core\iomgr\closure.c">
510 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700511 <ClCompile Include="..\..\..\src\core\iomgr\endpoint.c">
512 </ClCompile>
513 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_posix.c">
514 </ClCompile>
515 <ClCompile Include="..\..\..\src\core\iomgr\endpoint_pair_windows.c">
516 </ClCompile>
Craig Tiller8af4c332015-09-22 12:32:31 -0700517 <ClCompile Include="..\..\..\src\core\iomgr\exec_ctx.c">
518 </ClCompile>
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700519 <ClCompile Include="..\..\..\src\core\iomgr\executor.c">
520 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700521 <ClCompile Include="..\..\..\src\core\iomgr\fd_posix.c">
522 </ClCompile>
523 <ClCompile Include="..\..\..\src\core\iomgr\iocp_windows.c">
524 </ClCompile>
525 <ClCompile Include="..\..\..\src\core\iomgr\iomgr.c">
526 </ClCompile>
527 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_posix.c">
528 </ClCompile>
529 <ClCompile Include="..\..\..\src\core\iomgr\iomgr_windows.c">
530 </ClCompile>
531 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_epoll.c">
532 </ClCompile>
533 <ClCompile Include="..\..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c">
534 </ClCompile>
535 <ClCompile Include="..\..\..\src\core\iomgr\pollset_posix.c">
536 </ClCompile>
537 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_posix.c">
538 </ClCompile>
539 <ClCompile Include="..\..\..\src\core\iomgr\pollset_set_windows.c">
540 </ClCompile>
541 <ClCompile Include="..\..\..\src\core\iomgr\pollset_windows.c">
542 </ClCompile>
543 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_posix.c">
544 </ClCompile>
545 <ClCompile Include="..\..\..\src\core\iomgr\resolve_address_windows.c">
546 </ClCompile>
547 <ClCompile Include="..\..\..\src\core\iomgr\sockaddr_utils.c">
548 </ClCompile>
549 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_common_posix.c">
550 </ClCompile>
551 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_linux.c">
552 </ClCompile>
553 <ClCompile Include="..\..\..\src\core\iomgr\socket_utils_posix.c">
554 </ClCompile>
555 <ClCompile Include="..\..\..\src\core\iomgr\socket_windows.c">
556 </ClCompile>
557 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_posix.c">
558 </ClCompile>
559 <ClCompile Include="..\..\..\src\core\iomgr\tcp_client_windows.c">
560 </ClCompile>
561 <ClCompile Include="..\..\..\src\core\iomgr\tcp_posix.c">
562 </ClCompile>
563 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_posix.c">
564 </ClCompile>
565 <ClCompile Include="..\..\..\src\core\iomgr\tcp_server_windows.c">
566 </ClCompile>
567 <ClCompile Include="..\..\..\src\core\iomgr\tcp_windows.c">
568 </ClCompile>
569 <ClCompile Include="..\..\..\src\core\iomgr\time_averaged_stats.c">
570 </ClCompile>
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700571 <ClCompile Include="..\..\..\src\core\iomgr\timer.c">
572 </ClCompile>
573 <ClCompile Include="..\..\..\src\core\iomgr\timer_heap.c">
574 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700575 <ClCompile Include="..\..\..\src\core\iomgr\udp_server.c">
576 </ClCompile>
577 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_eventfd.c">
578 </ClCompile>
579 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_nospecial.c">
580 </ClCompile>
581 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_pipe.c">
582 </ClCompile>
583 <ClCompile Include="..\..\..\src\core\iomgr\wakeup_fd_posix.c">
584 </ClCompile>
Craig Tiller73b66062015-09-09 09:34:46 -0700585 <ClCompile Include="..\..\..\src\core\iomgr\workqueue_posix.c">
586 </ClCompile>
587 <ClCompile Include="..\..\..\src\core\iomgr\workqueue_windows.c">
588 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700589 <ClCompile Include="..\..\..\src\core\json\json.c">
590 </ClCompile>
591 <ClCompile Include="..\..\..\src\core\json\json_reader.c">
592 </ClCompile>
593 <ClCompile Include="..\..\..\src\core\json\json_string.c">
594 </ClCompile>
595 <ClCompile Include="..\..\..\src\core\json\json_writer.c">
596 </ClCompile>
Craig Tiller2468ff52015-10-05 09:00:17 -0700597 <ClCompile Include="..\..\..\src\core\surface\api_trace.c">
598 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700599 <ClCompile Include="..\..\..\src\core\surface\byte_buffer.c">
600 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700601 <ClCompile Include="..\..\..\src\core\surface\byte_buffer_reader.c">
602 </ClCompile>
603 <ClCompile Include="..\..\..\src\core\surface\call.c">
604 </ClCompile>
605 <ClCompile Include="..\..\..\src\core\surface\call_details.c">
606 </ClCompile>
607 <ClCompile Include="..\..\..\src\core\surface\call_log_batch.c">
608 </ClCompile>
609 <ClCompile Include="..\..\..\src\core\surface\channel.c">
610 </ClCompile>
611 <ClCompile Include="..\..\..\src\core\surface\channel_connectivity.c">
612 </ClCompile>
613 <ClCompile Include="..\..\..\src\core\surface\channel_create.c">
614 </ClCompile>
Craig Tiller26dab312015-12-07 14:43:47 -0800615 <ClCompile Include="..\..\..\src\core\surface\channel_ping.c">
616 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700617 <ClCompile Include="..\..\..\src\core\surface\completion_queue.c">
618 </ClCompile>
619 <ClCompile Include="..\..\..\src\core\surface\event_string.c">
620 </ClCompile>
621 <ClCompile Include="..\..\..\src\core\surface\init.c">
622 </ClCompile>
623 <ClCompile Include="..\..\..\src\core\surface\lame_client.c">
624 </ClCompile>
625 <ClCompile Include="..\..\..\src\core\surface\metadata_array.c">
626 </ClCompile>
627 <ClCompile Include="..\..\..\src\core\surface\server.c">
628 </ClCompile>
629 <ClCompile Include="..\..\..\src\core\surface\server_chttp2.c">
630 </ClCompile>
631 <ClCompile Include="..\..\..\src\core\surface\server_create.c">
632 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700633 <ClCompile Include="..\..\..\src\core\surface\version.c">
634 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800635 <ClCompile Include="..\..\..\src\core\transport\byte_stream.c">
636 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700637 <ClCompile Include="..\..\..\src\core\transport\chttp2\alpn.c">
638 </ClCompile>
639 <ClCompile Include="..\..\..\src\core\transport\chttp2\bin_encoder.c">
640 </ClCompile>
641 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_data.c">
642 </ClCompile>
643 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_goaway.c">
644 </ClCompile>
645 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_ping.c">
646 </ClCompile>
647 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_rst_stream.c">
648 </ClCompile>
649 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_settings.c">
650 </ClCompile>
651 <ClCompile Include="..\..\..\src\core\transport\chttp2\frame_window_update.c">
652 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800653 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_encoder.c">
654 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700655 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_parser.c">
656 </ClCompile>
657 <ClCompile Include="..\..\..\src\core\transport\chttp2\hpack_table.c">
658 </ClCompile>
659 <ClCompile Include="..\..\..\src\core\transport\chttp2\huffsyms.c">
660 </ClCompile>
661 <ClCompile Include="..\..\..\src\core\transport\chttp2\incoming_metadata.c">
662 </ClCompile>
663 <ClCompile Include="..\..\..\src\core\transport\chttp2\parsing.c">
664 </ClCompile>
665 <ClCompile Include="..\..\..\src\core\transport\chttp2\status_conversion.c">
666 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700667 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_lists.c">
668 </ClCompile>
669 <ClCompile Include="..\..\..\src\core\transport\chttp2\stream_map.c">
670 </ClCompile>
671 <ClCompile Include="..\..\..\src\core\transport\chttp2\timeout_encoding.c">
672 </ClCompile>
673 <ClCompile Include="..\..\..\src\core\transport\chttp2\varint.c">
674 </ClCompile>
675 <ClCompile Include="..\..\..\src\core\transport\chttp2\writing.c">
676 </ClCompile>
677 <ClCompile Include="..\..\..\src\core\transport\chttp2_transport.c">
678 </ClCompile>
679 <ClCompile Include="..\..\..\src\core\transport\connectivity_state.c">
680 </ClCompile>
681 <ClCompile Include="..\..\..\src\core\transport\metadata.c">
682 </ClCompile>
Craig Tillerca1593a2015-11-02 14:08:33 -0800683 <ClCompile Include="..\..\..\src\core\transport\metadata_batch.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700684 </ClCompile>
Craig Tiller2e7687c2015-11-18 14:56:46 -0800685 <ClCompile Include="..\..\..\src\core\transport\static_metadata.c">
686 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700687 <ClCompile Include="..\..\..\src\core\transport\transport.c">
688 </ClCompile>
689 <ClCompile Include="..\..\..\src\core\transport\transport_op_string.c">
690 </ClCompile>
691 <ClCompile Include="..\..\..\src\core\census\context.c">
692 </ClCompile>
693 <ClCompile Include="..\..\..\src\core\census\initialize.c">
694 </ClCompile>
695 <ClCompile Include="..\..\..\src\core\census\operation.c">
696 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700697 <ClCompile Include="..\..\..\src\core\census\tracing.c">
698 </ClCompile>
699 </ItemGroup>
700 <ItemGroup>
701 <ProjectReference Include="..\..\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
702 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
703 </ProjectReference>
704 </ItemGroup>
705 <ItemGroup>
706 <None Include="packages.config" />
707 </ItemGroup>
708 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
709 <ImportGroup Label="ExtensionTargets">
Jan Tattermusch4e5b91f2015-12-01 08:08:41 -0800710 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
711 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
712 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
713 <Import Project="..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets" Condition="Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700714 </ImportGroup>
715 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
716 <PropertyGroup>
717 <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>
718 </PropertyGroup>
Jan Tattermusch4e5b91f2015-12-01 08:08:41 -0800719 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" />
720 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" />
721 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" />
722 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" />
723 <Error Condition="!Exists('..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700724 </Target>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700725</Project>
726