all repos — mgba @ 8ec9ebf7d8b51a19155948e4b5aaf068fa334f32

mGBA Game Boy Advance Emulator

src/third-party/libpng/projects/visualc71/zlib.vcproj (view raw)

  1<?xml version="1.0" encoding="Windows-1252"?>
  2<VisualStudioProject
  3	ProjectType="Visual C++"
  4	Version="7.10"
  5	Name="zlib">
  6	<Platforms>
  7		<Platform
  8			Name="Win32"/>
  9	</Platforms>
 10	<Configurations>
 11		<Configuration
 12			Name="DLL Release|Win32"
 13			OutputDirectory=".\Win32_DLL_Release\ZLib"
 14			IntermediateDirectory=".\Win32_DLL_Release\ZLib"
 15			ConfigurationType="2">
 16			<Tool
 17				Name="VCCLCompilerTool"
 18				InlineFunctionExpansion="1"
 19				AdditionalIncludeDirectories="..\..\..\zlib"
 20				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
 21				StringPooling="TRUE"
 22				RuntimeLibrary="2"
 23				EnableFunctionLevelLinking="TRUE"
 24				WarningLevel="3"
 25				CompileAs="1"/>
 26			<Tool
 27				Name="VCCustomBuildTool"/>
 28			<Tool
 29				Name="VCLinkerTool"
 30				OutputFile="$(OutDir)\zlib1.dll"
 31				LinkIncremental="1"
 32				ModuleDefinitionFile="..\..\..\zlib\win32\zlib.def"/>
 33			<Tool
 34				Name="VCMIDLTool"/>
 35			<Tool
 36				Name="VCPostBuildEventTool"/>
 37			<Tool
 38				Name="VCPreBuildEventTool"/>
 39			<Tool
 40				Name="VCPreLinkEventTool"/>
 41			<Tool
 42				Name="VCResourceCompilerTool"
 43				PreprocessorDefinitions="NDEBUG"
 44				Culture="1033"/>
 45			<Tool
 46				Name="VCWebServiceProxyGeneratorTool"/>
 47			<Tool
 48				Name="VCXMLDataGeneratorTool"/>
 49			<Tool
 50				Name="VCWebDeploymentTool"/>
 51			<Tool
 52				Name="VCManagedWrapperGeneratorTool"/>
 53			<Tool
 54				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 55		</Configuration>
 56		<Configuration
 57			Name="DLL Debug|Win32"
 58			OutputDirectory=".\Win32_DLL_Debug\ZLib"
 59			IntermediateDirectory=".\Win32_DLL_Debug\ZLib"
 60			ConfigurationType="2">
 61			<Tool
 62				Name="VCCLCompilerTool"
 63				Optimization="0"
 64				AdditionalIncludeDirectories="..\..\..\zlib"
 65				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
 66				BasicRuntimeChecks="3"
 67				RuntimeLibrary="3"
 68				WarningLevel="3"
 69				DebugInformationFormat="4"
 70				CompileAs="1"/>
 71			<Tool
 72				Name="VCCustomBuildTool"/>
 73			<Tool
 74				Name="VCLinkerTool"
 75				OutputFile="$(OutDir)\zlib1d.dll"
 76				ModuleDefinitionFile="..\..\..\zlib\win32\zlib.def"
 77				GenerateDebugInformation="TRUE"/>
 78			<Tool
 79				Name="VCMIDLTool"/>
 80			<Tool
 81				Name="VCPostBuildEventTool"/>
 82			<Tool
 83				Name="VCPreBuildEventTool"/>
 84			<Tool
 85				Name="VCPreLinkEventTool"/>
 86			<Tool
 87				Name="VCResourceCompilerTool"
 88				PreprocessorDefinitions="_DEBUG"
 89				Culture="1033"/>
 90			<Tool
 91				Name="VCWebServiceProxyGeneratorTool"/>
 92			<Tool
 93				Name="VCXMLDataGeneratorTool"/>
 94			<Tool
 95				Name="VCWebDeploymentTool"/>
 96			<Tool
 97				Name="VCManagedWrapperGeneratorTool"/>
 98			<Tool
 99				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
100		</Configuration>
101		<Configuration
102			Name="LIB Release|Win32"
103			OutputDirectory=".\Win32_LIB_Release\ZLib"
104			IntermediateDirectory=".\Win32_LIB_Release\ZLib"
105			ConfigurationType="4">
106			<Tool
107				Name="VCCLCompilerTool"
108				InlineFunctionExpansion="1"
109				AdditionalIncludeDirectories="..\..\..\zlib"
110				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
111				StringPooling="TRUE"
112				RuntimeLibrary="0"
113				EnableFunctionLevelLinking="TRUE"
114				WarningLevel="3"
115				CompileAs="1"/>
116			<Tool
117				Name="VCCustomBuildTool"/>
118			<Tool
119				Name="VCLibrarianTool"
120				OutputFile="$(OutDir)\zlib.lib"/>
121			<Tool
122				Name="VCMIDLTool"/>
123			<Tool
124				Name="VCPostBuildEventTool"/>
125			<Tool
126				Name="VCPreBuildEventTool"/>
127			<Tool
128				Name="VCPreLinkEventTool"/>
129			<Tool
130				Name="VCResourceCompilerTool"/>
131			<Tool
132				Name="VCWebServiceProxyGeneratorTool"/>
133			<Tool
134				Name="VCXMLDataGeneratorTool"/>
135			<Tool
136				Name="VCManagedWrapperGeneratorTool"/>
137			<Tool
138				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
139		</Configuration>
140		<Configuration
141			Name="LIB Debug|Win32"
142			OutputDirectory=".\Win32_LIB_Debug\ZLib"
143			IntermediateDirectory=".\Win32_LIB_Debug\ZLib"
144			ConfigurationType="4">
145			<Tool
146				Name="VCCLCompilerTool"
147				Optimization="0"
148				AdditionalIncludeDirectories="..\..\..\zlib"
149				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
150				BasicRuntimeChecks="3"
151				RuntimeLibrary="1"
152				WarningLevel="3"
153				DebugInformationFormat="4"
154				CompileAs="1"/>
155			<Tool
156				Name="VCCustomBuildTool"/>
157			<Tool
158				Name="VCLibrarianTool"
159				OutputFile="$(OutDir)\zlibd.lib"/>
160			<Tool
161				Name="VCMIDLTool"/>
162			<Tool
163				Name="VCPostBuildEventTool"/>
164			<Tool
165				Name="VCPreBuildEventTool"/>
166			<Tool
167				Name="VCPreLinkEventTool"/>
168			<Tool
169				Name="VCResourceCompilerTool"/>
170			<Tool
171				Name="VCWebServiceProxyGeneratorTool"/>
172			<Tool
173				Name="VCXMLDataGeneratorTool"/>
174			<Tool
175				Name="VCManagedWrapperGeneratorTool"/>
176			<Tool
177				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
178		</Configuration>
179	</Configurations>
180	<References>
181	</References>
182	<Files>
183		<Filter
184			Name="Source Files"
185			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
186			<File
187				RelativePath="..\..\..\zlib\adler32.c">
188			</File>
189			<File
190				RelativePath="..\..\..\zlib\compress.c">
191			</File>
192			<File
193				RelativePath="..\..\..\zlib\crc32.c">
194			</File>
195			<File
196				RelativePath="..\..\..\zlib\deflate.c">
197			</File>
198			<File
199				RelativePath="..\..\..\zlib\gzlib.c">
200			</File>
201			<File
202				RelativePath="..\..\..\zlib\gzclose.c">
203			</File>
204			<File
205				RelativePath="..\..\..\zlib\gzread.c">
206			</File>
207			<File
208				RelativePath="..\..\..\zlib\gzwrite.c">
209			</File>
210			<File
211				RelativePath="..\..\..\zlib\infback.c">
212			</File>
213			<File
214				RelativePath="..\..\..\zlib\inffast.c">
215			</File>
216			<File
217				RelativePath="..\..\..\zlib\inflate.c">
218			</File>
219			<File
220				RelativePath="..\..\..\zlib\inftrees.c">
221			</File>
222			<File
223				RelativePath="..\..\..\zlib\trees.c">
224			</File>
225			<File
226				RelativePath="..\..\..\zlib\uncompr.c">
227			</File>
228			<File
229				RelativePath="..\..\..\zlib\win32\zlib.def">
230				<FileConfiguration
231					Name="LIB Release|Win32"
232					ExcludedFromBuild="TRUE">
233					<Tool
234						Name="VCCustomBuildTool"/>
235				</FileConfiguration>
236				<FileConfiguration
237					Name="LIB Debug|Win32"
238					ExcludedFromBuild="TRUE">
239					<Tool
240						Name="VCCustomBuildTool"/>
241				</FileConfiguration>
242			</File>
243			<File
244				RelativePath="..\..\..\zlib\zutil.c">
245			</File>
246		</Filter>
247		<Filter
248			Name="Header Files"
249			Filter="h;hpp;hxx;hm;inl">
250			<File
251				RelativePath="..\..\..\zlib\crc32.h">
252			</File>
253			<File
254				RelativePath="..\..\..\zlib\deflate.h">
255			</File>
256			<File
257				RelativePath="..\..\..\zlib\inffast.h">
258			</File>
259			<File
260				RelativePath="..\..\..\zlib\inffixed.h">
261			</File>
262			<File
263				RelativePath="..\..\..\zlib\inflate.h">
264			</File>
265			<File
266				RelativePath="..\..\..\zlib\inftrees.h">
267			</File>
268			<File
269				RelativePath="..\..\..\zlib\trees.h">
270			</File>
271			<File
272				RelativePath="..\..\..\zlib\zconf.h">
273			</File>
274			<File
275				RelativePath="..\..\..\zlib\zlib.h">
276			</File>
277			<File
278				RelativePath="..\..\..\zlib\zutil.h">
279			</File>
280		</Filter>
281		<Filter
282			Name="Resource Files"
283			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
284			<File
285				RelativePath="..\..\..\zlib\win32\zlib1.rc">
286				<FileConfiguration
287					Name="LIB Release|Win32"
288					ExcludedFromBuild="TRUE">
289					<Tool
290						Name="VCResourceCompilerTool"/>
291				</FileConfiguration>
292				<FileConfiguration
293					Name="LIB Debug|Win32"
294					ExcludedFromBuild="TRUE">
295					<Tool
296						Name="VCResourceCompilerTool"/>
297				</FileConfiguration>
298			</File>
299		</Filter>
300		<Filter
301			Name="Assembler Files (Unsupported)"
302			Filter="asm;obj;c;cpp;cxx;h;hpp;hxx">
303			<File
304				RelativePath="..\..\..\zlib\contrib\masmx86\gvmat32.asm">
305				<FileConfiguration
306					Name="DLL Release|Win32"
307					ExcludedFromBuild="TRUE">
308					<Tool
309						Name="VCCustomBuildTool"/>
310				</FileConfiguration>
311				<FileConfiguration
312					Name="DLL Debug|Win32"
313					ExcludedFromBuild="TRUE">
314					<Tool
315						Name="VCCustomBuildTool"/>
316				</FileConfiguration>
317				<FileConfiguration
318					Name="LIB Release|Win32"
319					ExcludedFromBuild="TRUE">
320					<Tool
321						Name="VCCustomBuildTool"/>
322				</FileConfiguration>
323				<FileConfiguration
324					Name="LIB Debug|Win32"
325					ExcludedFromBuild="TRUE">
326					<Tool
327						Name="VCCustomBuildTool"/>
328				</FileConfiguration>
329			</File>
330			<File
331				RelativePath="..\..\..\zlib\contrib\masmx86\gvmat32c.c">
332				<FileConfiguration
333					Name="DLL Release|Win32"
334					ExcludedFromBuild="TRUE">
335					<Tool
336						Name="VCCLCompilerTool"/>
337				</FileConfiguration>
338				<FileConfiguration
339					Name="DLL Debug|Win32"
340					ExcludedFromBuild="TRUE">
341					<Tool
342						Name="VCCLCompilerTool"/>
343				</FileConfiguration>
344				<FileConfiguration
345					Name="LIB Release|Win32"
346					ExcludedFromBuild="TRUE">
347					<Tool
348						Name="VCCLCompilerTool"/>
349				</FileConfiguration>
350				<FileConfiguration
351					Name="LIB Debug|Win32"
352					ExcludedFromBuild="TRUE">
353					<Tool
354						Name="VCCLCompilerTool"/>
355				</FileConfiguration>
356			</File>
357			<File
358				RelativePath="..\..\..\zlib\contrib\masmx86\inffas32.asm">
359				<FileConfiguration
360					Name="DLL Release|Win32"
361					ExcludedFromBuild="TRUE">
362					<Tool
363						Name="VCCustomBuildTool"/>
364				</FileConfiguration>
365				<FileConfiguration
366					Name="DLL Debug|Win32"
367					ExcludedFromBuild="TRUE">
368					<Tool
369						Name="VCCustomBuildTool"/>
370				</FileConfiguration>
371				<FileConfiguration
372					Name="LIB Release|Win32"
373					ExcludedFromBuild="TRUE">
374					<Tool
375						Name="VCCustomBuildTool"/>
376				</FileConfiguration>
377				<FileConfiguration
378					Name="LIB Debug|Win32"
379					ExcludedFromBuild="TRUE">
380					<Tool
381						Name="VCCustomBuildTool"/>
382				</FileConfiguration>
383			</File>
384		</Filter>
385		<File
386			RelativePath="README.txt">
387		</File>
388	</Files>
389	<Globals>
390	</Globals>
391</VisualStudioProject>