blob: a5730235fba7893f03f91687077063dea7953535 [file] [log] [blame]
nnoblec87b1c52015-01-05 17:15:18 -08001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
zeliard292adfe2015-04-22 15:08:36 +09008 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
nnoblec87b1c52015-01-05 17:15:18 -080012 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
zeliard292adfe2015-04-22 15:08:36 +090016 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
nnoblec87b1c52015-01-05 17:15:18 -080020 </ItemGroup>
21 <PropertyGroup Label="Globals">
Jan Tattermusch92e2e3f2015-02-11 10:20:55 -080022 <ProjectGuid>{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}</ProjectGuid>
nnoblec87b1c52015-01-05 17:15:18 -080023 </PropertyGroup>
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Jan Tattermusch8ff00a32015-04-20 18:43:06 -070025 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
26 <PlatformToolset>v100</PlatformToolset>
27 </PropertyGroup>
28 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
29 <PlatformToolset>v110</PlatformToolset>
30 </PropertyGroup>
31 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
32 <PlatformToolset>v120</PlatformToolset>
33 </PropertyGroup>
nnoblec87b1c52015-01-05 17:15:18 -080034 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35 <ConfigurationType>StaticLibrary</ConfigurationType>
36 <UseDebugLibraries>true</UseDebugLibraries>
nnoblec87b1c52015-01-05 17:15:18 -080037 <CharacterSet>Unicode</CharacterSet>
nnoblec87b1c52015-01-05 17:15:18 -080038 </PropertyGroup>
zeliard292adfe2015-04-22 15:08:36 +090039 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>true</UseDebugLibraries>
42 <CharacterSet>Unicode</CharacterSet>
43 </PropertyGroup>
nnoblec87b1c52015-01-05 17:15:18 -080044 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
45 <ConfigurationType>StaticLibrary</ConfigurationType>
46 <UseDebugLibraries>false</UseDebugLibraries>
nnoblec87b1c52015-01-05 17:15:18 -080047 <WholeProgramOptimization>true</WholeProgramOptimization>
48 <CharacterSet>Unicode</CharacterSet>
nnoblec87b1c52015-01-05 17:15:18 -080049 </PropertyGroup>
zeliard292adfe2015-04-22 15:08:36 +090050 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
51 <ConfigurationType>StaticLibrary</ConfigurationType>
52 <UseDebugLibraries>false</UseDebugLibraries>
53 <WholeProgramOptimization>true</WholeProgramOptimization>
54 <CharacterSet>Unicode</CharacterSet>
55 </PropertyGroup>
nnoblec87b1c52015-01-05 17:15:18 -080056 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
57 <ImportGroup Label="ExtensionSettings">
58 </ImportGroup>
59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Jan Tattermusch8ff00a32015-04-20 18:43:06 -070061 <Import Project="..\global.props" />
nnoblec87b1c52015-01-05 17:15:18 -080062 </ImportGroup>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +020063 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
zeliard292adfe2015-04-22 15:08:36 +090064 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <Import Project="..\global.props" />
66 </ImportGroup>
nnoblec87b1c52015-01-05 17:15:18 -080067 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Jan Tattermusch8ff00a32015-04-20 18:43:06 -070069 <Import Project="..\global.props" />
nnoblec87b1c52015-01-05 17:15:18 -080070 </ImportGroup>
Nicolas "Pixel" Noble5fb4ba02015-04-28 00:20:06 +020071 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
zeliard292adfe2015-04-22 15:08:36 +090072 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73 <Import Project="..\global.props" />
74 </ImportGroup>
nnoblec87b1c52015-01-05 17:15:18 -080075 <PropertyGroup Label="UserMacros" />
Jan Tattermuschf6ff8f62015-02-11 14:43:11 -080076 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77 <TargetName>grpc_unsecure</TargetName>
78 </PropertyGroup>
zeliard292adfe2015-04-22 15:08:36 +090079 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80 <TargetName>grpc_unsecure</TargetName>
81 </PropertyGroup>
Jan Tattermuschf6ff8f62015-02-11 14:43:11 -080082 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83 <TargetName>grpc_unsecure</TargetName>
84 </PropertyGroup>
zeliard292adfe2015-04-22 15:08:36 +090085 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
86 <TargetName>grpc_unsecure</TargetName>
87 </PropertyGroup>
nnoblec87b1c52015-01-05 17:15:18 -080088 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
89 <ClCompile>
90 <PrecompiledHeader>NotUsing</PrecompiledHeader>
91 <WarningLevel>Level3</WarningLevel>
92 <Optimization>Disabled</Optimization>
93 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 <SDLCheck>true</SDLCheck>
95 </ClCompile>
96 <Link>
97 <SubSystem>Windows</SubSystem>
98 <GenerateDebugInformation>true</GenerateDebugInformation>
99 </Link>
100 </ItemDefinitionGroup>
zeliard292adfe2015-04-22 15:08:36 +0900101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
102 <ClCompile>
103 <PrecompiledHeader>NotUsing</PrecompiledHeader>
104 <WarningLevel>Level3</WarningLevel>
105 <Optimization>Disabled</Optimization>
106 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107 <SDLCheck>true</SDLCheck>
108 </ClCompile>
109 <Link>
110 <SubSystem>Windows</SubSystem>
111 <GenerateDebugInformation>true</GenerateDebugInformation>
112 </Link>
113 </ItemDefinitionGroup>
nnoblec87b1c52015-01-05 17:15:18 -0800114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
115 <ClCompile>
116 <WarningLevel>Level3</WarningLevel>
117 <PrecompiledHeader>NotUsing</PrecompiledHeader>
118 <Optimization>MaxSpeed</Optimization>
119 <FunctionLevelLinking>true</FunctionLevelLinking>
120 <IntrinsicFunctions>true</IntrinsicFunctions>
121 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122 <SDLCheck>true</SDLCheck>
123 </ClCompile>
124 <Link>
125 <SubSystem>Windows</SubSystem>
126 <GenerateDebugInformation>true</GenerateDebugInformation>
127 <EnableCOMDATFolding>true</EnableCOMDATFolding>
128 <OptimizeReferences>true</OptimizeReferences>
129 </Link>
130 </ItemDefinitionGroup>
zeliard292adfe2015-04-22 15:08:36 +0900131 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
132 <ClCompile>
133 <WarningLevel>Level3</WarningLevel>
134 <PrecompiledHeader>NotUsing</PrecompiledHeader>
135 <Optimization>MaxSpeed</Optimization>
136 <FunctionLevelLinking>true</FunctionLevelLinking>
137 <IntrinsicFunctions>true</IntrinsicFunctions>
138 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139 <SDLCheck>true</SDLCheck>
140 </ClCompile>
141 <Link>
142 <SubSystem>Windows</SubSystem>
143 <GenerateDebugInformation>true</GenerateDebugInformation>
144 <EnableCOMDATFolding>true</EnableCOMDATFolding>
145 <OptimizeReferences>true</OptimizeReferences>
146 </Link>
147 </ItemDefinitionGroup>
nnoblec87b1c52015-01-05 17:15:18 -0800148 <ItemGroup>
nnoblec87b1c52015-01-05 17:15:18 -0800149 <ClInclude Include="..\..\include\grpc\byte_buffer.h" />
150 <ClInclude Include="..\..\include\grpc\byte_buffer_reader.h" />
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700151 <ClInclude Include="..\..\include\grpc\compression.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800152 <ClInclude Include="..\..\include\grpc\grpc.h" />
153 <ClInclude Include="..\..\include\grpc\status.h" />
Alistair Veitch9686dab2015-05-26 14:26:47 -0700154 <ClInclude Include="..\..\include\grpc\census.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800155 </ItemGroup>
156 <ItemGroup>
Alistair Veitch9686dab2015-05-26 14:26:47 -0700157 <ClInclude Include="..\..\src\core\census\grpc_context.h" />
murgatroid997da8b1a2015-06-17 12:37:34 -0700158 <ClInclude Include="..\..\src\core\channel\census_filter.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800159 <ClInclude Include="..\..\src\core\channel\channel_args.h" />
160 <ClInclude Include="..\..\src\core\channel\channel_stack.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800161 <ClInclude Include="..\..\src\core\channel\client_channel.h" />
David Garcia Quintas55b4ea12015-06-16 14:27:32 -0700162 <ClInclude Include="..\..\src\core\channel\compress_filter.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800163 <ClInclude Include="..\..\src\core\channel\connected_channel.h" />
murgatroid997da8b1a2015-06-17 12:37:34 -0700164 <ClInclude Include="..\..\src\core\channel\context.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800165 <ClInclude Include="..\..\src\core\channel\http_client_filter.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800166 <ClInclude Include="..\..\src\core\channel\http_server_filter.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800167 <ClInclude Include="..\..\src\core\channel\noop_filter.h" />
Craig Tilleraf691802015-06-23 14:57:07 -0700168 <ClInclude Include="..\..\src\core\client_config\client_config.h" />
Craig Tiller91624662015-06-25 16:31:02 -0700169 <ClInclude Include="..\..\src\core\client_config\connector.h" />
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700170 <ClInclude Include="..\..\src\core\client_config\lb_policies\pick_first.h" />
Craig Tilleraf691802015-06-23 14:57:07 -0700171 <ClInclude Include="..\..\src\core\client_config\lb_policy.h" />
172 <ClInclude Include="..\..\src\core\client_config\resolver.h" />
Craig Tiller7df28a72015-06-24 09:23:52 -0700173 <ClInclude Include="..\..\src\core\client_config\resolver_factory.h" />
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700174 <ClInclude Include="..\..\src\core\client_config\resolver_registry.h" />
175 <ClInclude Include="..\..\src\core\client_config\resolvers\dns_resolver.h" />
Craig Tiller698d00c2015-07-20 12:32:58 -0700176 <ClInclude Include="..\..\src\core\client_config\resolvers\sockaddr_resolver.h" />
Craig Tilleraf691802015-06-23 14:57:07 -0700177 <ClInclude Include="..\..\src\core\client_config\subchannel.h" />
178 <ClInclude Include="..\..\src\core\client_config\subchannel_factory.h" />
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700179 <ClInclude Include="..\..\src\core\client_config\uri_parser.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800180 <ClInclude Include="..\..\src\core\compression\message_compress.h" />
Craig Tiller6e7c6222015-02-20 15:31:21 -0800181 <ClInclude Include="..\..\src\core\debug\trace.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800182 <ClInclude Include="..\..\src\core\iomgr\alarm.h" />
183 <ClInclude Include="..\..\src\core\iomgr\alarm_heap.h" />
184 <ClInclude Include="..\..\src\core\iomgr\alarm_internal.h" />
185 <ClInclude Include="..\..\src\core\iomgr\endpoint.h" />
186 <ClInclude Include="..\..\src\core\iomgr\endpoint_pair.h" />
ctiller58393c22015-01-07 14:03:30 -0800187 <ClInclude Include="..\..\src\core\iomgr\fd_posix.h" />
Nicolas Noble45e67a32015-02-09 16:20:49 -0800188 <ClInclude Include="..\..\src\core\iomgr\iocp_windows.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800189 <ClInclude Include="..\..\src\core\iomgr\iomgr.h" />
ctiller58393c22015-01-07 14:03:30 -0800190 <ClInclude Include="..\..\src\core\iomgr\iomgr_internal.h" />
191 <ClInclude Include="..\..\src\core\iomgr\iomgr_posix.h" />
Craig Tiller17ec5f92015-01-18 11:30:41 -0800192 <ClInclude Include="..\..\src\core\iomgr\pollset.h" />
David Klempner7f3ed1e2015-01-16 15:35:56 -0800193 <ClInclude Include="..\..\src\core\iomgr\pollset_kick_posix.h" />
ctiller58393c22015-01-07 14:03:30 -0800194 <ClInclude Include="..\..\src\core\iomgr\pollset_posix.h" />
Jorge Canizalesfe8ad732015-06-20 19:53:59 -0700195 <ClInclude Include="..\..\src\core\iomgr\pollset_set.h" />
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700196 <ClInclude Include="..\..\src\core\iomgr\pollset_set_posix.h" />
197 <ClInclude Include="..\..\src\core\iomgr\pollset_set_windows.h" />
Craig Tillere1addfe2015-01-21 15:08:12 -0800198 <ClInclude Include="..\..\src\core\iomgr\pollset_windows.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800199 <ClInclude Include="..\..\src\core\iomgr\resolve_address.h" />
200 <ClInclude Include="..\..\src\core\iomgr\sockaddr.h" />
201 <ClInclude Include="..\..\src\core\iomgr\sockaddr_posix.h" />
202 <ClInclude Include="..\..\src\core\iomgr\sockaddr_utils.h" />
203 <ClInclude Include="..\..\src\core\iomgr\sockaddr_win32.h" />
204 <ClInclude Include="..\..\src\core\iomgr\socket_utils_posix.h" />
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100205 <ClInclude Include="..\..\src\core\iomgr\socket_windows.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800206 <ClInclude Include="..\..\src\core\iomgr\tcp_client.h" />
207 <ClInclude Include="..\..\src\core\iomgr\tcp_posix.h" />
208 <ClInclude Include="..\..\src\core\iomgr\tcp_server.h" />
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100209 <ClInclude Include="..\..\src\core\iomgr\tcp_windows.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800210 <ClInclude Include="..\..\src\core\iomgr\time_averaged_stats.h" />
David Klempner8bfbc882015-01-26 17:23:33 -0800211 <ClInclude Include="..\..\src\core\iomgr\wakeup_fd_pipe.h" />
Craig Tiller5350c2e2015-01-31 20:09:19 -0800212 <ClInclude Include="..\..\src\core\iomgr\wakeup_fd_posix.h" />
Nicolas Noblee04455a2015-01-26 17:01:29 -0800213 <ClInclude Include="..\..\src\core\json\json.h" />
214 <ClInclude Include="..\..\src\core\json\json_common.h" />
215 <ClInclude Include="..\..\src\core\json\json_reader.h" />
216 <ClInclude Include="..\..\src\core\json\json_writer.h" />
Vijay Paia45c93e2015-04-13 13:21:21 -0700217 <ClInclude Include="..\..\src\core\profiling\timers.h" />
218 <ClInclude Include="..\..\src\core\profiling\timers_preciseclock.h" />
Craig Tiller4450db22015-01-30 16:49:22 -0800219 <ClInclude Include="..\..\src\core\surface\byte_buffer_queue.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800220 <ClInclude Include="..\..\src\core\surface\call.h" />
221 <ClInclude Include="..\..\src\core\surface\channel.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800222 <ClInclude Include="..\..\src\core\surface\completion_queue.h" />
223 <ClInclude Include="..\..\src\core\surface\event_string.h" />
Craig Tillerfaa84802015-03-01 21:56:38 -0800224 <ClInclude Include="..\..\src\core\surface\init.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800225 <ClInclude Include="..\..\src\core\surface\server.h" />
226 <ClInclude Include="..\..\src\core\surface\surface_trace.h" />
Nicolas "Pixel" Noble710b6a42015-03-20 00:54:10 +0100227 <ClInclude Include="..\..\src\core\transport\chttp2\alpn.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800228 <ClInclude Include="..\..\src\core\transport\chttp2\bin_encoder.h" />
ctiller58393c22015-01-07 14:03:30 -0800229 <ClInclude Include="..\..\src\core\transport\chttp2\frame.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800230 <ClInclude Include="..\..\src\core\transport\chttp2\frame_data.h" />
231 <ClInclude Include="..\..\src\core\transport\chttp2\frame_goaway.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800232 <ClInclude Include="..\..\src\core\transport\chttp2\frame_ping.h" />
233 <ClInclude Include="..\..\src\core\transport\chttp2\frame_rst_stream.h" />
234 <ClInclude Include="..\..\src\core\transport\chttp2\frame_settings.h" />
235 <ClInclude Include="..\..\src\core\transport\chttp2\frame_window_update.h" />
236 <ClInclude Include="..\..\src\core\transport\chttp2\hpack_parser.h" />
237 <ClInclude Include="..\..\src\core\transport\chttp2\hpack_table.h" />
238 <ClInclude Include="..\..\src\core\transport\chttp2\http2_errors.h" />
239 <ClInclude Include="..\..\src\core\transport\chttp2\huffsyms.h" />
Craig Tiller5dc3b302015-06-15 16:06:50 -0700240 <ClInclude Include="..\..\src\core\transport\chttp2\incoming_metadata.h" />
Craig Tiller41527062015-06-12 07:51:05 -0700241 <ClInclude Include="..\..\src\core\transport\chttp2\internal.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800242 <ClInclude Include="..\..\src\core\transport\chttp2\status_conversion.h" />
243 <ClInclude Include="..\..\src\core\transport\chttp2\stream_encoder.h" />
244 <ClInclude Include="..\..\src\core\transport\chttp2\stream_map.h" />
245 <ClInclude Include="..\..\src\core\transport\chttp2\timeout_encoding.h" />
ctillere4b40932015-01-07 12:13:17 -0800246 <ClInclude Include="..\..\src\core\transport\chttp2\varint.h" />
ctiller58393c22015-01-07 14:03:30 -0800247 <ClInclude Include="..\..\src\core\transport\chttp2_transport.h" />
Craig Tiller08a1cf82015-06-29 09:37:52 -0700248 <ClInclude Include="..\..\src\core\transport\connectivity_state.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800249 <ClInclude Include="..\..\src\core\transport\metadata.h" />
250 <ClInclude Include="..\..\src\core\transport\stream_op.h" />
251 <ClInclude Include="..\..\src\core\transport\transport.h" />
252 <ClInclude Include="..\..\src\core\transport\transport_impl.h" />
Alistair Veitch9686dab2015-05-26 14:26:47 -0700253 <ClInclude Include="..\..\src\core\census\context.h" />
Alistair Veitchb46f3f42015-07-20 13:34:10 -0700254 <ClInclude Include="..\..\src\core\census\rpc_stat_id.h" />
nnoblec87b1c52015-01-05 17:15:18 -0800255 </ItemGroup>
256 <ItemGroup>
Craig Tillerfaa84802015-03-01 21:56:38 -0800257 <ClCompile Include="..\..\src\core\surface\init_unsecure.c">
258 </ClCompile>
Alistair Veitch9686dab2015-05-26 14:26:47 -0700259 <ClCompile Include="..\..\src\core\census\grpc_context.c">
nnoblec87b1c52015-01-05 17:15:18 -0800260 </ClCompile>
261 <ClCompile Include="..\..\src\core\channel\channel_args.c">
262 </ClCompile>
263 <ClCompile Include="..\..\src\core\channel\channel_stack.c">
264 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800265 <ClCompile Include="..\..\src\core\channel\client_channel.c">
266 </ClCompile>
David Garcia Quintas55b4ea12015-06-16 14:27:32 -0700267 <ClCompile Include="..\..\src\core\channel\compress_filter.c">
268 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800269 <ClCompile Include="..\..\src\core\channel\connected_channel.c">
270 </ClCompile>
271 <ClCompile Include="..\..\src\core\channel\http_client_filter.c">
272 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800273 <ClCompile Include="..\..\src\core\channel\http_server_filter.c">
274 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800275 <ClCompile Include="..\..\src\core\channel\noop_filter.c">
276 </ClCompile>
Craig Tilleraf691802015-06-23 14:57:07 -0700277 <ClCompile Include="..\..\src\core\client_config\client_config.c">
278 </ClCompile>
Craig Tiller91624662015-06-25 16:31:02 -0700279 <ClCompile Include="..\..\src\core\client_config\connector.c">
280 </ClCompile>
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700281 <ClCompile Include="..\..\src\core\client_config\lb_policies\pick_first.c">
282 </ClCompile>
Craig Tilleraf691802015-06-23 14:57:07 -0700283 <ClCompile Include="..\..\src\core\client_config\lb_policy.c">
284 </ClCompile>
285 <ClCompile Include="..\..\src\core\client_config\resolver.c">
286 </ClCompile>
Craig Tiller7df28a72015-06-24 09:23:52 -0700287 <ClCompile Include="..\..\src\core\client_config\resolver_factory.c">
288 </ClCompile>
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700289 <ClCompile Include="..\..\src\core\client_config\resolver_registry.c">
290 </ClCompile>
291 <ClCompile Include="..\..\src\core\client_config\resolvers\dns_resolver.c">
292 </ClCompile>
Craig Tiller698d00c2015-07-20 12:32:58 -0700293 <ClCompile Include="..\..\src\core\client_config\resolvers\sockaddr_resolver.c">
Craig Tilleracf0f072015-06-29 08:24:16 -0700294 </ClCompile>
Craig Tilleraf691802015-06-23 14:57:07 -0700295 <ClCompile Include="..\..\src\core\client_config\subchannel.c">
296 </ClCompile>
297 <ClCompile Include="..\..\src\core\client_config\subchannel_factory.c">
298 </ClCompile>
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700299 <ClCompile Include="..\..\src\core\client_config\uri_parser.c">
300 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800301 <ClCompile Include="..\..\src\core\compression\algorithm.c">
302 </ClCompile>
303 <ClCompile Include="..\..\src\core\compression\message_compress.c">
304 </ClCompile>
Craig Tiller6e7c6222015-02-20 15:31:21 -0800305 <ClCompile Include="..\..\src\core\debug\trace.c">
306 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800307 <ClCompile Include="..\..\src\core\iomgr\alarm.c">
308 </ClCompile>
309 <ClCompile Include="..\..\src\core\iomgr\alarm_heap.c">
310 </ClCompile>
311 <ClCompile Include="..\..\src\core\iomgr\endpoint.c">
312 </ClCompile>
313 <ClCompile Include="..\..\src\core\iomgr\endpoint_pair_posix.c">
314 </ClCompile>
Craig Tillerb25c90d2015-04-08 11:26:30 -0700315 <ClCompile Include="..\..\src\core\iomgr\endpoint_pair_windows.c">
316 </ClCompile>
ctiller58393c22015-01-07 14:03:30 -0800317 <ClCompile Include="..\..\src\core\iomgr\fd_posix.c">
nnoblec87b1c52015-01-05 17:15:18 -0800318 </ClCompile>
Nicolas Noble45e67a32015-02-09 16:20:49 -0800319 <ClCompile Include="..\..\src\core\iomgr\iocp_windows.c">
320 </ClCompile>
ctiller58393c22015-01-07 14:03:30 -0800321 <ClCompile Include="..\..\src\core\iomgr\iomgr.c">
nnoblec87b1c52015-01-05 17:15:18 -0800322 </ClCompile>
ctiller58393c22015-01-07 14:03:30 -0800323 <ClCompile Include="..\..\src\core\iomgr\iomgr_posix.c">
324 </ClCompile>
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100325 <ClCompile Include="..\..\src\core\iomgr\iomgr_windows.c">
326 </ClCompile>
Craig Tiller0c1d2782015-05-28 17:06:05 -0700327 <ClCompile Include="..\..\src\core\iomgr\pollset_kick_posix.c">
David Klempner7f3ed1e2015-01-16 15:35:56 -0800328 </ClCompile>
David Klempnerbaced4d2015-02-10 17:10:15 -0800329 <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_epoll.c">
330 </ClCompile>
Craig Tiller35108f62015-02-17 11:24:15 -0800331 <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c">
332 </ClCompile>
ctiller58393c22015-01-07 14:03:30 -0800333 <ClCompile Include="..\..\src\core\iomgr\pollset_posix.c">
nnoblec87b1c52015-01-05 17:15:18 -0800334 </ClCompile>
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700335 <ClCompile Include="..\..\src\core\iomgr\pollset_set_posix.c">
336 </ClCompile>
337 <ClCompile Include="..\..\src\core\iomgr\pollset_set_windows.c">
338 </ClCompile>
Craig Tillere1addfe2015-01-21 15:08:12 -0800339 <ClCompile Include="..\..\src\core\iomgr\pollset_windows.c">
340 </ClCompile>
Nicolas "Pixel" Noble94964fd2015-02-21 07:19:19 +0100341 <ClCompile Include="..\..\src\core\iomgr\resolve_address_posix.c">
342 </ClCompile>
343 <ClCompile Include="..\..\src\core\iomgr\resolve_address_windows.c">
nnoblec87b1c52015-01-05 17:15:18 -0800344 </ClCompile>
345 <ClCompile Include="..\..\src\core\iomgr\sockaddr_utils.c">
346 </ClCompile>
347 <ClCompile Include="..\..\src\core\iomgr\socket_utils_common_posix.c">
348 </ClCompile>
349 <ClCompile Include="..\..\src\core\iomgr\socket_utils_linux.c">
350 </ClCompile>
351 <ClCompile Include="..\..\src\core\iomgr\socket_utils_posix.c">
352 </ClCompile>
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100353 <ClCompile Include="..\..\src\core\iomgr\socket_windows.c">
354 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800355 <ClCompile Include="..\..\src\core\iomgr\tcp_client_posix.c">
356 </ClCompile>
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100357 <ClCompile Include="..\..\src\core\iomgr\tcp_client_windows.c">
358 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800359 <ClCompile Include="..\..\src\core\iomgr\tcp_posix.c">
360 </ClCompile>
361 <ClCompile Include="..\..\src\core\iomgr\tcp_server_posix.c">
362 </ClCompile>
Nicolas "Pixel" Noble0f3ec822015-02-05 19:40:38 +0100363 <ClCompile Include="..\..\src\core\iomgr\tcp_server_windows.c">
364 </ClCompile>
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100365 <ClCompile Include="..\..\src\core\iomgr\tcp_windows.c">
366 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800367 <ClCompile Include="..\..\src\core\iomgr\time_averaged_stats.c">
368 </ClCompile>
David Klempner78dc6cd2015-01-26 15:02:51 -0800369 <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_eventfd.c">
370 </ClCompile>
371 <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_nospecial.c">
372 </ClCompile>
373 <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_pipe.c">
374 </ClCompile>
David Klempner8bfbc882015-01-26 17:23:33 -0800375 <ClCompile Include="..\..\src\core\iomgr\wakeup_fd_posix.c">
376 </ClCompile>
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800377 <ClCompile Include="..\..\src\core\json\json.c">
378 </ClCompile>
Nicolas Noblee04455a2015-01-26 17:01:29 -0800379 <ClCompile Include="..\..\src\core\json\json_reader.c">
380 </ClCompile>
381 <ClCompile Include="..\..\src\core\json\json_string.c">
382 </ClCompile>
383 <ClCompile Include="..\..\src\core\json\json_writer.c">
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800384 </ClCompile>
David Garcia Quintas8954e902015-04-29 09:46:33 -0700385 <ClCompile Include="..\..\src\core\profiling\basic_timers.c">
386 </ClCompile>
387 <ClCompile Include="..\..\src\core\profiling\stap_timers.c">
Vijay Paia45c93e2015-04-13 13:21:21 -0700388 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800389 <ClCompile Include="..\..\src\core\surface\byte_buffer.c">
390 </ClCompile>
Craig Tiller4450db22015-01-30 16:49:22 -0800391 <ClCompile Include="..\..\src\core\surface\byte_buffer_queue.c">
392 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800393 <ClCompile Include="..\..\src\core\surface\byte_buffer_reader.c">
394 </ClCompile>
395 <ClCompile Include="..\..\src\core\surface\call.c">
396 </ClCompile>
Craig Tillerea61b072015-02-03 19:19:27 -0800397 <ClCompile Include="..\..\src\core\surface\call_details.c">
398 </ClCompile>
murgatroid99d47946b2015-03-09 14:27:07 -0700399 <ClCompile Include="..\..\src\core\surface\call_log_batch.c">
400 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800401 <ClCompile Include="..\..\src\core\surface\channel.c">
402 </ClCompile>
403 <ClCompile Include="..\..\src\core\surface\channel_create.c">
404 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800405 <ClCompile Include="..\..\src\core\surface\completion_queue.c">
406 </ClCompile>
407 <ClCompile Include="..\..\src\core\surface\event_string.c">
408 </ClCompile>
409 <ClCompile Include="..\..\src\core\surface\init.c">
410 </ClCompile>
411 <ClCompile Include="..\..\src\core\surface\lame_client.c">
412 </ClCompile>
Craig Tillerea61b072015-02-03 19:19:27 -0800413 <ClCompile Include="..\..\src\core\surface\metadata_array.c">
414 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800415 <ClCompile Include="..\..\src\core\surface\server.c">
416 </ClCompile>
417 <ClCompile Include="..\..\src\core\surface\server_chttp2.c">
418 </ClCompile>
419 <ClCompile Include="..\..\src\core\surface\server_create.c">
420 </ClCompile>
Craig Tillerfaa84802015-03-01 21:56:38 -0800421 <ClCompile Include="..\..\src\core\surface\surface_trace.c">
422 </ClCompile>
Craig Tiller2e622bc2015-07-10 07:46:03 -0700423 <ClCompile Include="..\..\src\core\surface\version.c">
424 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800425 <ClCompile Include="..\..\src\core\transport\chttp2\alpn.c">
426 </ClCompile>
427 <ClCompile Include="..\..\src\core\transport\chttp2\bin_encoder.c">
428 </ClCompile>
429 <ClCompile Include="..\..\src\core\transport\chttp2\frame_data.c">
430 </ClCompile>
431 <ClCompile Include="..\..\src\core\transport\chttp2\frame_goaway.c">
432 </ClCompile>
433 <ClCompile Include="..\..\src\core\transport\chttp2\frame_ping.c">
434 </ClCompile>
435 <ClCompile Include="..\..\src\core\transport\chttp2\frame_rst_stream.c">
436 </ClCompile>
437 <ClCompile Include="..\..\src\core\transport\chttp2\frame_settings.c">
438 </ClCompile>
439 <ClCompile Include="..\..\src\core\transport\chttp2\frame_window_update.c">
440 </ClCompile>
441 <ClCompile Include="..\..\src\core\transport\chttp2\hpack_parser.c">
442 </ClCompile>
443 <ClCompile Include="..\..\src\core\transport\chttp2\hpack_table.c">
444 </ClCompile>
445 <ClCompile Include="..\..\src\core\transport\chttp2\huffsyms.c">
446 </ClCompile>
Craig Tiller5dc3b302015-06-15 16:06:50 -0700447 <ClCompile Include="..\..\src\core\transport\chttp2\incoming_metadata.c">
448 </ClCompile>
Craig Tillerd8df50c2015-06-12 07:53:56 -0700449 <ClCompile Include="..\..\src\core\transport\chttp2\parsing.c">
450 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800451 <ClCompile Include="..\..\src\core\transport\chttp2\status_conversion.c">
452 </ClCompile>
453 <ClCompile Include="..\..\src\core\transport\chttp2\stream_encoder.c">
454 </ClCompile>
Craig Tiller6459db42015-06-15 17:11:45 -0700455 <ClCompile Include="..\..\src\core\transport\chttp2\stream_lists.c">
456 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800457 <ClCompile Include="..\..\src\core\transport\chttp2\stream_map.c">
458 </ClCompile>
459 <ClCompile Include="..\..\src\core\transport\chttp2\timeout_encoding.c">
460 </ClCompile>
ctillere4b40932015-01-07 12:13:17 -0800461 <ClCompile Include="..\..\src\core\transport\chttp2\varint.c">
462 </ClCompile>
Craig Tillerd8df50c2015-06-12 07:53:56 -0700463 <ClCompile Include="..\..\src\core\transport\chttp2\writing.c">
464 </ClCompile>
ctiller58393c22015-01-07 14:03:30 -0800465 <ClCompile Include="..\..\src\core\transport\chttp2_transport.c">
466 </ClCompile>
Craig Tiller08a1cf82015-06-29 09:37:52 -0700467 <ClCompile Include="..\..\src\core\transport\connectivity_state.c">
468 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800469 <ClCompile Include="..\..\src\core\transport\metadata.c">
470 </ClCompile>
471 <ClCompile Include="..\..\src\core\transport\stream_op.c">
472 </ClCompile>
473 <ClCompile Include="..\..\src\core\transport\transport.c">
474 </ClCompile>
Craig Tiller83f88d92015-04-21 16:02:05 -0700475 <ClCompile Include="..\..\src\core\transport\transport_op_string.c">
476 </ClCompile>
Alistair Veitch9686dab2015-05-26 14:26:47 -0700477 <ClCompile Include="..\..\src\core\census\context.c">
478 </ClCompile>
479 <ClCompile Include="..\..\src\core\census\initialize.c">
480 </ClCompile>
Alistair Veitch635899d2015-07-17 16:02:24 -0700481 <ClCompile Include="..\..\src\core\census\record_stat.c">
482 </ClCompile>
nnoblec87b1c52015-01-05 17:15:18 -0800483 </ItemGroup>
484 <ItemGroup>
Jan Tattermusch8ff00a32015-04-20 18:43:06 -0700485 <ProjectReference Include="..\gpr\gpr.vcxproj">
nnoblec87b1c52015-01-05 17:15:18 -0800486 <Project>{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}</Project>
487 </ProjectReference>
488 </ItemGroup>
Jan Tattermusch8ff00a32015-04-20 18:43:06 -0700489 <ItemGroup>
490 <None Include="packages.config" />
491 </ItemGroup>
nnoblec87b1c52015-01-05 17:15:18 -0800492 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
493 <ImportGroup Label="ExtensionTargets">
Jan Tattermuschf6f6fdb2015-04-10 18:52:17 -0700494 <Import Project="..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets" Condition="Exists('..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets')" />
495 <Import Project="..\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets" Condition="Exists('..\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets')" />
nnoblec87b1c52015-01-05 17:15:18 -0800496 </ImportGroup>
Jan Tattermusch8ff00a32015-04-20 18:43:06 -0700497 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
498 <PropertyGroup>
499 <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>
500 </PropertyGroup>
Jan Tattermuschf6f6fdb2015-04-10 18:52:17 -0700501 <Error Condition="!Exists('..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\native\grpc.dependencies.zlib.redist.targets'))" />
502 <Error Condition="!Exists('..\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\grpc.dependencies.zlib.1.2.8.9\build\native\grpc.dependencies.zlib.targets'))" />
Jan Tattermusch8ff00a32015-04-20 18:43:06 -0700503 </Target>
nnoblec87b1c52015-01-05 17:15:18 -0800504</Project>