Home | History | Annotate | Line # | Download | only in vc9
minizip.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="minizip"
      6  1.1  christos 	ProjectGUID="{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}"
      7  1.1  christos 	Keyword="Win32Proj"
      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\MiniZip$(ConfigurationName)"
     27  1.1  christos 			IntermediateDirectory="x86\MiniZip$(ConfigurationName)\Tmp"
     28  1.1  christos 			ConfigurationType="1"
     29  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
     30  1.1  christos 			CharacterSet="2"
     31  1.1  christos 			>
     32  1.1  christos 			<Tool
     33  1.1  christos 				Name="VCPreBuildEventTool"
     34  1.1  christos 			/>
     35  1.1  christos 			<Tool
     36  1.1  christos 				Name="VCCustomBuildTool"
     37  1.1  christos 			/>
     38  1.1  christos 			<Tool
     39  1.1  christos 				Name="VCXMLDataGeneratorTool"
     40  1.1  christos 			/>
     41  1.1  christos 			<Tool
     42  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
     43  1.1  christos 			/>
     44  1.1  christos 			<Tool
     45  1.1  christos 				Name="VCMIDLTool"
     46  1.1  christos 			/>
     47  1.1  christos 			<Tool
     48  1.1  christos 				Name="VCCLCompilerTool"
     49  1.1  christos 				Optimization="0"
     50  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
     51  1.1  christos 				PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE"
     52  1.1  christos 				MinimalRebuild="true"
     53  1.1  christos 				BasicRuntimeChecks="0"
     54  1.1  christos 				RuntimeLibrary="1"
     55  1.1  christos 				BufferSecurityCheck="false"
     56  1.1  christos 				UsePrecompiledHeader="0"
     57  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
     58  1.1  christos 				WarningLevel="3"
     59  1.1  christos 				Detect64BitPortabilityProblems="true"
     60  1.1  christos 				DebugInformationFormat="4"
     61  1.1  christos 			/>
     62  1.1  christos 			<Tool
     63  1.1  christos 				Name="VCManagedResourceCompilerTool"
     64  1.1  christos 			/>
     65  1.1  christos 			<Tool
     66  1.1  christos 				Name="VCResourceCompilerTool"
     67  1.1  christos 			/>
     68  1.1  christos 			<Tool
     69  1.1  christos 				Name="VCPreLinkEventTool"
     70  1.1  christos 			/>
     71  1.1  christos 			<Tool
     72  1.1  christos 				Name="VCLinkerTool"
     73  1.1  christos 				AdditionalDependencies="x86\ZlibDllDebug\zlibwapi.lib"
     74  1.1  christos 				OutputFile="$(OutDir)/minizip.exe"
     75  1.1  christos 				LinkIncremental="2"
     76  1.1  christos 				GenerateManifest="false"
     77  1.1  christos 				GenerateDebugInformation="true"
     78  1.1  christos 				ProgramDatabaseFile="$(OutDir)/minizip.pdb"
     79  1.1  christos 				SubSystem="1"
     80  1.1  christos 				RandomizedBaseAddress="1"
     81  1.1  christos 				DataExecutionPrevention="0"
     82  1.1  christos 				TargetMachine="1"
     83  1.1  christos 			/>
     84  1.1  christos 			<Tool
     85  1.1  christos 				Name="VCALinkTool"
     86  1.1  christos 			/>
     87  1.1  christos 			<Tool
     88  1.1  christos 				Name="VCManifestTool"
     89  1.1  christos 			/>
     90  1.1  christos 			<Tool
     91  1.1  christos 				Name="VCXDCMakeTool"
     92  1.1  christos 			/>
     93  1.1  christos 			<Tool
     94  1.1  christos 				Name="VCBscMakeTool"
     95  1.1  christos 			/>
     96  1.1  christos 			<Tool
     97  1.1  christos 				Name="VCFxCopTool"
     98  1.1  christos 			/>
     99  1.1  christos 			<Tool
    100  1.1  christos 				Name="VCAppVerifierTool"
    101  1.1  christos 			/>
    102  1.1  christos 			<Tool
    103  1.1  christos 				Name="VCPostBuildEventTool"
    104  1.1  christos 			/>
    105  1.1  christos 		</Configuration>
    106  1.1  christos 		<Configuration
    107  1.1  christos 			Name="Release|Win32"
    108  1.1  christos 			OutputDirectory="x86\MiniZip$(ConfigurationName)"
    109  1.1  christos 			IntermediateDirectory="x86\MiniZip$(ConfigurationName)\Tmp"
    110  1.1  christos 			ConfigurationType="1"
    111  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    112  1.1  christos 			CharacterSet="2"
    113  1.1  christos 			>
    114  1.1  christos 			<Tool
    115  1.1  christos 				Name="VCPreBuildEventTool"
    116  1.1  christos 			/>
    117  1.1  christos 			<Tool
    118  1.1  christos 				Name="VCCustomBuildTool"
    119  1.1  christos 			/>
    120  1.1  christos 			<Tool
    121  1.1  christos 				Name="VCXMLDataGeneratorTool"
    122  1.1  christos 			/>
    123  1.1  christos 			<Tool
    124  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    125  1.1  christos 			/>
    126  1.1  christos 			<Tool
    127  1.1  christos 				Name="VCMIDLTool"
    128  1.1  christos 			/>
    129  1.1  christos 			<Tool
    130  1.1  christos 				Name="VCCLCompilerTool"
    131  1.1  christos 				Optimization="2"
    132  1.1  christos 				InlineFunctionExpansion="1"
    133  1.1  christos 				OmitFramePointers="true"
    134  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
    135  1.1  christos 				PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE"
    136  1.1  christos 				StringPooling="true"
    137  1.1  christos 				BasicRuntimeChecks="0"
    138  1.1  christos 				RuntimeLibrary="0"
    139  1.1  christos 				BufferSecurityCheck="false"
    140  1.1  christos 				EnableFunctionLevelLinking="true"
    141  1.1  christos 				UsePrecompiledHeader="0"
    142  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    143  1.1  christos 				WarningLevel="3"
    144  1.1  christos 				Detect64BitPortabilityProblems="true"
    145  1.1  christos 				DebugInformationFormat="3"
    146  1.1  christos 			/>
    147  1.1  christos 			<Tool
    148  1.1  christos 				Name="VCManagedResourceCompilerTool"
    149  1.1  christos 			/>
    150  1.1  christos 			<Tool
    151  1.1  christos 				Name="VCResourceCompilerTool"
    152  1.1  christos 			/>
    153  1.1  christos 			<Tool
    154  1.1  christos 				Name="VCPreLinkEventTool"
    155  1.1  christos 			/>
    156  1.1  christos 			<Tool
    157  1.1  christos 				Name="VCLinkerTool"
    158  1.1  christos 				AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib"
    159  1.1  christos 				OutputFile="$(OutDir)/minizip.exe"
    160  1.1  christos 				LinkIncremental="1"
    161  1.1  christos 				GenerateDebugInformation="true"
    162  1.1  christos 				SubSystem="1"
    163  1.1  christos 				OptimizeReferences="2"
    164  1.1  christos 				EnableCOMDATFolding="2"
    165  1.1  christos 				OptimizeForWindows98="1"
    166  1.1  christos 				RandomizedBaseAddress="1"
    167  1.1  christos 				DataExecutionPrevention="0"
    168  1.1  christos 				TargetMachine="1"
    169  1.1  christos 			/>
    170  1.1  christos 			<Tool
    171  1.1  christos 				Name="VCALinkTool"
    172  1.1  christos 			/>
    173  1.1  christos 			<Tool
    174  1.1  christos 				Name="VCManifestTool"
    175  1.1  christos 			/>
    176  1.1  christos 			<Tool
    177  1.1  christos 				Name="VCXDCMakeTool"
    178  1.1  christos 			/>
    179  1.1  christos 			<Tool
    180  1.1  christos 				Name="VCBscMakeTool"
    181  1.1  christos 			/>
    182  1.1  christos 			<Tool
    183  1.1  christos 				Name="VCFxCopTool"
    184  1.1  christos 			/>
    185  1.1  christos 			<Tool
    186  1.1  christos 				Name="VCAppVerifierTool"
    187  1.1  christos 			/>
    188  1.1  christos 			<Tool
    189  1.1  christos 				Name="VCPostBuildEventTool"
    190  1.1  christos 			/>
    191  1.1  christos 		</Configuration>
    192  1.1  christos 		<Configuration
    193  1.1  christos 			Name="Debug|x64"
    194  1.1  christos 			OutputDirectory="x64\$(ConfigurationName)"
    195  1.1  christos 			IntermediateDirectory="x64\$(ConfigurationName)"
    196  1.1  christos 			ConfigurationType="1"
    197  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    198  1.1  christos 			CharacterSet="2"
    199  1.1  christos 			>
    200  1.1  christos 			<Tool
    201  1.1  christos 				Name="VCPreBuildEventTool"
    202  1.1  christos 			/>
    203  1.1  christos 			<Tool
    204  1.1  christos 				Name="VCCustomBuildTool"
    205  1.1  christos 			/>
    206  1.1  christos 			<Tool
    207  1.1  christos 				Name="VCXMLDataGeneratorTool"
    208  1.1  christos 			/>
    209  1.1  christos 			<Tool
    210  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    211  1.1  christos 			/>
    212  1.1  christos 			<Tool
    213  1.1  christos 				Name="VCMIDLTool"
    214  1.1  christos 				TargetEnvironment="3"
    215  1.1  christos 			/>
    216  1.1  christos 			<Tool
    217  1.1  christos 				Name="VCCLCompilerTool"
    218  1.1  christos 				Optimization="0"
    219  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
    220  1.1  christos 				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64"
    221  1.1  christos 				MinimalRebuild="true"
    222  1.1  christos 				BasicRuntimeChecks="0"
    223  1.1  christos 				RuntimeLibrary="3"
    224  1.1  christos 				BufferSecurityCheck="false"
    225  1.1  christos 				UsePrecompiledHeader="0"
    226  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    227  1.1  christos 				WarningLevel="3"
    228  1.1  christos 				Detect64BitPortabilityProblems="true"
    229  1.1  christos 				DebugInformationFormat="3"
    230  1.1  christos 			/>
    231  1.1  christos 			<Tool
    232  1.1  christos 				Name="VCManagedResourceCompilerTool"
    233  1.1  christos 			/>
    234  1.1  christos 			<Tool
    235  1.1  christos 				Name="VCResourceCompilerTool"
    236  1.1  christos 			/>
    237  1.1  christos 			<Tool
    238  1.1  christos 				Name="VCPreLinkEventTool"
    239  1.1  christos 			/>
    240  1.1  christos 			<Tool
    241  1.1  christos 				Name="VCLinkerTool"
    242  1.1  christos 				AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib"
    243  1.1  christos 				OutputFile="$(OutDir)/minizip.exe"
    244  1.1  christos 				LinkIncremental="2"
    245  1.1  christos 				GenerateManifest="false"
    246  1.1  christos 				GenerateDebugInformation="true"
    247  1.1  christos 				ProgramDatabaseFile="$(OutDir)/minizip.pdb"
    248  1.1  christos 				SubSystem="1"
    249  1.1  christos 				TargetMachine="17"
    250  1.1  christos 			/>
    251  1.1  christos 			<Tool
    252  1.1  christos 				Name="VCALinkTool"
    253  1.1  christos 			/>
    254  1.1  christos 			<Tool
    255  1.1  christos 				Name="VCManifestTool"
    256  1.1  christos 			/>
    257  1.1  christos 			<Tool
    258  1.1  christos 				Name="VCXDCMakeTool"
    259  1.1  christos 			/>
    260  1.1  christos 			<Tool
    261  1.1  christos 				Name="VCBscMakeTool"
    262  1.1  christos 			/>
    263  1.1  christos 			<Tool
    264  1.1  christos 				Name="VCFxCopTool"
    265  1.1  christos 			/>
    266  1.1  christos 			<Tool
    267  1.1  christos 				Name="VCAppVerifierTool"
    268  1.1  christos 			/>
    269  1.1  christos 			<Tool
    270  1.1  christos 				Name="VCWebDeploymentTool"
    271  1.1  christos 			/>
    272  1.1  christos 			<Tool
    273  1.1  christos 				Name="VCPostBuildEventTool"
    274  1.1  christos 			/>
    275  1.1  christos 		</Configuration>
    276  1.1  christos 		<Configuration
    277  1.1  christos 			Name="Debug|Itanium"
    278  1.1  christos 			OutputDirectory="ia64\$(ConfigurationName)"
    279  1.1  christos 			IntermediateDirectory="ia64\$(ConfigurationName)"
    280  1.1  christos 			ConfigurationType="1"
    281  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    282  1.1  christos 			CharacterSet="2"
    283  1.1  christos 			>
    284  1.1  christos 			<Tool
    285  1.1  christos 				Name="VCPreBuildEventTool"
    286  1.1  christos 			/>
    287  1.1  christos 			<Tool
    288  1.1  christos 				Name="VCCustomBuildTool"
    289  1.1  christos 			/>
    290  1.1  christos 			<Tool
    291  1.1  christos 				Name="VCXMLDataGeneratorTool"
    292  1.1  christos 			/>
    293  1.1  christos 			<Tool
    294  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    295  1.1  christos 			/>
    296  1.1  christos 			<Tool
    297  1.1  christos 				Name="VCMIDLTool"
    298  1.1  christos 				TargetEnvironment="2"
    299  1.1  christos 			/>
    300  1.1  christos 			<Tool
    301  1.1  christos 				Name="VCCLCompilerTool"
    302  1.1  christos 				Optimization="0"
    303  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
    304  1.1  christos 				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64"
    305  1.1  christos 				MinimalRebuild="true"
    306  1.1  christos 				BasicRuntimeChecks="0"
    307  1.1  christos 				RuntimeLibrary="3"
    308  1.1  christos 				BufferSecurityCheck="false"
    309  1.1  christos 				UsePrecompiledHeader="0"
    310  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    311  1.1  christos 				WarningLevel="3"
    312  1.1  christos 				Detect64BitPortabilityProblems="true"
    313  1.1  christos 				DebugInformationFormat="3"
    314  1.1  christos 			/>
    315  1.1  christos 			<Tool
    316  1.1  christos 				Name="VCManagedResourceCompilerTool"
    317  1.1  christos 			/>
    318  1.1  christos 			<Tool
    319  1.1  christos 				Name="VCResourceCompilerTool"
    320  1.1  christos 			/>
    321  1.1  christos 			<Tool
    322  1.1  christos 				Name="VCPreLinkEventTool"
    323  1.1  christos 			/>
    324  1.1  christos 			<Tool
    325  1.1  christos 				Name="VCLinkerTool"
    326  1.1  christos 				AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib"
    327  1.1  christos 				OutputFile="$(OutDir)/minizip.exe"
    328  1.1  christos 				LinkIncremental="2"
    329  1.1  christos 				GenerateManifest="false"
    330  1.1  christos 				GenerateDebugInformation="true"
    331  1.1  christos 				ProgramDatabaseFile="$(OutDir)/minizip.pdb"
    332  1.1  christos 				SubSystem="1"
    333  1.1  christos 				TargetMachine="5"
    334  1.1  christos 			/>
    335  1.1  christos 			<Tool
    336  1.1  christos 				Name="VCALinkTool"
    337  1.1  christos 			/>
    338  1.1  christos 			<Tool
    339  1.1  christos 				Name="VCManifestTool"
    340  1.1  christos 			/>
    341  1.1  christos 			<Tool
    342  1.1  christos 				Name="VCXDCMakeTool"
    343  1.1  christos 			/>
    344  1.1  christos 			<Tool
    345  1.1  christos 				Name="VCBscMakeTool"
    346  1.1  christos 			/>
    347  1.1  christos 			<Tool
    348  1.1  christos 				Name="VCFxCopTool"
    349  1.1  christos 			/>
    350  1.1  christos 			<Tool
    351  1.1  christos 				Name="VCAppVerifierTool"
    352  1.1  christos 			/>
    353  1.1  christos 			<Tool
    354  1.1  christos 				Name="VCWebDeploymentTool"
    355  1.1  christos 			/>
    356  1.1  christos 			<Tool
    357  1.1  christos 				Name="VCPostBuildEventTool"
    358  1.1  christos 			/>
    359  1.1  christos 		</Configuration>
    360  1.1  christos 		<Configuration
    361  1.1  christos 			Name="Release|x64"
    362  1.1  christos 			OutputDirectory="x64\$(ConfigurationName)"
    363  1.1  christos 			IntermediateDirectory="x64\$(ConfigurationName)"
    364  1.1  christos 			ConfigurationType="1"
    365  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    366  1.1  christos 			CharacterSet="2"
    367  1.1  christos 			>
    368  1.1  christos 			<Tool
    369  1.1  christos 				Name="VCPreBuildEventTool"
    370  1.1  christos 			/>
    371  1.1  christos 			<Tool
    372  1.1  christos 				Name="VCCustomBuildTool"
    373  1.1  christos 			/>
    374  1.1  christos 			<Tool
    375  1.1  christos 				Name="VCXMLDataGeneratorTool"
    376  1.1  christos 			/>
    377  1.1  christos 			<Tool
    378  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    379  1.1  christos 			/>
    380  1.1  christos 			<Tool
    381  1.1  christos 				Name="VCMIDLTool"
    382  1.1  christos 				TargetEnvironment="3"
    383  1.1  christos 			/>
    384  1.1  christos 			<Tool
    385  1.1  christos 				Name="VCCLCompilerTool"
    386  1.1  christos 				Optimization="2"
    387  1.1  christos 				InlineFunctionExpansion="1"
    388  1.1  christos 				OmitFramePointers="true"
    389  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
    390  1.1  christos 				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64"
    391  1.1  christos 				StringPooling="true"
    392  1.1  christos 				BasicRuntimeChecks="0"
    393  1.1  christos 				RuntimeLibrary="2"
    394  1.1  christos 				BufferSecurityCheck="false"
    395  1.1  christos 				EnableFunctionLevelLinking="true"
    396  1.1  christos 				UsePrecompiledHeader="0"
    397  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    398  1.1  christos 				WarningLevel="3"
    399  1.1  christos 				Detect64BitPortabilityProblems="true"
    400  1.1  christos 				DebugInformationFormat="3"
    401  1.1  christos 			/>
    402  1.1  christos 			<Tool
    403  1.1  christos 				Name="VCManagedResourceCompilerTool"
    404  1.1  christos 			/>
    405  1.1  christos 			<Tool
    406  1.1  christos 				Name="VCResourceCompilerTool"
    407  1.1  christos 			/>
    408  1.1  christos 			<Tool
    409  1.1  christos 				Name="VCPreLinkEventTool"
    410  1.1  christos 			/>
    411  1.1  christos 			<Tool
    412  1.1  christos 				Name="VCLinkerTool"
    413  1.1  christos 				AdditionalDependencies="x64\ZlibDllRelease\zlibwapi.lib"
    414  1.1  christos 				OutputFile="$(OutDir)/minizip.exe"
    415  1.1  christos 				LinkIncremental="1"
    416  1.1  christos 				GenerateDebugInformation="true"
    417  1.1  christos 				SubSystem="1"
    418  1.1  christos 				OptimizeReferences="2"
    419  1.1  christos 				EnableCOMDATFolding="2"
    420  1.1  christos 				OptimizeForWindows98="1"
    421  1.1  christos 				TargetMachine="17"
    422  1.1  christos 			/>
    423  1.1  christos 			<Tool
    424  1.1  christos 				Name="VCALinkTool"
    425  1.1  christos 			/>
    426  1.1  christos 			<Tool
    427  1.1  christos 				Name="VCManifestTool"
    428  1.1  christos 			/>
    429  1.1  christos 			<Tool
    430  1.1  christos 				Name="VCXDCMakeTool"
    431  1.1  christos 			/>
    432  1.1  christos 			<Tool
    433  1.1  christos 				Name="VCBscMakeTool"
    434  1.1  christos 			/>
    435  1.1  christos 			<Tool
    436  1.1  christos 				Name="VCFxCopTool"
    437  1.1  christos 			/>
    438  1.1  christos 			<Tool
    439  1.1  christos 				Name="VCAppVerifierTool"
    440  1.1  christos 			/>
    441  1.1  christos 			<Tool
    442  1.1  christos 				Name="VCWebDeploymentTool"
    443  1.1  christos 			/>
    444  1.1  christos 			<Tool
    445  1.1  christos 				Name="VCPostBuildEventTool"
    446  1.1  christos 			/>
    447  1.1  christos 		</Configuration>
    448  1.1  christos 		<Configuration
    449  1.1  christos 			Name="Release|Itanium"
    450  1.1  christos 			OutputDirectory="ia64\$(ConfigurationName)"
    451  1.1  christos 			IntermediateDirectory="ia64\$(ConfigurationName)"
    452  1.1  christos 			ConfigurationType="1"
    453  1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    454  1.1  christos 			CharacterSet="2"
    455  1.1  christos 			>
    456  1.1  christos 			<Tool
    457  1.1  christos 				Name="VCPreBuildEventTool"
    458  1.1  christos 			/>
    459  1.1  christos 			<Tool
    460  1.1  christos 				Name="VCCustomBuildTool"
    461  1.1  christos 			/>
    462  1.1  christos 			<Tool
    463  1.1  christos 				Name="VCXMLDataGeneratorTool"
    464  1.1  christos 			/>
    465  1.1  christos 			<Tool
    466  1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    467  1.1  christos 			/>
    468  1.1  christos 			<Tool
    469  1.1  christos 				Name="VCMIDLTool"
    470  1.1  christos 				TargetEnvironment="2"
    471  1.1  christos 			/>
    472  1.1  christos 			<Tool
    473  1.1  christos 				Name="VCCLCompilerTool"
    474  1.1  christos 				Optimization="2"
    475  1.1  christos 				InlineFunctionExpansion="1"
    476  1.1  christos 				OmitFramePointers="true"
    477  1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
    478  1.1  christos 				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64"
    479  1.1  christos 				StringPooling="true"
    480  1.1  christos 				BasicRuntimeChecks="0"
    481  1.1  christos 				RuntimeLibrary="2"
    482  1.1  christos 				BufferSecurityCheck="false"
    483  1.1  christos 				EnableFunctionLevelLinking="true"
    484  1.1  christos 				UsePrecompiledHeader="0"
    485  1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    486  1.1  christos 				WarningLevel="3"
    487  1.1  christos 				Detect64BitPortabilityProblems="true"
    488  1.1  christos 				DebugInformationFormat="3"
    489  1.1  christos 			/>
    490  1.1  christos 			<Tool
    491  1.1  christos 				Name="VCManagedResourceCompilerTool"
    492  1.1  christos 			/>
    493  1.1  christos 			<Tool
    494  1.1  christos 				Name="VCResourceCompilerTool"
    495  1.1  christos 			/>
    496  1.1  christos 			<Tool
    497  1.1  christos 				Name="VCPreLinkEventTool"
    498  1.1  christos 			/>
    499  1.1  christos 			<Tool
    500  1.1  christos 				Name="VCLinkerTool"
    501  1.1  christos 				AdditionalDependencies="ia64\ZlibDllRelease\zlibwapi.lib"
    502  1.1  christos 				OutputFile="$(OutDir)/minizip.exe"
    503  1.1  christos 				LinkIncremental="1"
    504  1.1  christos 				GenerateDebugInformation="true"
    505  1.1  christos 				SubSystem="1"
    506  1.1  christos 				OptimizeReferences="2"
    507  1.1  christos 				EnableCOMDATFolding="2"
    508  1.1  christos 				OptimizeForWindows98="1"
    509  1.1  christos 				TargetMachine="5"
    510  1.1  christos 			/>
    511  1.1  christos 			<Tool
    512  1.1  christos 				Name="VCALinkTool"
    513  1.1  christos 			/>
    514  1.1  christos 			<Tool
    515  1.1  christos 				Name="VCManifestTool"
    516  1.1  christos 			/>
    517  1.1  christos 			<Tool
    518  1.1  christos 				Name="VCXDCMakeTool"
    519  1.1  christos 			/>
    520  1.1  christos 			<Tool
    521  1.1  christos 				Name="VCBscMakeTool"
    522  1.1  christos 			/>
    523  1.1  christos 			<Tool
    524  1.1  christos 				Name="VCFxCopTool"
    525  1.1  christos 			/>
    526  1.1  christos 			<Tool
    527  1.1  christos 				Name="VCAppVerifierTool"
    528  1.1  christos 			/>
    529  1.1  christos 			<Tool
    530  1.1  christos 				Name="VCWebDeploymentTool"
    531  1.1  christos 			/>
    532  1.1  christos 			<Tool
    533  1.1  christos 				Name="VCPostBuildEventTool"
    534  1.1  christos 			/>
    535  1.1  christos 		</Configuration>
    536  1.1  christos 	</Configurations>
    537  1.1  christos 	<References>
    538  1.1  christos 	</References>
    539  1.1  christos 	<Files>
    540  1.1  christos 		<Filter
    541  1.1  christos 			Name="Source Files"
    542  1.1  christos 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
    543  1.1  christos 			>
    544  1.1  christos 			<File
    545  1.1  christos 				RelativePath="..\..\minizip\minizip.c"
    546  1.1  christos 				>
    547  1.1  christos 			</File>
    548  1.1  christos 		</Filter>
    549  1.1  christos 		<Filter
    550  1.1  christos 			Name="Header Files"
    551  1.1  christos 			Filter="h;hpp;hxx;hm;inl;inc"
    552  1.1  christos 			>
    553  1.1  christos 		</Filter>
    554  1.1  christos 		<Filter
    555  1.1  christos 			Name="Resource Files"
    556  1.1  christos 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
    557  1.1  christos 			>
    558  1.1  christos 		</Filter>
    559  1.1  christos 	</Files>
    560  1.1  christos 	<Globals>
    561  1.1  christos 	</Globals>
    562  1.1  christos </VisualStudioProject>
    563