]> git.ipfire.org Git - thirdparty/cups.git/blob - vcnet/libcups2.vcxproj
More changes to VS projects.
[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>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;%(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>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;%(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\debug.c" />
125 <ClCompile Include="..\cups\dest-job.c" />
126 <ClCompile Include="..\cups\dest-localization.c" />
127 <ClCompile Include="..\cups\dest-options.c" />
128 <ClCompile Include="..\cups\dest.c">
129 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131 </ClCompile>
132 <ClCompile Include="..\cups\dir.c">
133 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
134 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
135 </ClCompile>
136 <ClCompile Include="..\cups\encode.c">
137 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139 </ClCompile>
140 <ClCompile Include="..\cups\file.c">
141 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
142 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143 </ClCompile>
144 <ClCompile Include="..\cups\getdevices.c" />
145 <ClCompile Include="..\cups\getputfile.c">
146 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
147 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
148 </ClCompile>
149 <ClCompile Include="..\cups\globals.c">
150 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
152 </ClCompile>
153 <ClCompile Include="..\cups\hash.c" />
154 <ClCompile Include="..\cups\http-addr.c">
155 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
156 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
157 </ClCompile>
158 <ClCompile Include="..\cups\http-addrlist.c">
159 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
161 </ClCompile>
162 <ClCompile Include="..\cups\http-support.c">
163 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
164 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
165 </ClCompile>
166 <ClCompile Include="..\cups\http.c">
167 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
168 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
169 </ClCompile>
170 <ClCompile Include="..\cups\ipp-support.c">
171 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
172 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
173 </ClCompile>
174 <ClCompile Include="..\cups\ipp.c">
175 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
176 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
177 </ClCompile>
178 <ClCompile Include="..\cups\langprintf.c">
179 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
180 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
181 </ClCompile>
182 <ClCompile Include="..\cups\language.c">
183 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
184 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
185 </ClCompile>
186 <ClCompile Include="..\cups\md5.c">
187 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
188 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
189 </ClCompile>
190 <ClCompile Include="..\cups\md5passwd.c">
191 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
192 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
193 </ClCompile>
194 <ClCompile Include="..\cups\notify.c" />
195 <ClCompile Include="..\cups\options.c">
196 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
197 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
198 </ClCompile>
199 <ClCompile Include="..\cups\ppd-attr.c" />
200 <ClCompile Include="..\cups\ppd-cache.c" />
201 <ClCompile Include="..\cups\ppd-conflicts.c" />
202 <ClCompile Include="..\cups\ppd-custom.c" />
203 <ClCompile Include="..\cups\ppd-emit.c" />
204 <ClCompile Include="..\cups\ppd-localize.c" />
205 <ClCompile Include="..\cups\ppd-mark.c" />
206 <ClCompile Include="..\cups\ppd-page.c" />
207 <ClCompile Include="..\cups\ppd-util.c" />
208 <ClCompile Include="..\cups\ppd.c">
209 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
210 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
211 </ClCompile>
212 <ClCompile Include="..\cups\pwg-media.c" />
213 <ClCompile Include="..\cups\request.c" />
214 <ClCompile Include="..\cups\snprintf.c">
215 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
216 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
217 </ClCompile>
218 <ClCompile Include="..\cups\string.c">
219 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
220 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
221 </ClCompile>
222 <ClCompile Include="..\cups\tempfile.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\thread.c" />
227 <ClCompile Include="..\cups\tls.c" />
228 <ClCompile Include="..\cups\transcode.c">
229 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
230 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
231 </ClCompile>
232 <ClCompile Include="..\cups\usersys.c">
233 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
234 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
235 </ClCompile>
236 <ClCompile Include="..\cups\util.c">
237 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
238 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
239 </ClCompile>
240 </ItemGroup>
241 <ItemGroup>
242 <None Include="..\cups\libcups2.def" />
243 <None Include="packages.config" />
244 </ItemGroup>
245 <ItemGroup>
246 <ClInclude Include="..\cups\adminutil.h" />
247 <ClInclude Include="..\cups\array-private.h" />
248 <ClInclude Include="..\cups\array.h" />
249 <ClInclude Include="..\cups\backend.h" />
250 <ClInclude Include="..\cups\cups-private.h" />
251 <ClInclude Include="..\cups\cups.h" />
252 <ClInclude Include="..\cups\debug-private.h" />
253 <ClInclude Include="..\cups\dir.h" />
254 <ClInclude Include="..\cups\file-private.h" />
255 <ClInclude Include="..\cups\file.h" />
256 <ClInclude Include="..\cups\globals.h" />
257 <ClInclude Include="..\cups\http-private.h" />
258 <ClInclude Include="..\cups\http.h" />
259 <ClInclude Include="..\cups\ipp-private.h" />
260 <ClInclude Include="..\cups\ipp.h" />
261 <ClInclude Include="..\cups\language-private.h" />
262 <ClInclude Include="..\cups\language.h" />
263 <ClInclude Include="..\cups\md5-private.h" />
264 <ClInclude Include="..\cups\ppd-private.h" />
265 <ClInclude Include="..\cups\ppd.h" />
266 <ClInclude Include="..\cups\pwg-private.h" />
267 <ClInclude Include="..\cups\pwg.h" />
268 <ClInclude Include="..\cups\string-private.h" />
269 <ClInclude Include="..\cups\thread-private.h" />
270 <ClInclude Include="..\cups\transcode.h" />
271 <ClInclude Include="..\cups\versioning.h" />
272 <ClInclude Include="config.h" />
273 </ItemGroup>
274 <ItemGroup>
275 <ProjectReference Include="dnssdstub.vcxproj">
276 <Project>{c0899b3a-43e7-4bc3-a785-659e1fd2ea83}</Project>
277 </ProjectReference>
278 <ProjectReference Include="regex.vcxproj">
279 <Project>{18950a1b-d37a-40c7-b2df-c12986c0526e}</Project>
280 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
281 </ProjectReference>
282 </ItemGroup>
283 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
284 <ImportGroup Label="ExtensionTargets">
285 <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')" />
286 </ImportGroup>
287 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
288 <PropertyGroup>
289 <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>
290 </PropertyGroup>
291 <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'))" />
292 </Target>
293 </Project>