]> git.ipfire.org Git - thirdparty/cups.git/blob - vcnet/libcups2.vcxproj
0947e8297727e0c0ebbd4e66c8e9864660c3b108
[thirdparty/cups.git] / vcnet / libcups2.vcxproj
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 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
20 <ConfigurationType>DynamicLibrary</ConfigurationType>
21 <PlatformToolset>v141</PlatformToolset>
22 <CharacterSet>MultiByte</CharacterSet>
23 </PropertyGroup>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
25 <ConfigurationType>DynamicLibrary</ConfigurationType>
26 <PlatformToolset>v141</PlatformToolset>
27 <CharacterSet>MultiByte</CharacterSet>
28 </PropertyGroup>
29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30 <ImportGroup Label="ExtensionSettings">
31 </ImportGroup>
32 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
35 </ImportGroup>
36 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
39 </ImportGroup>
40 <PropertyGroup Label="UserMacros" />
41 <PropertyGroup>
42 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
45 <OutDir>$(Platform)\$(Configuration)\</OutDir>
46 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
47 <LinkIncremental>true</LinkIncremental>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
50 <OutDir>$(Platform)\$(Configuration)\</OutDir>
51 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
52 <LinkIncremental>false</LinkIncremental>
53 </PropertyGroup>
54 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
55 <Midl>
56 <TargetEnvironment>X64</TargetEnvironment>
57 </Midl>
58 <ClCompile>
59 <Optimization>Disabled</Optimization>
60 <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
61 <PreprocessorDefinitions>ZLIB_WINAPI;WIN32;DEBUG;_DEBUG;_WINDOWS;_USRDLL;LIBCUPS2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
62 <MinimalRebuild>true</MinimalRebuild>
63 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
64 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
65 <BufferSecurityCheck>true</BufferSecurityCheck>
66 <PrecompiledHeader />
67 <WarningLevel>Level3</WarningLevel>
68 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
69 </ClCompile>
70 <Link>
71 <AdditionalDependencies>ws2_32.lib;advapi32.lib;zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
72 <OutputFile>$(OutDir)libcups2.dll</OutputFile>
73 <ModuleDefinitionFile>..\cups\libcups2.def</ModuleDefinitionFile>
74 <GenerateDebugInformation>true</GenerateDebugInformation>
75 <ProgramDatabaseFile>$(Platform)\$(Configuration)\libcups2.pdb</ProgramDatabaseFile>
76 <SubSystem>Windows</SubSystem>
77 <ImportLibrary>$(OutDir)libcups2.lib</ImportLibrary>
78 <TargetMachine>MachineX64</TargetMachine>
79 </Link>
80 </ItemDefinitionGroup>
81 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
82 <Midl>
83 <TargetEnvironment>X64</TargetEnvironment>
84 </Midl>
85 <ClCompile>
86 <Optimization>MinSpace</Optimization>
87 <AdditionalIncludeDirectories>..\vcnet;..;..\vcnet\regex;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88 <PreprocessorDefinitions>ZLIB_WINAPI;WIN32;DEBUG;NDEBUG;_WINDOWS;_USRDLL;LIBCUPS2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
89 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
90 <PrecompiledHeader />
91 <WarningLevel>Level3</WarningLevel>
92 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
93 </ClCompile>
94 <Link>
95 <AdditionalDependencies>ws2_32.lib;advapi32.lib;zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
96 <OutputFile>$(OutDir)libcups2.dll</OutputFile>
97 <ModuleDefinitionFile>..\cups\libcups2.def</ModuleDefinitionFile>
98 <GenerateDebugInformation>true</GenerateDebugInformation>
99 <ProgramDatabaseFile>libcups2.pdb</ProgramDatabaseFile>
100 <SubSystem>Windows</SubSystem>
101 <OptimizeReferences>true</OptimizeReferences>
102 <EnableCOMDATFolding>true</EnableCOMDATFolding>
103 <ImportLibrary>$(OutDir)libcups2.lib</ImportLibrary>
104 <TargetMachine>MachineX64</TargetMachine>
105 </Link>
106 <PostBuildEvent>
107 <Command>if not "%25RC_XBS%25" == "YES" goto END
108 if not exist "$(DSTROOT)\Program Files\Bonjour\$(Platform)" mkdir "$(DSTROOT)\Program Files\Bonjour\$(Platform)"
109 xcopy /I/Y "$(TargetPath)" "$(DSTROOT)\Program Files\Bonjour\$(Platform)"
110 :END
111 </Command>
112 </PostBuildEvent>
113 </ItemDefinitionGroup>
114 <ItemGroup>
115 <ClCompile Include="..\cups\adminutil.c" />
116 <ClCompile Include="..\cups\array.c">
117 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119 </ClCompile>
120 <ClCompile Include="..\cups\auth.c">
121 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123 </ClCompile>
124 <ClCompile Include="..\cups\backend.c" />
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-support.c">
172 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
173 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
174 </ClCompile>
175 <ClCompile Include="..\cups\ipp.c">
176 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
177 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
178 </ClCompile>
179 <ClCompile Include="..\cups\langprintf.c">
180 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
181 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
182 </ClCompile>
183 <ClCompile Include="..\cups\language.c">
184 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
185 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
186 </ClCompile>
187 <ClCompile Include="..\cups\md5.c">
188 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
189 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
190 </ClCompile>
191 <ClCompile Include="..\cups\md5passwd.c">
192 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
193 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
194 </ClCompile>
195 <ClCompile Include="..\cups\notify.c" />
196 <ClCompile Include="..\cups\options.c">
197 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
198 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
199 </ClCompile>
200 <ClCompile Include="..\cups\ppd-attr.c" />
201 <ClCompile Include="..\cups\ppd-cache.c" />
202 <ClCompile Include="..\cups\ppd-conflicts.c" />
203 <ClCompile Include="..\cups\ppd-custom.c" />
204 <ClCompile Include="..\cups\ppd-emit.c" />
205 <ClCompile Include="..\cups\ppd-localize.c" />
206 <ClCompile Include="..\cups\ppd-mark.c" />
207 <ClCompile Include="..\cups\ppd-page.c" />
208 <ClCompile Include="..\cups\ppd-util.c" />
209 <ClCompile Include="..\cups\ppd.c">
210 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
211 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
212 </ClCompile>
213 <ClCompile Include="..\cups\pwg-media.c" />
214 <ClCompile Include="..\cups\request.c" />
215 <ClCompile Include="..\cups\snmp.c" />
216 <ClCompile Include="..\cups\snprintf.c">
217 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
218 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
219 </ClCompile>
220 <ClCompile Include="..\cups\string.c">
221 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
222 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
223 </ClCompile>
224 <ClCompile Include="..\cups\tempfile.c">
225 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
226 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
227 </ClCompile>
228 <ClCompile Include="..\cups\thread.c" />
229 <ClCompile Include="..\cups\tls.c" />
230 <ClCompile Include="..\cups\transcode.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\usersys.c">
235 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
236 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
237 </ClCompile>
238 <ClCompile Include="..\cups\util.c">
239 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
240 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
241 </ClCompile>
242 </ItemGroup>
243 <ItemGroup>
244 <None Include="..\cups\libcups2.def" />
245 <None Include="packages.config" />
246 </ItemGroup>
247 <ItemGroup>
248 <ClInclude Include="..\cups\adminutil.h" />
249 <ClInclude Include="..\cups\array.h" />
250 <ClInclude Include="..\cups\backend.h" />
251 <ClInclude Include="..\cups\cups-private.h" />
252 <ClInclude Include="..\cups\cups.h" />
253 <ClInclude Include="..\cups\debug-private.h" />
254 <ClInclude Include="..\cups\dir.h" />
255 <ClInclude Include="..\cups\file-private.h" />
256 <ClInclude Include="..\cups\file.h" />
257 <ClInclude Include="..\cups\globals.h" />
258 <ClInclude Include="..\cups\http-private.h" />
259 <ClInclude Include="..\cups\http.h" />
260 <ClInclude Include="..\cups\i18n.h" />
261 <ClInclude Include="..\cups\ipp-private.h" />
262 <ClInclude Include="..\cups\ipp.h" />
263 <ClInclude Include="..\cups\language.h" />
264 <ClInclude Include="..\cups\md5-apple.h" />
265 <ClInclude Include="..\cups\md5.h" />
266 <ClInclude Include="..\cups\normalize.h" />
267 <ClInclude Include="..\cups\ppd-private.h" />
268 <ClInclude Include="..\cups\ppd.h" />
269 <ClInclude Include="..\cups\pwg-private.h" />
270 <ClInclude Include="..\cups\string-private.h" />
271 <ClInclude Include="..\cups\thread-private.h" />
272 <ClInclude Include="..\cups\transcode.h" />
273 <ClInclude Include="config.h" />
274 </ItemGroup>
275 <ItemGroup>
276 <ProjectReference Include="dnssdstub.vcxproj">
277 <Project>{c0899b3a-43e7-4bc3-a785-659e1fd2ea83}</Project>
278 </ProjectReference>
279 <ProjectReference Include="regex.vcxproj">
280 <Project>{18950a1b-d37a-40c7-b2df-c12986c0526e}</Project>
281 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
282 </ProjectReference>
283 </ItemGroup>
284 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
285 <ImportGroup Label="ExtensionTargets">
286 <Import Project="packages\zlib128-vc140-static-32_64.1.2.8\build\native\zlib128-vc140-static-32_64.targets" Condition="Exists('packages\zlib128-vc140-static-32_64.1.2.8\build\native\zlib128-vc140-static-32_64.targets')" />
287 <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')" />
288 </ImportGroup>
289 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
290 <PropertyGroup>
291 <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>
292 </PropertyGroup>
293 <Error Condition="!Exists('packages\zlib128-vc140-static-32_64.1.2.8\build\native\zlib128-vc140-static-32_64.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\zlib128-vc140-static-32_64.1.2.8\build\native\zlib128-vc140-static-32_64.targets'))" />
294 <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'))" />
295 </Target>
296 </Project>