Home | History | Annotate | Download | only in visualc71
      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="..\..;..\..\..\zlib"
     21 				PreprocessorDefinitions="WIN32;PNG_NO_MMX_CODE;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)/libpng13.dll"
     34 				LinkIncremental="1"
     35 				ModuleDefinitionFile="..\..\scripts\pngw32.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;_CRT_SECURE_NO_WARNINGS"
     47 				Culture="1033"
     48 				AdditionalIncludeDirectories="..\..;..\..\..\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="..\..;..\..\..\zlib"
     69 				PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PNG_NO_MMX_CODE;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)/libpng13d.dll"
     82 				ModuleDefinitionFile="..\..\scripts\pngw32.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;_CRT_SECURE_NO_WARNINGS"
     95 				Culture="1033"
     96 				AdditionalIncludeDirectories="..\..;..\..\..\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 ASM Release|Win32"
    110 			OutputDirectory=".\Win32_DLL_ASM_Release"
    111 			IntermediateDirectory=".\Win32_DLL_ASM_Release"
    112 			ConfigurationType="2">
    113 			<Tool
    114 				Name="VCCLCompilerTool"
    115 				InlineFunctionExpansion="1"
    116 				AdditionalIncludeDirectories="..\..;..\..\..\zlib"
    117 				PreprocessorDefinitions="WIN32;NDEBUG;PNG_USE_PNGVCRD;PNG_BUILD_DLL;ZLIB_DLL;PNG_LIBPNG_SPECIALBUILD;_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)/libpng13.dll"
    130 				LinkIncremental="1"
    131 				ModuleDefinitionFile="..\..\scripts\pngw32.def"/>
    132 			<Tool
    133 				Name="VCMIDLTool"/>
    134 			<Tool
    135 				Name="VCPostBuildEventTool"/>
    136 			<Tool
    137 				Name="VCPreBuildEventTool"/>
    138 			<Tool
    139 				Name="VCPreLinkEventTool"/>
    140 			<Tool
    141 				Name="VCResourceCompilerTool"
    142 				AdditionalOptions="/d PNG_LIBPNG_SPECIALBUILD=&quot;&quot;&quot;&quot;Use MMX instructions&quot;&quot;&quot;&quot;"
    143 				PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS"
    144 				Culture="1033"
    145 				AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
    146 			<Tool
    147 				Name="VCWebServiceProxyGeneratorTool"/>
    148 			<Tool
    149 				Name="VCXMLDataGeneratorTool"/>
    150 			<Tool
    151 				Name="VCWebDeploymentTool"/>
    152 			<Tool
    153 				Name="VCManagedWrapperGeneratorTool"/>
    154 			<Tool
    155 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    156 		</Configuration>
    157 		<Configuration
    158 			Name="DLL ASM Debug|Win32"
    159 			OutputDirectory=".\Win32_DLL_ASM_Debug"
    160 			IntermediateDirectory=".\Win32_DLL_ASM_Debug"
    161 			ConfigurationType="2">
    162 			<Tool
    163 				Name="VCCLCompilerTool"
    164 				Optimization="0"
    165 				AdditionalIncludeDirectories="..\..;..\..\..\zlib"
    166 				PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PNG_DEBUG=1;PNG_USE_PNGVCRD;PNG_BUILD_DLL;ZLIB_DLL;PNG_LIBPNG_SPECIALBUILD;_CRT_SECURE_NO_WARNINGS"
    167 				BasicRuntimeChecks="3"
    168 				RuntimeLibrary="3"
    169 				UsePrecompiledHeader="3"
    170 				PrecompiledHeaderThrough="png.h"
    171 				WarningLevel="3"
    172 				DebugInformationFormat="4"
    173 				CompileAs="0"/>
    174 			<Tool
    175 				Name="VCCustomBuildTool"/>
    176 			<Tool
    177 				Name="VCLinkerTool"
    178 				OutputFile="$(OutDir)/libpng13d.dll"
    179 				ModuleDefinitionFile="..\..\scripts\pngw32.def"
    180 				GenerateDebugInformation="TRUE"/>
    181 			<Tool
    182 				Name="VCMIDLTool"/>
    183 			<Tool
    184 				Name="VCPostBuildEventTool"/>
    185 			<Tool
    186 				Name="VCPreBuildEventTool"/>
    187 			<Tool
    188 				Name="VCPreLinkEventTool"/>
    189 			<Tool
    190 				Name="VCResourceCompilerTool"
    191 				AdditionalOptions="/d PNG_LIBPNG_SPECIALBUILD=&quot;&quot;&quot;&quot;Use MMX instructions&quot;&quot;&quot;&quot;"
    192 				PreprocessorDefinitions="_DEBUG,PNG_DEBUG=1;_CRT_SECURE_NO_WARNINGS"
    193 				Culture="1033"
    194 				AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
    195 			<Tool
    196 				Name="VCWebServiceProxyGeneratorTool"/>
    197 			<Tool
    198 				Name="VCXMLDataGeneratorTool"/>
    199 			<Tool
    200 				Name="VCWebDeploymentTool"/>
    201 			<Tool
    202 				Name="VCManagedWrapperGeneratorTool"/>
    203 			<Tool
    204 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    205 		</Configuration>
    206 		<Configuration
    207 			Name="DLL VB|Win32"
    208 			OutputDirectory=".\Win32_DLL_VB"
    209 			IntermediateDirectory=".\Win32_DLL_VB"
    210 			ConfigurationType="2">
    211 			<Tool
    212 				Name="VCCLCompilerTool"
    213 				InlineFunctionExpansion="1"
    214 				AdditionalIncludeDirectories="..\..;..\..\..\zlib"
    215 				PreprocessorDefinitions="WIN32;NDEBUG;PNG_BUILD_DLL;ZLIB_DLL;PNGAPI=__stdcall;PNG_NO_MMX_CODE;PNG_NO_MODULEDEF;PNG_LIBPNG_SPECIALBUILD;_CRT_SECURE_NO_WARNINGS"
    216 				StringPooling="TRUE"
    217 				RuntimeLibrary="2"
    218 				EnableFunctionLevelLinking="TRUE"
    219 				UsePrecompiledHeader="3"
    220 				PrecompiledHeaderThrough="png.h"
    221 				WarningLevel="3"
    222 				CompileAs="0"/>
    223 			<Tool
    224 				Name="VCCustomBuildTool"/>
    225 			<Tool
    226 				Name="VCLinkerTool"
    227 				OutputFile="$(OutDir)/libpng13vb.dll"
    228 				LinkIncremental="1"/>
    229 			<Tool
    230 				Name="VCMIDLTool"/>
    231 			<Tool
    232 				Name="VCPostBuildEventTool"/>
    233 			<Tool
    234 				Name="VCPreBuildEventTool"/>
    235 			<Tool
    236 				Name="VCPreLinkEventTool"/>
    237 			<Tool
    238 				Name="VCResourceCompilerTool"
    239 				AdditionalOptions="/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;"
    240 				PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS"
    241 				Culture="1033"
    242 				AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
    243 			<Tool
    244 				Name="VCWebServiceProxyGeneratorTool"/>
    245 			<Tool
    246 				Name="VCXMLDataGeneratorTool"/>
    247 			<Tool
    248 				Name="VCWebDeploymentTool"/>
    249 			<Tool
    250 				Name="VCManagedWrapperGeneratorTool"/>
    251 			<Tool
    252 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    253 		</Configuration>
    254 		<Configuration
    255 			Name="LIB Release|Win32"
    256 			OutputDirectory=".\Win32_LIB_Release"
    257 			IntermediateDirectory=".\Win32_LIB_Release"
    258 			ConfigurationType="4">
    259 			<Tool
    260 				Name="VCCLCompilerTool"
    261 				InlineFunctionExpansion="1"
    262 				AdditionalIncludeDirectories="..\..;..\..\..\zlib"
    263 				PreprocessorDefinitions="PNG_NO_MMX_CODE;WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS"
    264 				StringPooling="TRUE"
    265 				RuntimeLibrary="2"
    266 				EnableFunctionLevelLinking="TRUE"
    267 				UsePrecompiledHeader="3"
    268 				PrecompiledHeaderThrough="png.h"
    269 				WarningLevel="3"
    270 				CompileAs="0"/>
    271 			<Tool
    272 				Name="VCCustomBuildTool"/>
    273 			<Tool
    274 				Name="VCLibrarianTool"
    275 				OutputFile="$(OutDir)/libpng.lib"/>
    276 			<Tool
    277 				Name="VCMIDLTool"/>
    278 			<Tool
    279 				Name="VCPostBuildEventTool"/>
    280 			<Tool
    281 				Name="VCPreBuildEventTool"/>
    282 			<Tool
    283 				Name="VCPreLinkEventTool"/>
    284 			<Tool
    285 				Name="VCResourceCompilerTool"/>
    286 			<Tool
    287 				Name="VCWebServiceProxyGeneratorTool"/>
    288 			<Tool
    289 				Name="VCXMLDataGeneratorTool"/>
    290 			<Tool
    291 				Name="VCManagedWrapperGeneratorTool"/>
    292 			<Tool
    293 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    294 		</Configuration>
    295 		<Configuration
    296 			Name="LIB Debug|Win32"
    297 			OutputDirectory=".\Win32_LIB_Debug"
    298 			IntermediateDirectory=".\Win32_LIB_Debug"
    299 			ConfigurationType="4">
    300 			<Tool
    301 				Name="VCCLCompilerTool"
    302 				Optimization="0"
    303 				AdditionalIncludeDirectories="..\..;..\..\..\zlib"
    304 				PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PNG_NO_MMX_CODE;PNG_DEBUG=1;_CRT_SECURE_NO_WARNINGS"
    305 				BasicRuntimeChecks="3"
    306 				RuntimeLibrary="3"
    307 				UsePrecompiledHeader="3"
    308 				PrecompiledHeaderThrough="png.h"
    309 				WarningLevel="3"
    310 				DebugInformationFormat="4"
    311 				CompileAs="0"/>
    312 			<Tool
    313 				Name="VCCustomBuildTool"/>
    314 			<Tool
    315 				Name="VCLibrarianTool"
    316 				OutputFile="$(OutDir)/libpngd.lib"/>
    317 			<Tool
    318 				Name="VCMIDLTool"/>
    319 			<Tool
    320 				Name="VCPostBuildEventTool"/>
    321 			<Tool
    322 				Name="VCPreBuildEventTool"/>
    323 			<Tool
    324 				Name="VCPreLinkEventTool"/>
    325 			<Tool
    326 				Name="VCResourceCompilerTool"/>
    327 			<Tool
    328 				Name="VCWebServiceProxyGeneratorTool"/>
    329 			<Tool
    330 				Name="VCXMLDataGeneratorTool"/>
    331 			<Tool
    332 				Name="VCManagedWrapperGeneratorTool"/>
    333 			<Tool
    334 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    335 		</Configuration>
    336 		<Configuration
    337 			Name="LIB ASM Release|Win32"
    338 			OutputDirectory=".\Win32_LIB_ASM_Release"
    339 			IntermediateDirectory=".\Win32_LIB_ASM_Release"
    340 			ConfigurationType="4">
    341 			<Tool
    342 				Name="VCCLCompilerTool"
    343 				InlineFunctionExpansion="1"
    344 				AdditionalIncludeDirectories="..\..,..\..\..\zlib"
    345 				PreprocessorDefinitions="WIN32;NDEBUG;PNG_USE_PNGVCRD;PNG_LIBPNG_SPECIALBUILD;_CRT_SECURE_NO_WARNINGS"
    346 				StringPooling="TRUE"
    347 				RuntimeLibrary="2"
    348 				EnableFunctionLevelLinking="TRUE"
    349 				UsePrecompiledHeader="3"
    350 				PrecompiledHeaderThrough="png.h"
    351 				WarningLevel="3"
    352 				CompileAs="0"/>
    353 			<Tool
    354 				Name="VCCustomBuildTool"/>
    355 			<Tool
    356 				Name="VCLibrarianTool"
    357 				OutputFile="$(OutDir)/libpng.lib"/>
    358 			<Tool
    359 				Name="VCMIDLTool"/>
    360 			<Tool
    361 				Name="VCPostBuildEventTool"/>
    362 			<Tool
    363 				Name="VCPreBuildEventTool"/>
    364 			<Tool
    365 				Name="VCPreLinkEventTool"/>
    366 			<Tool
    367 				Name="VCResourceCompilerTool"/>
    368 			<Tool
    369 				Name="VCWebServiceProxyGeneratorTool"/>
    370 			<Tool
    371 				Name="VCXMLDataGeneratorTool"/>
    372 			<Tool
    373 				Name="VCManagedWrapperGeneratorTool"/>
    374 			<Tool
    375 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    376 		</Configuration>
    377 		<Configuration
    378 			Name="LIB ASM Debug|Win32"
    379 			OutputDirectory=".\Win32_LIB_ASM_Debug"
    380 			IntermediateDirectory=".\Win32_LIB_ASM_Debug"
    381 			ConfigurationType="4">
    382 			<Tool
    383 				Name="VCCLCompilerTool"
    384 				Optimization="0"
    385 				AdditionalIncludeDirectories="..\..,..\..\..\zlib"
    386 				PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PNG_DEBUG=1;PNG_USE_PNGVCRD;PNG_LIBPNG_SPECIALBUILD;_CRT_SECURE_NO_WARNINGS"
    387 				BasicRuntimeChecks="3"
    388 				RuntimeLibrary="3"
    389 				UsePrecompiledHeader="3"
    390 				PrecompiledHeaderThrough="png.h"
    391 				WarningLevel="3"
    392 				DebugInformationFormat="4"
    393 				CompileAs="0"/>
    394 			<Tool
    395 				Name="VCCustomBuildTool"/>
    396 			<Tool
    397 				Name="VCLibrarianTool"
    398 				OutputFile="$(OutDir)/libpngd.lib"/>
    399 			<Tool
    400 				Name="VCMIDLTool"/>
    401 			<Tool
    402 				Name="VCPostBuildEventTool"/>
    403 			<Tool
    404 				Name="VCPreBuildEventTool"/>
    405 			<Tool
    406 				Name="VCPreLinkEventTool"/>
    407 			<Tool
    408 				Name="VCResourceCompilerTool"/>
    409 			<Tool
    410 				Name="VCWebServiceProxyGeneratorTool"/>
    411 			<Tool
    412 				Name="VCXMLDataGeneratorTool"/>
    413 			<Tool
    414 				Name="VCManagedWrapperGeneratorTool"/>
    415 			<Tool
    416 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    417 		</Configuration>
    418 	</Configurations>
    419 	<References>
    420 	</References>
    421 	<Files>
    422 		<Filter
    423 			Name="Source Files"
    424 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
    425 			<File
    426 				RelativePath="..\..\png.c">
    427 				<FileConfiguration
    428 					Name="DLL Release|Win32">
    429 					<Tool
    430 						Name="VCCLCompilerTool"
    431 						UsePrecompiledHeader="0"/>
    432 				</FileConfiguration>
    433 				<FileConfiguration
    434 					Name="DLL Debug|Win32">
    435 					<Tool
    436 						Name="VCCLCompilerTool"
    437 						UsePrecompiledHeader="0"/>
    438 				</FileConfiguration>
    439 				<FileConfiguration
    440 					Name="DLL ASM Release|Win32">
    441 					<Tool
    442 						Name="VCCLCompilerTool"
    443 						UsePrecompiledHeader="0"/>
    444 				</FileConfiguration>
    445 				<FileConfiguration
    446 					Name="DLL ASM Debug|Win32">
    447 					<Tool
    448 						Name="VCCLCompilerTool"
    449 						UsePrecompiledHeader="0"/>
    450 				</FileConfiguration>
    451 				<FileConfiguration
    452 					Name="DLL VB|Win32">
    453 					<Tool
    454 						Name="VCCLCompilerTool"
    455 						UsePrecompiledHeader="0"/>
    456 				</FileConfiguration>
    457 				<FileConfiguration
    458 					Name="LIB Release|Win32">
    459 					<Tool
    460 						Name="VCCLCompilerTool"
    461 						UsePrecompiledHeader="0"/>
    462 				</FileConfiguration>
    463 				<FileConfiguration
    464 					Name="LIB Debug|Win32">
    465 					<Tool
    466 						Name="VCCLCompilerTool"
    467 						UsePrecompiledHeader="0"/>
    468 				</FileConfiguration>
    469 				<FileConfiguration
    470 					Name="LIB ASM Release|Win32">
    471 					<Tool
    472 						Name="VCCLCompilerTool"
    473 						UsePrecompiledHeader="0"/>
    474 				</FileConfiguration>
    475 				<FileConfiguration
    476 					Name="LIB ASM Debug|Win32">
    477 					<Tool
    478 						Name="VCCLCompilerTool"
    479 						UsePrecompiledHeader="0"/>
    480 				</FileConfiguration>
    481 			</File>
    482 			<File
    483 				RelativePath="..\..\pngerror.c">
    484 				<FileConfiguration
    485 					Name="DLL Release|Win32">
    486 					<Tool
    487 						Name="VCCLCompilerTool"
    488 						UsePrecompiledHeader="1"/>
    489 				</FileConfiguration>
    490 				<FileConfiguration
    491 					Name="DLL Debug|Win32">
    492 					<Tool
    493 						Name="VCCLCompilerTool"
    494 						UsePrecompiledHeader="1"/>
    495 				</FileConfiguration>
    496 				<FileConfiguration
    497 					Name="DLL ASM Release|Win32">
    498 					<Tool
    499 						Name="VCCLCompilerTool"
    500 						UsePrecompiledHeader="1"/>
    501 				</FileConfiguration>
    502 				<FileConfiguration
    503 					Name="DLL ASM Debug|Win32">
    504 					<Tool
    505 						Name="VCCLCompilerTool"
    506 						UsePrecompiledHeader="1"/>
    507 				</FileConfiguration>
    508 				<FileConfiguration
    509 					Name="DLL VB|Win32">
    510 					<Tool
    511 						Name="VCCLCompilerTool"
    512 						UsePrecompiledHeader="1"/>
    513 				</FileConfiguration>
    514 				<FileConfiguration
    515 					Name="LIB Release|Win32">
    516 					<Tool
    517 						Name="VCCLCompilerTool"
    518 						UsePrecompiledHeader="1"/>
    519 				</FileConfiguration>
    520 				<FileConfiguration
    521 					Name="LIB Debug|Win32">
    522 					<Tool
    523 						Name="VCCLCompilerTool"
    524 						UsePrecompiledHeader="1"/>
    525 				</FileConfiguration>
    526 				<FileConfiguration
    527 					Name="LIB ASM Release|Win32">
    528 					<Tool
    529 						Name="VCCLCompilerTool"
    530 						UsePrecompiledHeader="1"/>
    531 				</FileConfiguration>
    532 				<FileConfiguration
    533 					Name="LIB ASM Debug|Win32">
    534 					<Tool
    535 						Name="VCCLCompilerTool"
    536 						UsePrecompiledHeader="1"/>
    537 				</FileConfiguration>
    538 			</File>
    539 			<File
    540 				RelativePath="..\..\pngget.c">
    541 			</File>
    542 			<File
    543 				RelativePath="..\..\pngmem.c">
    544 			</File>
    545 			<File
    546 				RelativePath="..\..\pngpread.c">
    547 			</File>
    548 			<File
    549 				RelativePath="..\..\pngread.c">
    550 			</File>
    551 			<File
    552 				RelativePath="..\..\pngrio.c">
    553 			</File>
    554 			<File
    555 				RelativePath="..\..\pngrtran.c">
    556 			</File>
    557 			<File
    558 				RelativePath="..\..\pngrutil.c">
    559 			</File>
    560 			<File
    561 				RelativePath="..\..\pngset.c">
    562 			</File>
    563 			<File
    564 				RelativePath="..\..\pngtrans.c">
    565 			</File>
    566 			<File
    567 				RelativePath="..\..\scripts\pngw32.def">
    568 				<FileConfiguration
    569 					Name="DLL VB|Win32"
    570 					ExcludedFromBuild="TRUE">
    571 					<Tool
    572 						Name="VCCustomBuildTool"/>
    573 				</FileConfiguration>
    574 				<FileConfiguration
    575 					Name="LIB Release|Win32"
    576 					ExcludedFromBuild="TRUE">
    577 					<Tool
    578 						Name="VCCustomBuildTool"/>
    579 				</FileConfiguration>
    580 				<FileConfiguration
    581 					Name="LIB Debug|Win32"
    582 					ExcludedFromBuild="TRUE">
    583 					<Tool
    584 						Name="VCCustomBuildTool"/>
    585 				</FileConfiguration>
    586 				<FileConfiguration
    587 					Name="LIB ASM Release|Win32"
    588 					ExcludedFromBuild="TRUE">
    589 					<Tool
    590 						Name="VCCustomBuildTool"/>
    591 				</FileConfiguration>
    592 				<FileConfiguration
    593 					Name="LIB ASM Debug|Win32"
    594 					ExcludedFromBuild="TRUE">
    595 					<Tool
    596 						Name="VCCustomBuildTool"/>
    597 				</FileConfiguration>
    598 			</File>
    599 			<File
    600 				RelativePath="..\..\pngwio.c">
    601 			</File>
    602 			<File
    603 				RelativePath="..\..\pngwrite.c">
    604 			</File>
    605 			<File
    606 				RelativePath="..\..\pngwtran.c">
    607 			</File>
    608 			<File
    609 				RelativePath="..\..\pngwutil.c">
    610 			</File>
    611 		</Filter>
    612 		<Filter
    613 			Name="Header Files"
    614 			Filter="h;hpp;hxx;hm;inl">
    615 			<File
    616 				RelativePath="..\..\png.h">
    617 			</File>
    618 			<File
    619 				RelativePath="..\..\pngconf.h">
    620 			</File>
    621 		</Filter>
    622 		<Filter
    623 			Name="Resource Files"
    624 			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
    625 			<File
    626 				RelativePath="..\..\scripts\pngw32.rc">
    627 				<FileConfiguration
    628 					Name="LIB Release|Win32"
    629 					ExcludedFromBuild="TRUE">
    630 					<Tool
    631 						Name="VCResourceCompilerTool"/>
    632 				</FileConfiguration>
    633 				<FileConfiguration
    634 					Name="LIB Debug|Win32"
    635 					ExcludedFromBuild="TRUE">
    636 					<Tool
    637 						Name="VCResourceCompilerTool"/>
    638 				</FileConfiguration>
    639 				<FileConfiguration
    640 					Name="LIB ASM Release|Win32"
    641 					ExcludedFromBuild="TRUE">
    642 					<Tool
    643 						Name="VCResourceCompilerTool"/>
    644 				</FileConfiguration>
    645 				<FileConfiguration
    646 					Name="LIB ASM Debug|Win32"
    647 					ExcludedFromBuild="TRUE">
    648 					<Tool
    649 						Name="VCResourceCompilerTool"/>
    650 				</FileConfiguration>
    651 			</File>
    652 		</Filter>
    653 		<File
    654 			RelativePath=".\PRJ0041.mak">
    655 			<FileConfiguration
    656 				Name="DLL Release|Win32">
    657 				<Tool
    658 					Name="VCCustomBuildTool"
    659 					Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
    660 					CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
    661 					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"/>
    662 			</FileConfiguration>
    663 			<FileConfiguration
    664 				Name="DLL Debug|Win32">
    665 				<Tool
    666 					Name="VCCustomBuildTool"
    667 					Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
    668 					CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
    669 					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"/>
    670 			</FileConfiguration>
    671 			<FileConfiguration
    672 				Name="DLL ASM Release|Win32">
    673 				<Tool
    674 					Name="VCCustomBuildTool"
    675 					Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
    676 					CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
    677 					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"/>
    678 			</FileConfiguration>
    679 			<FileConfiguration
    680 				Name="DLL ASM Debug|Win32">
    681 				<Tool
    682 					Name="VCCustomBuildTool"
    683 					Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
    684 					CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
    685 					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"/>
    686 			</FileConfiguration>
    687 			<FileConfiguration
    688 				Name="DLL VB|Win32">
    689 				<Tool
    690 					Name="VCCustomBuildTool"
    691 					Description="Create dummy include files to prevent &quot;Cannot find missing dependency...&quot; warnings."
    692 					CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
    693 					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"/>
    694 			</FileConfiguration>
    695 		</File>
    696 		<File
    697 			RelativePath="README.txt">
    698 		</File>
    699 	</Files>
    700 	<Globals>
    701 	</Globals>
    702 </VisualStudioProject>
    703