]> git.ipfire.org Git - thirdparty/cups.git/blame - vcnet/libcups2.vcxproj
Off by one error in ipp_finishings_vendor
[thirdparty/cups.git] / vcnet / libcups2.vcxproj
CommitLineData
90501080 1<?xml version="1.0" encoding="utf-8"?>
d00c3f26 2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
90501080 3 <ItemGroup Label="ProjectConfigurations">
90501080
MS
4 <ProjectConfiguration Include="Debug|x64">
5 <Configuration>Debug</Configuration>
6 <Platform>x64</Platform>
7 </ProjectConfiguration>
90501080
MS
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>
6ac324a2 17 <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
90501080
MS
18 </PropertyGroup>
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
90501080
MS
20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
21 <ConfigurationType>DynamicLibrary</ConfigurationType>
d00c3f26 22 <PlatformToolset>v141</PlatformToolset>
86206ccf 23 <CharacterSet>MultiByte</CharacterSet>
90501080
MS
24 </PropertyGroup>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
26 <ConfigurationType>DynamicLibrary</ConfigurationType>
d00c3f26 27 <PlatformToolset>v141</PlatformToolset>
d3a97696 28 <CharacterSet>Unicode</CharacterSet>
90501080
MS
29 </PropertyGroup>
30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31 <ImportGroup Label="ExtensionSettings">
32 </ImportGroup>
90501080
MS
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>
90501080
MS
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
46 <OutDir>$(Platform)\$(Configuration)\</OutDir>
d00c3f26 47 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
90501080
MS
48 <LinkIncremental>true</LinkIncremental>
49 </PropertyGroup>
90501080
MS
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
51 <OutDir>$(Platform)\$(Configuration)\</OutDir>
d00c3f26 52 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
90501080
MS
53 <LinkIncremental>false</LinkIncremental>
54 </PropertyGroup>
90501080
MS
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>
86206ccf 62 <PreprocessorDefinitions>DEBUG;_DEBUG;_WINDOWS;_USRDLL;LIBCUPS2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
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>
d3a97696 72 <AdditionalDependencies>ws2_32.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
90501080
MS
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>
90501080
MS
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>
86206ccf 89 <PreprocessorDefinitions>DEBUG;NDEBUG;_WINDOWS;_USRDLL;LIBCUPS2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
90 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
91 <PrecompiledHeader />
92 <WarningLevel>Level3</WarningLevel>
93 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
94 </ClCompile>
95 <Link>
d3a97696 96 <AdditionalDependencies>ws2_32.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
90501080
MS
97 <OutputFile>$(OutDir)libcups2.dll</OutputFile>
98 <ModuleDefinitionFile>..\cups\libcups2.def</ModuleDefinitionFile>
99 <GenerateDebugInformation>true</GenerateDebugInformation>
9a9dab72 100 <ProgramDatabaseFile>$(Platform)\$(Configuration)\libcups2.pdb</ProgramDatabaseFile>
90501080
MS
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">
90501080 118 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
119 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120 </ClCompile>
121 <ClCompile Include="..\cups\auth.c">
90501080 122 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
123 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
124 </ClCompile>
90501080
MS
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">
90501080 130 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
131 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132 </ClCompile>
133 <ClCompile Include="..\cups\dir.c">
90501080 134 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
135 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136 </ClCompile>
137 <ClCompile Include="..\cups\encode.c">
90501080 138 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
139 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
140 </ClCompile>
141 <ClCompile Include="..\cups\file.c">
90501080 142 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
143 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
144 </ClCompile>
145 <ClCompile Include="..\cups\getdevices.c" />
146 <ClCompile Include="..\cups\getputfile.c">
90501080 147 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
148 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
149 </ClCompile>
150 <ClCompile Include="..\cups\globals.c">
90501080 151 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
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">
90501080 156 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
157 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
158 </ClCompile>
159 <ClCompile Include="..\cups\http-addrlist.c">
90501080 160 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
161 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
162 </ClCompile>
163 <ClCompile Include="..\cups\http-support.c">
90501080 164 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
165 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
166 </ClCompile>
167 <ClCompile Include="..\cups\http.c">
90501080 168 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
169 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
170 </ClCompile>
86206ccf 171 <ClCompile Include="..\cups\ipp-file.c" />
90501080 172 <ClCompile Include="..\cups\ipp-support.c">
90501080 173 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
174 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
175 </ClCompile>
86206ccf 176 <ClCompile Include="..\cups\ipp-vars.c" />
90501080 177 <ClCompile Include="..\cups\ipp.c">
90501080 178 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
179 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
180 </ClCompile>
181 <ClCompile Include="..\cups\langprintf.c">
90501080 182 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
183 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
184 </ClCompile>
185 <ClCompile Include="..\cups\language.c">
90501080 186 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
187 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
188 </ClCompile>
189 <ClCompile Include="..\cups\md5.c">
90501080 190 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
191 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
192 </ClCompile>
193 <ClCompile Include="..\cups\md5passwd.c">
90501080 194 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
195 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
196 </ClCompile>
197 <ClCompile Include="..\cups\notify.c" />
198 <ClCompile Include="..\cups\options.c">
90501080 199 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
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">
90501080 212 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
213 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
214 </ClCompile>
215 <ClCompile Include="..\cups\pwg-media.c" />
d00c3f26
MS
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" />
90501080 221 <ClCompile Include="..\cups\request.c" />
90501080 222 <ClCompile Include="..\cups\snprintf.c">
90501080 223 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
224 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
225 </ClCompile>
226 <ClCompile Include="..\cups\string.c">
90501080 227 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
228 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
229 </ClCompile>
230 <ClCompile Include="..\cups\tempfile.c">
90501080 231 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
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">
90501080 237 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
238 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
239 </ClCompile>
240 <ClCompile Include="..\cups\usersys.c">
90501080 241 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
242 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
243 </ClCompile>
244 <ClCompile Include="..\cups\util.c">
90501080 245 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90501080
MS
246 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
247 </ClCompile>
248 </ItemGroup>
249 <ItemGroup>
250 <None Include="..\cups\libcups2.def" />
d3a97696 251 <None Include="packages.config" />
90501080
MS
252 </ItemGroup>
253 <ItemGroup>
254 <ClInclude Include="..\cups\adminutil.h" />
d3a97696 255 <ClInclude Include="..\cups\array-private.h" />
90501080 256 <ClInclude Include="..\cups\array.h" />
90501080
MS
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" />
90501080
MS
266 <ClInclude Include="..\cups\ipp-private.h" />
267 <ClInclude Include="..\cups\ipp.h" />
d3a97696 268 <ClInclude Include="..\cups\language-private.h" />
90501080 269 <ClInclude Include="..\cups\language.h" />
d3a97696 270 <ClInclude Include="..\cups\md5-private.h" />
90501080
MS
271 <ClInclude Include="..\cups\ppd-private.h" />
272 <ClInclude Include="..\cups\ppd.h" />
273 <ClInclude Include="..\cups\pwg-private.h" />
d3a97696 274 <ClInclude Include="..\cups\pwg.h" />
d00c3f26
MS
275 <ClInclude Include="..\cups\raster-private.h" />
276 <ClInclude Include="..\cups\raster.h" />
90501080
MS
277 <ClInclude Include="..\cups\string-private.h" />
278 <ClInclude Include="..\cups\thread-private.h" />
279 <ClInclude Include="..\cups\transcode.h" />
d3a97696 280 <ClInclude Include="..\cups\versioning.h" />
90501080
MS
281 <ClInclude Include="config.h" />
282 </ItemGroup>
283 <ItemGroup>
86206ccf
MS
284 <ProjectReference Include="dnssdstub.vcxproj">
285 <Project>{c0899b3a-43e7-4bc3-a785-659e1fd2ea83}</Project>
286 </ProjectReference>
90501080
MS
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">
104c5283 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')" />
90501080 295 </ImportGroup>
d3a97696
MS
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>
104c5283 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'))" />
d3a97696 301 </Target>
90501080 302</Project>