diff options
Diffstat (limited to 'Build/source/libs/unzip/unzip.vcproj')
-rw-r--r-- | Build/source/libs/unzip/unzip.vcproj | 235 |
1 files changed, 235 insertions, 0 deletions
diff --git a/Build/source/libs/unzip/unzip.vcproj b/Build/source/libs/unzip/unzip.vcproj new file mode 100644 index 00000000000..151816c4ad8 --- /dev/null +++ b/Build/source/libs/unzip/unzip.vcproj @@ -0,0 +1,235 @@ +<?xml version="1.0" encoding = "Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.00" + Name="unzip" + ProjectGUID="{C1EF4A39-120C-4CD6-B258-B7013A3CCD63}" + SccProjectName="" + SccLocalPath=""> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Release|Win32" + OutputDirectory=".\static" + IntermediateDirectory=".\static" + ConfigurationType="4" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="FALSE" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="./,../,../.." + PreprocessorDefinitions="WIN32,NDEBUG,_LIB,_WINDOWS,WINDLL,USE_EF_UT_TIME,DLL,UNZIPLIB" + StringPooling="TRUE" + RuntimeLibrary="0" + EnableFunctionLevelLinking="TRUE" + PrecompiledHeaderFile=".\static/unzip.pch" + AssemblerListingLocation=".\static/" + ObjectFile=".\static/" + ProgramDataBaseFileName=".\static/" + WarningLevel="3" + SuppressStartupBanner="TRUE" + CompileAs="0"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLibrarianTool" + OutputFile=".\static\unzip.lib" + SuppressStartupBanner="TRUE"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1036"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + </Configuration> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\static-debug" + IntermediateDirectory=".\static-debug" + ConfigurationType="4" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="FALSE" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32,_DEBUG,_LIB,NDEBUG,_WINDOWS,WINDLL,USE_EF_UT_TIME,DLL,UNZIPLIB" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + PrecompiledHeaderFile=".\static-debug/unzip.pch" + AssemblerListingLocation=".\static-debug/" + ObjectFile=".\static-debug/" + ProgramDataBaseFileName=".\static-debug/" + WarningLevel="3" + DebugInformationFormat="4"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLibrarianTool" + OutputFile=".\static-debug\unzip.lib" + SuppressStartupBanner="TRUE"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1036"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + </Configuration> + </Configurations> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> + <File + RelativePath=".\api.c"> + </File> + <File + RelativePath=".\crc32.c"> + </File> + <File + RelativePath=".\crctab.c"> + </File> + <File + RelativePath=".\crypt.c"> + </File> + <File + RelativePath=".\explode.c"> + </File> + <File + RelativePath=".\extract.c"> + </File> + <File + RelativePath=".\fileio.c"> + </File> + <File + RelativePath=".\globals.c"> + </File> + <File + RelativePath=".\inflate.c"> + </File> + <File + RelativePath=".\list.c"> + </File> + <File + RelativePath=".\match.c"> + </File> + <File + RelativePath=".\win32\nt.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="../,./;$(NoInherit)" + CompileAs="0"/> + </FileConfiguration> + </File> + <File + RelativePath=".\process.c"> + </File> + <File + RelativePath=".\ttyio.c"> + </File> + <File + RelativePath=".\unreduce.c"> + </File> + <File + RelativePath=".\unshrink.c"> + </File> + <File + RelativePath=".\win32\win32.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="../,./;$(NoInherit)" + CompileAs="0"/> + </FileConfiguration> + </File> + <File + RelativePath=".\windll\windll.c"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="../,./;$(NoInherit)" + CompileAs="0"/> + </FileConfiguration> + </File> + <File + RelativePath=".\zipinfo.c"> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl"> + <File + RelativePath=".\consts.h"> + </File> + <File + RelativePath=".\crypt.h"> + </File> + <File + RelativePath=".\windll\decs.h"> + </File> + <File + RelativePath=".\ebcdic.h"> + </File> + <File + RelativePath=".\globals.h"> + </File> + <File + RelativePath=".\inflate.h"> + </File> + <File + RelativePath=".\win32\nt.h"> + </File> + <File + RelativePath=".\windll\structs.h"> + </File> + <File + RelativePath=".\ttyio.h"> + </File> + <File + RelativePath=".\unzip.h"> + </File> + <File + RelativePath=".\unzpriv.h"> + </File> + <File + RelativePath=".\version.h"> + </File> + <File + RelativePath=".\win32\w32cfg.h"> + </File> + <File + RelativePath=".\windll\windll.h"> + </File> + <File + RelativePath=".\zip.h"> + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |