Home | History | Annotate | Line # | Download | only in vc9
zlibvc.vcproj revision 1.1
      1  1.1  christos <?xml version="1.0" encoding="Windows-1252"?>
      2  1.1  christos <VisualStudioProject
      3  1.1  christos 	ProjectType="Visual C++"
      4  1.1  christos 	Version="9,00"
      5  1.1  christos 	Name="zlibvc"
      6  1.1  christos 	ProjectGUID="{8FD826F8-3739-44E6-8CC8-997122E53B8D}"
      7  1.1  christos 	RootNamespace="zlibvc"
      8  1.1  christos 	TargetFrameworkVersion="131072"
      9  1.1  christos 	>
     10  1.1  christos 	<Platforms>
     11  1.1  christos 		<Platform
     12  1.1  christos 			Name="Win32"
     13  1.1  christos 		/>
     14  1.1  christos 		<Platform
     15  1.1  christos 			Name="x64"
     16  1.1  christos 		/>
     17  1.1  christos 		<Platform
     18  1.1  christos 			Name="Itanium"
     19  1.1  christos 		/>
     20  1.1  christos 	</Platforms>
     21  1.1  christos 	<ToolFiles>
     22  1.1  christos 	</ToolFiles>
     23  1.1  christos 	<Configurations>
     24  1.1  christos 		<Configuration
     25  1.1  christos 			Name="Debug|Win32"
     26  1.1  christos 			OutputDirectory="x86\ZlibDll$(ConfigurationName)"
     27  1.1  christos 			IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
     28  1.1  christos 			ConfigurationType="2"
     29  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
     30  1.1  christos 			UseOfMFC="0"
     31  1.1  christos 			ATLMinimizesCRunTimeLibraryUsage="false"
     32  1.1  christos 			>
     33  1.1  christos 			<Tool
     34  1.1  christos 				Name="VCPreBuildEventTool"
     35  1.1  christos 			/>
     36  1.1  christos 			<Tool
     37  1.1  christos 				Name="VCCustomBuildTool"
     38  1.1  christos 			/>
     39  1.1  christos 			<Tool
     40  1.1  christos 				Name="VCXMLDataGeneratorTool"
     41  1.1  christos 			/>
     42  1.1  christos 			<Tool
     43  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
     44  1.1  christos 			/>
     45  1.1  christos 			<Tool
     46  1.1  christos 				Name="VCMIDLTool"
     47  1.1  christos 				PreprocessorDefinitions="_DEBUG"
     48  1.1  christos 				MkTypLibCompatible="true"
     49  1.1  christos 				SuppressStartupBanner="true"
     50  1.1  christos 				TargetEnvironment="1"
     51  1.1  christos 				TypeLibraryName="$(OutDir)/zlibvc.tlb"
     52  1.1  christos 			/>
     53  1.1  christos 			<Tool
     54  1.1  christos 				Name="VCCLCompilerTool"
     55  1.1  christos 				Optimization="0"
     56  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
     57  1.1  christos 				PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF"
     58  1.1  christos 				ExceptionHandling="0"
     59  1.1  christos 				RuntimeLibrary="1"
     60  1.1  christos 				BufferSecurityCheck="false"
     61  1.1  christos 				PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
     62  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
     63  1.1  christos 				ObjectFile="$(IntDir)\"
     64  1.1  christos 				ProgramDataBaseFileName="$(OutDir)\"
     65  1.1  christos 				BrowseInformation="0"
     66  1.1  christos 				WarningLevel="3"
     67  1.1  christos 				SuppressStartupBanner="true"
     68  1.1  christos 				DebugInformationFormat="4"
     69  1.1  christos 			/>
     70  1.1  christos 			<Tool
     71  1.1  christos 				Name="VCManagedResourceCompilerTool"
     72  1.1  christos 			/>
     73  1.1  christos 			<Tool
     74  1.1  christos 				Name="VCResourceCompilerTool"
     75  1.1  christos 				PreprocessorDefinitions="_DEBUG"
     76  1.1  christos 				Culture="1036"
     77  1.1  christos 			/>
     78  1.1  christos 			<Tool
     79  1.1  christos 				Name="VCPreLinkEventTool"
     80  1.1  christos 			/>
     81  1.1  christos 			<Tool
     82  1.1  christos 				Name="VCLinkerTool"
     83  1.1  christos 				AdditionalOptions="/MACHINE:I386"
     84  1.1  christos 				AdditionalDependencies="..\..\masmx86\match686.obj ..\..\masmx86\inffas32.obj"
     85  1.1  christos 				OutputFile="$(OutDir)\zlibwapi.dll"
     86  1.1  christos 				LinkIncremental="2"
     87  1.1  christos 				SuppressStartupBanner="true"
     88  1.1  christos 				GenerateManifest="false"
     89  1.1  christos 				ModuleDefinitionFile=".\zlibvc.def"
     90  1.1  christos 				GenerateDebugInformation="true"
     91  1.1  christos 				ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
     92  1.1  christos 				GenerateMapFile="true"
     93  1.1  christos 				MapFileName="$(OutDir)/zlibwapi.map"
     94  1.1  christos 				SubSystem="2"
     95  1.1  christos 				RandomizedBaseAddress="1"
     96  1.1  christos 				DataExecutionPrevention="0"
     97  1.1  christos 				ImportLibrary="$(OutDir)/zlibwapi.lib"
     98  1.1  christos 			/>
     99  1.1  christos 			<Tool
    100  1.1  christos 				Name="VCALinkTool"
    101  1.1  christos 			/>
    102  1.1  christos 			<Tool
    103  1.1  christos 				Name="VCManifestTool"
    104  1.1  christos 			/>
    105  1.1  christos 			<Tool
    106  1.1  christos 				Name="VCXDCMakeTool"
    107  1.1  christos 			/>
    108  1.1  christos 			<Tool
    109  1.1  christos 				Name="VCBscMakeTool"
    110  1.1  christos 			/>
    111  1.1  christos 			<Tool
    112  1.1  christos 				Name="VCFxCopTool"
    113  1.1  christos 			/>
    114  1.1  christos 			<Tool
    115  1.1  christos 				Name="VCAppVerifierTool"
    116  1.1  christos 			/>
    117  1.1  christos 			<Tool
    118  1.1  christos 				Name="VCPostBuildEventTool"
    119  1.1  christos 			/>
    120  1.1  christos 		</Configuration>
    121  1.1  christos 		<Configuration
    122  1.1  christos 			Name="Debug|x64"
    123  1.1  christos 			OutputDirectory="x64\ZlibDll$(ConfigurationName)"
    124  1.1  christos 			IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
    125  1.1  christos 			ConfigurationType="2"
    126  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    127  1.1  christos 			UseOfMFC="0"
    128  1.1  christos 			ATLMinimizesCRunTimeLibraryUsage="false"
    129  1.1  christos 			>
    130  1.1  christos 			<Tool
    131  1.1  christos 				Name="VCPreBuildEventTool"
    132  1.1  christos 			/>
    133  1.1  christos 			<Tool
    134  1.1  christos 				Name="VCCustomBuildTool"
    135  1.1  christos 			/>
    136  1.1  christos 			<Tool
    137  1.1  christos 				Name="VCXMLDataGeneratorTool"
    138  1.1  christos 			/>
    139  1.1  christos 			<Tool
    140  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    141  1.1  christos 			/>
    142  1.1  christos 			<Tool
    143  1.1  christos 				Name="VCMIDLTool"
    144  1.1  christos 				PreprocessorDefinitions="_DEBUG"
    145  1.1  christos 				MkTypLibCompatible="true"
    146  1.1  christos 				SuppressStartupBanner="true"
    147  1.1  christos 				TargetEnvironment="3"
    148  1.1  christos 				TypeLibraryName="$(OutDir)/zlibvc.tlb"
    149  1.1  christos 			/>
    150  1.1  christos 			<Tool
    151  1.1  christos 				Name="VCCLCompilerTool"
    152  1.1  christos 				Optimization="0"
    153  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
    154  1.1  christos 				PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64"
    155  1.1  christos 				ExceptionHandling="0"
    156  1.1  christos 				RuntimeLibrary="3"
    157  1.1  christos 				BufferSecurityCheck="false"
    158  1.1  christos 				PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
    159  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    160  1.1  christos 				ObjectFile="$(IntDir)\"
    161  1.1  christos 				ProgramDataBaseFileName="$(OutDir)\"
    162  1.1  christos 				BrowseInformation="0"
    163  1.1  christos 				WarningLevel="3"
    164  1.1  christos 				SuppressStartupBanner="true"
    165  1.1  christos 				DebugInformationFormat="3"
    166  1.1  christos 			/>
    167  1.1  christos 			<Tool
    168  1.1  christos 				Name="VCManagedResourceCompilerTool"
    169  1.1  christos 			/>
    170  1.1  christos 			<Tool
    171  1.1  christos 				Name="VCResourceCompilerTool"
    172  1.1  christos 				PreprocessorDefinitions="_DEBUG"
    173  1.1  christos 				Culture="1036"
    174  1.1  christos 			/>
    175  1.1  christos 			<Tool
    176  1.1  christos 				Name="VCPreLinkEventTool"
    177  1.1  christos 			/>
    178  1.1  christos 			<Tool
    179  1.1  christos 				Name="VCLinkerTool"
    180  1.1  christos 				AdditionalDependencies="..\..\masmx64\gvmat64.obj ..\..\masmx64\inffasx64.obj "
    181  1.1  christos 				OutputFile="$(OutDir)\zlibwapi.dll"
    182  1.1  christos 				LinkIncremental="2"
    183  1.1  christos 				SuppressStartupBanner="true"
    184  1.1  christos 				GenerateManifest="false"
    185  1.1  christos 				ModuleDefinitionFile=".\zlibvc.def"
    186  1.1  christos 				GenerateDebugInformation="true"
    187  1.1  christos 				ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
    188  1.1  christos 				GenerateMapFile="true"
    189  1.1  christos 				MapFileName="$(OutDir)/zlibwapi.map"
    190  1.1  christos 				SubSystem="2"
    191  1.1  christos 				ImportLibrary="$(OutDir)/zlibwapi.lib"
    192  1.1  christos 				TargetMachine="17"
    193  1.1  christos 			/>
    194  1.1  christos 			<Tool
    195  1.1  christos 				Name="VCALinkTool"
    196  1.1  christos 			/>
    197  1.1  christos 			<Tool
    198  1.1  christos 				Name="VCManifestTool"
    199  1.1  christos 			/>
    200  1.1  christos 			<Tool
    201  1.1  christos 				Name="VCXDCMakeTool"
    202  1.1  christos 			/>
    203  1.1  christos 			<Tool
    204  1.1  christos 				Name="VCBscMakeTool"
    205  1.1  christos 			/>
    206  1.1  christos 			<Tool
    207  1.1  christos 				Name="VCFxCopTool"
    208  1.1  christos 			/>
    209  1.1  christos 			<Tool
    210  1.1  christos 				Name="VCAppVerifierTool"
    211  1.1  christos 			/>
    212  1.1  christos 			<Tool
    213  1.1  christos 				Name="VCPostBuildEventTool"
    214  1.1  christos 			/>
    215  1.1  christos 		</Configuration>
    216  1.1  christos 		<Configuration
    217  1.1  christos 			Name="Debug|Itanium"
    218  1.1  christos 			OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
    219  1.1  christos 			IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
    220  1.1  christos 			ConfigurationType="2"
    221  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    222  1.1  christos 			UseOfMFC="0"
    223  1.1  christos 			ATLMinimizesCRunTimeLibraryUsage="false"
    224  1.1  christos 			>
    225  1.1  christos 			<Tool
    226  1.1  christos 				Name="VCPreBuildEventTool"
    227  1.1  christos 			/>
    228  1.1  christos 			<Tool
    229  1.1  christos 				Name="VCCustomBuildTool"
    230  1.1  christos 			/>
    231  1.1  christos 			<Tool
    232  1.1  christos 				Name="VCXMLDataGeneratorTool"
    233  1.1  christos 			/>
    234  1.1  christos 			<Tool
    235  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    236  1.1  christos 			/>
    237  1.1  christos 			<Tool
    238  1.1  christos 				Name="VCMIDLTool"
    239  1.1  christos 				PreprocessorDefinitions="_DEBUG"
    240  1.1  christos 				MkTypLibCompatible="true"
    241  1.1  christos 				SuppressStartupBanner="true"
    242  1.1  christos 				TargetEnvironment="2"
    243  1.1  christos 				TypeLibraryName="$(OutDir)/zlibvc.tlb"
    244  1.1  christos 			/>
    245  1.1  christos 			<Tool
    246  1.1  christos 				Name="VCCLCompilerTool"
    247  1.1  christos 				Optimization="0"
    248  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
    249  1.1  christos 				PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
    250  1.1  christos 				ExceptionHandling="0"
    251  1.1  christos 				RuntimeLibrary="3"
    252  1.1  christos 				BufferSecurityCheck="false"
    253  1.1  christos 				PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
    254  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    255  1.1  christos 				ObjectFile="$(IntDir)\"
    256  1.1  christos 				ProgramDataBaseFileName="$(OutDir)\"
    257  1.1  christos 				BrowseInformation="0"
    258  1.1  christos 				WarningLevel="3"
    259  1.1  christos 				SuppressStartupBanner="true"
    260  1.1  christos 				DebugInformationFormat="3"
    261  1.1  christos 			/>
    262  1.1  christos 			<Tool
    263  1.1  christos 				Name="VCManagedResourceCompilerTool"
    264  1.1  christos 			/>
    265  1.1  christos 			<Tool
    266  1.1  christos 				Name="VCResourceCompilerTool"
    267  1.1  christos 				PreprocessorDefinitions="_DEBUG"
    268  1.1  christos 				Culture="1036"
    269  1.1  christos 			/>
    270  1.1  christos 			<Tool
    271  1.1  christos 				Name="VCPreLinkEventTool"
    272  1.1  christos 			/>
    273  1.1  christos 			<Tool
    274  1.1  christos 				Name="VCLinkerTool"
    275  1.1  christos 				OutputFile="$(OutDir)\zlibwapi.dll"
    276  1.1  christos 				LinkIncremental="2"
    277  1.1  christos 				SuppressStartupBanner="true"
    278  1.1  christos 				GenerateManifest="false"
    279  1.1  christos 				ModuleDefinitionFile=".\zlibvc.def"
    280  1.1  christos 				GenerateDebugInformation="true"
    281  1.1  christos 				ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
    282  1.1  christos 				GenerateMapFile="true"
    283  1.1  christos 				MapFileName="$(OutDir)/zlibwapi.map"
    284  1.1  christos 				SubSystem="2"
    285  1.1  christos 				ImportLibrary="$(OutDir)/zlibwapi.lib"
    286  1.1  christos 				TargetMachine="5"
    287  1.1  christos 			/>
    288  1.1  christos 			<Tool
    289  1.1  christos 				Name="VCALinkTool"
    290  1.1  christos 			/>
    291  1.1  christos 			<Tool
    292  1.1  christos 				Name="VCManifestTool"
    293  1.1  christos 			/>
    294  1.1  christos 			<Tool
    295  1.1  christos 				Name="VCXDCMakeTool"
    296  1.1  christos 			/>
    297  1.1  christos 			<Tool
    298  1.1  christos 				Name="VCBscMakeTool"
    299  1.1  christos 			/>
    300  1.1  christos 			<Tool
    301  1.1  christos 				Name="VCFxCopTool"
    302  1.1  christos 			/>
    303  1.1  christos 			<Tool
    304  1.1  christos 				Name="VCAppVerifierTool"
    305  1.1  christos 			/>
    306  1.1  christos 			<Tool
    307  1.1  christos 				Name="VCPostBuildEventTool"
    308  1.1  christos 			/>
    309  1.1  christos 		</Configuration>
    310  1.1  christos 		<Configuration
    311  1.1  christos 			Name="ReleaseWithoutAsm|Win32"
    312  1.1  christos 			OutputDirectory="x86\ZlibDll$(ConfigurationName)"
    313  1.1  christos 			IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
    314  1.1  christos 			ConfigurationType="2"
    315  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    316  1.1  christos 			UseOfMFC="0"
    317  1.1  christos 			ATLMinimizesCRunTimeLibraryUsage="false"
    318  1.1  christos 			WholeProgramOptimization="1"
    319  1.1  christos 			>
    320  1.1  christos 			<Tool
    321  1.1  christos 				Name="VCPreBuildEventTool"
    322  1.1  christos 			/>
    323  1.1  christos 			<Tool
    324  1.1  christos 				Name="VCCustomBuildTool"
    325  1.1  christos 			/>
    326  1.1  christos 			<Tool
    327  1.1  christos 				Name="VCXMLDataGeneratorTool"
    328  1.1  christos 			/>
    329  1.1  christos 			<Tool
    330  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    331  1.1  christos 			/>
    332  1.1  christos 			<Tool
    333  1.1  christos 				Name="VCMIDLTool"
    334  1.1  christos 				PreprocessorDefinitions="NDEBUG"
    335  1.1  christos 				MkTypLibCompatible="true"
    336  1.1  christos 				SuppressStartupBanner="true"
    337  1.1  christos 				TargetEnvironment="1"
    338  1.1  christos 				TypeLibraryName="$(OutDir)/zlibvc.tlb"
    339  1.1  christos 			/>
    340  1.1  christos 			<Tool
    341  1.1  christos 				Name="VCCLCompilerTool"
    342  1.1  christos 				InlineFunctionExpansion="1"
    343  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
    344  1.1  christos 				PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI"
    345  1.1  christos 				StringPooling="true"
    346  1.1  christos 				ExceptionHandling="0"
    347  1.1  christos 				RuntimeLibrary="2"
    348  1.1  christos 				BufferSecurityCheck="false"
    349  1.1  christos 				EnableFunctionLevelLinking="true"
    350  1.1  christos 				PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
    351  1.1  christos 				AssemblerOutput="2"
    352  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    353  1.1  christos 				ObjectFile="$(IntDir)\"
    354  1.1  christos 				ProgramDataBaseFileName="$(OutDir)\"
    355  1.1  christos 				BrowseInformation="0"
    356  1.1  christos 				WarningLevel="3"
    357  1.1  christos 				SuppressStartupBanner="true"
    358  1.1  christos 			/>
    359  1.1  christos 			<Tool
    360  1.1  christos 				Name="VCManagedResourceCompilerTool"
    361  1.1  christos 			/>
    362  1.1  christos 			<Tool
    363  1.1  christos 				Name="VCResourceCompilerTool"
    364  1.1  christos 				PreprocessorDefinitions="NDEBUG"
    365  1.1  christos 				Culture="1036"
    366  1.1  christos 			/>
    367  1.1  christos 			<Tool
    368  1.1  christos 				Name="VCPreLinkEventTool"
    369  1.1  christos 			/>
    370  1.1  christos 			<Tool
    371  1.1  christos 				Name="VCLinkerTool"
    372  1.1  christos 				AdditionalOptions="/MACHINE:I386"
    373  1.1  christos 				OutputFile="$(OutDir)\zlibwapi.dll"
    374  1.1  christos 				LinkIncremental="1"
    375  1.1  christos 				SuppressStartupBanner="true"
    376  1.1  christos 				GenerateManifest="false"
    377  1.1  christos 				IgnoreAllDefaultLibraries="false"
    378  1.1  christos 				ModuleDefinitionFile=".\zlibvc.def"
    379  1.1  christos 				ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
    380  1.1  christos 				GenerateMapFile="true"
    381  1.1  christos 				MapFileName="$(OutDir)/zlibwapi.map"
    382  1.1  christos 				SubSystem="2"
    383  1.1  christos 				OptimizeForWindows98="1"
    384  1.1  christos 				RandomizedBaseAddress="1"
    385  1.1  christos 				DataExecutionPrevention="0"
    386  1.1  christos 				ImportLibrary="$(OutDir)/zlibwapi.lib"
    387  1.1  christos 			/>
    388  1.1  christos 			<Tool
    389  1.1  christos 				Name="VCALinkTool"
    390  1.1  christos 			/>
    391  1.1  christos 			<Tool
    392  1.1  christos 				Name="VCManifestTool"
    393  1.1  christos 			/>
    394  1.1  christos 			<Tool
    395  1.1  christos 				Name="VCXDCMakeTool"
    396  1.1  christos 			/>
    397  1.1  christos 			<Tool
    398  1.1  christos 				Name="VCBscMakeTool"
    399  1.1  christos 			/>
    400  1.1  christos 			<Tool
    401  1.1  christos 				Name="VCFxCopTool"
    402  1.1  christos 			/>
    403  1.1  christos 			<Tool
    404  1.1  christos 				Name="VCAppVerifierTool"
    405  1.1  christos 			/>
    406  1.1  christos 			<Tool
    407  1.1  christos 				Name="VCPostBuildEventTool"
    408  1.1  christos 			/>
    409  1.1  christos 		</Configuration>
    410  1.1  christos 		<Configuration
    411  1.1  christos 			Name="ReleaseWithoutAsm|x64"
    412  1.1  christos 			OutputDirectory="x64\ZlibDll$(ConfigurationName)"
    413  1.1  christos 			IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
    414  1.1  christos 			ConfigurationType="2"
    415  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    416  1.1  christos 			UseOfMFC="0"
    417  1.1  christos 			ATLMinimizesCRunTimeLibraryUsage="false"
    418  1.1  christos 			WholeProgramOptimization="1"
    419  1.1  christos 			>
    420  1.1  christos 			<Tool
    421  1.1  christos 				Name="VCPreBuildEventTool"
    422  1.1  christos 			/>
    423  1.1  christos 			<Tool
    424  1.1  christos 				Name="VCCustomBuildTool"
    425  1.1  christos 			/>
    426  1.1  christos 			<Tool
    427  1.1  christos 				Name="VCXMLDataGeneratorTool"
    428  1.1  christos 			/>
    429  1.1  christos 			<Tool
    430  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    431  1.1  christos 			/>
    432  1.1  christos 			<Tool
    433  1.1  christos 				Name="VCMIDLTool"
    434  1.1  christos 				PreprocessorDefinitions="NDEBUG"
    435  1.1  christos 				MkTypLibCompatible="true"
    436  1.1  christos 				SuppressStartupBanner="true"
    437  1.1  christos 				TargetEnvironment="3"
    438  1.1  christos 				TypeLibraryName="$(OutDir)/zlibvc.tlb"
    439  1.1  christos 			/>
    440  1.1  christos 			<Tool
    441  1.1  christos 				Name="VCCLCompilerTool"
    442  1.1  christos 				InlineFunctionExpansion="1"
    443  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
    444  1.1  christos 				PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
    445  1.1  christos 				StringPooling="true"
    446  1.1  christos 				ExceptionHandling="0"
    447  1.1  christos 				RuntimeLibrary="2"
    448  1.1  christos 				BufferSecurityCheck="false"
    449  1.1  christos 				EnableFunctionLevelLinking="true"
    450  1.1  christos 				PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
    451  1.1  christos 				AssemblerOutput="2"
    452  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    453  1.1  christos 				ObjectFile="$(IntDir)\"
    454  1.1  christos 				ProgramDataBaseFileName="$(OutDir)\"
    455  1.1  christos 				BrowseInformation="0"
    456  1.1  christos 				WarningLevel="3"
    457  1.1  christos 				SuppressStartupBanner="true"
    458  1.1  christos 			/>
    459  1.1  christos 			<Tool
    460  1.1  christos 				Name="VCManagedResourceCompilerTool"
    461  1.1  christos 			/>
    462  1.1  christos 			<Tool
    463  1.1  christos 				Name="VCResourceCompilerTool"
    464  1.1  christos 				PreprocessorDefinitions="NDEBUG"
    465  1.1  christos 				Culture="1036"
    466  1.1  christos 			/>
    467  1.1  christos 			<Tool
    468  1.1  christos 				Name="VCPreLinkEventTool"
    469  1.1  christos 			/>
    470  1.1  christos 			<Tool
    471  1.1  christos 				Name="VCLinkerTool"
    472  1.1  christos 				OutputFile="$(OutDir)\zlibwapi.dll"
    473  1.1  christos 				LinkIncremental="1"
    474  1.1  christos 				SuppressStartupBanner="true"
    475  1.1  christos 				GenerateManifest="false"
    476  1.1  christos 				IgnoreAllDefaultLibraries="false"
    477  1.1  christos 				ModuleDefinitionFile=".\zlibvc.def"
    478  1.1  christos 				ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
    479  1.1  christos 				GenerateMapFile="true"
    480  1.1  christos 				MapFileName="$(OutDir)/zlibwapi.map"
    481  1.1  christos 				SubSystem="2"
    482  1.1  christos 				OptimizeForWindows98="1"
    483  1.1  christos 				ImportLibrary="$(OutDir)/zlibwapi.lib"
    484  1.1  christos 				TargetMachine="17"
    485  1.1  christos 			/>
    486  1.1  christos 			<Tool
    487  1.1  christos 				Name="VCALinkTool"
    488  1.1  christos 			/>
    489  1.1  christos 			<Tool
    490  1.1  christos 				Name="VCManifestTool"
    491  1.1  christos 			/>
    492  1.1  christos 			<Tool
    493  1.1  christos 				Name="VCXDCMakeTool"
    494  1.1  christos 			/>
    495  1.1  christos 			<Tool
    496  1.1  christos 				Name="VCBscMakeTool"
    497  1.1  christos 			/>
    498  1.1  christos 			<Tool
    499  1.1  christos 				Name="VCFxCopTool"
    500  1.1  christos 			/>
    501  1.1  christos 			<Tool
    502  1.1  christos 				Name="VCAppVerifierTool"
    503  1.1  christos 			/>
    504  1.1  christos 			<Tool
    505  1.1  christos 				Name="VCPostBuildEventTool"
    506  1.1  christos 			/>
    507  1.1  christos 		</Configuration>
    508  1.1  christos 		<Configuration
    509  1.1  christos 			Name="ReleaseWithoutAsm|Itanium"
    510  1.1  christos 			OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
    511  1.1  christos 			IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
    512  1.1  christos 			ConfigurationType="2"
    513  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    514  1.1  christos 			UseOfMFC="0"
    515  1.1  christos 			ATLMinimizesCRunTimeLibraryUsage="false"
    516  1.1  christos 			WholeProgramOptimization="1"
    517  1.1  christos 			>
    518  1.1  christos 			<Tool
    519  1.1  christos 				Name="VCPreBuildEventTool"
    520  1.1  christos 			/>
    521  1.1  christos 			<Tool
    522  1.1  christos 				Name="VCCustomBuildTool"
    523  1.1  christos 			/>
    524  1.1  christos 			<Tool
    525  1.1  christos 				Name="VCXMLDataGeneratorTool"
    526  1.1  christos 			/>
    527  1.1  christos 			<Tool
    528  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    529  1.1  christos 			/>
    530  1.1  christos 			<Tool
    531  1.1  christos 				Name="VCMIDLTool"
    532  1.1  christos 				PreprocessorDefinitions="NDEBUG"
    533  1.1  christos 				MkTypLibCompatible="true"
    534  1.1  christos 				SuppressStartupBanner="true"
    535  1.1  christos 				TargetEnvironment="2"
    536  1.1  christos 				TypeLibraryName="$(OutDir)/zlibvc.tlb"
    537  1.1  christos 			/>
    538  1.1  christos 			<Tool
    539  1.1  christos 				Name="VCCLCompilerTool"
    540  1.1  christos 				InlineFunctionExpansion="1"
    541  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
    542  1.1  christos 				PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
    543  1.1  christos 				StringPooling="true"
    544  1.1  christos 				ExceptionHandling="0"
    545  1.1  christos 				RuntimeLibrary="2"
    546  1.1  christos 				BufferSecurityCheck="false"
    547  1.1  christos 				EnableFunctionLevelLinking="true"
    548  1.1  christos 				PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
    549  1.1  christos 				AssemblerOutput="2"
    550  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    551  1.1  christos 				ObjectFile="$(IntDir)\"
    552  1.1  christos 				ProgramDataBaseFileName="$(OutDir)\"
    553  1.1  christos 				BrowseInformation="0"
    554  1.1  christos 				WarningLevel="3"
    555  1.1  christos 				SuppressStartupBanner="true"
    556  1.1  christos 			/>
    557  1.1  christos 			<Tool
    558  1.1  christos 				Name="VCManagedResourceCompilerTool"
    559  1.1  christos 			/>
    560  1.1  christos 			<Tool
    561  1.1  christos 				Name="VCResourceCompilerTool"
    562  1.1  christos 				PreprocessorDefinitions="NDEBUG"
    563  1.1  christos 				Culture="1036"
    564  1.1  christos 			/>
    565  1.1  christos 			<Tool
    566  1.1  christos 				Name="VCPreLinkEventTool"
    567  1.1  christos 			/>
    568  1.1  christos 			<Tool
    569  1.1  christos 				Name="VCLinkerTool"
    570  1.1  christos 				OutputFile="$(OutDir)\zlibwapi.dll"
    571  1.1  christos 				LinkIncremental="1"
    572  1.1  christos 				SuppressStartupBanner="true"
    573  1.1  christos 				GenerateManifest="false"
    574  1.1  christos 				IgnoreAllDefaultLibraries="false"
    575  1.1  christos 				ModuleDefinitionFile=".\zlibvc.def"
    576  1.1  christos 				ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
    577  1.1  christos 				GenerateMapFile="true"
    578  1.1  christos 				MapFileName="$(OutDir)/zlibwapi.map"
    579  1.1  christos 				SubSystem="2"
    580  1.1  christos 				OptimizeForWindows98="1"
    581  1.1  christos 				ImportLibrary="$(OutDir)/zlibwapi.lib"
    582  1.1  christos 				TargetMachine="5"
    583  1.1  christos 			/>
    584  1.1  christos 			<Tool
    585  1.1  christos 				Name="VCALinkTool"
    586  1.1  christos 			/>
    587  1.1  christos 			<Tool
    588  1.1  christos 				Name="VCManifestTool"
    589  1.1  christos 			/>
    590  1.1  christos 			<Tool
    591  1.1  christos 				Name="VCXDCMakeTool"
    592  1.1  christos 			/>
    593  1.1  christos 			<Tool
    594  1.1  christos 				Name="VCBscMakeTool"
    595  1.1  christos 			/>
    596  1.1  christos 			<Tool
    597  1.1  christos 				Name="VCFxCopTool"
    598  1.1  christos 			/>
    599  1.1  christos 			<Tool
    600  1.1  christos 				Name="VCAppVerifierTool"
    601  1.1  christos 			/>
    602  1.1  christos 			<Tool
    603  1.1  christos 				Name="VCPostBuildEventTool"
    604  1.1  christos 			/>
    605  1.1  christos 		</Configuration>
    606  1.1  christos 		<Configuration
    607  1.1  christos 			Name="Release|Win32"
    608  1.1  christos 			OutputDirectory="x86\ZlibDll$(ConfigurationName)"
    609  1.1  christos 			IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp"
    610  1.1  christos 			ConfigurationType="2"
    611  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    612  1.1  christos 			UseOfMFC="0"
    613  1.1  christos 			ATLMinimizesCRunTimeLibraryUsage="false"
    614  1.1  christos 			WholeProgramOptimization="1"
    615  1.1  christos 			>
    616  1.1  christos 			<Tool
    617  1.1  christos 				Name="VCPreBuildEventTool"
    618  1.1  christos 			/>
    619  1.1  christos 			<Tool
    620  1.1  christos 				Name="VCCustomBuildTool"
    621  1.1  christos 			/>
    622  1.1  christos 			<Tool
    623  1.1  christos 				Name="VCXMLDataGeneratorTool"
    624  1.1  christos 			/>
    625  1.1  christos 			<Tool
    626  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    627  1.1  christos 			/>
    628  1.1  christos 			<Tool
    629  1.1  christos 				Name="VCMIDLTool"
    630  1.1  christos 				PreprocessorDefinitions="NDEBUG"
    631  1.1  christos 				MkTypLibCompatible="true"
    632  1.1  christos 				SuppressStartupBanner="true"
    633  1.1  christos 				TargetEnvironment="1"
    634  1.1  christos 				TypeLibraryName="$(OutDir)/zlibvc.tlb"
    635  1.1  christos 			/>
    636  1.1  christos 			<Tool
    637  1.1  christos 				Name="VCCLCompilerTool"
    638  1.1  christos 				InlineFunctionExpansion="1"
    639  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
    640  1.1  christos 				PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF"
    641  1.1  christos 				StringPooling="true"
    642  1.1  christos 				ExceptionHandling="0"
    643  1.1  christos 				RuntimeLibrary="0"
    644  1.1  christos 				BufferSecurityCheck="false"
    645  1.1  christos 				EnableFunctionLevelLinking="true"
    646  1.1  christos 				PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
    647  1.1  christos 				AssemblerOutput="2"
    648  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    649  1.1  christos 				ObjectFile="$(IntDir)\"
    650  1.1  christos 				ProgramDataBaseFileName="$(OutDir)\"
    651  1.1  christos 				BrowseInformation="0"
    652  1.1  christos 				WarningLevel="3"
    653  1.1  christos 				SuppressStartupBanner="true"
    654  1.1  christos 			/>
    655  1.1  christos 			<Tool
    656  1.1  christos 				Name="VCManagedResourceCompilerTool"
    657  1.1  christos 			/>
    658  1.1  christos 			<Tool
    659  1.1  christos 				Name="VCResourceCompilerTool"
    660  1.1  christos 				PreprocessorDefinitions="NDEBUG"
    661  1.1  christos 				Culture="1036"
    662  1.1  christos 			/>
    663  1.1  christos 			<Tool
    664  1.1  christos 				Name="VCPreLinkEventTool"
    665  1.1  christos 			/>
    666  1.1  christos 			<Tool
    667  1.1  christos 				Name="VCLinkerTool"
    668  1.1  christos 				AdditionalOptions="/MACHINE:I386"
    669  1.1  christos 				AdditionalDependencies="..\..\masmx86\match686.obj ..\..\masmx86\inffas32.obj "
    670  1.1  christos 				OutputFile="$(OutDir)\zlibwapi.dll"
    671  1.1  christos 				LinkIncremental="1"
    672  1.1  christos 				SuppressStartupBanner="true"
    673  1.1  christos 				GenerateManifest="false"
    674  1.1  christos 				IgnoreAllDefaultLibraries="false"
    675  1.1  christos 				ModuleDefinitionFile=".\zlibvc.def"
    676  1.1  christos 				ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
    677  1.1  christos 				GenerateMapFile="true"
    678  1.1  christos 				MapFileName="$(OutDir)/zlibwapi.map"
    679  1.1  christos 				SubSystem="2"
    680  1.1  christos 				OptimizeForWindows98="1"
    681  1.1  christos 				RandomizedBaseAddress="1"
    682  1.1  christos 				DataExecutionPrevention="0"
    683  1.1  christos 				ImportLibrary="$(OutDir)/zlibwapi.lib"
    684  1.1  christos 			/>
    685  1.1  christos 			<Tool
    686  1.1  christos 				Name="VCALinkTool"
    687  1.1  christos 			/>
    688  1.1  christos 			<Tool
    689  1.1  christos 				Name="VCManifestTool"
    690  1.1  christos 			/>
    691  1.1  christos 			<Tool
    692  1.1  christos 				Name="VCXDCMakeTool"
    693  1.1  christos 			/>
    694  1.1  christos 			<Tool
    695  1.1  christos 				Name="VCBscMakeTool"
    696  1.1  christos 			/>
    697  1.1  christos 			<Tool
    698  1.1  christos 				Name="VCFxCopTool"
    699  1.1  christos 			/>
    700  1.1  christos 			<Tool
    701  1.1  christos 				Name="VCAppVerifierTool"
    702  1.1  christos 			/>
    703  1.1  christos 			<Tool
    704  1.1  christos 				Name="VCPostBuildEventTool"
    705  1.1  christos 			/>
    706  1.1  christos 		</Configuration>
    707  1.1  christos 		<Configuration
    708  1.1  christos 			Name="Release|x64"
    709  1.1  christos 			OutputDirectory="x64\ZlibDll$(ConfigurationName)"
    710  1.1  christos 			IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp"
    711  1.1  christos 			ConfigurationType="2"
    712  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    713  1.1  christos 			UseOfMFC="0"
    714  1.1  christos 			ATLMinimizesCRunTimeLibraryUsage="false"
    715  1.1  christos 			WholeProgramOptimization="1"
    716  1.1  christos 			>
    717  1.1  christos 			<Tool
    718  1.1  christos 				Name="VCPreBuildEventTool"
    719  1.1  christos 			/>
    720  1.1  christos 			<Tool
    721  1.1  christos 				Name="VCCustomBuildTool"
    722  1.1  christos 			/>
    723  1.1  christos 			<Tool
    724  1.1  christos 				Name="VCXMLDataGeneratorTool"
    725  1.1  christos 			/>
    726  1.1  christos 			<Tool
    727  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    728  1.1  christos 			/>
    729  1.1  christos 			<Tool
    730  1.1  christos 				Name="VCMIDLTool"
    731  1.1  christos 				PreprocessorDefinitions="NDEBUG"
    732  1.1  christos 				MkTypLibCompatible="true"
    733  1.1  christos 				SuppressStartupBanner="true"
    734  1.1  christos 				TargetEnvironment="3"
    735  1.1  christos 				TypeLibraryName="$(OutDir)/zlibvc.tlb"
    736  1.1  christos 			/>
    737  1.1  christos 			<Tool
    738  1.1  christos 				Name="VCCLCompilerTool"
    739  1.1  christos 				InlineFunctionExpansion="1"
    740  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
    741  1.1  christos 				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64"
    742  1.1  christos 				StringPooling="true"
    743  1.1  christos 				ExceptionHandling="0"
    744  1.1  christos 				RuntimeLibrary="2"
    745  1.1  christos 				BufferSecurityCheck="false"
    746  1.1  christos 				EnableFunctionLevelLinking="true"
    747  1.1  christos 				PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
    748  1.1  christos 				AssemblerOutput="2"
    749  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    750  1.1  christos 				ObjectFile="$(IntDir)\"
    751  1.1  christos 				ProgramDataBaseFileName="$(OutDir)\"
    752  1.1  christos 				BrowseInformation="0"
    753  1.1  christos 				WarningLevel="3"
    754  1.1  christos 				SuppressStartupBanner="true"
    755  1.1  christos 			/>
    756  1.1  christos 			<Tool
    757  1.1  christos 				Name="VCManagedResourceCompilerTool"
    758  1.1  christos 			/>
    759  1.1  christos 			<Tool
    760  1.1  christos 				Name="VCResourceCompilerTool"
    761  1.1  christos 				PreprocessorDefinitions="NDEBUG"
    762  1.1  christos 				Culture="1036"
    763  1.1  christos 			/>
    764  1.1  christos 			<Tool
    765  1.1  christos 				Name="VCPreLinkEventTool"
    766  1.1  christos 			/>
    767  1.1  christos 			<Tool
    768  1.1  christos 				Name="VCLinkerTool"
    769  1.1  christos 				AdditionalDependencies="..\..\masmx64\gvmat64.obj ..\..\masmx64\inffasx64.obj "
    770  1.1  christos 				OutputFile="$(OutDir)\zlibwapi.dll"
    771  1.1  christos 				LinkIncremental="1"
    772  1.1  christos 				SuppressStartupBanner="true"
    773  1.1  christos 				GenerateManifest="false"
    774  1.1  christos 				IgnoreAllDefaultLibraries="false"
    775  1.1  christos 				ModuleDefinitionFile=".\zlibvc.def"
    776  1.1  christos 				ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
    777  1.1  christos 				GenerateMapFile="true"
    778  1.1  christos 				MapFileName="$(OutDir)/zlibwapi.map"
    779  1.1  christos 				SubSystem="2"
    780  1.1  christos 				OptimizeForWindows98="1"
    781  1.1  christos 				ImportLibrary="$(OutDir)/zlibwapi.lib"
    782  1.1  christos 				TargetMachine="17"
    783  1.1  christos 			/>
    784  1.1  christos 			<Tool
    785  1.1  christos 				Name="VCALinkTool"
    786  1.1  christos 			/>
    787  1.1  christos 			<Tool
    788  1.1  christos 				Name="VCManifestTool"
    789  1.1  christos 			/>
    790  1.1  christos 			<Tool
    791  1.1  christos 				Name="VCXDCMakeTool"
    792  1.1  christos 			/>
    793  1.1  christos 			<Tool
    794  1.1  christos 				Name="VCBscMakeTool"
    795  1.1  christos 			/>
    796  1.1  christos 			<Tool
    797  1.1  christos 				Name="VCFxCopTool"
    798  1.1  christos 			/>
    799  1.1  christos 			<Tool
    800  1.1  christos 				Name="VCAppVerifierTool"
    801  1.1  christos 			/>
    802  1.1  christos 			<Tool
    803  1.1  christos 				Name="VCPostBuildEventTool"
    804  1.1  christos 			/>
    805  1.1  christos 		</Configuration>
    806  1.1  christos 		<Configuration
    807  1.1  christos 			Name="Release|Itanium"
    808  1.1  christos 			OutputDirectory="ia64\ZlibDll$(ConfigurationName)"
    809  1.1  christos 			IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp"
    810  1.1  christos 			ConfigurationType="2"
    811  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    812  1.1  christos 			UseOfMFC="0"
    813  1.1  christos 			ATLMinimizesCRunTimeLibraryUsage="false"
    814  1.1  christos 			WholeProgramOptimization="1"
    815  1.1  christos 			>
    816  1.1  christos 			<Tool
    817  1.1  christos 				Name="VCPreBuildEventTool"
    818  1.1  christos 			/>
    819  1.1  christos 			<Tool
    820  1.1  christos 				Name="VCCustomBuildTool"
    821  1.1  christos 			/>
    822  1.1  christos 			<Tool
    823  1.1  christos 				Name="VCXMLDataGeneratorTool"
    824  1.1  christos 			/>
    825  1.1  christos 			<Tool
    826  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    827  1.1  christos 			/>
    828  1.1  christos 			<Tool
    829  1.1  christos 				Name="VCMIDLTool"
    830  1.1  christos 				PreprocessorDefinitions="NDEBUG"
    831  1.1  christos 				MkTypLibCompatible="true"
    832  1.1  christos 				SuppressStartupBanner="true"
    833  1.1  christos 				TargetEnvironment="2"
    834  1.1  christos 				TypeLibraryName="$(OutDir)/zlibvc.tlb"
    835  1.1  christos 			/>
    836  1.1  christos 			<Tool
    837  1.1  christos 				Name="VCCLCompilerTool"
    838  1.1  christos 				InlineFunctionExpansion="1"
    839  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\masmx86"
    840  1.1  christos 				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64"
    841  1.1  christos 				StringPooling="true"
    842  1.1  christos 				ExceptionHandling="0"
    843  1.1  christos 				RuntimeLibrary="2"
    844  1.1  christos 				BufferSecurityCheck="false"
    845  1.1  christos 				EnableFunctionLevelLinking="true"
    846  1.1  christos 				PrecompiledHeaderFile="$(IntDir)/zlibvc.pch"
    847  1.1  christos 				AssemblerOutput="2"
    848  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    849  1.1  christos 				ObjectFile="$(IntDir)\"
    850  1.1  christos 				ProgramDataBaseFileName="$(OutDir)\"
    851  1.1  christos 				BrowseInformation="0"
    852  1.1  christos 				WarningLevel="3"
    853  1.1  christos 				SuppressStartupBanner="true"
    854  1.1  christos 			/>
    855  1.1  christos 			<Tool
    856  1.1  christos 				Name="VCManagedResourceCompilerTool"
    857  1.1  christos 			/>
    858  1.1  christos 			<Tool
    859  1.1  christos 				Name="VCResourceCompilerTool"
    860  1.1  christos 				PreprocessorDefinitions="NDEBUG"
    861  1.1  christos 				Culture="1036"
    862  1.1  christos 			/>
    863  1.1  christos 			<Tool
    864  1.1  christos 				Name="VCPreLinkEventTool"
    865  1.1  christos 			/>
    866  1.1  christos 			<Tool
    867  1.1  christos 				Name="VCLinkerTool"
    868  1.1  christos 				OutputFile="$(OutDir)\zlibwapi.dll"
    869  1.1  christos 				LinkIncremental="1"
    870  1.1  christos 				SuppressStartupBanner="true"
    871  1.1  christos 				GenerateManifest="false"
    872  1.1  christos 				IgnoreAllDefaultLibraries="false"
    873  1.1  christos 				ModuleDefinitionFile=".\zlibvc.def"
    874  1.1  christos 				ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb"
    875  1.1  christos 				GenerateMapFile="true"
    876  1.1  christos 				MapFileName="$(OutDir)/zlibwapi.map"
    877  1.1  christos 				SubSystem="2"
    878  1.1  christos 				OptimizeForWindows98="1"
    879  1.1  christos 				ImportLibrary="$(OutDir)/zlibwapi.lib"
    880  1.1  christos 				TargetMachine="5"
    881  1.1  christos 			/>
    882  1.1  christos 			<Tool
    883  1.1  christos 				Name="VCALinkTool"
    884  1.1  christos 			/>
    885  1.1  christos 			<Tool
    886  1.1  christos 				Name="VCManifestTool"
    887  1.1  christos 			/>
    888  1.1  christos 			<Tool
    889  1.1  christos 				Name="VCXDCMakeTool"
    890  1.1  christos 			/>
    891  1.1  christos 			<Tool
    892  1.1  christos 				Name="VCBscMakeTool"
    893  1.1  christos 			/>
    894  1.1  christos 			<Tool
    895  1.1  christos 				Name="VCFxCopTool"
    896  1.1  christos 			/>
    897  1.1  christos 			<Tool
    898  1.1  christos 				Name="VCAppVerifierTool"
    899  1.1  christos 			/>
    900  1.1  christos 			<Tool
    901  1.1  christos 				Name="VCPostBuildEventTool"
    902  1.1  christos 			/>
    903  1.1  christos 		</Configuration>
    904  1.1  christos 	</Configurations>
    905  1.1  christos 	<References>
    906  1.1  christos 	</References>
    907  1.1  christos 	<Files>
    908  1.1  christos 		<Filter
    909  1.1  christos 			Name="Source Files"
    910  1.1  christos 			Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
    911  1.1  christos 			>
    912  1.1  christos 			<File
    913  1.1  christos 				RelativePath="..\..\..\adler32.c"
    914  1.1  christos 				>
    915  1.1  christos 			</File>
    916  1.1  christos 			<File
    917  1.1  christos 				RelativePath="..\..\..\compress.c"
    918  1.1  christos 				>
    919  1.1  christos 			</File>
    920  1.1  christos 			<File
    921  1.1  christos 				RelativePath="..\..\..\crc32.c"
    922  1.1  christos 				>
    923  1.1  christos 			</File>
    924  1.1  christos 			<File
    925  1.1  christos 				RelativePath="..\..\..\deflate.c"
    926  1.1  christos 				>
    927  1.1  christos 			</File>
    928  1.1  christos 			<File
    929  1.1  christos 				RelativePath="..\..\..\gzclose.c"
    930  1.1  christos 				>
    931  1.1  christos 			</File>
    932  1.1  christos 			<File
    933  1.1  christos 				RelativePath="..\..\..\gzguts.h"
    934  1.1  christos 				>
    935  1.1  christos 			</File>
    936  1.1  christos 			<File
    937  1.1  christos 				RelativePath="..\..\..\gzlib.c"
    938  1.1  christos 				>
    939  1.1  christos 			</File>
    940  1.1  christos 			<File
    941  1.1  christos 				RelativePath="..\..\..\gzread.c"
    942  1.1  christos 				>
    943  1.1  christos 			</File>
    944  1.1  christos 			<File
    945  1.1  christos 				RelativePath="..\..\..\gzwrite.c"
    946  1.1  christos 				>
    947  1.1  christos 			</File>
    948  1.1  christos 			<File
    949  1.1  christos 				RelativePath="..\..\..\infback.c"
    950  1.1  christos 				>
    951  1.1  christos 			</File>
    952  1.1  christos 			<File
    953  1.1  christos 				RelativePath="..\..\masmx64\inffas8664.c"
    954  1.1  christos 				>
    955  1.1  christos 				<FileConfiguration
    956  1.1  christos 					Name="Debug|Win32"
    957  1.1  christos 					ExcludedFromBuild="true"
    958  1.1  christos 					>
    959  1.1  christos 					<Tool
    960  1.1  christos 						Name="VCCLCompilerTool"
    961  1.1  christos 					/>
    962  1.1  christos 				</FileConfiguration>
    963  1.1  christos 				<FileConfiguration
    964  1.1  christos 					Name="Debug|Itanium"
    965  1.1  christos 					ExcludedFromBuild="true"
    966  1.1  christos 					>
    967  1.1  christos 					<Tool
    968  1.1  christos 						Name="VCCLCompilerTool"
    969  1.1  christos 					/>
    970  1.1  christos 				</FileConfiguration>
    971  1.1  christos 				<FileConfiguration
    972  1.1  christos 					Name="ReleaseWithoutAsm|Win32"
    973  1.1  christos 					ExcludedFromBuild="true"
    974  1.1  christos 					>
    975  1.1  christos 					<Tool
    976  1.1  christos 						Name="VCCLCompilerTool"
    977  1.1  christos 					/>
    978  1.1  christos 				</FileConfiguration>
    979  1.1  christos 				<FileConfiguration
    980  1.1  christos 					Name="ReleaseWithoutAsm|Itanium"
    981  1.1  christos 					ExcludedFromBuild="true"
    982  1.1  christos 					>
    983  1.1  christos 					<Tool
    984  1.1  christos 						Name="VCCLCompilerTool"
    985  1.1  christos 					/>
    986  1.1  christos 				</FileConfiguration>
    987  1.1  christos 				<FileConfiguration
    988  1.1  christos 					Name="Release|Win32"
    989  1.1  christos 					ExcludedFromBuild="true"
    990  1.1  christos 					>
    991  1.1  christos 					<Tool
    992  1.1  christos 						Name="VCCLCompilerTool"
    993  1.1  christos 					/>
    994  1.1  christos 				</FileConfiguration>
    995  1.1  christos 				<FileConfiguration
    996  1.1  christos 					Name="Release|Itanium"
    997  1.1  christos 					ExcludedFromBuild="true"
    998  1.1  christos 					>
    999  1.1  christos 					<Tool
   1000  1.1  christos 						Name="VCCLCompilerTool"
   1001  1.1  christos 					/>
   1002  1.1  christos 				</FileConfiguration>
   1003  1.1  christos 			</File>
   1004  1.1  christos 			<File
   1005  1.1  christos 				RelativePath="..\..\..\inffast.c"
   1006  1.1  christos 				>
   1007  1.1  christos 			</File>
   1008  1.1  christos 			<File
   1009  1.1  christos 				RelativePath="..\..\..\inflate.c"
   1010  1.1  christos 				>
   1011  1.1  christos 			</File>
   1012  1.1  christos 			<File
   1013  1.1  christos 				RelativePath="..\..\..\inftrees.c"
   1014  1.1  christos 				>
   1015  1.1  christos 			</File>
   1016  1.1  christos 			<File
   1017  1.1  christos 				RelativePath="..\..\minizip\ioapi.c"
   1018  1.1  christos 				>
   1019  1.1  christos 			</File>
   1020  1.1  christos 			<File
   1021  1.1  christos 				RelativePath="..\..\minizip\iowin32.c"
   1022  1.1  christos 				>
   1023  1.1  christos 			</File>
   1024  1.1  christos 			<File
   1025  1.1  christos 				RelativePath="..\..\..\trees.c"
   1026  1.1  christos 				>
   1027  1.1  christos 			</File>
   1028  1.1  christos 			<File
   1029  1.1  christos 				RelativePath="..\..\..\uncompr.c"
   1030  1.1  christos 				>
   1031  1.1  christos 			</File>
   1032  1.1  christos 			<File
   1033  1.1  christos 				RelativePath="..\..\minizip\unzip.c"
   1034  1.1  christos 				>
   1035  1.1  christos 				<FileConfiguration
   1036  1.1  christos 					Name="Release|Win32"
   1037  1.1  christos 					>
   1038  1.1  christos 					<Tool
   1039  1.1  christos 						Name="VCCLCompilerTool"
   1040  1.1  christos 						AdditionalIncludeDirectories=""
   1041  1.1  christos 						PreprocessorDefinitions="ZLIB_INTERNAL"
   1042  1.1  christos 					/>
   1043  1.1  christos 				</FileConfiguration>
   1044  1.1  christos 				<FileConfiguration
   1045  1.1  christos 					Name="Release|x64"
   1046  1.1  christos 					>
   1047  1.1  christos 					<Tool
   1048  1.1  christos 						Name="VCCLCompilerTool"
   1049  1.1  christos 						AdditionalIncludeDirectories=""
   1050  1.1  christos 						PreprocessorDefinitions="ZLIB_INTERNAL"
   1051  1.1  christos 					/>
   1052  1.1  christos 				</FileConfiguration>
   1053  1.1  christos 				<FileConfiguration
   1054  1.1  christos 					Name="Release|Itanium"
   1055  1.1  christos 					>
   1056  1.1  christos 					<Tool
   1057  1.1  christos 						Name="VCCLCompilerTool"
   1058  1.1  christos 						AdditionalIncludeDirectories=""
   1059  1.1  christos 						PreprocessorDefinitions="ZLIB_INTERNAL"
   1060  1.1  christos 					/>
   1061  1.1  christos 				</FileConfiguration>
   1062  1.1  christos 			</File>
   1063  1.1  christos 			<File
   1064  1.1  christos 				RelativePath="..\..\minizip\zip.c"
   1065  1.1  christos 				>
   1066  1.1  christos 				<FileConfiguration
   1067  1.1  christos 					Name="Release|Win32"
   1068  1.1  christos 					>
   1069  1.1  christos 					<Tool
   1070  1.1  christos 						Name="VCCLCompilerTool"
   1071  1.1  christos 						AdditionalIncludeDirectories=""
   1072  1.1  christos 						PreprocessorDefinitions="ZLIB_INTERNAL"
   1073  1.1  christos 					/>
   1074  1.1  christos 				</FileConfiguration>
   1075  1.1  christos 				<FileConfiguration
   1076  1.1  christos 					Name="Release|x64"
   1077  1.1  christos 					>
   1078  1.1  christos 					<Tool
   1079  1.1  christos 						Name="VCCLCompilerTool"
   1080  1.1  christos 						AdditionalIncludeDirectories=""
   1081  1.1  christos 						PreprocessorDefinitions="ZLIB_INTERNAL"
   1082  1.1  christos 					/>
   1083  1.1  christos 				</FileConfiguration>
   1084  1.1  christos 				<FileConfiguration
   1085  1.1  christos 					Name="Release|Itanium"
   1086  1.1  christos 					>
   1087  1.1  christos 					<Tool
   1088  1.1  christos 						Name="VCCLCompilerTool"
   1089  1.1  christos 						AdditionalIncludeDirectories=""
   1090  1.1  christos 						PreprocessorDefinitions="ZLIB_INTERNAL"
   1091  1.1  christos 					/>
   1092  1.1  christos 				</FileConfiguration>
   1093  1.1  christos 			</File>
   1094  1.1  christos 			<File
   1095  1.1  christos 				RelativePath=".\zlib.rc"
   1096  1.1  christos 				>
   1097  1.1  christos 			</File>
   1098  1.1  christos 			<File
   1099  1.1  christos 				RelativePath=".\zlibvc.def"
   1100  1.1  christos 				>
   1101  1.1  christos 			</File>
   1102  1.1  christos 			<File
   1103  1.1  christos 				RelativePath="..\..\..\zutil.c"
   1104  1.1  christos 				>
   1105  1.1  christos 			</File>
   1106  1.1  christos 		</Filter>
   1107  1.1  christos 		<Filter
   1108  1.1  christos 			Name="Header Files"
   1109  1.1  christos 			Filter="h;hpp;hxx;hm;inl;fi;fd"
   1110  1.1  christos 			>
   1111  1.1  christos 			<File
   1112  1.1  christos 				RelativePath="..\..\..\deflate.h"
   1113  1.1  christos 				>
   1114  1.1  christos 			</File>
   1115  1.1  christos 			<File
   1116  1.1  christos 				RelativePath="..\..\..\infblock.h"
   1117  1.1  christos 				>
   1118  1.1  christos 			</File>
   1119  1.1  christos 			<File
   1120  1.1  christos 				RelativePath="..\..\..\infcodes.h"
   1121  1.1  christos 				>
   1122  1.1  christos 			</File>
   1123  1.1  christos 			<File
   1124  1.1  christos 				RelativePath="..\..\..\inffast.h"
   1125  1.1  christos 				>
   1126  1.1  christos 			</File>
   1127  1.1  christos 			<File
   1128  1.1  christos 				RelativePath="..\..\..\inftrees.h"
   1129  1.1  christos 				>
   1130  1.1  christos 			</File>
   1131  1.1  christos 			<File
   1132  1.1  christos 				RelativePath="..\..\..\infutil.h"
   1133  1.1  christos 				>
   1134  1.1  christos 			</File>
   1135  1.1  christos 			<File
   1136  1.1  christos 				RelativePath="..\..\..\zconf.h"
   1137  1.1  christos 				>
   1138  1.1  christos 			</File>
   1139  1.1  christos 			<File
   1140  1.1  christos 				RelativePath="..\..\..\zlib.h"
   1141  1.1  christos 				>
   1142  1.1  christos 			</File>
   1143  1.1  christos 			<File
   1144  1.1  christos 				RelativePath="..\..\..\zutil.h"
   1145  1.1  christos 				>
   1146  1.1  christos 			</File>
   1147  1.1  christos 		</Filter>
   1148  1.1  christos 		<Filter
   1149  1.1  christos 			Name="Resource Files"
   1150  1.1  christos 			Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
   1151  1.1  christos 			>
   1152  1.1  christos 		</Filter>
   1153  1.1  christos 	</Files>
   1154  1.1  christos 	<Globals>
   1155  1.1  christos 	</Globals>
   1156  1.1  christos </VisualStudioProject>
   1157