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