]> git.saurik.com Git - wxWidgets.git/blob - src/png/projects/visualc71/libpng.vcproj
Use wxMarkupParser in wxStaticText for dealing with markup.
[wxWidgets.git] / src / png / projects / visualc71 / libpng.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="libpng"
6 RootNamespace="libpng">
7 <Platforms>
8 <Platform
9 Name="Win32"/>
10 </Platforms>
11 <Configurations>
12 <Configuration
13 Name="DLL Release|Win32"
14 OutputDirectory=".\Win32_DLL_Release"
15 IntermediateDirectory=".\Win32_DLL_Release"
16 ConfigurationType="2">
17 <Tool
18 Name="VCCLCompilerTool"
19 InlineFunctionExpansion="1"
20 AdditionalIncludeDirectories="..\..;..\..\scripts;..\..\..\zlib"
21 PreprocessorDefinitions="WIN32;NDEBUG;PNG_BUILD_DLL;ZLIB_DLL;_CRT_SECURE_NO_WARNINGS"
22 StringPooling="TRUE"
23 RuntimeLibrary="2"
24 EnableFunctionLevelLinking="TRUE"
25 UsePrecompiledHeader="3"
26 PrecompiledHeaderThrough="png.h"
27 WarningLevel="3"
28 CompileAs="0"/>
29 <Tool
30 Name="VCCustomBuildTool"/>
31 <Tool
32 Name="VCLinkerTool"
33 OutputFile="$(OutDir)/libpng14.dll"
34 LinkIncremental="1"
35 ModuleDefinitionFile="..\..\scripts\pngwin.def"/>
36 <Tool
37 Name="VCMIDLTool"/>
38 <Tool
39 Name="VCPostBuildEventTool"/>
40 <Tool
41 Name="VCPreBuildEventTool"/>
42 <Tool
43 Name="VCPreLinkEventTool"/>
44 <Tool
45 Name="VCResourceCompilerTool"
46 PreprocessorDefinitions="NDEBUG"
47 Culture="1033"
48 AdditionalIncludeDirectories="..\..;..\..\scripts;..\..\..\zlib;$(IntDir)"/>
49 <Tool
50 Name="VCWebServiceProxyGeneratorTool"/>
51 <Tool
52 Name="VCXMLDataGeneratorTool"/>
53 <Tool
54 Name="VCWebDeploymentTool"/>
55 <Tool
56 Name="VCManagedWrapperGeneratorTool"/>
57 <Tool
58 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59 </Configuration>
60 <Configuration
61 Name="DLL Debug|Win32"
62 OutputDirectory=".\Win32_DLL_Debug"
63 IntermediateDirectory=".\Win32_DLL_Debug"
64 ConfigurationType="2">
65 <Tool
66 Name="VCCLCompilerTool"
67 Optimization="0"
68 AdditionalIncludeDirectories="..\..;..\..\scripts;..\..\..\zlib"
69 PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PNG_DEBUG=1;PNG_BUILD_DLL;ZLIB_DLL;_CRT_SECURE_NO_WARNINGS"
70 BasicRuntimeChecks="3"
71 RuntimeLibrary="3"
72 UsePrecompiledHeader="3"
73 PrecompiledHeaderThrough="png.h"
74 WarningLevel="3"
75 DebugInformationFormat="4"
76 CompileAs="0"/>
77 <Tool
78 Name="VCCustomBuildTool"/>
79 <Tool
80 Name="VCLinkerTool"
81 OutputFile="$(OutDir)/libpng14d.dll"
82 ModuleDefinitionFile="..\..\scripts\pngwin.def"
83 GenerateDebugInformation="TRUE"/>
84 <Tool
85 Name="VCMIDLTool"/>
86 <Tool
87 Name="VCPostBuildEventTool"/>
88 <Tool
89 Name="VCPreBuildEventTool"/>
90 <Tool
91 Name="VCPreLinkEventTool"/>
92 <Tool
93 Name="VCResourceCompilerTool"
94 PreprocessorDefinitions="_DEBUG,PNG_DEBUG=1"
95 Culture="1033"
96 AdditionalIncludeDirectories="..\..;..\..\scripts;..\..\..\zlib;$(IntDir)"/>
97 <Tool
98 Name="VCWebServiceProxyGeneratorTool"/>
99 <Tool
100 Name="VCXMLDataGeneratorTool"/>
101 <Tool
102 Name="VCWebDeploymentTool"/>
103 <Tool
104 Name="VCManagedWrapperGeneratorTool"/>
105 <Tool
106 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
107 </Configuration>
108 <Configuration
109 Name="DLL VB|Win32"
110 OutputDirectory=".\Win32_DLL_VB"
111 IntermediateDirectory=".\Win32_DLL_VB"
112 ConfigurationType="2">
113 <Tool
114 Name="VCCLCompilerTool"
115 InlineFunctionExpansion="1"
116 AdditionalIncludeDirectories="..\..;..\..\scripts;..\..\..\zlib"
117 PreprocessorDefinitions="WIN32;NDEBUG;PNG_BUILD_DLL;ZLIB_DLL;PNGAPI=__stdcall;PNG_NO_MODULEDEF;PNG_LIBPNG_SPECIALBUILD;PNG_USER_PRIVATEBUILD;_CRT_SECURE_NO_WARNINGS"
118 StringPooling="TRUE"
119 RuntimeLibrary="2"
120 EnableFunctionLevelLinking="TRUE"
121 UsePrecompiledHeader="3"
122 PrecompiledHeaderThrough="png.h"
123 WarningLevel="3"
124 CompileAs="0"/>
125 <Tool
126 Name="VCCustomBuildTool"/>
127 <Tool
128 Name="VCLinkerTool"
129 OutputFile="$(OutDir)/libpng14vb.dll"
130 LinkIncremental="1"/>
131 <Tool
132 Name="VCMIDLTool"/>
133 <Tool
134 Name="VCPostBuildEventTool"/>
135 <Tool
136 Name="VCPreBuildEventTool"/>
137 <Tool
138 Name="VCPreLinkEventTool"/>
139 <Tool
140 Name="VCResourceCompilerTool"
141 AdditionalOptions="/d PNG_NO_PEDANTIC_WARNINGS /d PNG_LIBPNG_DLLFNAME_POSTFIX=&quot;&quot;&quot;&quot;VB&quot;&quot;&quot;&quot; /d PNG_LIBPNG_SPECIALBUILD=&quot;&quot;&quot;&quot;__stdcall calling convention used for exported functions&quot;&quot;&quot;&quot;"
142 PreprocessorDefinitions="NDEBUG"
143 Culture="1033"
144 AdditionalIncludeDirectories="..\..;..\..\scripts;..\..\..\zlib;$(IntDir)"/>
145 <Tool
146 Name="VCWebServiceProxyGeneratorTool"/>
147 <Tool
148 Name="VCXMLDataGeneratorTool"/>
149 <Tool
150 Name="VCWebDeploymentTool"/>
151 <Tool
152 Name="VCManagedWrapperGeneratorTool"/>
153 <Tool
154 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
155 </Configuration>
156 <Configuration
157 Name="LIB Release|Win32"
158 OutputDirectory=".\Win32_LIB_Release"
159 IntermediateDirectory=".\Win32_LIB_Release"
160 ConfigurationType="4">
161 <Tool
162 Name="VCCLCompilerTool"
163 InlineFunctionExpansion="1"
164 AdditionalIncludeDirectories="..\..;..\..\scripts;..\..\..\zlib"
165 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS"
166 StringPooling="TRUE"
167 RuntimeLibrary="0"
168 EnableFunctionLevelLinking="TRUE"
169 UsePrecompiledHeader="3"
170 PrecompiledHeaderThrough="png.h"
171 WarningLevel="3"
172 CompileAs="0"/>
173 <Tool
174 Name="VCCustomBuildTool"/>
175 <Tool
176 Name="VCLibrarianTool"
177 OutputFile="$(OutDir)/libpng.lib"/>
178 <Tool
179 Name="VCMIDLTool"/>
180 <Tool
181 Name="VCPostBuildEventTool"/>
182 <Tool
183 Name="VCPreBuildEventTool"/>
184 <Tool
185 Name="VCPreLinkEventTool"/>
186 <Tool
187 Name="VCResourceCompilerTool"/>
188 <Tool
189 Name="VCWebServiceProxyGeneratorTool"/>
190 <Tool
191 Name="VCXMLDataGeneratorTool"/>
192 <Tool
193 Name="VCManagedWrapperGeneratorTool"/>
194 <Tool
195 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
196 </Configuration>
197 <Configuration
198 Name="LIB Debug|Win32"
199 OutputDirectory=".\Win32_LIB_Debug"
200 IntermediateDirectory=".\Win32_LIB_Debug"
201 ConfigurationType="4">
202 <Tool
203 Name="VCCLCompilerTool"
204 Optimization="0"
205 AdditionalIncludeDirectories="..\..;..\..\scripts;..\..\..\zlib"
206 PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PNG_DEBUG=1;_CRT_SECURE_NO_WARNINGS"
207 BasicRuntimeChecks="3"
208 RuntimeLibrary="1"
209 UsePrecompiledHeader="3"
210 PrecompiledHeaderThrough="png.h"
211 WarningLevel="3"
212 DebugInformationFormat="4"
213 CompileAs="0"/>
214 <Tool
215 Name="VCCustomBuildTool"/>
216 <Tool
217 Name="VCLibrarianTool"
218 OutputFile="$(OutDir)/libpngd.lib"/>
219 <Tool
220 Name="VCMIDLTool"/>
221 <Tool
222 Name="VCPostBuildEventTool"/>
223 <Tool
224 Name="VCPreBuildEventTool"/>
225 <Tool
226 Name="VCPreLinkEventTool"/>
227 <Tool
228 Name="VCResourceCompilerTool"/>
229 <Tool
230 Name="VCWebServiceProxyGeneratorTool"/>
231 <Tool
232 Name="VCXMLDataGeneratorTool"/>
233 <Tool
234 Name="VCManagedWrapperGeneratorTool"/>
235 <Tool
236 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
237 </Configuration>
238 </Configurations>
239 <References>
240 </References>
241 <Files>
242 <Filter
243 Name="Source Files"
244 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
245 <File
246 RelativePath="..\..\png.c">
247 <FileConfiguration
248 Name="DLL Release|Win32">
249 <Tool
250 Name="VCCLCompilerTool"
251 UsePrecompiledHeader="0"/>
252 </FileConfiguration>
253 <FileConfiguration
254 Name="DLL Debug|Win32">
255 <Tool
256 Name="VCCLCompilerTool"
257 UsePrecompiledHeader="0"/>
258 </FileConfiguration>
259 <FileConfiguration
260 Name="DLL VB|Win32">
261 <Tool
262 Name="VCCLCompilerTool"
263 UsePrecompiledHeader="0"/>
264 </FileConfiguration>
265 <FileConfiguration
266 Name="LIB Release|Win32">
267 <Tool
268 Name="VCCLCompilerTool"
269 UsePrecompiledHeader="0"/>
270 </FileConfiguration>
271 <FileConfiguration
272 Name="LIB Debug|Win32">
273 <Tool
274 Name="VCCLCompilerTool"
275 UsePrecompiledHeader="0"/>
276 </FileConfiguration>
277 </File>
278 <File
279 RelativePath="..\..\pngerror.c">
280 <FileConfiguration
281 Name="DLL Release|Win32">
282 <Tool
283 Name="VCCLCompilerTool"
284 UsePrecompiledHeader="1"/>
285 </FileConfiguration>
286 <FileConfiguration
287 Name="DLL Debug|Win32">
288 <Tool
289 Name="VCCLCompilerTool"
290 UsePrecompiledHeader="1"/>
291 </FileConfiguration>
292 <FileConfiguration
293 Name="DLL VB|Win32">
294 <Tool
295 Name="VCCLCompilerTool"
296 UsePrecompiledHeader="1"/>
297 </FileConfiguration>
298 <FileConfiguration
299 Name="LIB Release|Win32">
300 <Tool
301 Name="VCCLCompilerTool"
302 UsePrecompiledHeader="1"/>
303 </FileConfiguration>
304 <FileConfiguration
305 Name="LIB Debug|Win32">
306 <Tool
307 Name="VCCLCompilerTool"
308 UsePrecompiledHeader="1"/>
309 </FileConfiguration>
310 </File>
311 <File
312 RelativePath="..\..\pngget.c">
313 </File>
314 <File
315 RelativePath="..\..\pngmem.c">
316 </File>
317 <File
318 RelativePath="..\..\pngpread.c">
319 </File>
320 <File
321 RelativePath="..\..\pngread.c">
322 </File>
323 <File
324 RelativePath="..\..\pngrio.c">
325 </File>
326 <File
327 RelativePath="..\..\pngrtran.c">
328 </File>
329 <File
330 RelativePath="..\..\pngrutil.c">
331 </File>
332 <File
333 RelativePath="..\..\pngset.c">
334 </File>
335 <File
336 RelativePath="..\..\pngtrans.c">
337 </File>
338 <File
339 RelativePath="..\..\scripts\pngwin.def">
340 <FileConfiguration
341 Name="DLL VB|Win32"
342 ExcludedFromBuild="TRUE">
343 <Tool
344 Name="VCCustomBuildTool"/>
345 </FileConfiguration>
346 <FileConfiguration
347 Name="LIB Release|Win32"
348 ExcludedFromBuild="TRUE">
349 <Tool
350 Name="VCCustomBuildTool"/>
351 </FileConfiguration>
352 <FileConfiguration
353 Name="LIB Debug|Win32"
354 ExcludedFromBuild="TRUE">
355 <Tool
356 Name="VCCustomBuildTool"/>
357 </FileConfiguration>
358 </File>
359 <File
360 RelativePath="..\..\pngwio.c">
361 </File>
362 <File
363 RelativePath="..\..\pngwrite.c">
364 </File>
365 <File
366 RelativePath="..\..\pngwtran.c">
367 </File>
368 <File
369 RelativePath="..\..\pngwutil.c">
370 </File>
371 </Filter>
372 <Filter
373 Name="Header Files"
374 Filter="h;hpp;hxx;hm;inl">
375 <File
376 RelativePath="..\..\png.h">
377 </File>
378 <File
379 RelativePath="..\..\pngconf.h">
380 </File>
381 <File
382 RelativePath="..\..\pngpriv.h">
383 </File>
384 </Filter>
385 <Filter
386 Name="Resource Files"
387 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
388 <File
389 RelativePath="..\..\scripts\pngwin.rc">
390 <FileConfiguration
391 Name="LIB Release|Win32"
392 ExcludedFromBuild="TRUE">
393 <Tool
394 Name="VCResourceCompilerTool"/>
395 </FileConfiguration>
396 <FileConfiguration
397 Name="LIB Debug|Win32"
398 ExcludedFromBuild="TRUE">
399 <Tool
400 Name="VCResourceCompilerTool"/>
401 </FileConfiguration>
402 </File>
403 </Filter>
404 <File
405 RelativePath=".\PRJ0041.mak">
406 <FileConfiguration
407 Name="DLL Release|Win32">
408 <Tool
409 Name="VCCustomBuildTool"
410 Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
411 CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
412 Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
413 </FileConfiguration>
414 <FileConfiguration
415 Name="DLL Debug|Win32">
416 <Tool
417 Name="VCCustomBuildTool"
418 Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
419 CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
420 Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
421 </FileConfiguration>
422 <FileConfiguration
423 Name="DLL VB|Win32">
424 <Tool
425 Name="VCCustomBuildTool"
426 Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
427 CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
428 Outputs="$(IntDir)\alloc.h;$(IntDir)\fp.h;$(IntDir)\m68881.h;$(IntDir)\mem.h;$(IntDir)\pngusr.h;$(IntDir)\strings.h;$(IntDir)\unistd.h;$(IntDir)\unixio.h"/>
429 </FileConfiguration>
430 </File>
431 <File
432 RelativePath="README.txt">
433 </File>
434 </Files>
435 <Globals>
436 </Globals>
437 </VisualStudioProject>