A massively spiffy yet delicately unobtrusive compression library. (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

566 lines
13 KiB

14 years ago
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
14 years ago
Version="9.00"
14 years ago
Name="miniunz"
ProjectGUID="{C52F9E7B-498A-42BE-8DB4-85A15694382A}"
14 years ago
Keyword="Win32Proj"
14 years ago
TargetFrameworkVersion="131072"
14 years ago
>
<Platforms>
<Platform
Name="Win32"
/>
<Platform
14 years ago
Name="x64"
/>
<Platform
Name="Itanium"
14 years ago
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
14 years ago
OutputDirectory="x86\MiniUnzip$(ConfigurationName)"
IntermediateDirectory="x86\MiniUnzip$(ConfigurationName)\Tmp"
14 years ago
ConfigurationType="1"
14 years ago
InheritedPropertySheets="UpgradeFromVC70.vsprops"
14 years ago
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
14 years ago
AdditionalIncludeDirectories="..\..\..;..\..\minizip"
PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="0"
14 years ago
RuntimeLibrary="1"
14 years ago
BufferSecurityCheck="false"
14 years ago
UsePrecompiledHeader="0"
14 years ago
AssemblerListingLocation="$(IntDir)\"
14 years ago
WarningLevel="3"
14 years ago
Detect64BitPortabilityProblems="true"
14 years ago
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
14 years ago
AdditionalDependencies="x86\ZlibDllDebug\zlibwapi.lib"
OutputFile="$(OutDir)/miniunz.exe"
14 years ago
LinkIncremental="2"
14 years ago
GenerateManifest="false"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/miniunz.pdb"
14 years ago
SubSystem="1"
14 years ago
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
14 years ago
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
14 years ago
<Tool
Name="VCFxCopTool"
/>
14 years ago
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
14 years ago
Name="Release|Win32"
OutputDirectory="x86\MiniUnzip$(ConfigurationName)"
IntermediateDirectory="x86\MiniUnzip$(ConfigurationName)\Tmp"
14 years ago
ConfigurationType="1"
14 years ago
InheritedPropertySheets="UpgradeFromVC70.vsprops"
14 years ago
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
14 years ago
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="true"
14 years ago
AdditionalIncludeDirectories="..\..\..;..\..\minizip"
14 years ago
PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE"
StringPooling="true"
14 years ago
BasicRuntimeChecks="0"
14 years ago
RuntimeLibrary="0"
14 years ago
BufferSecurityCheck="false"
14 years ago
EnableFunctionLevelLinking="true"
14 years ago
UsePrecompiledHeader="0"
14 years ago
AssemblerListingLocation="$(IntDir)\"
14 years ago
WarningLevel="3"
14 years ago
Detect64BitPortabilityProblems="true"
14 years ago
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
14 years ago
AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib"
14 years ago
OutputFile="$(OutDir)/miniunz.exe"
14 years ago
LinkIncremental="1"
14 years ago
GenerateManifest="false"
GenerateDebugInformation="true"
14 years ago
SubSystem="1"
14 years ago
OptimizeReferences="2"
EnableCOMDATFolding="2"
OptimizeForWindows98="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
14 years ago
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
14 years ago
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
14 years ago
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
14 years ago
Name="Debug|x64"
OutputDirectory="x64\MiniUnzip$(ConfigurationName)"
IntermediateDirectory="x64\MiniUnzip$(ConfigurationName)\Tmp"
14 years ago
ConfigurationType="1"
14 years ago
InheritedPropertySheets="UpgradeFromVC70.vsprops"
14 years ago
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
14 years ago
TargetEnvironment="3"
14 years ago
/>
<Tool
Name="VCCLCompilerTool"
14 years ago
Optimization="0"
AdditionalIncludeDirectories="..\..\..;..\..\minizip"
PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64"
MinimalRebuild="true"
BasicRuntimeChecks="0"
RuntimeLibrary="3"
BufferSecurityCheck="false"
14 years ago
UsePrecompiledHeader="0"
14 years ago
AssemblerListingLocation="$(IntDir)\"
14 years ago
WarningLevel="3"
14 years ago
Detect64BitPortabilityProblems="true"
14 years ago
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
14 years ago
AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib"
14 years ago
OutputFile="$(OutDir)/miniunz.exe"
LinkIncremental="2"
GenerateManifest="false"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/miniunz.pdb"
14 years ago
SubSystem="1"
14 years ago
TargetMachine="17"
14 years ago
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
14 years ago
<Tool
Name="VCFxCopTool"
/>
14 years ago
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
14 years ago
Name="Debug|Itanium"
OutputDirectory="ia64\MiniUnzip$(ConfigurationName)"
IntermediateDirectory="ia64\MiniUnzip$(ConfigurationName)\Tmp"
14 years ago
ConfigurationType="1"
14 years ago
InheritedPropertySheets="UpgradeFromVC70.vsprops"
14 years ago
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
14 years ago
TargetEnvironment="2"
14 years ago
/>
<Tool
Name="VCCLCompilerTool"
14 years ago
Optimization="0"
14 years ago
AdditionalIncludeDirectories="..\..\..;..\..\minizip"
14 years ago
PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64"
MinimalRebuild="true"
14 years ago
BasicRuntimeChecks="0"
14 years ago
RuntimeLibrary="3"
14 years ago
BufferSecurityCheck="false"
14 years ago
UsePrecompiledHeader="0"
14 years ago
AssemblerListingLocation="$(IntDir)\"
14 years ago
WarningLevel="3"
14 years ago
Detect64BitPortabilityProblems="true"
14 years ago
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
14 years ago
AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib"
14 years ago
OutputFile="$(OutDir)/miniunz.exe"
14 years ago
LinkIncremental="2"
14 years ago
GenerateManifest="false"
GenerateDebugInformation="true"
14 years ago
ProgramDatabaseFile="$(OutDir)/miniunz.pdb"
14 years ago
SubSystem="1"
14 years ago
TargetMachine="5"
14 years ago
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
14 years ago
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
14 years ago
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
14 years ago
Name="Release|x64"
OutputDirectory="x64\MiniUnzip$(ConfigurationName)"
IntermediateDirectory="x64\MiniUnzip$(ConfigurationName)\Tmp"
14 years ago
ConfigurationType="1"
14 years ago
InheritedPropertySheets="UpgradeFromVC70.vsprops"
14 years ago
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
14 years ago
TargetEnvironment="3"
14 years ago
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
14 years ago
OmitFramePointers="true"
AdditionalIncludeDirectories="..\..\..;..\..\minizip"
PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64"
StringPooling="true"
BasicRuntimeChecks="0"
RuntimeLibrary="2"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
14 years ago
UsePrecompiledHeader="0"
14 years ago
AssemblerListingLocation="$(IntDir)\"
14 years ago
WarningLevel="3"
14 years ago
Detect64BitPortabilityProblems="true"
14 years ago
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
14 years ago
AdditionalDependencies="x64\ZlibDllRelease\zlibwapi.lib"
OutputFile="$(OutDir)/miniunz.exe"
14 years ago
LinkIncremental="1"
14 years ago
GenerateManifest="false"
GenerateDebugInformation="true"
14 years ago
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
OptimizeForWindows98="1"
14 years ago
TargetMachine="17"
14 years ago
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
14 years ago
<Tool
Name="VCFxCopTool"
/>
14 years ago
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
14 years ago
Name="Release|Itanium"
OutputDirectory="ia64\MiniUnzip$(ConfigurationName)"
IntermediateDirectory="ia64\MiniUnzip$(ConfigurationName)\Tmp"
14 years ago
ConfigurationType="1"
14 years ago
InheritedPropertySheets="UpgradeFromVC70.vsprops"
14 years ago
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
14 years ago
TargetEnvironment="2"
14 years ago
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
14 years ago
OmitFramePointers="true"
AdditionalIncludeDirectories="..\..\..;..\..\minizip"
PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64"
StringPooling="true"
BasicRuntimeChecks="0"
RuntimeLibrary="2"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
14 years ago
UsePrecompiledHeader="0"
14 years ago
AssemblerListingLocation="$(IntDir)\"
14 years ago
WarningLevel="3"
14 years ago
Detect64BitPortabilityProblems="true"
14 years ago
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
14 years ago
AdditionalDependencies="ia64\ZlibDllRelease\zlibwapi.lib"
OutputFile="$(OutDir)/miniunz.exe"
14 years ago
LinkIncremental="1"
14 years ago
GenerateManifest="false"
GenerateDebugInformation="true"
14 years ago
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
OptimizeForWindows98="1"
14 years ago
TargetMachine="5"
14 years ago
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
14 years ago
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
14 years ago
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat"
14 years ago
>
<File
14 years ago
RelativePath="..\..\minizip\miniunz.c"
14 years ago
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc"
>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>