blob: 6d138fae1cb7aa1c812746b43775ee8567d56a22 [file] [log] [blame]
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <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')" />
4 <ItemGroup Label="ProjectConfigurations">
5 <ProjectConfiguration Include="Debug|Win32">
6 <Configuration>Debug</Configuration>
7 <Platform>Win32</Platform>
8 </ProjectConfiguration>
9 <ProjectConfiguration Include="Debug|x64">
10 <Configuration>Debug</Configuration>
11 <Platform>x64</Platform>
12 </ProjectConfiguration>
13 <ProjectConfiguration Include="Release|Win32">
14 <Configuration>Release</Configuration>
15 <Platform>Win32</Platform>
16 </ProjectConfiguration>
17 <ProjectConfiguration Include="Release|x64">
18 <Configuration>Release</Configuration>
19 <Platform>x64</Platform>
20 </ProjectConfiguration>
21 </ItemGroup>
22 <PropertyGroup Label="Globals">
David Garcia Quintas3a43cc02016-04-08 16:59:51 -070023 <ProjectGuid>{87FCA32C-6ECF-5D95-7081-55F309EC6393}</ProjectGuid>
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -080024 <IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected>
25 <IntDir>$(SolutionDir)IntDir\$(MSBuildProjectName)\</IntDir>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'" Label="Configuration">
29 <PlatformToolset>v100</PlatformToolset>
30 </PropertyGroup>
31 <PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0'" Label="Configuration">
32 <PlatformToolset>v110</PlatformToolset>
33 </PropertyGroup>
34 <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
35 <PlatformToolset>v120</PlatformToolset>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
38 <PlatformToolset>v140</PlatformToolset>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <UseDebugLibraries>true</UseDebugLibraries>
43 <CharacterSet>Unicode</CharacterSet>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
46 <ConfigurationType>Application</ConfigurationType>
47 <UseDebugLibraries>false</UseDebugLibraries>
48 <WholeProgramOptimization>true</WholeProgramOptimization>
49 <CharacterSet>Unicode</CharacterSet>
50 </PropertyGroup>
51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52 <ImportGroup Label="ExtensionSettings">
53 </ImportGroup>
54 <ImportGroup Label="PropertySheets">
55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56 <Import Project="$(SolutionDir)\..\vsprojects\cpptest.props" />
57 <Import Project="$(SolutionDir)\..\vsprojects\global.props" />
58 <Import Project="$(SolutionDir)\..\vsprojects\openssl.props" />
59 <Import Project="$(SolutionDir)\..\vsprojects\protobuf.props" />
60 <Import Project="$(SolutionDir)\..\vsprojects\winsock.props" />
61 <Import Project="$(SolutionDir)\..\vsprojects\zlib.props" />
62 </ImportGroup>
63 <PropertyGroup Label="UserMacros" />
64 <PropertyGroup Condition="'$(Configuration)'=='Debug'">
David Garcia Quintas3a43cc02016-04-08 16:59:51 -070065 <TargetName>codegen_test_minimal</TargetName>
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -080066 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
67 <Configuration-grpc_dependencies_zlib>Debug</Configuration-grpc_dependencies_zlib>
68 <Linkage-grpc_dependencies_openssl>static</Linkage-grpc_dependencies_openssl>
69 <Configuration-grpc_dependencies_openssl>Debug</Configuration-grpc_dependencies_openssl>
70 </PropertyGroup>
71 <PropertyGroup Condition="'$(Configuration)'=='Release'">
David Garcia Quintas3a43cc02016-04-08 16:59:51 -070072 <TargetName>codegen_test_minimal</TargetName>
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -080073 <Linkage-grpc_dependencies_zlib>static</Linkage-grpc_dependencies_zlib>
74 <Configuration-grpc_dependencies_zlib>Release</Configuration-grpc_dependencies_zlib>
75 <Linkage-grpc_dependencies_openssl>static</Linkage-grpc_dependencies_openssl>
76 <Configuration-grpc_dependencies_openssl>Release</Configuration-grpc_dependencies_openssl>
77 </PropertyGroup>
78 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
79 <ClCompile>
80 <PrecompiledHeader>NotUsing</PrecompiledHeader>
81 <WarningLevel>Level3</WarningLevel>
82 <Optimization>Disabled</Optimization>
83 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
84 <SDLCheck>true</SDLCheck>
85 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
86 <TreatWarningAsError>true</TreatWarningAsError>
87 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
88 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
89 </ClCompile>
90 <Link>
91 <SubSystem>Console</SubSystem>
92 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
93 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
94 </Link>
95 </ItemDefinitionGroup>
96
97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
98 <ClCompile>
99 <PrecompiledHeader>NotUsing</PrecompiledHeader>
100 <WarningLevel>Level3</WarningLevel>
101 <Optimization>Disabled</Optimization>
102 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103 <SDLCheck>true</SDLCheck>
104 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
105 <TreatWarningAsError>true</TreatWarningAsError>
106 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
107 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
108 </ClCompile>
109 <Link>
110 <SubSystem>Console</SubSystem>
111 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
112 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
113 </Link>
114 </ItemDefinitionGroup>
115
116 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
117 <ClCompile>
118 <PrecompiledHeader>NotUsing</PrecompiledHeader>
119 <WarningLevel>Level3</WarningLevel>
120 <Optimization>MaxSpeed</Optimization>
121 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122 <FunctionLevelLinking>true</FunctionLevelLinking>
123 <IntrinsicFunctions>true</IntrinsicFunctions>
124 <SDLCheck>true</SDLCheck>
125 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
126 <TreatWarningAsError>true</TreatWarningAsError>
127 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
128 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
129 </ClCompile>
130 <Link>
131 <SubSystem>Console</SubSystem>
132 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
133 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
134 <EnableCOMDATFolding>true</EnableCOMDATFolding>
135 <OptimizeReferences>true</OptimizeReferences>
136 </Link>
137 </ItemDefinitionGroup>
138
139 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
140 <ClCompile>
141 <PrecompiledHeader>NotUsing</PrecompiledHeader>
142 <WarningLevel>Level3</WarningLevel>
143 <Optimization>MaxSpeed</Optimization>
144 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
145 <FunctionLevelLinking>true</FunctionLevelLinking>
146 <IntrinsicFunctions>true</IntrinsicFunctions>
147 <SDLCheck>true</SDLCheck>
148 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
149 <TreatWarningAsError>true</TreatWarningAsError>
150 <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
151 <MinimalRebuild Condition="$(Jenkins)">false</MinimalRebuild>
152 </ClCompile>
153 <Link>
154 <SubSystem>Console</SubSystem>
155 <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
156 <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
157 <EnableCOMDATFolding>true</EnableCOMDATFolding>
158 <OptimizeReferences>true</OptimizeReferences>
159 </Link>
160 </ItemDefinitionGroup>
161
162 <ItemGroup>
Craig Tiller03915e52016-04-07 09:15:10 -0700163 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\async_stream.h" />
164 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\async_unary_call.h" />
165 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\call.h" />
166 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\call_hook.h" />
167 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\channel_interface.h" />
168 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\client_context.h" />
169 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\client_unary_call.h" />
170 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\completion_queue.h" />
171 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\completion_queue_tag.h" />
172 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\core_codegen_interface.h" />
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700173 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\create_auth_context.h" />
Craig Tiller03915e52016-04-07 09:15:10 -0700174 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\grpc_library.h" />
175 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\method_handler_impl.h" />
176 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\proto_utils.h" />
177 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\rpc_method.h" />
178 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\rpc_service_method.h" />
179 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\security\auth_context.h" />
180 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\serialization_traits.h" />
181 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\server_context.h" />
182 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\server_interface.h" />
183 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\service_type.h" />
184 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\status.h" />
185 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\status_code_enum.h" />
186 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\string_ref.h" />
187 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\stub_options.h" />
188 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\sync.h" />
189 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\sync_cxx11.h" />
190 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\sync_no_cxx11.h" />
191 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\sync_stream.h" />
192 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\time.h" />
193 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\byte_buffer.h" />
194 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\compression_types.h" />
195 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\connectivity_state.h" />
196 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\grpc_types.h" />
197 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\propagation_bits.h" />
198 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\status.h" />
199 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\alloc.h" />
200 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm.h" />
201 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_atomic.h" />
202 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_sync.h" />
203 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_win32.h" />
204 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\log.h" />
205 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\port_platform.h" />
206 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\slice.h" />
207 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\slice_buffer.h" />
208 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync.h" />
209 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync_generic.h" />
210 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync_posix.h" />
211 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\sync_win32.h" />
212 <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\time.h" />
213 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\config.h" />
214 <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\config_protobuf.h" />
215 </ItemGroup>
216 <ItemGroup>
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -0800217 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\control.pb.cc">
218 </ClCompile>
219 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\control.pb.h">
220 </ClInclude>
221 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\control.grpc.pb.cc">
222 </ClCompile>
223 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\control.grpc.pb.h">
224 </ClInclude>
225 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\messages.pb.cc">
226 </ClCompile>
227 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\messages.pb.h">
228 </ClInclude>
229 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\messages.grpc.pb.cc">
230 </ClCompile>
231 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\messages.grpc.pb.h">
232 </ClInclude>
233 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\payloads.pb.cc">
234 </ClCompile>
235 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\payloads.pb.h">
236 </ClInclude>
237 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\payloads.grpc.pb.cc">
238 </ClCompile>
239 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\payloads.grpc.pb.h">
240 </ClInclude>
241 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\perf_db.pb.cc">
242 </ClCompile>
243 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\perf_db.pb.h">
244 </ClInclude>
245 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\perf_db.grpc.pb.cc">
246 </ClCompile>
247 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\perf_db.grpc.pb.h">
248 </ClInclude>
249 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\services.pb.cc">
250 </ClCompile>
251 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\services.pb.h">
252 </ClInclude>
253 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\services.grpc.pb.cc">
254 </ClCompile>
255 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\services.grpc.pb.h">
256 </ClInclude>
257 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\stats.pb.cc">
258 </ClCompile>
259 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\stats.pb.h">
260 </ClInclude>
261 <ClCompile Include="$(SolutionDir)\..\src\proto\grpc\testing\stats.grpc.pb.cc">
262 </ClCompile>
263 <ClInclude Include="$(SolutionDir)\..\src\proto\grpc\testing\stats.grpc.pb.h">
264 </ClInclude>
David Garcia Quintas3a43cc02016-04-08 16:59:51 -0700265 <ClCompile Include="$(SolutionDir)\..\test\cpp\codegen\codegen_test_minimal.cc">
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -0800266 </ClCompile>
Craig Tiller03915e52016-04-07 09:15:10 -0700267 <ClCompile Include="$(SolutionDir)\..\src\cpp\codegen\codegen_init.cc">
268 </ClCompile>
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -0800269 </ItemGroup>
270 <ItemGroup>
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -0800271 <None Include="packages.config" />
272 </ItemGroup>
273 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
274 <ImportGroup Label="ExtensionTargets">
275 <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')" />
276 <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')" />
277 <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')" />
278 <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')" />
279 </ImportGroup>
280 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
281 <PropertyGroup>
282 <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>
283 </PropertyGroup>
284 <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')" />
285 <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')" />
286 <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')" />
287 <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')" />
288 <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')" />
289 </Target>
290</Project>
291