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="pngtest"
      6 	RootNamespace="pngtest">
      7 	<Platforms>
      8 		<Platform
      9 			Name="Win32"/>
     10 	</Platforms>
     11 	<Configurations>
     12 		<Configuration
     13 			Name="DLL Release|Win32"
     14 			OutputDirectory=".\Win32_DLL_Release\Test"
     15 			IntermediateDirectory=".\Win32_DLL_Release\Test"
     16 			ConfigurationType="1">
     17 			<Tool
     18 				Name="VCCLCompilerTool"
     19 				InlineFunctionExpansion="1"
     20 				AdditionalIncludeDirectories="..\..\..\zlib"
     21 				PreprocessorDefinitions="WIN32;NDEBUG;PNG_DLL;PNG_NO_STDIO;PNG_NO_GLOBAL_ARRAYS"
     22 				StringPooling="TRUE"
     23 				RuntimeLibrary="2"
     24 				EnableFunctionLevelLinking="TRUE"
     25 				WarningLevel="3"
     26 				CompileAs="0"/>
     27 			<Tool
     28 				Name="VCCustomBuildTool"
     29 				Description="Testing..."
     30 				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
     31 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
     32 				Outputs="$(IntDir)\pngout.png"/>
     33 			<Tool
     34 				Name="VCLinkerTool"
     35 				OutputFile="$(OutDir)/pngtest.exe"
     36 				LinkIncremental="1"
     37 				SubSystem="1"/>
     38 			<Tool
     39 				Name="VCMIDLTool"/>
     40 			<Tool
     41 				Name="VCPostBuildEventTool"/>
     42 			<Tool
     43 				Name="VCPreBuildEventTool"/>
     44 			<Tool
     45 				Name="VCPreLinkEventTool"/>
     46 			<Tool
     47 				Name="VCResourceCompilerTool"/>
     48 			<Tool
     49 				Name="VCWebServiceProxyGeneratorTool"/>
     50 			<Tool
     51 				Name="VCXMLDataGeneratorTool"/>
     52 			<Tool
     53 				Name="VCWebDeploymentTool"/>
     54 			<Tool
     55 				Name="VCManagedWrapperGeneratorTool"/>
     56 			<Tool
     57 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
     58 		</Configuration>
     59 		<Configuration
     60 			Name="DLL Debug|Win32"
     61 			OutputDirectory=".\Win32_DLL_Debug\Test"
     62 			IntermediateDirectory=".\Win32_DLL_Debug\Test"
     63 			ConfigurationType="1">
     64 			<Tool
     65 				Name="VCCLCompilerTool"
     66 				Optimization="0"
     67 				AdditionalIncludeDirectories="..\..\..\zlib"
     68 				PreprocessorDefinitions="WIN32;_DEBUG;PNG_DLL;PNG_NO_STDIO;PNG_NO_GLOBAL_ARRAYS"
     69 				BasicRuntimeChecks="3"
     70 				RuntimeLibrary="3"
     71 				WarningLevel="3"
     72 				DebugInformationFormat="4"
     73 				CompileAs="0"/>
     74 			<Tool
     75 				Name="VCCustomBuildTool"
     76 				Description="Testing..."
     77 				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
     78 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
     79 				Outputs="$(IntDir)\pngout.png"/>
     80 			<Tool
     81 				Name="VCLinkerTool"
     82 				OutputFile="$(OutDir)/pngtest.exe"
     83 				GenerateDebugInformation="TRUE"
     84 				SubSystem="1"
     85 				TargetMachine="1"/>
     86 			<Tool
     87 				Name="VCMIDLTool"/>
     88 			<Tool
     89 				Name="VCPostBuildEventTool"/>
     90 			<Tool
     91 				Name="VCPreBuildEventTool"/>
     92 			<Tool
     93 				Name="VCPreLinkEventTool"/>
     94 			<Tool
     95 				Name="VCResourceCompilerTool"/>
     96 			<Tool
     97 				Name="VCWebServiceProxyGeneratorTool"/>
     98 			<Tool
     99 				Name="VCXMLDataGeneratorTool"/>
    100 			<Tool
    101 				Name="VCWebDeploymentTool"/>
    102 			<Tool
    103 				Name="VCManagedWrapperGeneratorTool"/>
    104 			<Tool
    105 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    106 		</Configuration>
    107 		<Configuration
    108 			Name="DLL ASM Release|Win32"
    109 			OutputDirectory=".\Win32_DLL_ASM_Release\Test"
    110 			IntermediateDirectory=".\Win32_DLL_ASM_Release\Test"
    111 			ConfigurationType="1">
    112 			<Tool
    113 				Name="VCCLCompilerTool"
    114 				InlineFunctionExpansion="1"
    115 				AdditionalIncludeDirectories="..\..\..\zlib"
    116 				PreprocessorDefinitions="WIN32;NDEBUG;PNG_DLL;PNG_NO_STDIO;PNG_NO_GLOBAL_ARRAYS"
    117 				StringPooling="TRUE"
    118 				RuntimeLibrary="2"
    119 				EnableFunctionLevelLinking="TRUE"
    120 				WarningLevel="3"
    121 				CompileAs="0"/>
    122 			<Tool
    123 				Name="VCCustomBuildTool"
    124 				Description="Testing..."
    125 				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
    126 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
    127 				Outputs="$(IntDir)\pngout.png"/>
    128 			<Tool
    129 				Name="VCLinkerTool"
    130 				OutputFile="$(OutDir)/pngtest.exe"
    131 				LinkIncremental="1"
    132 				SubSystem="1"
    133 				TargetMachine="1"/>
    134 			<Tool
    135 				Name="VCMIDLTool"/>
    136 			<Tool
    137 				Name="VCPostBuildEventTool"/>
    138 			<Tool
    139 				Name="VCPreBuildEventTool"/>
    140 			<Tool
    141 				Name="VCPreLinkEventTool"/>
    142 			<Tool
    143 				Name="VCResourceCompilerTool"/>
    144 			<Tool
    145 				Name="VCWebServiceProxyGeneratorTool"/>
    146 			<Tool
    147 				Name="VCXMLDataGeneratorTool"/>
    148 			<Tool
    149 				Name="VCWebDeploymentTool"/>
    150 			<Tool
    151 				Name="VCManagedWrapperGeneratorTool"/>
    152 			<Tool
    153 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    154 		</Configuration>
    155 		<Configuration
    156 			Name="DLL ASM Debug|Win32"
    157 			OutputDirectory=".\Win32_DLL_ASM_Debug\Test"
    158 			IntermediateDirectory=".\Win32_DLL_ASM_Debug\Test"
    159 			ConfigurationType="1">
    160 			<Tool
    161 				Name="VCCLCompilerTool"
    162 				Optimization="0"
    163 				AdditionalIncludeDirectories="..\..\..\zlib"
    164 				PreprocessorDefinitions="WIN32;_DEBUG;PNG_DLL;PNG_NO_STDIO;PNG_NO_GLOBAL_ARRAYS"
    165 				BasicRuntimeChecks="3"
    166 				RuntimeLibrary="3"
    167 				WarningLevel="3"
    168 				DebugInformationFormat="4"
    169 				CompileAs="0"/>
    170 			<Tool
    171 				Name="VCCustomBuildTool"
    172 				Description="Testing..."
    173 				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
    174 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
    175 				Outputs="$(IntDir)\pngout.png"/>
    176 			<Tool
    177 				Name="VCLinkerTool"
    178 				OutputFile="$(OutDir)/pngtest.exe"
    179 				GenerateDebugInformation="TRUE"
    180 				SubSystem="1"
    181 				TargetMachine="1"/>
    182 			<Tool
    183 				Name="VCMIDLTool"/>
    184 			<Tool
    185 				Name="VCPostBuildEventTool"/>
    186 			<Tool
    187 				Name="VCPreBuildEventTool"/>
    188 			<Tool
    189 				Name="VCPreLinkEventTool"/>
    190 			<Tool
    191 				Name="VCResourceCompilerTool"/>
    192 			<Tool
    193 				Name="VCWebServiceProxyGeneratorTool"/>
    194 			<Tool
    195 				Name="VCXMLDataGeneratorTool"/>
    196 			<Tool
    197 				Name="VCWebDeploymentTool"/>
    198 			<Tool
    199 				Name="VCManagedWrapperGeneratorTool"/>
    200 			<Tool
    201 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    202 		</Configuration>
    203 		<Configuration
    204 			Name="DLL VB|Win32"
    205 			OutputDirectory=".\Win32_DLL_VB\Test"
    206 			IntermediateDirectory=".\Win32_DLL_VB\Test"
    207 			ConfigurationType="1">
    208 			<Tool
    209 				Name="VCCLCompilerTool"
    210 				InlineFunctionExpansion="1"
    211 				AdditionalIncludeDirectories="..\..\..\zlib"
    212 				PreprocessorDefinitions="WIN32;NDEBUG;PNG_DLL;PNG_NO_STDIO;PNG_NO_GLOBAL_ARRAYS;PNGAPI=__stdcall"
    213 				StringPooling="TRUE"
    214 				RuntimeLibrary="2"
    215 				EnableFunctionLevelLinking="TRUE"
    216 				WarningLevel="2"
    217 				CallingConvention="2"
    218 				CompileAs="0"/>
    219 			<Tool
    220 				Name="VCCustomBuildTool"
    221 				Description="Testing..."
    222 				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\..\Win32_DLL_Release\ZLib
    223 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
    224 				Outputs="$(IntDir)\pngout.png"/>
    225 			<Tool
    226 				Name="VCLinkerTool"
    227 				OutputFile="$(OutDir)/pngtest.exe"
    228 				LinkIncremental="1"
    229 				IgnoreDefaultLibraryNames="$(IntDir)\libpng13vb.lib"
    230 				SubSystem="1"
    231 				TargetMachine="1"/>
    232 			<Tool
    233 				Name="VCMIDLTool"/>
    234 			<Tool
    235 				Name="VCPostBuildEventTool"/>
    236 			<Tool
    237 				Name="VCPreBuildEventTool"/>
    238 			<Tool
    239 				Name="VCPreLinkEventTool"/>
    240 			<Tool
    241 				Name="VCResourceCompilerTool"/>
    242 			<Tool
    243 				Name="VCWebServiceProxyGeneratorTool"/>
    244 			<Tool
    245 				Name="VCXMLDataGeneratorTool"/>
    246 			<Tool
    247 				Name="VCWebDeploymentTool"/>
    248 			<Tool
    249 				Name="VCManagedWrapperGeneratorTool"/>
    250 			<Tool
    251 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    252 		</Configuration>
    253 		<Configuration
    254 			Name="LIB Release|Win32"
    255 			OutputDirectory=".\Win32_LIB_Release\Test"
    256 			IntermediateDirectory=".\Win32_LIB_Release\Test"
    257 			ConfigurationType="1">
    258 			<Tool
    259 				Name="VCCLCompilerTool"
    260 				InlineFunctionExpansion="1"
    261 				AdditionalIncludeDirectories="..\..\..\zlib"
    262 				PreprocessorDefinitions="WIN32;_DEBUG;PNG_NO_GLOBAL_ARRAYS"
    263 				StringPooling="TRUE"
    264 				RuntimeLibrary="2"
    265 				EnableFunctionLevelLinking="TRUE"
    266 				WarningLevel="3"
    267 				CompileAs="0"/>
    268 			<Tool
    269 				Name="VCCustomBuildTool"
    270 				Description="Testing..."
    271 				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
    272 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
    273 				Outputs="$(IntDir)\pngout.png"/>
    274 			<Tool
    275 				Name="VCLinkerTool"
    276 				OutputFile="$(OutDir)/pngtest.exe"
    277 				LinkIncremental="1"
    278 				SubSystem="1"
    279 				TargetMachine="1"/>
    280 			<Tool
    281 				Name="VCMIDLTool"/>
    282 			<Tool
    283 				Name="VCPostBuildEventTool"/>
    284 			<Tool
    285 				Name="VCPreBuildEventTool"/>
    286 			<Tool
    287 				Name="VCPreLinkEventTool"/>
    288 			<Tool
    289 				Name="VCResourceCompilerTool"/>
    290 			<Tool
    291 				Name="VCWebServiceProxyGeneratorTool"/>
    292 			<Tool
    293 				Name="VCXMLDataGeneratorTool"/>
    294 			<Tool
    295 				Name="VCWebDeploymentTool"/>
    296 			<Tool
    297 				Name="VCManagedWrapperGeneratorTool"/>
    298 			<Tool
    299 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    300 		</Configuration>
    301 		<Configuration
    302 			Name="LIB Debug|Win32"
    303 			OutputDirectory=".\Win32_LIB_Debug\Test"
    304 			IntermediateDirectory=".\Win32_LIB_Debug\Test"
    305 			ConfigurationType="1">
    306 			<Tool
    307 				Name="VCCLCompilerTool"
    308 				Optimization="0"
    309 				AdditionalIncludeDirectories="..\..\..\zlib"
    310 				PreprocessorDefinitions="WIN32;_DEBUG;PNG_NO_GLOBAL_ARRAYS"
    311 				BasicRuntimeChecks="3"
    312 				RuntimeLibrary="3"
    313 				WarningLevel="3"
    314 				DebugInformationFormat="4"
    315 				CompileAs="0"/>
    316 			<Tool
    317 				Name="VCCustomBuildTool"
    318 				Description="Testing..."
    319 				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
    320 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
    321 				Outputs="$(IntDir)\pngout.png"/>
    322 			<Tool
    323 				Name="VCLinkerTool"
    324 				OutputFile="$(OutDir)/pngtest.exe"
    325 				GenerateDebugInformation="TRUE"
    326 				SubSystem="1"
    327 				TargetMachine="1"/>
    328 			<Tool
    329 				Name="VCMIDLTool"/>
    330 			<Tool
    331 				Name="VCPostBuildEventTool"/>
    332 			<Tool
    333 				Name="VCPreBuildEventTool"/>
    334 			<Tool
    335 				Name="VCPreLinkEventTool"/>
    336 			<Tool
    337 				Name="VCResourceCompilerTool"/>
    338 			<Tool
    339 				Name="VCWebServiceProxyGeneratorTool"/>
    340 			<Tool
    341 				Name="VCXMLDataGeneratorTool"/>
    342 			<Tool
    343 				Name="VCWebDeploymentTool"/>
    344 			<Tool
    345 				Name="VCManagedWrapperGeneratorTool"/>
    346 			<Tool
    347 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    348 		</Configuration>
    349 		<Configuration
    350 			Name="LIB ASM Release|Win32"
    351 			OutputDirectory=".\Win32_LIB_ASM_Release\Test"
    352 			IntermediateDirectory=".\Win32_LIB_ASM_Release\Test"
    353 			ConfigurationType="1">
    354 			<Tool
    355 				Name="VCCLCompilerTool"
    356 				InlineFunctionExpansion="1"
    357 				AdditionalIncludeDirectories="..\..\..\zlib"
    358 				PreprocessorDefinitions="WIN32;NDEBUG;PNG_NO_GLOBAL_ARRAYS"
    359 				StringPooling="TRUE"
    360 				RuntimeLibrary="2"
    361 				EnableFunctionLevelLinking="TRUE"
    362 				WarningLevel="3"
    363 				CompileAs="0"/>
    364 			<Tool
    365 				Name="VCCustomBuildTool"
    366 				Description="Testing..."
    367 				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
    368 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
    369 				Outputs="$(IntDir)\pngout.png"/>
    370 			<Tool
    371 				Name="VCLinkerTool"
    372 				OutputFile="$(OutDir)/pngtest.exe"
    373 				LinkIncremental="1"
    374 				SubSystem="1"
    375 				TargetMachine="1"/>
    376 			<Tool
    377 				Name="VCMIDLTool"/>
    378 			<Tool
    379 				Name="VCPostBuildEventTool"/>
    380 			<Tool
    381 				Name="VCPreBuildEventTool"/>
    382 			<Tool
    383 				Name="VCPreLinkEventTool"/>
    384 			<Tool
    385 				Name="VCResourceCompilerTool"/>
    386 			<Tool
    387 				Name="VCWebServiceProxyGeneratorTool"/>
    388 			<Tool
    389 				Name="VCXMLDataGeneratorTool"/>
    390 			<Tool
    391 				Name="VCWebDeploymentTool"/>
    392 			<Tool
    393 				Name="VCManagedWrapperGeneratorTool"/>
    394 			<Tool
    395 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    396 		</Configuration>
    397 		<Configuration
    398 			Name="LIB ASM Debug|Win32"
    399 			OutputDirectory=".\Win32_LIB_ASM_Debug\Test"
    400 			IntermediateDirectory=".\Win32_LIB_ASM_Debug\Test"
    401 			ConfigurationType="1">
    402 			<Tool
    403 				Name="VCCLCompilerTool"
    404 				Optimization="0"
    405 				AdditionalIncludeDirectories="..\..\..\zlib"
    406 				PreprocessorDefinitions="WIN32;_DEBUG;PNG_NO_GLOBAL_ARRAYS"
    407 				BasicRuntimeChecks="3"
    408 				RuntimeLibrary="3"
    409 				WarningLevel="3"
    410 				DebugInformationFormat="4"
    411 				CompileAs="0"/>
    412 			<Tool
    413 				Name="VCCustomBuildTool"
    414 				Description="Testing..."
    415 				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
    416 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
    417 				Outputs="$(IntDir)\pngout.png"/>
    418 			<Tool
    419 				Name="VCLinkerTool"
    420 				OutputFile="$(OutDir)/pngtest.exe"
    421 				GenerateDebugInformation="TRUE"
    422 				SubSystem="1"
    423 				TargetMachine="1"/>
    424 			<Tool
    425 				Name="VCMIDLTool"/>
    426 			<Tool
    427 				Name="VCPostBuildEventTool"/>
    428 			<Tool
    429 				Name="VCPreBuildEventTool"/>
    430 			<Tool
    431 				Name="VCPreLinkEventTool"/>
    432 			<Tool
    433 				Name="VCResourceCompilerTool"/>
    434 			<Tool
    435 				Name="VCWebServiceProxyGeneratorTool"/>
    436 			<Tool
    437 				Name="VCXMLDataGeneratorTool"/>
    438 			<Tool
    439 				Name="VCWebDeploymentTool"/>
    440 			<Tool
    441 				Name="VCManagedWrapperGeneratorTool"/>
    442 			<Tool
    443 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
    444 		</Configuration>
    445 	</Configurations>
    446 	<References>
    447 	</References>
    448 	<Files>
    449 		<Filter
    450 			Name="Source Files"
    451 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
    452 			<File
    453 				RelativePath="..\..\pngtest.c">
    454 			</File>
    455 		</Filter>
    456 	</Files>
    457 	<Globals>
    458 	</Globals>
    459 </VisualStudioProject>
    460