blob: 35a1f511575dc9063c2f793b4c2247a3f89b8088 [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">
Craig Tiller77fc4d32015-12-22 12:51:27 -08003 <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props" Condition="Exists('$(SolutionDir)\..\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>
Jan Tattermusch44fc7202015-12-18 08:52:23 -080041 <IntDir>$(SolutionDir)IntDir\$(MSBuildProjectName)\</IntDir>
Craig Tiller02a7bed2015-08-31 15:54:05 -070042 </PropertyGroup>
43 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
44 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
45 <PlatformToolset>v100</PlatformToolset>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
48 <PlatformToolset>v110</PlatformToolset>
49 </PropertyGroup>
50 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
51 <PlatformToolset>v120</PlatformToolset>
52 </PropertyGroup>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -080053 <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
54 <PlatformToolset>v140</PlatformToolset>
55 </PropertyGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -070056 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
57 <ConfigurationType>StaticLibrary</ConfigurationType>
58 <UseDebugLibraries>true</UseDebugLibraries>
59 <CharacterSet>Unicode</CharacterSet>
60 </PropertyGroup>
61 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
62 <ConfigurationType>StaticLibrary</ConfigurationType>
63 <UseDebugLibraries>false</UseDebugLibraries>
64 <WholeProgramOptimization>true</WholeProgramOptimization>
65 <CharacterSet>Unicode</CharacterSet>
66 </PropertyGroup>
67 <PropertyGroup Condition="'$(Configuration)'=='Debug-DLL'" Label="Configuration">
68 <ConfigurationType>StaticLibrary</ConfigurationType>
69 <UseDebugLibraries>true</UseDebugLibraries>
70 <CharacterSet>Unicode</CharacterSet>
71 </PropertyGroup>
72 <PropertyGroup Condition="'$(Configuration)'=='Release-DLL'" Label="Configuration">
73 <ConfigurationType>StaticLibrary</ConfigurationType>
74 <UseDebugLibraries>false</UseDebugLibraries>
75 <WholeProgramOptimization>true</WholeProgramOptimization>
76 <CharacterSet>Unicode</CharacterSet>
77 </PropertyGroup>
78 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
79 <ImportGroup Label="ExtensionSettings">
80 </ImportGroup>
81 <ImportGroup Label="PropertySheets">
82 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Craig Tiller77fc4d32015-12-22 12:51:27 -080083 <Import Project="$(SolutionDir)\..\vsprojects\global.props" />
84 <Import Project="$(SolutionDir)\..\vsprojects\winsock.props" />
Craig Tiller02a7bed2015-08-31 15:54:05 -070085 </ImportGroup>
86 <PropertyGroup Label="UserMacros" />
87 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
88 <TargetName>grpc</TargetName>
89 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
90 <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib>
Jan Tattermuschfbaf8512016-01-12 12:43:34 -080091 <Linkage-grpc_dependencies_openssl>static</Linkage-grpc_dependencies_openssl>
Craig Tiller02a7bed2015-08-31 15:54:05 -070092 <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl>
93 </PropertyGroup>
94 <PropertyGroup Condition="'$(Configuration)'=='Release'">
95 <TargetName>grpc</TargetName>
96 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080097 <Configuration-grpc_dependencies_zlib>Release</Configuration-grpc_dependencies_zlib>
Jan Tattermuschfbaf8512016-01-12 12:43:34 -080098 <Linkage-grpc_dependencies_openssl>static</Linkage-grpc_dependencies_openssl>
Jan Tattermuschec59bc72015-12-17 14:49:40 -080099 <Configuration-grpc_dependencies_openssl>Release</Configuration-grpc_dependencies_openssl>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700100 </PropertyGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700102 <ClCompile>
103 <PrecompiledHeader>NotUsing</PrecompiledHeader>
104 <WarningLevel>Level3</WarningLevel>
105 <Optimization>Disabled</Optimization>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -0800106 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700107 <SDLCheck>true</SDLCheck>
108 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700109 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700110 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800111 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700112 </ClCompile>
113 <Link>
114 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700115 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
116 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700117 </Link>
118 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800119
120 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700121 <ClCompile>
122 <PrecompiledHeader>NotUsing</PrecompiledHeader>
123 <WarningLevel>Level3</WarningLevel>
124 <Optimization>Disabled</Optimization>
125 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
126 <SDLCheck>true</SDLCheck>
127 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700128 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700129 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800130 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700131 </ClCompile>
132 <Link>
133 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700134 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
135 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700136 </Link>
137 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800138
139 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700140 <ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700141 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800142 <WarningLevel>Level3</WarningLevel>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700143 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800144 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700145 <FunctionLevelLinking>true</FunctionLevelLinking>
146 <IntrinsicFunctions>true</IntrinsicFunctions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700147 <SDLCheck>true</SDLCheck>
148 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700149 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700150 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800151 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700152 </ClCompile>
153 <Link>
154 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700155 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
156 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700157 <EnableCOMDATFolding>true</EnableCOMDATFolding>
158 <OptimizeReferences>true</OptimizeReferences>
159 </Link>
160 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800161
162 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700163 <ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700164 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800165 <WarningLevel>Level3</WarningLevel>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700166 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800167 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700168 <FunctionLevelLinking>true</FunctionLevelLinking>
169 <IntrinsicFunctions>true</IntrinsicFunctions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700170 <SDLCheck>true</SDLCheck>
171 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700172 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700173 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800174 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700175 </ClCompile>
176 <Link>
177 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700178 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
179 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700180 <EnableCOMDATFolding>true</EnableCOMDATFolding>
181 <OptimizeReferences>true</OptimizeReferences>
182 </Link>
183 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800184
185 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700186 <ClCompile>
187 <PrecompiledHeader>NotUsing</PrecompiledHeader>
188 <WarningLevel>Level3</WarningLevel>
189 <Optimization>Disabled</Optimization>
Jan Tattermuschdf744bd2015-12-11 14:57:28 -0800190 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700191 <SDLCheck>true</SDLCheck>
192 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tiller82f9bd82015-09-23 09:31:51 -0700193 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700194 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800195 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700196 </ClCompile>
197 <Link>
198 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700199 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
200 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700201 </Link>
202 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800203
204 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700205 <ClCompile>
206 <PrecompiledHeader>NotUsing</PrecompiledHeader>
207 <WarningLevel>Level3</WarningLevel>
208 <Optimization>Disabled</Optimization>
209 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
210 <SDLCheck>true</SDLCheck>
211 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700212 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700213 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800214 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700215 </ClCompile>
216 <Link>
217 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700218 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
219 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700220 </Link>
221 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800222
223 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700224 <ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700225 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800226 <WarningLevel>Level3</WarningLevel>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700227 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800228 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700229 <FunctionLevelLinking>true</FunctionLevelLinking>
230 <IntrinsicFunctions>true</IntrinsicFunctions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700231 <SDLCheck>true</SDLCheck>
232 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700233 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700234 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800235 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700236 </ClCompile>
237 <Link>
238 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700239 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
240 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700241 <EnableCOMDATFolding>true</EnableCOMDATFolding>
242 <OptimizeReferences>true</OptimizeReferences>
243 </Link>
244 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800245
246 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700247 <ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700248 <PrecompiledHeader>NotUsing</PrecompiledHeader>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800249 <WarningLevel>Level3</WarningLevel>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700250 <Optimization>MaxSpeed</Optimization>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800251 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700252 <FunctionLevelLinking>true</FunctionLevelLinking>
253 <IntrinsicFunctions>true</IntrinsicFunctions>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700254 <SDLCheck>true</SDLCheck>
255 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700256 <TreatWarningAsError>true</TreatWarningAsError>
Craig Tiller8f12f772015-09-25 11:17:32 -0700257 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
Jan Tattermuschec59bc72015-12-17 14:49:40 -0800258 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700259 </ClCompile>
260 <Link>
261 <SubSystem>Windows</SubSystem>
Craig Tiller8f12f772015-09-25 11:17:32 -0700262 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
263 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700264 <EnableCOMDATFolding>true</EnableCOMDATFolding>
265 <OptimizeReferences>true</OptimizeReferences>
266 </Link>
267 </ItemDefinitionGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800268
Craig Tiller02a7bed2015-08-31 15:54:05 -0700269 <ItemGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800270 <ClInclude Include="$(SolutionDir)\..\include\grpc\byte_buffer.h" />
271 <ClInclude Include="$(SolutionDir)\..\include\grpc\byte_buffer_reader.h" />
272 <ClInclude Include="$(SolutionDir)\..\include\grpc\compression.h" />
273 <ClInclude Include="$(SolutionDir)\..\include\grpc\grpc.h" />
Craig Tiller03915e52016-04-07 09:15:10 -0700274 <ClInclude Include="$(SolutionDir)\..\include\grpc\status.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700275 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\byte_buffer.h" />
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700276 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\byte_buffer_reader.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700277 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\compression_types.h" />
278 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\connectivity_state.h" />
279 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\grpc_types.h" />
280 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\propagation_bits.h" />
Craig Tiller77fc4d32015-12-22 12:51:27 -0800281 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\status.h" />
Craig Tiller03915e52016-04-07 09:15:10 -0700282 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\alloc.h" />
283 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm.h" />
284 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_atomic.h" />
285 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_sync.h" />
286 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_win32.h" />
287 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\log.h" />
288 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\port_platform.h" />
289 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\slice.h" />
290 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\slice_buffer.h" />
291 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync.h" />
292 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync_generic.h" />
293 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync_posix.h" />
294 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync_win32.h" />
295 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\time.h" />
makdharmac2ec95b2016-05-11 16:26:15 -0700296 <ClInclude Include="$(SolutionDir)\..\include\grpc\grpc_cronet.h" />
Craig Tiller03915e52016-04-07 09:15:10 -0700297 <ClInclude Include="$(SolutionDir)\..\include\grpc\grpc_security.h" />
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700298 <ClInclude Include="$(SolutionDir)\..\include\grpc\grpc_security_constants.h" />
Craig Tiller03915e52016-04-07 09:15:10 -0700299 <ClInclude Include="$(SolutionDir)\..\include\grpc\census.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700300 </ItemGroup>
301 <ItemGroup>
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\channel_args.h" />
303 <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\channel_stack.h" />
304 <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\channel_stack_builder.h" />
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\compress_filter.h" />
306 <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\connected_channel.h" />
307 <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\context.h" />
308 <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\http_client_filter.h" />
309 <ClInclude Include="$(SolutionDir)\..\src\core\lib\channel\http_server_filter.h" />
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 <ClInclude Include="$(SolutionDir)\..\src\core\lib\compression\algorithm_metadata.h" />
311 <ClInclude Include="$(SolutionDir)\..\src\core\lib\compression\message_compress.h" />
312 <ClInclude Include="$(SolutionDir)\..\src\core\lib\debug\trace.h" />
313 <ClInclude Include="$(SolutionDir)\..\src\core\lib\http\format_request.h" />
314 <ClInclude Include="$(SolutionDir)\..\src\core\lib\http\httpcli.h" />
315 <ClInclude Include="$(SolutionDir)\..\src\core\lib\http\parser.h" />
316 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\closure.h" />
317 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\endpoint.h" />
318 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\endpoint_pair.h" />
Craig Tiller8a034482016-03-28 16:09:04 -0700319 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_poll_and_epoll_posix.h" />
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700320 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_poll_posix.h" />
Craig Tiller8a034482016-03-28 16:09:04 -0700321 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_posix.h" />
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\exec_ctx.h" />
323 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\executor.h" />
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\iocp_windows.h" />
325 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr.h" />
326 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr_internal.h" />
327 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr_posix.h" />
328 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\pollset.h" />
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\pollset_set.h" />
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\pollset_set_windows.h" />
331 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\pollset_windows.h" />
332 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\resolve_address.h" />
333 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\sockaddr.h" />
334 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\sockaddr_posix.h" />
335 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\sockaddr_utils.h" />
336 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\sockaddr_win32.h" />
337 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\socket_utils_posix.h" />
338 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\socket_windows.h" />
339 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_client.h" />
340 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_posix.h" />
341 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_server.h" />
342 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_windows.h" />
343 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\time_averaged_stats.h" />
344 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\timer.h" />
345 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\timer_heap.h" />
346 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\udp_server.h" />
347 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\unix_sockets_posix.h" />
348 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_pipe.h" />
349 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_posix.h" />
350 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue.h" />
351 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue_posix.h" />
352 <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue_windows.h" />
353 <ClInclude Include="$(SolutionDir)\..\src\core\lib\json\json.h" />
354 <ClInclude Include="$(SolutionDir)\..\src\core\lib\json\json_common.h" />
355 <ClInclude Include="$(SolutionDir)\..\src\core\lib\json\json_reader.h" />
356 <ClInclude Include="$(SolutionDir)\..\src\core\lib\json\json_writer.h" />
Craig Tillerf23078c2016-03-25 17:07:29 -0700357 <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\api_trace.h" />
358 <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\call.h" />
359 <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\call_test_only.h" />
360 <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\channel.h" />
361 <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\channel_init.h" />
362 <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\channel_stack_type.h" />
363 <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\completion_queue.h" />
364 <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\event_string.h" />
365 <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\init.h" />
366 <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\lame_client.h" />
367 <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\server.h" />
368 <ClInclude Include="$(SolutionDir)\..\src\core\lib\surface\surface_trace.h" />
369 <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\byte_stream.h" />
Craig Tillerf23078c2016-03-25 17:07:29 -0700370 <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\connectivity_state.h" />
371 <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\metadata.h" />
372 <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\metadata_batch.h" />
373 <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\static_metadata.h" />
374 <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\transport.h" />
375 <ClInclude Include="$(SolutionDir)\..\src\core\lib\transport\transport_impl.h" />
Craig Tiller03915e52016-04-07 09:15:10 -0700376 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\bin_encoder.h" />
377 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\chttp2_transport.h" />
378 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame.h" />
379 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_data.h" />
380 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_goaway.h" />
381 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_ping.h" />
382 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_rst_stream.h" />
383 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_settings.h" />
384 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_window_update.h" />
385 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\hpack_encoder.h" />
386 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\hpack_parser.h" />
387 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\hpack_table.h" />
388 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\http2_errors.h" />
389 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\huffsyms.h" />
390 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\incoming_metadata.h" />
391 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\internal.h" />
392 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\status_conversion.h" />
393 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\stream_map.h" />
394 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\timeout_encoding.h" />
395 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\varint.h" />
396 <ClInclude Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\alpn\alpn.h" />
397 <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\auth_filters.h" />
398 <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\b64.h" />
399 <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\credentials.h" />
400 <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\handshake.h" />
401 <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\json_token.h" />
402 <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\jwt_verifier.h" />
403 <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\secure_endpoint.h" />
404 <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\security_connector.h" />
405 <ClInclude Include="$(SolutionDir)\..\src\core\lib\security\security_context.h" />
Craig Tillerf23078c2016-03-25 17:07:29 -0700406 <ClInclude Include="$(SolutionDir)\..\src\core\lib\tsi\fake_transport_security.h" />
407 <ClInclude Include="$(SolutionDir)\..\src\core\lib\tsi\ssl_transport_security.h" />
408 <ClInclude Include="$(SolutionDir)\..\src\core\lib\tsi\ssl_types.h" />
409 <ClInclude Include="$(SolutionDir)\..\src\core\lib\tsi\transport_security.h" />
410 <ClInclude Include="$(SolutionDir)\..\src\core\lib\tsi\transport_security_interface.h" />
Craig Tiller03915e52016-04-07 09:15:10 -0700411 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\client_channel.h" />
412 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\client_channel_factory.h" />
413 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\client_config.h" />
414 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\connector.h" />
415 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\initial_connect_string.h" />
416 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy.h" />
417 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy_factory.h" />
418 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy_registry.h" />
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700419 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\parse_address.h" />
Craig Tiller03915e52016-04-07 09:15:10 -0700420 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\resolver.h" />
421 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\resolver_factory.h" />
422 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\resolver_registry.h" />
423 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\subchannel.h" />
424 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\subchannel_call_holder.h" />
425 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\subchannel_index.h" />
426 <ClInclude Include="$(SolutionDir)\..\src\core\ext\client_config\uri_parser.h" />
makdharmac2ec95b2016-05-11 16:26:15 -0700427 <ClInclude Include="$(SolutionDir)\..\third_party\objective_c\Cronet\cronet_c_for_grpc.h" />
Craig Tiller03915e52016-04-07 09:15:10 -0700428 <ClInclude Include="$(SolutionDir)\..\src\core\ext\lb_policy\grpclb\load_balancer_api.h" />
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700429 <ClInclude Include="$(SolutionDir)\..\src\core\ext\lb_policy\grpclb\proto\grpc\lb\v1\load_balancer.pb.h" />
Craig Tillereb841e22016-02-11 15:49:16 -0800430 <ClInclude Include="$(SolutionDir)\..\third_party\nanopb\pb.h" />
431 <ClInclude Include="$(SolutionDir)\..\third_party\nanopb\pb_common.h" />
432 <ClInclude Include="$(SolutionDir)\..\third_party\nanopb\pb_decode.h" />
433 <ClInclude Include="$(SolutionDir)\..\third_party\nanopb\pb_encode.h" />
Craig Tiller03915e52016-04-07 09:15:10 -0700434 <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\aggregation.h" />
435 <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\census_interface.h" />
436 <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\census_rpc_stats.h" />
Alistair Veitch30fe6322016-05-23 10:11:28 -0700437 <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\gen\census.pb.h" />
Craig Tiller03915e52016-04-07 09:15:10 -0700438 <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\grpc_filter.h" />
439 <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\mlog.h" />
440 <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\rpc_metric_id.h" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700441 </ItemGroup>
442 <ItemGroup>
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700443 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\init.c">
444 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700445 <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\channel_args.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700446 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700447 <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\channel_stack.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700448 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700449 <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\channel_stack_builder.c">
Craig Tiller178edfa2016-02-17 20:54:46 -0800450 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700451 <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\compress_filter.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700452 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700453 <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\connected_channel.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700454 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700455 <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\http_client_filter.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700456 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700457 <ClCompile Include="$(SolutionDir)\..\src\core\lib\channel\http_server_filter.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700458 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700459 <ClCompile Include="$(SolutionDir)\..\src\core\lib\compression\compression_algorithm.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700460 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700461 <ClCompile Include="$(SolutionDir)\..\src\core\lib\compression\message_compress.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700462 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700463 <ClCompile Include="$(SolutionDir)\..\src\core\lib\debug\trace.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700464 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700465 <ClCompile Include="$(SolutionDir)\..\src\core\lib\http\format_request.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700466 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700467 <ClCompile Include="$(SolutionDir)\..\src\core\lib\http\httpcli.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700468 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700469 <ClCompile Include="$(SolutionDir)\..\src\core\lib\http\parser.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700470 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700471 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\closure.c">
Craig Tiller298751c2015-09-22 09:41:05 -0700472 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700473 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\endpoint.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700474 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700475 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\endpoint_pair_posix.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700476 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700477 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\endpoint_pair_windows.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700478 </ClCompile>
Craig Tiller8a034482016-03-28 16:09:04 -0700479 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_poll_and_epoll_posix.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700480 </ClCompile>
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700481 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_poll_posix.c">
Craig Tiller5a664462016-02-16 08:07:17 -0800482 </ClCompile>
Craig Tiller8a034482016-03-28 16:09:04 -0700483 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\ev_posix.c">
Craig Tiller5a664462016-02-16 08:07:17 -0800484 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700485 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\exec_ctx.c">
Craig Tiller8af4c332015-09-22 12:32:31 -0700486 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700487 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\executor.c">
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700488 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700489 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\iocp_windows.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700490 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700491 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700492 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700493 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr_posix.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700494 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700495 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr_windows.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700496 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700497 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\pollset_set_windows.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700498 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700499 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\pollset_windows.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700500 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700501 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\resolve_address_posix.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700502 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700503 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\resolve_address_windows.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700504 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700505 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\sockaddr_utils.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700506 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700507 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\socket_utils_common_posix.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700508 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700509 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\socket_utils_linux.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700510 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700511 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\socket_utils_posix.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700512 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700513 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\socket_windows.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700514 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700515 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_client_posix.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700516 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700517 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_client_windows.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700518 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700519 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_posix.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700520 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700521 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_server_posix.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700522 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700523 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_server_windows.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700524 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700525 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\tcp_windows.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700526 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700527 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\time_averaged_stats.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700528 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700529 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\timer.c">
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700530 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700531 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\timer_heap.c">
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700532 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700533 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\udp_server.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700534 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700535 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\unix_sockets_posix.c">
ahedberg43df2952016-03-18 10:46:38 -0400536 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700537 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\unix_sockets_posix_noop.c">
ahedberg43df2952016-03-18 10:46:38 -0400538 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700539 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_eventfd.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700540 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700541 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_nospecial.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700542 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700543 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_pipe.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700544 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700545 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\wakeup_fd_posix.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700546 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700547 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue_posix.c">
Craig Tiller73b66062015-09-09 09:34:46 -0700548 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700549 <ClCompile Include="$(SolutionDir)\..\src\core\lib\iomgr\workqueue_windows.c">
Craig Tiller73b66062015-09-09 09:34:46 -0700550 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700551 <ClCompile Include="$(SolutionDir)\..\src\core\lib\json\json.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700552 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700553 <ClCompile Include="$(SolutionDir)\..\src\core\lib\json\json_reader.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700554 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700555 <ClCompile Include="$(SolutionDir)\..\src\core\lib\json\json_string.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700556 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700557 <ClCompile Include="$(SolutionDir)\..\src\core\lib\json\json_writer.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700558 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700559 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\alarm.c">
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100560 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700561 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\api_trace.c">
Craig Tiller2468ff52015-10-05 09:00:17 -0700562 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700563 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\byte_buffer.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700564 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700565 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\byte_buffer_reader.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700566 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700567 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\call.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700568 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700569 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\call_details.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700570 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700571 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\call_log_batch.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700572 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700573 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\channel.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700574 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700575 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\channel_init.c">
Craig Tiller178edfa2016-02-17 20:54:46 -0800576 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700577 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\channel_ping.c">
Craig Tiller26dab312015-12-07 14:43:47 -0800578 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700579 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\channel_stack_type.c">
Craig Tiller178edfa2016-02-17 20:54:46 -0800580 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700581 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\completion_queue.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700582 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700583 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\event_string.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700584 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700585 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\lame_client.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700586 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700587 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\metadata_array.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700588 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700589 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\server.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700590 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700591 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\validate_metadata.c">
murgatroid99c3910ca2016-01-06 13:14:23 -0800592 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700593 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\version.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700594 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700595 <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\byte_stream.c">
Craig Tillerca1593a2015-11-02 14:08:33 -0800596 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700597 <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\connectivity_state.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700598 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700599 <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\metadata.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700600 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700601 <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\metadata_batch.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700602 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700603 <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\static_metadata.c">
Craig Tiller2e7687c2015-11-18 14:56:46 -0800604 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700605 <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\transport.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700606 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700607 <ClCompile Include="$(SolutionDir)\..\src\core\lib\transport\transport_op_string.c">
Craig Tiller02a7bed2015-08-31 15:54:05 -0700608 </ClCompile>
Craig Tiller03915e52016-04-07 09:15:10 -0700609 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\server\secure\server_secure_chttp2.c">
610 </ClCompile>
611 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\bin_encoder.c">
612 </ClCompile>
613 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\chttp2_plugin.c">
614 </ClCompile>
615 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\chttp2_transport.c">
616 </ClCompile>
617 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_data.c">
618 </ClCompile>
619 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_goaway.c">
620 </ClCompile>
621 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_ping.c">
622 </ClCompile>
623 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_rst_stream.c">
624 </ClCompile>
625 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_settings.c">
626 </ClCompile>
627 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\frame_window_update.c">
628 </ClCompile>
629 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\hpack_encoder.c">
630 </ClCompile>
631 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\hpack_parser.c">
632 </ClCompile>
633 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\hpack_table.c">
634 </ClCompile>
635 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\huffsyms.c">
636 </ClCompile>
637 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\incoming_metadata.c">
638 </ClCompile>
639 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\parsing.c">
640 </ClCompile>
641 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\status_conversion.c">
642 </ClCompile>
643 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\stream_lists.c">
644 </ClCompile>
645 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\stream_map.c">
646 </ClCompile>
647 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\timeout_encoding.c">
648 </ClCompile>
649 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\varint.c">
650 </ClCompile>
651 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\transport\writing.c">
652 </ClCompile>
653 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\alpn\alpn.c">
654 </ClCompile>
655 <ClCompile Include="$(SolutionDir)\..\src\core\lib\http\httpcli_security_connector.c">
656 </ClCompile>
657 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\b64.c">
658 </ClCompile>
659 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\client_auth_filter.c">
660 </ClCompile>
661 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials.c">
662 </ClCompile>
663 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials_metadata.c">
664 </ClCompile>
665 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials_posix.c">
666 </ClCompile>
667 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\credentials_win32.c">
668 </ClCompile>
669 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\google_default_credentials.c">
670 </ClCompile>
671 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\handshake.c">
672 </ClCompile>
673 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\json_token.c">
674 </ClCompile>
675 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\jwt_verifier.c">
676 </ClCompile>
677 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\secure_endpoint.c">
678 </ClCompile>
679 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\security_connector.c">
680 </ClCompile>
681 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\security_context.c">
682 </ClCompile>
683 <ClCompile Include="$(SolutionDir)\..\src\core\lib\security\server_auth_filter.c">
684 </ClCompile>
685 <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\init_secure.c">
686 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700687 <ClCompile Include="$(SolutionDir)\..\src\core\lib\tsi\fake_transport_security.c">
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100688 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700689 <ClCompile Include="$(SolutionDir)\..\src\core\lib\tsi\ssl_transport_security.c">
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100690 </ClCompile>
Craig Tillerf23078c2016-03-25 17:07:29 -0700691 <ClCompile Include="$(SolutionDir)\..\src\core\lib\tsi\transport_security.c">
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100692 </ClCompile>
Craig Tiller03915e52016-04-07 09:15:10 -0700693 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\client\secure\secure_channel_create.c">
694 </ClCompile>
695 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\channel_connectivity.c">
696 </ClCompile>
697 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\client_channel.c">
698 </ClCompile>
699 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\client_channel_factory.c">
700 </ClCompile>
701 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\client_config.c">
702 </ClCompile>
703 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\client_config_plugin.c">
704 </ClCompile>
705 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\connector.c">
706 </ClCompile>
707 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\default_initial_connect_string.c">
708 </ClCompile>
709 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\initial_connect_string.c">
710 </ClCompile>
711 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy.c">
712 </ClCompile>
713 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy_factory.c">
714 </ClCompile>
715 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\lb_policy_registry.c">
716 </ClCompile>
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700717 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\parse_address.c">
718 </ClCompile>
Craig Tiller03915e52016-04-07 09:15:10 -0700719 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\resolver.c">
720 </ClCompile>
721 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\resolver_factory.c">
722 </ClCompile>
723 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\resolver_registry.c">
724 </ClCompile>
725 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\subchannel.c">
726 </ClCompile>
727 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\subchannel_call_holder.c">
728 </ClCompile>
729 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\subchannel_index.c">
730 </ClCompile>
731 <ClCompile Include="$(SolutionDir)\..\src\core\ext\client_config\uri_parser.c">
732 </ClCompile>
733 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\server\insecure\server_chttp2.c">
734 </ClCompile>
735 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\chttp2\client\insecure\channel_create.c">
736 </ClCompile>
makdharmac2ec95b2016-05-11 16:26:15 -0700737 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\cronet\client\secure\cronet_channel_create.c">
738 </ClCompile>
739 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\cronet\transport\cronet_api_dummy.c">
740 </ClCompile>
741 <ClCompile Include="$(SolutionDir)\..\src\core\ext\transport\cronet\transport\cronet_transport.c">
742 </ClCompile>
Craig Tiller03915e52016-04-07 09:15:10 -0700743 <ClCompile Include="$(SolutionDir)\..\src\core\ext\lb_policy\grpclb\load_balancer_api.c">
744 </ClCompile>
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700745 <ClCompile Include="$(SolutionDir)\..\src\core\ext\lb_policy\grpclb\proto\grpc\lb\v1\load_balancer.pb.c">
Craig Tillerfb433852016-03-29 08:51:07 -0700746 </ClCompile>
Craig Tillereb841e22016-02-11 15:49:16 -0800747 <ClCompile Include="$(SolutionDir)\..\third_party\nanopb\pb_common.c">
748 </ClCompile>
749 <ClCompile Include="$(SolutionDir)\..\third_party\nanopb\pb_decode.c">
750 </ClCompile>
751 <ClCompile Include="$(SolutionDir)\..\third_party\nanopb\pb_encode.c">
752 </ClCompile>
Craig Tiller03915e52016-04-07 09:15:10 -0700753 <ClCompile Include="$(SolutionDir)\..\src\core\ext\lb_policy\pick_first\pick_first.c">
754 </ClCompile>
755 <ClCompile Include="$(SolutionDir)\..\src\core\ext\lb_policy\round_robin\round_robin.c">
756 </ClCompile>
757 <ClCompile Include="$(SolutionDir)\..\src\core\ext\resolver\dns\native\dns_resolver.c">
758 </ClCompile>
759 <ClCompile Include="$(SolutionDir)\..\src\core\ext\resolver\sockaddr\sockaddr_resolver.c">
760 </ClCompile>
761 <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\context.c">
762 </ClCompile>
Alistair Veitch30fe6322016-05-23 10:11:28 -0700763 <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\gen\census.pb.c">
764 </ClCompile>
Craig Tiller03915e52016-04-07 09:15:10 -0700765 <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\grpc_context.c">
766 </ClCompile>
767 <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\grpc_filter.c">
768 </ClCompile>
769 <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\grpc_plugin.c">
770 </ClCompile>
771 <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\initialize.c">
772 </ClCompile>
773 <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\mlog.c">
774 </ClCompile>
775 <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\operation.c">
776 </ClCompile>
777 <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\placeholders.c">
778 </ClCompile>
779 <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\tracing.c">
780 </ClCompile>
781 <ClCompile Include="$(SolutionDir)\..\src\core\plugin_registry\grpc_plugin_registry.c">
782 </ClCompile>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700783 </ItemGroup>
784 <ItemGroup>
Craig Tillerda179ce2016-02-09 12:01:53 -0800785 <ProjectReference Include="$(SolutionDir)\..\vsprojects\vcxproj\.\gpr\gpr.vcxproj">
786 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
787 </ProjectReference>
788 </ItemGroup>
789 <ItemGroup>
Craig Tiller02a7bed2015-08-31 15:54:05 -0700790 <None Include="packages.config" />
791 </ItemGroup>
792 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
793 <ImportGroup Label="ExtensionTargets">
Craig Tiller77fc4d32015-12-22 12:51:27 -0800794 <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
795 <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies\grpc.dependencies.zlib.targets')" />
796 <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
797 <Import Project="$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets" Condition="Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies\grpc.dependencies.openssl.targets')" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700798 </ImportGroup>
799 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
800 <PropertyGroup>
801 <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>
802 </PropertyGroup>
Craig Tiller77fc4d32015-12-22 12:51:27 -0800803 <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.redist.1.2.8.10\build\native\grpc.dependencies.zlib.redist.targets')" />
804 <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.zlib.1.2.8.10\build\native\grpc.dependencies.zlib.targets')" />
805 <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.redist.1.0.204.1\build\native\grpc.dependencies.openssl.redist.targets')" />
806 <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" />
807 <Error Condition="!Exists('$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\..\vsprojects\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.targets')" />
Craig Tiller02a7bed2015-08-31 15:54:05 -0700808 </Target>
Craig Tillerf4fc5d22015-09-23 09:36:31 -0700809</Project>
810