• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|x64">
5      <Configuration>Debug</Configuration>
6      <Platform>x64</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Release|x64">
9      <Configuration>Release</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12  </ItemGroup>
13  <PropertyGroup Label="Globals">
14    <ProjectGuid>{CB4AA6F2-3E84-45BE-B505-95CD375E8BE3}</ProjectGuid>
15    <RootNamespace>libcups2</RootNamespace>
16    <Keyword>Win32Proj</Keyword>
17    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
18  </PropertyGroup>
19  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
21    <ConfigurationType>DynamicLibrary</ConfigurationType>
22    <PlatformToolset>v141</PlatformToolset>
23    <CharacterSet>MultiByte</CharacterSet>
24  </PropertyGroup>
25  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
26    <ConfigurationType>DynamicLibrary</ConfigurationType>
27    <PlatformToolset>v141</PlatformToolset>
28    <CharacterSet>Unicode</CharacterSet>
29  </PropertyGroup>
30  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31  <ImportGroup Label="ExtensionSettings">
32  </ImportGroup>
33  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
34    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
36  </ImportGroup>
37  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
38    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
40  </ImportGroup>
41  <PropertyGroup Label="UserMacros" />
42  <PropertyGroup>
43    <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
46    <OutDir>$(Platform)\$(Configuration)\</OutDir>
47    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
48    <LinkIncremental>true</LinkIncremental>
49  </PropertyGroup>
50  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
51    <OutDir>$(Platform)\$(Configuration)\</OutDir>
52    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
53    <LinkIncremental>false</LinkIncremental>
54  </PropertyGroup>
55  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
56    <Midl>
57      <TargetEnvironment>X64</TargetEnvironment>
58    </Midl>
59    <ClCompile>
60      <Optimization>Disabled</Optimization>
61      <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
62      <PreprocessorDefinitions>DEBUG;_DEBUG;_WINDOWS;_USRDLL;LIBCUPS2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
63      <MinimalRebuild>true</MinimalRebuild>
64      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
65      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
66      <BufferSecurityCheck>true</BufferSecurityCheck>
67      <PrecompiledHeader />
68      <WarningLevel>Level3</WarningLevel>
69      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
70    </ClCompile>
71    <Link>
72      <AdditionalDependencies>ws2_32.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
73      <OutputFile>$(OutDir)libcups2.dll</OutputFile>
74      <ModuleDefinitionFile>..\cups\libcups2.def</ModuleDefinitionFile>
75      <GenerateDebugInformation>true</GenerateDebugInformation>
76      <ProgramDatabaseFile>$(Platform)\$(Configuration)\libcups2.pdb</ProgramDatabaseFile>
77      <SubSystem>Windows</SubSystem>
78      <ImportLibrary>$(OutDir)libcups2.lib</ImportLibrary>
79      <TargetMachine>MachineX64</TargetMachine>
80    </Link>
81  </ItemDefinitionGroup>
82  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83    <Midl>
84      <TargetEnvironment>X64</TargetEnvironment>
85    </Midl>
86    <ClCompile>
87      <Optimization>MinSpace</Optimization>
88      <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
89      <PreprocessorDefinitions>DEBUG;NDEBUG;_WINDOWS;_USRDLL;LIBCUPS2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
91      <PrecompiledHeader />
92      <WarningLevel>Level3</WarningLevel>
93      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
94    </ClCompile>
95    <Link>
96      <AdditionalDependencies>ws2_32.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
97      <OutputFile>$(OutDir)libcups2.dll</OutputFile>
98      <ModuleDefinitionFile>..\cups\libcups2.def</ModuleDefinitionFile>
99      <GenerateDebugInformation>true</GenerateDebugInformation>
100      <ProgramDatabaseFile>$(Platform)\$(Configuration)\libcups2.pdb</ProgramDatabaseFile>
101      <SubSystem>Windows</SubSystem>
102      <OptimizeReferences>true</OptimizeReferences>
103      <EnableCOMDATFolding>true</EnableCOMDATFolding>
104      <ImportLibrary>$(OutDir)libcups2.lib</ImportLibrary>
105      <TargetMachine>MachineX64</TargetMachine>
106    </Link>
107    <PostBuildEvent>
108      <Command>if not "%25RC_XBS%25" == "YES" goto END
109if not exist "$(DSTROOT)\Program Files\Bonjour\$(Platform)"   mkdir "$(DSTROOT)\Program Files\Bonjour\$(Platform)"
110xcopy /I/Y "$(TargetPath)"                                                                  "$(DSTROOT)\Program Files\Bonjour\$(Platform)"
111:END
112</Command>
113    </PostBuildEvent>
114  </ItemDefinitionGroup>
115  <ItemGroup>
116    <ClCompile Include="..\cups\adminutil.c" />
117    <ClCompile Include="..\cups\array.c">
118      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120    </ClCompile>
121    <ClCompile Include="..\cups\auth.c">
122      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
124    </ClCompile>
125    <ClCompile Include="..\cups\debug.c" />
126    <ClCompile Include="..\cups\dest-job.c" />
127    <ClCompile Include="..\cups\dest-localization.c" />
128    <ClCompile Include="..\cups\dest-options.c" />
129    <ClCompile Include="..\cups\dest.c">
130      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132    </ClCompile>
133    <ClCompile Include="..\cups\dir.c">
134      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
135      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136    </ClCompile>
137    <ClCompile Include="..\cups\encode.c">
138      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
140    </ClCompile>
141    <ClCompile Include="..\cups\file.c">
142      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
144    </ClCompile>
145    <ClCompile Include="..\cups\getdevices.c" />
146    <ClCompile Include="..\cups\getputfile.c">
147      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
148      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
149    </ClCompile>
150    <ClCompile Include="..\cups\globals.c">
151      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
152      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
153    </ClCompile>
154    <ClCompile Include="..\cups\hash.c" />
155    <ClCompile Include="..\cups\http-addr.c">
156      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
157      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
158    </ClCompile>
159    <ClCompile Include="..\cups\http-addrlist.c">
160      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
161      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
162    </ClCompile>
163    <ClCompile Include="..\cups\http-support.c">
164      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
165      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
166    </ClCompile>
167    <ClCompile Include="..\cups\http.c">
168      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
169      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
170    </ClCompile>
171    <ClCompile Include="..\cups\ipp-file.c" />
172    <ClCompile Include="..\cups\ipp-support.c">
173      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
174      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
175    </ClCompile>
176    <ClCompile Include="..\cups\ipp-vars.c" />
177    <ClCompile Include="..\cups\ipp.c">
178      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
179      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
180    </ClCompile>
181    <ClCompile Include="..\cups\langprintf.c">
182      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
183      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
184    </ClCompile>
185    <ClCompile Include="..\cups\language.c">
186      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
187      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
188    </ClCompile>
189    <ClCompile Include="..\cups\md5.c">
190      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
191      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
192    </ClCompile>
193    <ClCompile Include="..\cups\md5passwd.c">
194      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
195      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
196    </ClCompile>
197    <ClCompile Include="..\cups\notify.c" />
198    <ClCompile Include="..\cups\options.c">
199      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
200      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
201    </ClCompile>
202    <ClCompile Include="..\cups\ppd-attr.c" />
203    <ClCompile Include="..\cups\ppd-cache.c" />
204    <ClCompile Include="..\cups\ppd-conflicts.c" />
205    <ClCompile Include="..\cups\ppd-custom.c" />
206    <ClCompile Include="..\cups\ppd-emit.c" />
207    <ClCompile Include="..\cups\ppd-localize.c" />
208    <ClCompile Include="..\cups\ppd-mark.c" />
209    <ClCompile Include="..\cups\ppd-page.c" />
210    <ClCompile Include="..\cups\ppd-util.c" />
211    <ClCompile Include="..\cups\ppd.c">
212      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
213      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
214    </ClCompile>
215    <ClCompile Include="..\cups\pwg-media.c" />
216    <ClCompile Include="..\cups\raster-error.c" />
217    <ClCompile Include="..\cups\raster-interpret.c" />
218    <ClCompile Include="..\cups\raster-interstub.c" />
219    <ClCompile Include="..\cups\raster-stream.c" />
220    <ClCompile Include="..\cups\raster-stubs.c" />
221    <ClCompile Include="..\cups\request.c" />
222    <ClCompile Include="..\cups\snprintf.c">
223      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
224      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
225    </ClCompile>
226    <ClCompile Include="..\cups\string.c">
227      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
228      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
229    </ClCompile>
230    <ClCompile Include="..\cups\tempfile.c">
231      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
232      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
233    </ClCompile>
234    <ClCompile Include="..\cups\thread.c" />
235    <ClCompile Include="..\cups\tls.c" />
236    <ClCompile Include="..\cups\transcode.c">
237      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
238      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
239    </ClCompile>
240    <ClCompile Include="..\cups\usersys.c">
241      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
242      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
243    </ClCompile>
244    <ClCompile Include="..\cups\util.c">
245      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
246      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
247    </ClCompile>
248  </ItemGroup>
249  <ItemGroup>
250    <None Include="..\cups\libcups2.def" />
251    <None Include="packages.config" />
252  </ItemGroup>
253  <ItemGroup>
254    <ClInclude Include="..\cups\adminutil.h" />
255    <ClInclude Include="..\cups\array-private.h" />
256    <ClInclude Include="..\cups\array.h" />
257    <ClInclude Include="..\cups\cups-private.h" />
258    <ClInclude Include="..\cups\cups.h" />
259    <ClInclude Include="..\cups\debug-private.h" />
260    <ClInclude Include="..\cups\dir.h" />
261    <ClInclude Include="..\cups\file-private.h" />
262    <ClInclude Include="..\cups\file.h" />
263    <ClInclude Include="..\cups\globals.h" />
264    <ClInclude Include="..\cups\http-private.h" />
265    <ClInclude Include="..\cups\http.h" />
266    <ClInclude Include="..\cups\ipp-private.h" />
267    <ClInclude Include="..\cups\ipp.h" />
268    <ClInclude Include="..\cups\language-private.h" />
269    <ClInclude Include="..\cups\language.h" />
270    <ClInclude Include="..\cups\md5-private.h" />
271    <ClInclude Include="..\cups\ppd-private.h" />
272    <ClInclude Include="..\cups\ppd.h" />
273    <ClInclude Include="..\cups\pwg-private.h" />
274    <ClInclude Include="..\cups\pwg.h" />
275    <ClInclude Include="..\cups\raster-private.h" />
276    <ClInclude Include="..\cups\raster.h" />
277    <ClInclude Include="..\cups\string-private.h" />
278    <ClInclude Include="..\cups\thread-private.h" />
279    <ClInclude Include="..\cups\transcode.h" />
280    <ClInclude Include="..\cups\versioning.h" />
281    <ClInclude Include="config.h" />
282  </ItemGroup>
283  <ItemGroup>
284    <ProjectReference Include="dnssdstub.vcxproj">
285      <Project>{c0899b3a-43e7-4bc3-a785-659e1fd2ea83}</Project>
286    </ProjectReference>
287    <ProjectReference Include="regex.vcxproj">
288      <Project>{18950a1b-d37a-40c7-b2df-c12986c0526e}</Project>
289      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
290    </ProjectReference>
291  </ItemGroup>
292  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
293  <ImportGroup Label="ExtensionTargets">
294    <Import Project="packages\zlib-vc140-static-64.1.2.11\build\native\zlib-vc140-static-64.targets" Condition="Exists('packages\zlib-vc140-static-64.1.2.11\build\native\zlib-vc140-static-64.targets')" />
295  </ImportGroup>
296  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
297    <PropertyGroup>
298      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
299    </PropertyGroup>
300    <Error Condition="!Exists('packages\zlib-vc140-static-64.1.2.11\build\native\zlib-vc140-static-64.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\zlib-vc140-static-64.1.2.11\build\native\zlib-vc140-static-64.targets'))" />
301  </Target>
302</Project>