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="miniunz"
      6      1.1  christos 	ProjectGUID="{C52F9E7B-498A-42BE-8DB4-85A15694382A}"
      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\MiniUnzip$(ConfigurationName)"
     27      1.1  christos 			IntermediateDirectory="x86\MiniUnzip$(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)/miniunz.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)/miniunz.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\MiniUnzip$(ConfigurationName)"
    109      1.1  christos 			IntermediateDirectory="x86\MiniUnzip$(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)/miniunz.exe"
    160      1.1  christos 				LinkIncremental="1"
    161      1.1  christos 				GenerateManifest="false"
    162      1.1  christos 				GenerateDebugInformation="true"
    163      1.1  christos 				SubSystem="1"
    164      1.1  christos 				OptimizeReferences="2"
    165      1.1  christos 				EnableCOMDATFolding="2"
    166      1.1  christos 				OptimizeForWindows98="1"
    167      1.1  christos 				RandomizedBaseAddress="1"
    168      1.1  christos 				DataExecutionPrevention="0"
    169      1.1  christos 				TargetMachine="1"
    170      1.1  christos 			/>
    171      1.1  christos 			<Tool
    172      1.1  christos 				Name="VCALinkTool"
    173      1.1  christos 			/>
    174      1.1  christos 			<Tool
    175      1.1  christos 				Name="VCManifestTool"
    176      1.1  christos 			/>
    177      1.1  christos 			<Tool
    178      1.1  christos 				Name="VCXDCMakeTool"
    179      1.1  christos 			/>
    180      1.1  christos 			<Tool
    181      1.1  christos 				Name="VCBscMakeTool"
    182      1.1  christos 			/>
    183      1.1  christos 			<Tool
    184      1.1  christos 				Name="VCFxCopTool"
    185      1.1  christos 			/>
    186      1.1  christos 			<Tool
    187      1.1  christos 				Name="VCAppVerifierTool"
    188      1.1  christos 			/>
    189      1.1  christos 			<Tool
    190      1.1  christos 				Name="VCPostBuildEventTool"
    191      1.1  christos 			/>
    192      1.1  christos 		</Configuration>
    193      1.1  christos 		<Configuration
    194      1.1  christos 			Name="Debug|x64"
    195      1.1  christos 			OutputDirectory="x64\MiniUnzip$(ConfigurationName)"
    196      1.1  christos 			IntermediateDirectory="x64\MiniUnzip$(ConfigurationName)\Tmp"
    197      1.1  christos 			ConfigurationType="1"
    198      1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    199      1.1  christos 			CharacterSet="2"
    200      1.1  christos 			>
    201      1.1  christos 			<Tool
    202      1.1  christos 				Name="VCPreBuildEventTool"
    203      1.1  christos 			/>
    204      1.1  christos 			<Tool
    205      1.1  christos 				Name="VCCustomBuildTool"
    206      1.1  christos 			/>
    207      1.1  christos 			<Tool
    208      1.1  christos 				Name="VCXMLDataGeneratorTool"
    209      1.1  christos 			/>
    210      1.1  christos 			<Tool
    211      1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    212      1.1  christos 			/>
    213      1.1  christos 			<Tool
    214      1.1  christos 				Name="VCMIDLTool"
    215      1.1  christos 				TargetEnvironment="3"
    216      1.1  christos 			/>
    217      1.1  christos 			<Tool
    218      1.1  christos 				Name="VCCLCompilerTool"
    219      1.1  christos 				Optimization="0"
    220      1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
    221      1.1  christos 				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64"
    222      1.1  christos 				MinimalRebuild="true"
    223      1.1  christos 				BasicRuntimeChecks="0"
    224      1.1  christos 				RuntimeLibrary="3"
    225      1.1  christos 				BufferSecurityCheck="false"
    226      1.1  christos 				UsePrecompiledHeader="0"
    227      1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    228      1.1  christos 				WarningLevel="3"
    229      1.1  christos 				Detect64BitPortabilityProblems="true"
    230      1.1  christos 				DebugInformationFormat="3"
    231      1.1  christos 			/>
    232      1.1  christos 			<Tool
    233      1.1  christos 				Name="VCManagedResourceCompilerTool"
    234      1.1  christos 			/>
    235      1.1  christos 			<Tool
    236      1.1  christos 				Name="VCResourceCompilerTool"
    237      1.1  christos 			/>
    238      1.1  christos 			<Tool
    239      1.1  christos 				Name="VCPreLinkEventTool"
    240      1.1  christos 			/>
    241      1.1  christos 			<Tool
    242      1.1  christos 				Name="VCLinkerTool"
    243      1.1  christos 				AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib"
    244      1.1  christos 				OutputFile="$(OutDir)/miniunz.exe"
    245      1.1  christos 				LinkIncremental="2"
    246      1.1  christos 				GenerateManifest="false"
    247      1.1  christos 				GenerateDebugInformation="true"
    248      1.1  christos 				ProgramDatabaseFile="$(OutDir)/miniunz.pdb"
    249      1.1  christos 				SubSystem="1"
    250      1.1  christos 				TargetMachine="17"
    251      1.1  christos 			/>
    252      1.1  christos 			<Tool
    253      1.1  christos 				Name="VCALinkTool"
    254      1.1  christos 			/>
    255      1.1  christos 			<Tool
    256      1.1  christos 				Name="VCManifestTool"
    257      1.1  christos 			/>
    258      1.1  christos 			<Tool
    259      1.1  christos 				Name="VCXDCMakeTool"
    260      1.1  christos 			/>
    261      1.1  christos 			<Tool
    262      1.1  christos 				Name="VCBscMakeTool"
    263      1.1  christos 			/>
    264      1.1  christos 			<Tool
    265      1.1  christos 				Name="VCFxCopTool"
    266      1.1  christos 			/>
    267      1.1  christos 			<Tool
    268      1.1  christos 				Name="VCAppVerifierTool"
    269      1.1  christos 			/>
    270      1.1  christos 			<Tool
    271      1.1  christos 				Name="VCWebDeploymentTool"
    272      1.1  christos 			/>
    273      1.1  christos 			<Tool
    274      1.1  christos 				Name="VCPostBuildEventTool"
    275      1.1  christos 			/>
    276      1.1  christos 		</Configuration>
    277      1.1  christos 		<Configuration
    278      1.1  christos 			Name="Debug|Itanium"
    279      1.1  christos 			OutputDirectory="ia64\MiniUnzip$(ConfigurationName)"
    280      1.1  christos 			IntermediateDirectory="ia64\MiniUnzip$(ConfigurationName)\Tmp"
    281      1.1  christos 			ConfigurationType="1"
    282      1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    283      1.1  christos 			CharacterSet="2"
    284      1.1  christos 			>
    285      1.1  christos 			<Tool
    286      1.1  christos 				Name="VCPreBuildEventTool"
    287      1.1  christos 			/>
    288      1.1  christos 			<Tool
    289      1.1  christos 				Name="VCCustomBuildTool"
    290      1.1  christos 			/>
    291      1.1  christos 			<Tool
    292      1.1  christos 				Name="VCXMLDataGeneratorTool"
    293      1.1  christos 			/>
    294      1.1  christos 			<Tool
    295      1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    296      1.1  christos 			/>
    297      1.1  christos 			<Tool
    298      1.1  christos 				Name="VCMIDLTool"
    299      1.1  christos 				TargetEnvironment="2"
    300      1.1  christos 			/>
    301      1.1  christos 			<Tool
    302      1.1  christos 				Name="VCCLCompilerTool"
    303      1.1  christos 				Optimization="0"
    304      1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
    305      1.1  christos 				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64"
    306      1.1  christos 				MinimalRebuild="true"
    307      1.1  christos 				BasicRuntimeChecks="0"
    308      1.1  christos 				RuntimeLibrary="3"
    309      1.1  christos 				BufferSecurityCheck="false"
    310      1.1  christos 				UsePrecompiledHeader="0"
    311      1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    312      1.1  christos 				WarningLevel="3"
    313      1.1  christos 				Detect64BitPortabilityProblems="true"
    314      1.1  christos 				DebugInformationFormat="3"
    315      1.1  christos 			/>
    316      1.1  christos 			<Tool
    317      1.1  christos 				Name="VCManagedResourceCompilerTool"
    318      1.1  christos 			/>
    319      1.1  christos 			<Tool
    320      1.1  christos 				Name="VCResourceCompilerTool"
    321      1.1  christos 			/>
    322      1.1  christos 			<Tool
    323      1.1  christos 				Name="VCPreLinkEventTool"
    324      1.1  christos 			/>
    325      1.1  christos 			<Tool
    326      1.1  christos 				Name="VCLinkerTool"
    327      1.1  christos 				AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib"
    328      1.1  christos 				OutputFile="$(OutDir)/miniunz.exe"
    329      1.1  christos 				LinkIncremental="2"
    330      1.1  christos 				GenerateManifest="false"
    331      1.1  christos 				GenerateDebugInformation="true"
    332      1.1  christos 				ProgramDatabaseFile="$(OutDir)/miniunz.pdb"
    333      1.1  christos 				SubSystem="1"
    334      1.1  christos 				TargetMachine="5"
    335      1.1  christos 			/>
    336      1.1  christos 			<Tool
    337      1.1  christos 				Name="VCALinkTool"
    338      1.1  christos 			/>
    339      1.1  christos 			<Tool
    340      1.1  christos 				Name="VCManifestTool"
    341      1.1  christos 			/>
    342      1.1  christos 			<Tool
    343      1.1  christos 				Name="VCXDCMakeTool"
    344      1.1  christos 			/>
    345      1.1  christos 			<Tool
    346      1.1  christos 				Name="VCBscMakeTool"
    347      1.1  christos 			/>
    348      1.1  christos 			<Tool
    349      1.1  christos 				Name="VCFxCopTool"
    350      1.1  christos 			/>
    351      1.1  christos 			<Tool
    352      1.1  christos 				Name="VCAppVerifierTool"
    353      1.1  christos 			/>
    354      1.1  christos 			<Tool
    355      1.1  christos 				Name="VCWebDeploymentTool"
    356      1.1  christos 			/>
    357      1.1  christos 			<Tool
    358      1.1  christos 				Name="VCPostBuildEventTool"
    359      1.1  christos 			/>
    360      1.1  christos 		</Configuration>
    361      1.1  christos 		<Configuration
    362      1.1  christos 			Name="Release|x64"
    363      1.1  christos 			OutputDirectory="x64\MiniUnzip$(ConfigurationName)"
    364      1.1  christos 			IntermediateDirectory="x64\MiniUnzip$(ConfigurationName)\Tmp"
    365      1.1  christos 			ConfigurationType="1"
    366      1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    367      1.1  christos 			CharacterSet="2"
    368      1.1  christos 			>
    369      1.1  christos 			<Tool
    370      1.1  christos 				Name="VCPreBuildEventTool"
    371      1.1  christos 			/>
    372      1.1  christos 			<Tool
    373      1.1  christos 				Name="VCCustomBuildTool"
    374      1.1  christos 			/>
    375      1.1  christos 			<Tool
    376      1.1  christos 				Name="VCXMLDataGeneratorTool"
    377      1.1  christos 			/>
    378      1.1  christos 			<Tool
    379      1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    380      1.1  christos 			/>
    381      1.1  christos 			<Tool
    382      1.1  christos 				Name="VCMIDLTool"
    383      1.1  christos 				TargetEnvironment="3"
    384      1.1  christos 			/>
    385      1.1  christos 			<Tool
    386      1.1  christos 				Name="VCCLCompilerTool"
    387      1.1  christos 				Optimization="2"
    388      1.1  christos 				InlineFunctionExpansion="1"
    389      1.1  christos 				OmitFramePointers="true"
    390      1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
    391      1.1  christos 				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64"
    392      1.1  christos 				StringPooling="true"
    393      1.1  christos 				BasicRuntimeChecks="0"
    394      1.1  christos 				RuntimeLibrary="2"
    395      1.1  christos 				BufferSecurityCheck="false"
    396      1.1  christos 				EnableFunctionLevelLinking="true"
    397      1.1  christos 				UsePrecompiledHeader="0"
    398      1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    399      1.1  christos 				WarningLevel="3"
    400      1.1  christos 				Detect64BitPortabilityProblems="true"
    401      1.1  christos 				DebugInformationFormat="3"
    402      1.1  christos 			/>
    403      1.1  christos 			<Tool
    404      1.1  christos 				Name="VCManagedResourceCompilerTool"
    405      1.1  christos 			/>
    406      1.1  christos 			<Tool
    407      1.1  christos 				Name="VCResourceCompilerTool"
    408      1.1  christos 			/>
    409      1.1  christos 			<Tool
    410      1.1  christos 				Name="VCPreLinkEventTool"
    411      1.1  christos 			/>
    412      1.1  christos 			<Tool
    413      1.1  christos 				Name="VCLinkerTool"
    414      1.1  christos 				AdditionalDependencies="x64\ZlibDllRelease\zlibwapi.lib"
    415      1.1  christos 				OutputFile="$(OutDir)/miniunz.exe"
    416      1.1  christos 				LinkIncremental="1"
    417      1.1  christos 				GenerateManifest="false"
    418      1.1  christos 				GenerateDebugInformation="true"
    419      1.1  christos 				SubSystem="1"
    420      1.1  christos 				OptimizeReferences="2"
    421      1.1  christos 				EnableCOMDATFolding="2"
    422      1.1  christos 				OptimizeForWindows98="1"
    423      1.1  christos 				TargetMachine="17"
    424      1.1  christos 			/>
    425      1.1  christos 			<Tool
    426      1.1  christos 				Name="VCALinkTool"
    427      1.1  christos 			/>
    428      1.1  christos 			<Tool
    429      1.1  christos 				Name="VCManifestTool"
    430      1.1  christos 			/>
    431      1.1  christos 			<Tool
    432      1.1  christos 				Name="VCXDCMakeTool"
    433      1.1  christos 			/>
    434      1.1  christos 			<Tool
    435      1.1  christos 				Name="VCBscMakeTool"
    436      1.1  christos 			/>
    437      1.1  christos 			<Tool
    438      1.1  christos 				Name="VCFxCopTool"
    439      1.1  christos 			/>
    440      1.1  christos 			<Tool
    441      1.1  christos 				Name="VCAppVerifierTool"
    442      1.1  christos 			/>
    443      1.1  christos 			<Tool
    444      1.1  christos 				Name="VCWebDeploymentTool"
    445      1.1  christos 			/>
    446      1.1  christos 			<Tool
    447      1.1  christos 				Name="VCPostBuildEventTool"
    448      1.1  christos 			/>
    449      1.1  christos 		</Configuration>
    450      1.1  christos 		<Configuration
    451      1.1  christos 			Name="Release|Itanium"
    452      1.1  christos 			OutputDirectory="ia64\MiniUnzip$(ConfigurationName)"
    453      1.1  christos 			IntermediateDirectory="ia64\MiniUnzip$(ConfigurationName)\Tmp"
    454      1.1  christos 			ConfigurationType="1"
    455      1.1  christos 			InheritedPropertySheets="UpgradeFromVC70.vsprops"
    456      1.1  christos 			CharacterSet="2"
    457      1.1  christos 			>
    458      1.1  christos 			<Tool
    459      1.1  christos 				Name="VCPreBuildEventTool"
    460      1.1  christos 			/>
    461      1.1  christos 			<Tool
    462      1.1  christos 				Name="VCCustomBuildTool"
    463      1.1  christos 			/>
    464      1.1  christos 			<Tool
    465      1.1  christos 				Name="VCXMLDataGeneratorTool"
    466      1.1  christos 			/>
    467      1.1  christos 			<Tool
    468      1.1  christos 				Name="VCWebServiceProxyGeneratorTool"
    469      1.1  christos 			/>
    470      1.1  christos 			<Tool
    471      1.1  christos 				Name="VCMIDLTool"
    472      1.1  christos 				TargetEnvironment="2"
    473      1.1  christos 			/>
    474      1.1  christos 			<Tool
    475      1.1  christos 				Name="VCCLCompilerTool"
    476      1.1  christos 				Optimization="2"
    477      1.1  christos 				InlineFunctionExpansion="1"
    478      1.1  christos 				OmitFramePointers="true"
    479      1.1  christos 				AdditionalIncludeDirectories="..\..\..;..\..\minizip"
    480      1.1  christos 				PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64"
    481      1.1  christos 				StringPooling="true"
    482      1.1  christos 				BasicRuntimeChecks="0"
    483      1.1  christos 				RuntimeLibrary="2"
    484      1.1  christos 				BufferSecurityCheck="false"
    485      1.1  christos 				EnableFunctionLevelLinking="true"
    486      1.1  christos 				UsePrecompiledHeader="0"
    487      1.1  christos 				AssemblerListingLocation="$(IntDir)\"
    488      1.1  christos 				WarningLevel="3"
    489      1.1  christos 				Detect64BitPortabilityProblems="true"
    490      1.1  christos 				DebugInformationFormat="3"
    491      1.1  christos 			/>
    492      1.1  christos 			<Tool
    493      1.1  christos 				Name="VCManagedResourceCompilerTool"
    494      1.1  christos 			/>
    495      1.1  christos 			<Tool
    496      1.1  christos 				Name="VCResourceCompilerTool"
    497      1.1  christos 			/>
    498      1.1  christos 			<Tool
    499      1.1  christos 				Name="VCPreLinkEventTool"
    500      1.1  christos 			/>
    501      1.1  christos 			<Tool
    502      1.1  christos 				Name="VCLinkerTool"
    503      1.1  christos 				AdditionalDependencies="ia64\ZlibDllRelease\zlibwapi.lib"
    504      1.1  christos 				OutputFile="$(OutDir)/miniunz.exe"
    505      1.1  christos 				LinkIncremental="1"
    506      1.1  christos 				GenerateManifest="false"
    507      1.1  christos 				GenerateDebugInformation="true"
    508      1.1  christos 				SubSystem="1"
    509      1.1  christos 				OptimizeReferences="2"
    510      1.1  christos 				EnableCOMDATFolding="2"
    511      1.1  christos 				OptimizeForWindows98="1"
    512      1.1  christos 				TargetMachine="5"
    513      1.1  christos 			/>
    514      1.1  christos 			<Tool
    515      1.1  christos 				Name="VCALinkTool"
    516      1.1  christos 			/>
    517      1.1  christos 			<Tool
    518      1.1  christos 				Name="VCManifestTool"
    519      1.1  christos 			/>
    520      1.1  christos 			<Tool
    521      1.1  christos 				Name="VCXDCMakeTool"
    522      1.1  christos 			/>
    523      1.1  christos 			<Tool
    524      1.1  christos 				Name="VCBscMakeTool"
    525      1.1  christos 			/>
    526      1.1  christos 			<Tool
    527      1.1  christos 				Name="VCFxCopTool"
    528      1.1  christos 			/>
    529      1.1  christos 			<Tool
    530      1.1  christos 				Name="VCAppVerifierTool"
    531      1.1  christos 			/>
    532      1.1  christos 			<Tool
    533      1.1  christos 				Name="VCWebDeploymentTool"
    534      1.1  christos 			/>
    535      1.1  christos 			<Tool
    536      1.1  christos 				Name="VCPostBuildEventTool"
    537      1.1  christos 			/>
    538      1.1  christos 		</Configuration>
    539      1.1  christos 	</Configurations>
    540      1.1  christos 	<References>
    541      1.1  christos 	</References>
    542      1.1  christos 	<Files>
    543      1.1  christos 		<Filter
    544      1.1  christos 			Name="Source Files"
    545  1.1.1.2  christos 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat"
    546      1.1  christos 			>
    547      1.1  christos 			<File
    548      1.1  christos 				RelativePath="..\..\minizip\miniunz.c"
    549      1.1  christos 				>
    550      1.1  christos 			</File>
    551      1.1  christos 		</Filter>
    552      1.1  christos 		<Filter
    553      1.1  christos 			Name="Header Files"
    554      1.1  christos 			Filter="h;hpp;hxx;hm;inl;inc"
    555      1.1  christos 			>
    556      1.1  christos 		</Filter>
    557      1.1  christos 		<Filter
    558      1.1  christos 			Name="Resource Files"
    559      1.1  christos 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
    560      1.1  christos 			>
    561      1.1  christos 		</Filter>
    562      1.1  christos 	</Files>
    563      1.1  christos 	<Globals>
    564      1.1  christos 	</Globals>
    565      1.1  christos </VisualStudioProject>
    566