diff options
| author | Mark Adler <git@madler.net> | 2026-02-13 18:40:53 -0800 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-02-16 02:25:37 -0800 |
| commit | fa5ea47e620785e68a9c3bb294f8a0523e98780d (patch) | |
| tree | 19b44e290bb457fec1884ac4db62705a686a0c8c | |
| parent | 0b3932c80dc338b36fe1b8bacd216bacb8991c17 (diff) | |
| download | zlib-fa5ea47e620785e68a9c3bb294f8a0523e98780d.tar.gz zlib-fa5ea47e620785e68a9c3bb294f8a0523e98780d.tar.bz2 zlib-fa5ea47e620785e68a9c3bb294f8a0523e98780d.zip | |
Remove vstudio projects in lieu of cmake-generated projects.
62 files changed, 20 insertions, 19836 deletions
diff --git a/contrib/README.contrib b/contrib/README.contrib index 0368fed1..9f133982 100644 --- a/contrib/README.contrib +++ b/contrib/README.contrib | |||
| @@ -52,6 +52,6 @@ crc32vx/ by Ilya Leoshkevich <iii@linux.ibm.com> | |||
| 52 | testzlib/ by Gilles Vollant <info@winimage.com> | 52 | testzlib/ by Gilles Vollant <info@winimage.com> |
| 53 | Example of the use of zlib | 53 | Example of the use of zlib |
| 54 | 54 | ||
| 55 | vstudio/ by Gilles Vollant <info@winimage.com> | 55 | zlib1-dll/ |
| 56 | Building a minizip-enhanced zlib with Microsoft Visual Studio | 56 | by @Vollstrecker on github.com |
| 57 | Includes vc11 from kreuzerkrieg and vc12 from davispuh | 57 | Build the legacy zlib1.dll with zlib and minizip. \ No newline at end of file |
diff --git a/contrib/vstudio/readme.txt b/contrib/vstudio/readme.txt index 6d6223c4..8f35c3dc 100644 --- a/contrib/vstudio/readme.txt +++ b/contrib/vstudio/readme.txt | |||
| @@ -1,81 +1,22 @@ | |||
| 1 | Building instructions for the DLL versions of Zlib 1.3.1.2 | 1 | The pre-made Visual Studio projects have been removed in lieu of the ability to |
| 2 | ======================================================== | 2 | use cmake to build such projects on demand. |
| 3 | 3 | ||
| 4 | This directory contains projects that build zlib and minizip using | 4 | To create a Visual Studio project |
| 5 | Microsoft Visual C++ 9.0 - 17.x. | 5 | --------------------------------- |
| 6 | 6 | ||
| 7 | You don't need to build these projects yourself. You can download the | 7 | 1. Start cmake-gui. |
| 8 | binaries from: | 8 | 2. Point source-dir to the source. |
| 9 | http://www.winimage.com/zLibDll | 9 | 3. Point build-dir to the dir where you want to build. |
| 10 | 4. Hit configure -- there you can select details. | ||
| 11 | 5. Select the options you want, which are shown with descriptions after the | ||
| 12 | configure run is complete. | ||
| 13 | 6. Hit configure again to assure that everything that is needed is found. | ||
| 14 | 7. For those not found, deactivate the option or install the dependency, e.g. | ||
| 15 | bzip2 for minizip, and go back to step 6 until there is no red. | ||
| 16 | 8. Hit generate. | ||
| 17 | 9. Hit open project. | ||
| 10 | 18 | ||
| 11 | More information can be found at this site. | 19 | Now you can Build > Build solution. |
| 12 | 20 | ||
| 13 | 21 | ||
| 14 | 22 | See contrib/zlib1-dll/readme.txt for how to build the legacy zlib1.dll. | |
| 15 | |||
| 16 | |||
| 17 | Build instructions for Visual Studio 2008 (32 bits or 64 bits) | ||
| 18 | -------------------------------------------------------------- | ||
| 19 | - Decompress current zlib, including all contrib/* files | ||
| 20 | - Open contrib\vstudio\vc9\zlibvc.sln with Microsoft Visual C++ 2008 | ||
| 21 | - Or run: vcbuild /rebuild contrib\vstudio\vc9\zlibvc.sln "Release|Win32" | ||
| 22 | |||
| 23 | Build instructions for Visual Studio 2010 (32 bits or 64 bits) | ||
| 24 | -------------------------------------------------------------- | ||
| 25 | - Decompress current zlib, including all contrib/* files | ||
| 26 | - Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010 | ||
| 27 | |||
| 28 | Build instructions for Visual Studio 2012 (32 bits or 64 bits) | ||
| 29 | -------------------------------------------------------------- | ||
| 30 | - Decompress current zlib, including all contrib/* files | ||
| 31 | - Open contrib\vstudio\vc11\zlibvc.sln with Microsoft Visual C++ 2012 | ||
| 32 | |||
| 33 | Build instructions for Visual Studio 2013 (32 bits or 64 bits) | ||
| 34 | -------------------------------------------------------------- | ||
| 35 | - Decompress current zlib, including all contrib/* files | ||
| 36 | - Open contrib\vstudio\vc12\zlibvc.sln with Microsoft Visual C++ 2013 | ||
| 37 | |||
| 38 | Build instructions for Visual Studio 2015 (32 bits or 64 bits) | ||
| 39 | -------------------------------------------------------------- | ||
| 40 | - Decompress current zlib, including all contrib/* files | ||
| 41 | - Open contrib\vstudio\vc14\zlibvc.sln with Microsoft Visual C++ 2015 | ||
| 42 | |||
| 43 | Build instructions for Visual Studio 2022 (64 bits) | ||
| 44 | -------------------------------------------------------------- | ||
| 45 | - Decompress current zlib, including all contrib/* files | ||
| 46 | - Open contrib\vstudio\vc17\zlibvc.sln with Microsoft Visual C++ 2022 | ||
| 47 | |||
| 48 | |||
| 49 | |||
| 50 | Important | ||
| 51 | --------- | ||
| 52 | - To use zlibwapi.dll in your application, you must define the | ||
| 53 | macro ZLIB_WINAPI when compiling your application's source files. | ||
| 54 | |||
| 55 | |||
| 56 | Additional notes | ||
| 57 | ---------------- | ||
| 58 | - This DLL, named zlibwapi.dll, is compatible to the old zlib.dll built | ||
| 59 | by Gilles Vollant from the zlib 1.1.x sources, and distributed at | ||
| 60 | http://www.winimage.com/zLibDll | ||
| 61 | It uses the WINAPI calling convention for the exported functions, and | ||
| 62 | includes the minizip functionality. If your application needs that | ||
| 63 | particular build of zlib.dll, you can rename zlibwapi.dll to zlib.dll. | ||
| 64 | |||
| 65 | - The new DLL was renamed because there exist several incompatible | ||
| 66 | versions of zlib.dll on the Internet. | ||
| 67 | |||
| 68 | - There is also an official DLL build of zlib, named zlib1.dll. This one | ||
| 69 | is exporting the functions using the CDECL convention. See the file | ||
| 70 | win32\DLL_FAQ.txt found in this zlib distribution. | ||
| 71 | |||
| 72 | - There used to be a ZLIB_DLL macro in zlib 1.1.x, but now this symbol | ||
| 73 | has a slightly different effect. To avoid compatibility problems, do | ||
| 74 | not define it here. | ||
| 75 | |||
| 76 | |||
| 77 | Gilles Vollant | ||
| 78 | info@winimage.com | ||
| 79 | |||
| 80 | Visual Studio 2013, 2015, and 2022 Projects from Sean Hunt | ||
| 81 | seandhunt_7@yahoo.com | ||
diff --git a/contrib/vstudio/vc10/miniunz.vcxproj b/contrib/vstudio/vc10/miniunz.vcxproj deleted file mode 100644 index 74e15c90..00000000 --- a/contrib/vstudio/vc10/miniunz.vcxproj +++ /dev/null | |||
| @@ -1,310 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|x64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | </ItemGroup> | ||
| 29 | <PropertyGroup Label="Globals"> | ||
| 30 | <ProjectGuid>{C52F9E7B-498A-42BE-8DB4-85A15694382A}</ProjectGuid> | ||
| 31 | <Keyword>Win32Proj</Keyword> | ||
| 32 | </PropertyGroup> | ||
| 33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <CharacterSet>MultiByte</CharacterSet> | ||
| 37 | </PropertyGroup> | ||
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 39 | <ConfigurationType>Application</ConfigurationType> | ||
| 40 | <CharacterSet>MultiByte</CharacterSet> | ||
| 41 | </PropertyGroup> | ||
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 43 | <ConfigurationType>Application</ConfigurationType> | ||
| 44 | <CharacterSet>MultiByte</CharacterSet> | ||
| 45 | </PropertyGroup> | ||
| 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 47 | <ConfigurationType>Application</ConfigurationType> | ||
| 48 | <CharacterSet>MultiByte</CharacterSet> | ||
| 49 | </PropertyGroup> | ||
| 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 51 | <ConfigurationType>Application</ConfigurationType> | ||
| 52 | <CharacterSet>MultiByte</CharacterSet> | ||
| 53 | </PropertyGroup> | ||
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 55 | <ConfigurationType>Application</ConfigurationType> | ||
| 56 | <CharacterSet>MultiByte</CharacterSet> | ||
| 57 | </PropertyGroup> | ||
| 58 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 59 | <ImportGroup Label="ExtensionSettings"> | ||
| 60 | </ImportGroup> | ||
| 61 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 63 | </ImportGroup> | ||
| 64 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 66 | </ImportGroup> | ||
| 67 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 69 | </ImportGroup> | ||
| 70 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 72 | </ImportGroup> | ||
| 73 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 74 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 75 | </ImportGroup> | ||
| 76 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 78 | </ImportGroup> | ||
| 79 | <PropertyGroup Label="UserMacros" /> | ||
| 80 | <PropertyGroup> | ||
| 81 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 82 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniUnzip$(Configuration)\</OutDir> | ||
| 83 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 84 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 85 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 86 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniUnzip$(Configuration)\</OutDir> | ||
| 87 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 88 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 89 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 90 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\MiniUnzip$(Configuration)\</OutDir> | ||
| 91 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 92 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 93 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 94 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\MiniUnzip$(Configuration)\</OutDir> | ||
| 95 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 96 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 97 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 98 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\MiniUnzip$(Configuration)\</OutDir> | ||
| 99 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 100 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 101 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 102 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\MiniUnzip$(Configuration)\</OutDir> | ||
| 103 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 104 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 105 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 106 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 107 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 108 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 109 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 110 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 111 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 112 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 113 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 114 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 115 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 116 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 117 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 118 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 119 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 120 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 121 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 122 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 123 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 124 | </PropertyGroup> | ||
| 125 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 126 | <ClCompile> | ||
| 127 | <Optimization>Disabled</Optimization> | ||
| 128 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 129 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 130 | <MinimalRebuild>true</MinimalRebuild> | ||
| 131 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 132 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
| 133 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 134 | <PrecompiledHeader> | ||
| 135 | </PrecompiledHeader> | ||
| 136 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 137 | <WarningLevel>Level3</WarningLevel> | ||
| 138 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
| 139 | </ClCompile> | ||
| 140 | <Link> | ||
| 141 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 142 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 143 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 144 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 145 | <SubSystem>Console</SubSystem> | ||
| 146 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 147 | <DataExecutionPrevention> | ||
| 148 | </DataExecutionPrevention> | ||
| 149 | <TargetMachine>MachineX86</TargetMachine> | ||
| 150 | </Link> | ||
| 151 | </ItemDefinitionGroup> | ||
| 152 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 153 | <ClCompile> | ||
| 154 | <Optimization>MaxSpeed</Optimization> | ||
| 155 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 156 | <OmitFramePointers>true</OmitFramePointers> | ||
| 157 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 158 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 159 | <StringPooling>true</StringPooling> | ||
| 160 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 161 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 162 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 163 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 164 | <PrecompiledHeader> | ||
| 165 | </PrecompiledHeader> | ||
| 166 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 167 | <WarningLevel>Level3</WarningLevel> | ||
| 168 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 169 | </ClCompile> | ||
| 170 | <Link> | ||
| 171 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 172 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 173 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 174 | <SubSystem>Console</SubSystem> | ||
| 175 | <OptimizeReferences>true</OptimizeReferences> | ||
| 176 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 177 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 178 | <DataExecutionPrevention> | ||
| 179 | </DataExecutionPrevention> | ||
| 180 | <TargetMachine>MachineX86</TargetMachine> | ||
| 181 | </Link> | ||
| 182 | </ItemDefinitionGroup> | ||
| 183 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 184 | <Midl> | ||
| 185 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 186 | </Midl> | ||
| 187 | <ClCompile> | ||
| 188 | <Optimization>Disabled</Optimization> | ||
| 189 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 190 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 191 | <MinimalRebuild>true</MinimalRebuild> | ||
| 192 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 193 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 194 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 195 | <PrecompiledHeader> | ||
| 196 | </PrecompiledHeader> | ||
| 197 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 198 | <WarningLevel>Level3</WarningLevel> | ||
| 199 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 200 | </ClCompile> | ||
| 201 | <Link> | ||
| 202 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 203 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 204 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 205 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 206 | <SubSystem>Console</SubSystem> | ||
| 207 | <TargetMachine>MachineX64</TargetMachine> | ||
| 208 | </Link> | ||
| 209 | </ItemDefinitionGroup> | ||
| 210 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 211 | <Midl> | ||
| 212 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 213 | </Midl> | ||
| 214 | <ClCompile> | ||
| 215 | <Optimization>Disabled</Optimization> | ||
| 216 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 217 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 218 | <MinimalRebuild>true</MinimalRebuild> | ||
| 219 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 220 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 221 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 222 | <PrecompiledHeader> | ||
| 223 | </PrecompiledHeader> | ||
| 224 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 225 | <WarningLevel>Level3</WarningLevel> | ||
| 226 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 227 | </ClCompile> | ||
| 228 | <Link> | ||
| 229 | <AdditionalDependencies>ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 230 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 231 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 232 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 233 | <SubSystem>Console</SubSystem> | ||
| 234 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 235 | </Link> | ||
| 236 | </ItemDefinitionGroup> | ||
| 237 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 238 | <Midl> | ||
| 239 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 240 | </Midl> | ||
| 241 | <ClCompile> | ||
| 242 | <Optimization>MaxSpeed</Optimization> | ||
| 243 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 244 | <OmitFramePointers>true</OmitFramePointers> | ||
| 245 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 246 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 247 | <StringPooling>true</StringPooling> | ||
| 248 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 249 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 250 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 251 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 252 | <PrecompiledHeader> | ||
| 253 | </PrecompiledHeader> | ||
| 254 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 255 | <WarningLevel>Level3</WarningLevel> | ||
| 256 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 257 | </ClCompile> | ||
| 258 | <Link> | ||
| 259 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 260 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 261 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 262 | <SubSystem>Console</SubSystem> | ||
| 263 | <OptimizeReferences>true</OptimizeReferences> | ||
| 264 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 265 | <TargetMachine>MachineX64</TargetMachine> | ||
| 266 | </Link> | ||
| 267 | </ItemDefinitionGroup> | ||
| 268 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 269 | <Midl> | ||
| 270 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 271 | </Midl> | ||
| 272 | <ClCompile> | ||
| 273 | <Optimization>MaxSpeed</Optimization> | ||
| 274 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 275 | <OmitFramePointers>true</OmitFramePointers> | ||
| 276 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 277 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 278 | <StringPooling>true</StringPooling> | ||
| 279 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 280 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 281 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 282 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 283 | <PrecompiledHeader> | ||
| 284 | </PrecompiledHeader> | ||
| 285 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 286 | <WarningLevel>Level3</WarningLevel> | ||
| 287 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 288 | </ClCompile> | ||
| 289 | <Link> | ||
| 290 | <AdditionalDependencies>ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 291 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 292 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 293 | <SubSystem>Console</SubSystem> | ||
| 294 | <OptimizeReferences>true</OptimizeReferences> | ||
| 295 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 296 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 297 | </Link> | ||
| 298 | </ItemDefinitionGroup> | ||
| 299 | <ItemGroup> | ||
| 300 | <ClCompile Include="..\..\minizip\miniunz.c" /> | ||
| 301 | </ItemGroup> | ||
| 302 | <ItemGroup> | ||
| 303 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 304 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 305 | </ProjectReference> | ||
| 306 | </ItemGroup> | ||
| 307 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 308 | <ImportGroup Label="ExtensionTargets"> | ||
| 309 | </ImportGroup> | ||
| 310 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc10/miniunz.vcxproj.filters b/contrib/vstudio/vc10/miniunz.vcxproj.filters deleted file mode 100644 index e53556a6..00000000 --- a/contrib/vstudio/vc10/miniunz.vcxproj.filters +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup> | ||
| 4 | <Filter Include="Source Files"> | ||
| 5 | <UniqueIdentifier>{048af943-022b-4db6-beeb-a54c34774ee2}</UniqueIdentifier> | ||
| 6 | <Extensions>cpp;c;cxx;def;odl;idl;hpj;bat</Extensions> | ||
| 7 | </Filter> | ||
| 8 | <Filter Include="Header Files"> | ||
| 9 | <UniqueIdentifier>{c1d600d2-888f-4aea-b73e-8b0dd9befa0c}</UniqueIdentifier> | ||
| 10 | <Extensions>h;hpp;hxx;hm;inl;inc</Extensions> | ||
| 11 | </Filter> | ||
| 12 | <Filter Include="Resource Files"> | ||
| 13 | <UniqueIdentifier>{0844199a-966b-4f19-81db-1e0125e141b9}</UniqueIdentifier> | ||
| 14 | <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions> | ||
| 15 | </Filter> | ||
| 16 | </ItemGroup> | ||
| 17 | <ItemGroup> | ||
| 18 | <ClCompile Include="..\..\minizip\miniunz.c"> | ||
| 19 | <Filter>Source Files</Filter> | ||
| 20 | </ClCompile> | ||
| 21 | </ItemGroup> | ||
| 22 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc10/minizip.vcxproj b/contrib/vstudio/vc10/minizip.vcxproj deleted file mode 100644 index 917e1565..00000000 --- a/contrib/vstudio/vc10/minizip.vcxproj +++ /dev/null | |||
| @@ -1,307 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|x64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | </ItemGroup> | ||
| 29 | <PropertyGroup Label="Globals"> | ||
| 30 | <ProjectGuid>{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid> | ||
| 31 | <Keyword>Win32Proj</Keyword> | ||
| 32 | </PropertyGroup> | ||
| 33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <CharacterSet>MultiByte</CharacterSet> | ||
| 37 | </PropertyGroup> | ||
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 39 | <ConfigurationType>Application</ConfigurationType> | ||
| 40 | <CharacterSet>MultiByte</CharacterSet> | ||
| 41 | </PropertyGroup> | ||
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 43 | <ConfigurationType>Application</ConfigurationType> | ||
| 44 | <CharacterSet>MultiByte</CharacterSet> | ||
| 45 | </PropertyGroup> | ||
| 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 47 | <ConfigurationType>Application</ConfigurationType> | ||
| 48 | <CharacterSet>MultiByte</CharacterSet> | ||
| 49 | </PropertyGroup> | ||
| 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 51 | <ConfigurationType>Application</ConfigurationType> | ||
| 52 | <CharacterSet>MultiByte</CharacterSet> | ||
| 53 | </PropertyGroup> | ||
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 55 | <ConfigurationType>Application</ConfigurationType> | ||
| 56 | <CharacterSet>MultiByte</CharacterSet> | ||
| 57 | </PropertyGroup> | ||
| 58 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 59 | <ImportGroup Label="ExtensionSettings"> | ||
| 60 | </ImportGroup> | ||
| 61 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 63 | </ImportGroup> | ||
| 64 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 66 | </ImportGroup> | ||
| 67 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 69 | </ImportGroup> | ||
| 70 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 72 | </ImportGroup> | ||
| 73 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 74 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 75 | </ImportGroup> | ||
| 76 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 78 | </ImportGroup> | ||
| 79 | <PropertyGroup Label="UserMacros" /> | ||
| 80 | <PropertyGroup> | ||
| 81 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 82 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniZip$(Configuration)\</OutDir> | ||
| 83 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 84 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 85 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 86 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniZip$(Configuration)\</OutDir> | ||
| 87 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 88 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 89 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\$(Configuration)\</OutDir> | ||
| 90 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\$(Configuration)\</IntDir> | ||
| 91 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 92 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 93 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\$(Configuration)\</OutDir> | ||
| 94 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\$(Configuration)\</IntDir> | ||
| 95 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 96 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 97 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\$(Configuration)\</OutDir> | ||
| 98 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\$(Configuration)\</IntDir> | ||
| 99 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 100 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\$(Configuration)\</OutDir> | ||
| 101 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\$(Configuration)\</IntDir> | ||
| 102 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 103 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 104 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 105 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 106 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 107 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 108 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 109 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 110 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 111 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 112 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 113 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 114 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 115 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 116 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 117 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 118 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 119 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 120 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 121 | </PropertyGroup> | ||
| 122 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 123 | <ClCompile> | ||
| 124 | <Optimization>Disabled</Optimization> | ||
| 125 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 126 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 127 | <MinimalRebuild>true</MinimalRebuild> | ||
| 128 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 129 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
| 130 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 131 | <PrecompiledHeader> | ||
| 132 | </PrecompiledHeader> | ||
| 133 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 134 | <WarningLevel>Level3</WarningLevel> | ||
| 135 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
| 136 | </ClCompile> | ||
| 137 | <Link> | ||
| 138 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 139 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 140 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 141 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 142 | <SubSystem>Console</SubSystem> | ||
| 143 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 144 | <DataExecutionPrevention> | ||
| 145 | </DataExecutionPrevention> | ||
| 146 | <TargetMachine>MachineX86</TargetMachine> | ||
| 147 | </Link> | ||
| 148 | </ItemDefinitionGroup> | ||
| 149 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 150 | <ClCompile> | ||
| 151 | <Optimization>MaxSpeed</Optimization> | ||
| 152 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 153 | <OmitFramePointers>true</OmitFramePointers> | ||
| 154 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 155 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 156 | <StringPooling>true</StringPooling> | ||
| 157 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 158 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 159 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 160 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 161 | <PrecompiledHeader> | ||
| 162 | </PrecompiledHeader> | ||
| 163 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 164 | <WarningLevel>Level3</WarningLevel> | ||
| 165 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 166 | </ClCompile> | ||
| 167 | <Link> | ||
| 168 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 169 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 170 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 171 | <SubSystem>Console</SubSystem> | ||
| 172 | <OptimizeReferences>true</OptimizeReferences> | ||
| 173 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 174 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 175 | <DataExecutionPrevention> | ||
| 176 | </DataExecutionPrevention> | ||
| 177 | <TargetMachine>MachineX86</TargetMachine> | ||
| 178 | </Link> | ||
| 179 | </ItemDefinitionGroup> | ||
| 180 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 181 | <Midl> | ||
| 182 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 183 | </Midl> | ||
| 184 | <ClCompile> | ||
| 185 | <Optimization>Disabled</Optimization> | ||
| 186 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 187 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 188 | <MinimalRebuild>true</MinimalRebuild> | ||
| 189 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 190 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 191 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 192 | <PrecompiledHeader> | ||
| 193 | </PrecompiledHeader> | ||
| 194 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 195 | <WarningLevel>Level3</WarningLevel> | ||
| 196 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 197 | </ClCompile> | ||
| 198 | <Link> | ||
| 199 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 200 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 201 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 202 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 203 | <SubSystem>Console</SubSystem> | ||
| 204 | <TargetMachine>MachineX64</TargetMachine> | ||
| 205 | </Link> | ||
| 206 | </ItemDefinitionGroup> | ||
| 207 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 208 | <Midl> | ||
| 209 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 210 | </Midl> | ||
| 211 | <ClCompile> | ||
| 212 | <Optimization>Disabled</Optimization> | ||
| 213 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 214 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 215 | <MinimalRebuild>true</MinimalRebuild> | ||
| 216 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 217 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 218 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 219 | <PrecompiledHeader> | ||
| 220 | </PrecompiledHeader> | ||
| 221 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 222 | <WarningLevel>Level3</WarningLevel> | ||
| 223 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 224 | </ClCompile> | ||
| 225 | <Link> | ||
| 226 | <AdditionalDependencies>ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 227 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 228 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 229 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 230 | <SubSystem>Console</SubSystem> | ||
| 231 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 232 | </Link> | ||
| 233 | </ItemDefinitionGroup> | ||
| 234 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 235 | <Midl> | ||
| 236 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 237 | </Midl> | ||
| 238 | <ClCompile> | ||
| 239 | <Optimization>MaxSpeed</Optimization> | ||
| 240 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 241 | <OmitFramePointers>true</OmitFramePointers> | ||
| 242 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 243 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 244 | <StringPooling>true</StringPooling> | ||
| 245 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 246 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 247 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 248 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 249 | <PrecompiledHeader> | ||
| 250 | </PrecompiledHeader> | ||
| 251 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 252 | <WarningLevel>Level3</WarningLevel> | ||
| 253 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 254 | </ClCompile> | ||
| 255 | <Link> | ||
| 256 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 257 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 258 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 259 | <SubSystem>Console</SubSystem> | ||
| 260 | <OptimizeReferences>true</OptimizeReferences> | ||
| 261 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 262 | <TargetMachine>MachineX64</TargetMachine> | ||
| 263 | </Link> | ||
| 264 | </ItemDefinitionGroup> | ||
| 265 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 266 | <Midl> | ||
| 267 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 268 | </Midl> | ||
| 269 | <ClCompile> | ||
| 270 | <Optimization>MaxSpeed</Optimization> | ||
| 271 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 272 | <OmitFramePointers>true</OmitFramePointers> | ||
| 273 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 274 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 275 | <StringPooling>true</StringPooling> | ||
| 276 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 277 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 278 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 279 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 280 | <PrecompiledHeader> | ||
| 281 | </PrecompiledHeader> | ||
| 282 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 283 | <WarningLevel>Level3</WarningLevel> | ||
| 284 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 285 | </ClCompile> | ||
| 286 | <Link> | ||
| 287 | <AdditionalDependencies>ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 288 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 289 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 290 | <SubSystem>Console</SubSystem> | ||
| 291 | <OptimizeReferences>true</OptimizeReferences> | ||
| 292 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 293 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 294 | </Link> | ||
| 295 | </ItemDefinitionGroup> | ||
| 296 | <ItemGroup> | ||
| 297 | <ClCompile Include="..\..\minizip\minizip.c" /> | ||
| 298 | </ItemGroup> | ||
| 299 | <ItemGroup> | ||
| 300 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 301 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 302 | </ProjectReference> | ||
| 303 | </ItemGroup> | ||
| 304 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 305 | <ImportGroup Label="ExtensionTargets"> | ||
| 306 | </ImportGroup> | ||
| 307 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc10/minizip.vcxproj.filters b/contrib/vstudio/vc10/minizip.vcxproj.filters deleted file mode 100644 index bd18d715..00000000 --- a/contrib/vstudio/vc10/minizip.vcxproj.filters +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup> | ||
| 4 | <Filter Include="Source Files"> | ||
| 5 | <UniqueIdentifier>{c0419b40-bf50-40da-b153-ff74215b79de}</UniqueIdentifier> | ||
| 6 | <Extensions>cpp;c;cxx;def;odl;idl;hpj;bat</Extensions> | ||
| 7 | </Filter> | ||
| 8 | <Filter Include="Header Files"> | ||
| 9 | <UniqueIdentifier>{bb87b070-735b-478e-92ce-7383abb2f36c}</UniqueIdentifier> | ||
| 10 | <Extensions>h;hpp;hxx;hm;inl;inc</Extensions> | ||
| 11 | </Filter> | ||
| 12 | <Filter Include="Resource Files"> | ||
| 13 | <UniqueIdentifier>{f46ab6a6-548f-43cb-ae96-681abb5bd5db}</UniqueIdentifier> | ||
| 14 | <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions> | ||
| 15 | </Filter> | ||
| 16 | </ItemGroup> | ||
| 17 | <ItemGroup> | ||
| 18 | <ClCompile Include="..\..\minizip\minizip.c"> | ||
| 19 | <Filter>Source Files</Filter> | ||
| 20 | </ClCompile> | ||
| 21 | </ItemGroup> | ||
| 22 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc10/testzlib.vcxproj b/contrib/vstudio/vc10/testzlib.vcxproj deleted file mode 100644 index 0e668f76..00000000 --- a/contrib/vstudio/vc10/testzlib.vcxproj +++ /dev/null | |||
| @@ -1,412 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium"> | ||
| 17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Itanium</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|Win32"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>Win32</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|x64"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>x64</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | </ItemGroup> | ||
| 41 | <PropertyGroup Label="Globals"> | ||
| 42 | <ProjectGuid>{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid> | ||
| 43 | <RootNamespace>testzlib</RootNamespace> | ||
| 44 | <Keyword>Win32Proj</Keyword> | ||
| 45 | </PropertyGroup> | ||
| 46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 48 | <ConfigurationType>Application</ConfigurationType> | ||
| 49 | <CharacterSet>MultiByte</CharacterSet> | ||
| 50 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 51 | </PropertyGroup> | ||
| 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 53 | <ConfigurationType>Application</ConfigurationType> | ||
| 54 | <CharacterSet>MultiByte</CharacterSet> | ||
| 55 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 56 | </PropertyGroup> | ||
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 58 | <ConfigurationType>Application</ConfigurationType> | ||
| 59 | <CharacterSet>MultiByte</CharacterSet> | ||
| 60 | </PropertyGroup> | ||
| 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 62 | <ConfigurationType>Application</ConfigurationType> | ||
| 63 | <CharacterSet>MultiByte</CharacterSet> | ||
| 64 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 65 | </PropertyGroup> | ||
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
| 67 | <ConfigurationType>Application</ConfigurationType> | ||
| 68 | <CharacterSet>MultiByte</CharacterSet> | ||
| 69 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 70 | </PropertyGroup> | ||
| 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 72 | <ConfigurationType>Application</ConfigurationType> | ||
| 73 | <CharacterSet>MultiByte</CharacterSet> | ||
| 74 | </PropertyGroup> | ||
| 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 76 | <ConfigurationType>Application</ConfigurationType> | ||
| 77 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 78 | </PropertyGroup> | ||
| 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 80 | <ConfigurationType>Application</ConfigurationType> | ||
| 81 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 82 | </PropertyGroup> | ||
| 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 84 | <ConfigurationType>Application</ConfigurationType> | ||
| 85 | </PropertyGroup> | ||
| 86 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 87 | <ImportGroup Label="ExtensionSettings"> | ||
| 88 | </ImportGroup> | ||
| 89 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 90 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 91 | </ImportGroup> | ||
| 92 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 93 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 94 | </ImportGroup> | ||
| 95 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 96 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 97 | </ImportGroup> | ||
| 98 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 99 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 100 | </ImportGroup> | ||
| 101 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
| 102 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 103 | </ImportGroup> | ||
| 104 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 105 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 106 | </ImportGroup> | ||
| 107 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 108 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 109 | </ImportGroup> | ||
| 110 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 111 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 112 | </ImportGroup> | ||
| 113 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 114 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 115 | </ImportGroup> | ||
| 116 | <PropertyGroup Label="UserMacros" /> | ||
| 117 | <PropertyGroup> | ||
| 118 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 119 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 120 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 121 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 122 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 123 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 124 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 125 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> | ||
| 126 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> | ||
| 127 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 128 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 129 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 130 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 131 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 132 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 133 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 134 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
| 135 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 136 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 137 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 138 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 139 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 140 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> | ||
| 141 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
| 142 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 143 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</LinkIncremental> | ||
| 144 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</GenerateManifest> | ||
| 145 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 146 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 147 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 148 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
| 149 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 150 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 151 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 152 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 153 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 154 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 155 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 156 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 157 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 158 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 159 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 160 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 161 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 162 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 163 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 164 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 165 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 166 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 167 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 168 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 169 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 170 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 171 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 172 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 173 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 174 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 175 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 176 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 177 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 178 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 179 | </PropertyGroup> | ||
| 180 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 181 | <ClCompile> | ||
| 182 | <Optimization>Disabled</Optimization> | ||
| 183 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 184 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 185 | <MinimalRebuild>true</MinimalRebuild> | ||
| 186 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 187 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
| 188 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 189 | <PrecompiledHeader> | ||
| 190 | </PrecompiledHeader> | ||
| 191 | <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput> | ||
| 192 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 193 | <WarningLevel>Level3</WarningLevel> | ||
| 194 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
| 195 | </ClCompile> | ||
| 196 | <Link> | ||
| 197 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 198 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 199 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 200 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 201 | <SubSystem>Console</SubSystem> | ||
| 202 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 203 | <DataExecutionPrevention> | ||
| 204 | </DataExecutionPrevention> | ||
| 205 | <TargetMachine>MachineX86</TargetMachine> | ||
| 206 | </Link> | ||
| 207 | </ItemDefinitionGroup> | ||
| 208 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 209 | <ClCompile> | ||
| 210 | <Optimization>MaxSpeed</Optimization> | ||
| 211 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 212 | <OmitFramePointers>true</OmitFramePointers> | ||
| 213 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 214 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 215 | <StringPooling>true</StringPooling> | ||
| 216 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 217 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 218 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 219 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 220 | <PrecompiledHeader> | ||
| 221 | </PrecompiledHeader> | ||
| 222 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 223 | <WarningLevel>Level3</WarningLevel> | ||
| 224 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 225 | </ClCompile> | ||
| 226 | <Link> | ||
| 227 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 228 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 229 | <SubSystem>Console</SubSystem> | ||
| 230 | <OptimizeReferences>true</OptimizeReferences> | ||
| 231 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 232 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 233 | <DataExecutionPrevention> | ||
| 234 | </DataExecutionPrevention> | ||
| 235 | <TargetMachine>MachineX86</TargetMachine> | ||
| 236 | </Link> | ||
| 237 | </ItemDefinitionGroup> | ||
| 238 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 239 | <ClCompile> | ||
| 240 | <Optimization>MaxSpeed</Optimization> | ||
| 241 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 242 | <OmitFramePointers>true</OmitFramePointers> | ||
| 243 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 244 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 245 | <StringPooling>true</StringPooling> | ||
| 246 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 247 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 248 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 249 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 250 | <PrecompiledHeader> | ||
| 251 | </PrecompiledHeader> | ||
| 252 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 253 | <WarningLevel>Level3</WarningLevel> | ||
| 254 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 255 | </ClCompile> | ||
| 256 | <Link> | ||
| 257 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 258 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 259 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 260 | <SubSystem>Console</SubSystem> | ||
| 261 | <OptimizeReferences>true</OptimizeReferences> | ||
| 262 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 263 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 264 | <DataExecutionPrevention> | ||
| 265 | </DataExecutionPrevention> | ||
| 266 | <TargetMachine>MachineX86</TargetMachine> | ||
| 267 | </Link> | ||
| 268 | </ItemDefinitionGroup> | ||
| 269 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 270 | <ClCompile> | ||
| 271 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 272 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 273 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 274 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 275 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 276 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 277 | </ClCompile> | ||
| 278 | <Link> | ||
| 279 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 280 | </Link> | ||
| 281 | </ItemDefinitionGroup> | ||
| 282 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 283 | <Midl> | ||
| 284 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 285 | </Midl> | ||
| 286 | <ClCompile> | ||
| 287 | <Optimization>Disabled</Optimization> | ||
| 288 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 289 | <PreprocessorDefinitions>ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 290 | <MinimalRebuild>true</MinimalRebuild> | ||
| 291 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 292 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 293 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 294 | <PrecompiledHeader> | ||
| 295 | </PrecompiledHeader> | ||
| 296 | <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput> | ||
| 297 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 298 | <WarningLevel>Level3</WarningLevel> | ||
| 299 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 300 | </ClCompile> | ||
| 301 | <Link> | ||
| 302 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 303 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 304 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 305 | <SubSystem>Console</SubSystem> | ||
| 306 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 307 | </Link> | ||
| 308 | </ItemDefinitionGroup> | ||
| 309 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 310 | <ClCompile> | ||
| 311 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 312 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 313 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 314 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 315 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 316 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 317 | </ClCompile> | ||
| 318 | <Link> | ||
| 319 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 320 | </Link> | ||
| 321 | </ItemDefinitionGroup> | ||
| 322 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
| 323 | <Midl> | ||
| 324 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 325 | </Midl> | ||
| 326 | <ClCompile> | ||
| 327 | <Optimization>MaxSpeed</Optimization> | ||
| 328 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 329 | <OmitFramePointers>true</OmitFramePointers> | ||
| 330 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 331 | <PreprocessorDefinitions>ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 332 | <StringPooling>true</StringPooling> | ||
| 333 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 334 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 335 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 336 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 337 | <PrecompiledHeader> | ||
| 338 | </PrecompiledHeader> | ||
| 339 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 340 | <WarningLevel>Level3</WarningLevel> | ||
| 341 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 342 | </ClCompile> | ||
| 343 | <Link> | ||
| 344 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 345 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 346 | <SubSystem>Console</SubSystem> | ||
| 347 | <OptimizeReferences>true</OptimizeReferences> | ||
| 348 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 349 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 350 | </Link> | ||
| 351 | </ItemDefinitionGroup> | ||
| 352 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 353 | <ClCompile> | ||
| 354 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 355 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 356 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 357 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 358 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 359 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 360 | </ClCompile> | ||
| 361 | <Link> | ||
| 362 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 363 | </Link> | ||
| 364 | </ItemDefinitionGroup> | ||
| 365 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 366 | <Midl> | ||
| 367 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 368 | </Midl> | ||
| 369 | <ClCompile> | ||
| 370 | <Optimization>MaxSpeed</Optimization> | ||
| 371 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 372 | <OmitFramePointers>true</OmitFramePointers> | ||
| 373 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 374 | <PreprocessorDefinitions>ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 375 | <StringPooling>true</StringPooling> | ||
| 376 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 377 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 378 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 379 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 380 | <PrecompiledHeader> | ||
| 381 | </PrecompiledHeader> | ||
| 382 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 383 | <WarningLevel>Level3</WarningLevel> | ||
| 384 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 385 | </ClCompile> | ||
| 386 | <Link> | ||
| 387 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 388 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 389 | <SubSystem>Console</SubSystem> | ||
| 390 | <OptimizeReferences>true</OptimizeReferences> | ||
| 391 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 392 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 393 | </Link> | ||
| 394 | </ItemDefinitionGroup> | ||
| 395 | <ItemGroup> | ||
| 396 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 397 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 398 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 399 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 400 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 401 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 402 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 403 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 404 | <ClCompile Include="..\..\testzlib\testzlib.c" /> | ||
| 405 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 406 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 407 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 408 | </ItemGroup> | ||
| 409 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 410 | <ImportGroup Label="ExtensionTargets"> | ||
| 411 | </ImportGroup> | ||
| 412 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc10/testzlib.vcxproj.filters b/contrib/vstudio/vc10/testzlib.vcxproj.filters deleted file mode 100644 index 3cf52ee3..00000000 --- a/contrib/vstudio/vc10/testzlib.vcxproj.filters +++ /dev/null | |||
| @@ -1,55 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup> | ||
| 4 | <Filter Include="Source Files"> | ||
| 5 | <UniqueIdentifier>{c1f6a2e3-5da5-4955-8653-310d3efe05a9}</UniqueIdentifier> | ||
| 6 | <Extensions>cpp;c;cxx;def;odl;idl;hpj;bat</Extensions> | ||
| 7 | </Filter> | ||
| 8 | <Filter Include="Header Files"> | ||
| 9 | <UniqueIdentifier>{c2aaffdc-2c95-4d6f-8466-4bec5890af2c}</UniqueIdentifier> | ||
| 10 | <Extensions>h;hpp;hxx;hm;inl;inc</Extensions> | ||
| 11 | </Filter> | ||
| 12 | <Filter Include="Resource Files"> | ||
| 13 | <UniqueIdentifier>{c274fe07-05f2-461c-964b-f6341e4e7eb5}</UniqueIdentifier> | ||
| 14 | <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions> | ||
| 15 | </Filter> | ||
| 16 | </ItemGroup> | ||
| 17 | <ItemGroup> | ||
| 18 | <ClCompile Include="..\..\..\adler32.c"> | ||
| 19 | <Filter>Source Files</Filter> | ||
| 20 | </ClCompile> | ||
| 21 | <ClCompile Include="..\..\..\compress.c"> | ||
| 22 | <Filter>Source Files</Filter> | ||
| 23 | </ClCompile> | ||
| 24 | <ClCompile Include="..\..\..\crc32.c"> | ||
| 25 | <Filter>Source Files</Filter> | ||
| 26 | </ClCompile> | ||
| 27 | <ClCompile Include="..\..\..\deflate.c"> | ||
| 28 | <Filter>Source Files</Filter> | ||
| 29 | </ClCompile> | ||
| 30 | <ClCompile Include="..\..\..\infback.c"> | ||
| 31 | <Filter>Source Files</Filter> | ||
| 32 | </ClCompile> | ||
| 33 | <ClCompile Include="..\..\..\inffast.c"> | ||
| 34 | <Filter>Source Files</Filter> | ||
| 35 | </ClCompile> | ||
| 36 | <ClCompile Include="..\..\..\inflate.c"> | ||
| 37 | <Filter>Source Files</Filter> | ||
| 38 | </ClCompile> | ||
| 39 | <ClCompile Include="..\..\..\inftrees.c"> | ||
| 40 | <Filter>Source Files</Filter> | ||
| 41 | </ClCompile> | ||
| 42 | <ClCompile Include="..\..\testzlib\testzlib.c"> | ||
| 43 | <Filter>Source Files</Filter> | ||
| 44 | </ClCompile> | ||
| 45 | <ClCompile Include="..\..\..\trees.c"> | ||
| 46 | <Filter>Source Files</Filter> | ||
| 47 | </ClCompile> | ||
| 48 | <ClCompile Include="..\..\..\uncompr.c"> | ||
| 49 | <Filter>Source Files</Filter> | ||
| 50 | </ClCompile> | ||
| 51 | <ClCompile Include="..\..\..\zutil.c"> | ||
| 52 | <Filter>Source Files</Filter> | ||
| 53 | </ClCompile> | ||
| 54 | </ItemGroup> | ||
| 55 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc10/testzlibdll.vcxproj b/contrib/vstudio/vc10/testzlibdll.vcxproj deleted file mode 100644 index bcb08ff9..00000000 --- a/contrib/vstudio/vc10/testzlibdll.vcxproj +++ /dev/null | |||
| @@ -1,310 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|x64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | </ItemGroup> | ||
| 29 | <PropertyGroup Label="Globals"> | ||
| 30 | <ProjectGuid>{C52F9E7B-498A-42BE-8DB4-85A15694366A}</ProjectGuid> | ||
| 31 | <Keyword>Win32Proj</Keyword> | ||
| 32 | </PropertyGroup> | ||
| 33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <CharacterSet>MultiByte</CharacterSet> | ||
| 37 | </PropertyGroup> | ||
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 39 | <ConfigurationType>Application</ConfigurationType> | ||
| 40 | <CharacterSet>MultiByte</CharacterSet> | ||
| 41 | </PropertyGroup> | ||
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 43 | <ConfigurationType>Application</ConfigurationType> | ||
| 44 | <CharacterSet>MultiByte</CharacterSet> | ||
| 45 | </PropertyGroup> | ||
| 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 47 | <ConfigurationType>Application</ConfigurationType> | ||
| 48 | <CharacterSet>MultiByte</CharacterSet> | ||
| 49 | </PropertyGroup> | ||
| 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 51 | <ConfigurationType>Application</ConfigurationType> | ||
| 52 | <CharacterSet>MultiByte</CharacterSet> | ||
| 53 | </PropertyGroup> | ||
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 55 | <ConfigurationType>Application</ConfigurationType> | ||
| 56 | <CharacterSet>MultiByte</CharacterSet> | ||
| 57 | </PropertyGroup> | ||
| 58 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 59 | <ImportGroup Label="ExtensionSettings"> | ||
| 60 | </ImportGroup> | ||
| 61 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 63 | </ImportGroup> | ||
| 64 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 66 | </ImportGroup> | ||
| 67 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 69 | </ImportGroup> | ||
| 70 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 72 | </ImportGroup> | ||
| 73 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 74 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 75 | </ImportGroup> | ||
| 76 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 78 | </ImportGroup> | ||
| 79 | <PropertyGroup Label="UserMacros" /> | ||
| 80 | <PropertyGroup> | ||
| 81 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 82 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlibDll$(Configuration)\</OutDir> | ||
| 83 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 84 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 85 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 86 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlibDll$(Configuration)\</OutDir> | ||
| 87 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 88 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 89 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 90 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlibDll$(Configuration)\</OutDir> | ||
| 91 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 92 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 93 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 94 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlibDll$(Configuration)\</OutDir> | ||
| 95 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 96 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 97 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 98 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlibDll$(Configuration)\</OutDir> | ||
| 99 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 100 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 101 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 102 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlibDll$(Configuration)\</OutDir> | ||
| 103 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 104 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 105 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 106 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 107 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 108 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 109 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 110 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 111 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 112 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 113 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 114 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 115 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 116 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 117 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 118 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 119 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 120 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 121 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 122 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 123 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 124 | </PropertyGroup> | ||
| 125 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 126 | <ClCompile> | ||
| 127 | <Optimization>Disabled</Optimization> | ||
| 128 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 129 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 130 | <MinimalRebuild>true</MinimalRebuild> | ||
| 131 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 132 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
| 133 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 134 | <PrecompiledHeader> | ||
| 135 | </PrecompiledHeader> | ||
| 136 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 137 | <WarningLevel>Level3</WarningLevel> | ||
| 138 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
| 139 | </ClCompile> | ||
| 140 | <Link> | ||
| 141 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 142 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 143 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 144 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 145 | <SubSystem>Console</SubSystem> | ||
| 146 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 147 | <DataExecutionPrevention> | ||
| 148 | </DataExecutionPrevention> | ||
| 149 | <TargetMachine>MachineX86</TargetMachine> | ||
| 150 | </Link> | ||
| 151 | </ItemDefinitionGroup> | ||
| 152 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 153 | <ClCompile> | ||
| 154 | <Optimization>MaxSpeed</Optimization> | ||
| 155 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 156 | <OmitFramePointers>true</OmitFramePointers> | ||
| 157 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 158 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 159 | <StringPooling>true</StringPooling> | ||
| 160 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 161 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 162 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 163 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 164 | <PrecompiledHeader> | ||
| 165 | </PrecompiledHeader> | ||
| 166 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 167 | <WarningLevel>Level3</WarningLevel> | ||
| 168 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 169 | </ClCompile> | ||
| 170 | <Link> | ||
| 171 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 172 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 173 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 174 | <SubSystem>Console</SubSystem> | ||
| 175 | <OptimizeReferences>true</OptimizeReferences> | ||
| 176 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 177 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 178 | <DataExecutionPrevention> | ||
| 179 | </DataExecutionPrevention> | ||
| 180 | <TargetMachine>MachineX86</TargetMachine> | ||
| 181 | </Link> | ||
| 182 | </ItemDefinitionGroup> | ||
| 183 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 184 | <Midl> | ||
| 185 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 186 | </Midl> | ||
| 187 | <ClCompile> | ||
| 188 | <Optimization>Disabled</Optimization> | ||
| 189 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 190 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 191 | <MinimalRebuild>true</MinimalRebuild> | ||
| 192 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 193 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 194 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 195 | <PrecompiledHeader> | ||
| 196 | </PrecompiledHeader> | ||
| 197 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 198 | <WarningLevel>Level3</WarningLevel> | ||
| 199 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 200 | </ClCompile> | ||
| 201 | <Link> | ||
| 202 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 203 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 204 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 205 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 206 | <SubSystem>Console</SubSystem> | ||
| 207 | <TargetMachine>MachineX64</TargetMachine> | ||
| 208 | </Link> | ||
| 209 | </ItemDefinitionGroup> | ||
| 210 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 211 | <Midl> | ||
| 212 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 213 | </Midl> | ||
| 214 | <ClCompile> | ||
| 215 | <Optimization>Disabled</Optimization> | ||
| 216 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 217 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 218 | <MinimalRebuild>true</MinimalRebuild> | ||
| 219 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 220 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 221 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 222 | <PrecompiledHeader> | ||
| 223 | </PrecompiledHeader> | ||
| 224 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 225 | <WarningLevel>Level3</WarningLevel> | ||
| 226 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 227 | </ClCompile> | ||
| 228 | <Link> | ||
| 229 | <AdditionalDependencies>ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 230 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 231 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 232 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 233 | <SubSystem>Console</SubSystem> | ||
| 234 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 235 | </Link> | ||
| 236 | </ItemDefinitionGroup> | ||
| 237 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 238 | <Midl> | ||
| 239 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 240 | </Midl> | ||
| 241 | <ClCompile> | ||
| 242 | <Optimization>MaxSpeed</Optimization> | ||
| 243 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 244 | <OmitFramePointers>true</OmitFramePointers> | ||
| 245 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 246 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 247 | <StringPooling>true</StringPooling> | ||
| 248 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 249 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 250 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 251 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 252 | <PrecompiledHeader> | ||
| 253 | </PrecompiledHeader> | ||
| 254 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 255 | <WarningLevel>Level3</WarningLevel> | ||
| 256 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 257 | </ClCompile> | ||
| 258 | <Link> | ||
| 259 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 260 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 261 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 262 | <SubSystem>Console</SubSystem> | ||
| 263 | <OptimizeReferences>true</OptimizeReferences> | ||
| 264 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 265 | <TargetMachine>MachineX64</TargetMachine> | ||
| 266 | </Link> | ||
| 267 | </ItemDefinitionGroup> | ||
| 268 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 269 | <Midl> | ||
| 270 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 271 | </Midl> | ||
| 272 | <ClCompile> | ||
| 273 | <Optimization>MaxSpeed</Optimization> | ||
| 274 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 275 | <OmitFramePointers>true</OmitFramePointers> | ||
| 276 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 277 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 278 | <StringPooling>true</StringPooling> | ||
| 279 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 280 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 281 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 282 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 283 | <PrecompiledHeader> | ||
| 284 | </PrecompiledHeader> | ||
| 285 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 286 | <WarningLevel>Level3</WarningLevel> | ||
| 287 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 288 | </ClCompile> | ||
| 289 | <Link> | ||
| 290 | <AdditionalDependencies>ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 291 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 292 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 293 | <SubSystem>Console</SubSystem> | ||
| 294 | <OptimizeReferences>true</OptimizeReferences> | ||
| 295 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 296 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 297 | </Link> | ||
| 298 | </ItemDefinitionGroup> | ||
| 299 | <ItemGroup> | ||
| 300 | <ClCompile Include="..\..\testzlib\testzlib.c" /> | ||
| 301 | </ItemGroup> | ||
| 302 | <ItemGroup> | ||
| 303 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 304 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 305 | </ProjectReference> | ||
| 306 | </ItemGroup> | ||
| 307 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 308 | <ImportGroup Label="ExtensionTargets"> | ||
| 309 | </ImportGroup> | ||
| 310 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc10/testzlibdll.vcxproj.filters b/contrib/vstudio/vc10/testzlibdll.vcxproj.filters deleted file mode 100644 index aeb550e9..00000000 --- a/contrib/vstudio/vc10/testzlibdll.vcxproj.filters +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup> | ||
| 4 | <Filter Include="Source Files"> | ||
| 5 | <UniqueIdentifier>{fa61a89f-93fc-4c89-b29e-36224b7592f4}</UniqueIdentifier> | ||
| 6 | <Extensions>cpp;c;cxx;def;odl;idl;hpj;bat</Extensions> | ||
| 7 | </Filter> | ||
| 8 | <Filter Include="Header Files"> | ||
| 9 | <UniqueIdentifier>{d4b85da0-2ba2-4934-b57f-e2584e3848ee}</UniqueIdentifier> | ||
| 10 | <Extensions>h;hpp;hxx;hm;inl;inc</Extensions> | ||
| 11 | </Filter> | ||
| 12 | <Filter Include="Resource Files"> | ||
| 13 | <UniqueIdentifier>{e573e075-00bd-4a7d-bd67-a8cc9bfc5aca}</UniqueIdentifier> | ||
| 14 | <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions> | ||
| 15 | </Filter> | ||
| 16 | </ItemGroup> | ||
| 17 | <ItemGroup> | ||
| 18 | <ClCompile Include="..\..\testzlib\testzlib.c"> | ||
| 19 | <Filter>Source Files</Filter> | ||
| 20 | </ClCompile> | ||
| 21 | </ItemGroup> | ||
| 22 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc10/zlib.rc b/contrib/vstudio/vc10/zlib.rc deleted file mode 100644 index acbcf658..00000000 --- a/contrib/vstudio/vc10/zlib.rc +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | #include <windows.h> | ||
| 2 | |||
| 3 | #define IDR_VERSION1 1 | ||
| 4 | IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE | ||
| 5 | FILEVERSION 1, 3, 1, 2 | ||
| 6 | PRODUCTVERSION 1, 3, 1, 2 | ||
| 7 | FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
| 8 | FILEFLAGS 0 | ||
| 9 | FILEOS VOS_DOS_WINDOWS32 | ||
| 10 | FILETYPE VFT_DLL | ||
| 11 | FILESUBTYPE 0 // not used | ||
| 12 | BEGIN | ||
| 13 | BLOCK "StringFileInfo" | ||
| 14 | BEGIN | ||
| 15 | BLOCK "040904E4" | ||
| 16 | //language ID = U.S. English, char set = Windows, Multilingual | ||
| 17 | |||
| 18 | BEGIN | ||
| 19 | VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" | ||
| 20 | VALUE "FileVersion", "1.3.1.2\0" | ||
| 21 | VALUE "InternalName", "zlib\0" | ||
| 22 | VALUE "OriginalFilename", "zlibwapi.dll\0" | ||
| 23 | VALUE "ProductName", "ZLib.DLL\0" | ||
| 24 | VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" | ||
| 25 | VALUE "LegalCopyright", "(C) 1995-2025 Jean-loup Gailly & Mark Adler\0" | ||
| 26 | END | ||
| 27 | END | ||
| 28 | BLOCK "VarFileInfo" | ||
| 29 | BEGIN | ||
| 30 | VALUE "Translation", 0x0409, 1252 | ||
| 31 | END | ||
| 32 | END | ||
diff --git a/contrib/vstudio/vc10/zlibstat.vcxproj b/contrib/vstudio/vc10/zlibstat.vcxproj deleted file mode 100644 index c7ed09e5..00000000 --- a/contrib/vstudio/vc10/zlibstat.vcxproj +++ /dev/null | |||
| @@ -1,449 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium"> | ||
| 17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Itanium</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|Win32"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>Win32</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|x64"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>x64</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | </ItemGroup> | ||
| 41 | <PropertyGroup Label="Globals"> | ||
| 42 | <ProjectGuid>{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}</ProjectGuid> | ||
| 43 | </PropertyGroup> | ||
| 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 46 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 47 | <UseOfMfc>false</UseOfMfc> | ||
| 48 | </PropertyGroup> | ||
| 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 50 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 51 | <UseOfMfc>false</UseOfMfc> | ||
| 52 | </PropertyGroup> | ||
| 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 54 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 55 | <UseOfMfc>false</UseOfMfc> | ||
| 56 | </PropertyGroup> | ||
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
| 58 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 59 | <UseOfMfc>false</UseOfMfc> | ||
| 60 | </PropertyGroup> | ||
| 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 62 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 63 | <UseOfMfc>false</UseOfMfc> | ||
| 64 | </PropertyGroup> | ||
| 65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 66 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 67 | <UseOfMfc>false</UseOfMfc> | ||
| 68 | </PropertyGroup> | ||
| 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 70 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 71 | <UseOfMfc>false</UseOfMfc> | ||
| 72 | </PropertyGroup> | ||
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 74 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 75 | <UseOfMfc>false</UseOfMfc> | ||
| 76 | </PropertyGroup> | ||
| 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 78 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 79 | <UseOfMfc>false</UseOfMfc> | ||
| 80 | </PropertyGroup> | ||
| 81 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 82 | <ImportGroup Label="ExtensionSettings"> | ||
| 83 | </ImportGroup> | ||
| 84 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 85 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 86 | </ImportGroup> | ||
| 87 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 88 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 89 | </ImportGroup> | ||
| 90 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 91 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 92 | </ImportGroup> | ||
| 93 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
| 94 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 95 | </ImportGroup> | ||
| 96 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 97 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 98 | </ImportGroup> | ||
| 99 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 100 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 101 | </ImportGroup> | ||
| 102 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 103 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 104 | </ImportGroup> | ||
| 105 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 106 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 107 | </ImportGroup> | ||
| 108 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 110 | </ImportGroup> | ||
| 111 | <PropertyGroup Label="UserMacros" /> | ||
| 112 | <PropertyGroup> | ||
| 113 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 114 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 115 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 116 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 117 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 118 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 119 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 120 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 121 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 122 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | ||
| 123 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 124 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 125 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 126 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | ||
| 127 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 128 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 129 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 130 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | ||
| 131 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 132 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 133 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 134 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 135 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 136 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 137 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 138 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 139 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 140 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 141 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 142 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 143 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 144 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 145 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 146 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 147 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 148 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 149 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 150 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 151 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 152 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 153 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 154 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 155 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 156 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 157 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 158 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 159 | </PropertyGroup> | ||
| 160 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 161 | <ClCompile> | ||
| 162 | <Optimization>Disabled</Optimization> | ||
| 163 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 164 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 165 | <ExceptionHandling> | ||
| 166 | </ExceptionHandling> | ||
| 167 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
| 168 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 169 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 170 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 171 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 172 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 173 | <WarningLevel>Level3</WarningLevel> | ||
| 174 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 175 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 176 | </ClCompile> | ||
| 177 | <ResourceCompile> | ||
| 178 | <Culture>0x040c</Culture> | ||
| 179 | </ResourceCompile> | ||
| 180 | <Lib> | ||
| 181 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 182 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 183 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 184 | </Lib> | ||
| 185 | </ItemDefinitionGroup> | ||
| 186 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 187 | <ClCompile> | ||
| 188 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 189 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 190 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 191 | <StringPooling>true</StringPooling> | ||
| 192 | <ExceptionHandling> | ||
| 193 | </ExceptionHandling> | ||
| 194 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 195 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 196 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 197 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 198 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 199 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 200 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 201 | <WarningLevel>Level3</WarningLevel> | ||
| 202 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 203 | </ClCompile> | ||
| 204 | <ResourceCompile> | ||
| 205 | <Culture>0x040c</Culture> | ||
| 206 | </ResourceCompile> | ||
| 207 | <Lib> | ||
| 208 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 209 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 210 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 211 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 212 | </Lib> | ||
| 213 | </ItemDefinitionGroup> | ||
| 214 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 215 | <ClCompile> | ||
| 216 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 217 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 218 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 219 | <StringPooling>true</StringPooling> | ||
| 220 | <ExceptionHandling> | ||
| 221 | </ExceptionHandling> | ||
| 222 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 223 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 224 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 225 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 226 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 227 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 228 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 229 | <WarningLevel>Level3</WarningLevel> | ||
| 230 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 231 | </ClCompile> | ||
| 232 | <ResourceCompile> | ||
| 233 | <Culture>0x040c</Culture> | ||
| 234 | </ResourceCompile> | ||
| 235 | <Lib> | ||
| 236 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 237 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 238 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 239 | </Lib> | ||
| 240 | </ItemDefinitionGroup> | ||
| 241 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 242 | <Midl> | ||
| 243 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 244 | </Midl> | ||
| 245 | <ClCompile> | ||
| 246 | <Optimization>Disabled</Optimization> | ||
| 247 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 248 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 249 | <ExceptionHandling> | ||
| 250 | </ExceptionHandling> | ||
| 251 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 252 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 253 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 254 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 255 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 256 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 257 | <WarningLevel>Level3</WarningLevel> | ||
| 258 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 259 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 260 | </ClCompile> | ||
| 261 | <ResourceCompile> | ||
| 262 | <Culture>0x040c</Culture> | ||
| 263 | </ResourceCompile> | ||
| 264 | <Lib> | ||
| 265 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 266 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 267 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 268 | </Lib> | ||
| 269 | </ItemDefinitionGroup> | ||
| 270 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 271 | <Midl> | ||
| 272 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 273 | </Midl> | ||
| 274 | <ClCompile> | ||
| 275 | <Optimization>Disabled</Optimization> | ||
| 276 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 277 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 278 | <ExceptionHandling> | ||
| 279 | </ExceptionHandling> | ||
| 280 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 281 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 282 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 283 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 284 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 285 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 286 | <WarningLevel>Level3</WarningLevel> | ||
| 287 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 288 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 289 | </ClCompile> | ||
| 290 | <ResourceCompile> | ||
| 291 | <Culture>0x040c</Culture> | ||
| 292 | </ResourceCompile> | ||
| 293 | <Lib> | ||
| 294 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 295 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 296 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 297 | </Lib> | ||
| 298 | </ItemDefinitionGroup> | ||
| 299 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 300 | <Midl> | ||
| 301 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 302 | </Midl> | ||
| 303 | <ClCompile> | ||
| 304 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 305 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 306 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 307 | <StringPooling>true</StringPooling> | ||
| 308 | <ExceptionHandling> | ||
| 309 | </ExceptionHandling> | ||
| 310 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 311 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 312 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 313 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 314 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 315 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 316 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 317 | <WarningLevel>Level3</WarningLevel> | ||
| 318 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 319 | </ClCompile> | ||
| 320 | <ResourceCompile> | ||
| 321 | <Culture>0x040c</Culture> | ||
| 322 | </ResourceCompile> | ||
| 323 | <Lib> | ||
| 324 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 325 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 326 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 327 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 328 | </Lib> | ||
| 329 | </ItemDefinitionGroup> | ||
| 330 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 331 | <Midl> | ||
| 332 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 333 | </Midl> | ||
| 334 | <ClCompile> | ||
| 335 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 336 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 337 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 338 | <StringPooling>true</StringPooling> | ||
| 339 | <ExceptionHandling> | ||
| 340 | </ExceptionHandling> | ||
| 341 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 342 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 343 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 344 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 345 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 346 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 347 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 348 | <WarningLevel>Level3</WarningLevel> | ||
| 349 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 350 | </ClCompile> | ||
| 351 | <ResourceCompile> | ||
| 352 | <Culture>0x040c</Culture> | ||
| 353 | </ResourceCompile> | ||
| 354 | <Lib> | ||
| 355 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 356 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 357 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 358 | </Lib> | ||
| 359 | </ItemDefinitionGroup> | ||
| 360 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 361 | <Midl> | ||
| 362 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 363 | </Midl> | ||
| 364 | <ClCompile> | ||
| 365 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 366 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 367 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 368 | <StringPooling>true</StringPooling> | ||
| 369 | <ExceptionHandling> | ||
| 370 | </ExceptionHandling> | ||
| 371 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 372 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 373 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 374 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 375 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 376 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 377 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 378 | <WarningLevel>Level3</WarningLevel> | ||
| 379 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 380 | </ClCompile> | ||
| 381 | <ResourceCompile> | ||
| 382 | <Culture>0x040c</Culture> | ||
| 383 | </ResourceCompile> | ||
| 384 | <Lib> | ||
| 385 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 386 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 387 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 388 | </Lib> | ||
| 389 | </ItemDefinitionGroup> | ||
| 390 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
| 391 | <Midl> | ||
| 392 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 393 | </Midl> | ||
| 394 | <ClCompile> | ||
| 395 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 396 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 397 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 398 | <StringPooling>true</StringPooling> | ||
| 399 | <ExceptionHandling> | ||
| 400 | </ExceptionHandling> | ||
| 401 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 402 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 403 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 404 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 405 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 406 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 407 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 408 | <WarningLevel>Level3</WarningLevel> | ||
| 409 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 410 | </ClCompile> | ||
| 411 | <ResourceCompile> | ||
| 412 | <Culture>0x040c</Culture> | ||
| 413 | </ResourceCompile> | ||
| 414 | <Lib> | ||
| 415 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 416 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 417 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 418 | </Lib> | ||
| 419 | </ItemDefinitionGroup> | ||
| 420 | <ItemGroup> | ||
| 421 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 422 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 423 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 424 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 425 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
| 426 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
| 427 | <ClCompile Include="..\..\..\gzread.c" /> | ||
| 428 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
| 429 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 430 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 431 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 432 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 433 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
| 434 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 435 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 436 | <ClCompile Include="..\..\minizip\unzip.c" /> | ||
| 437 | <ClCompile Include="..\..\minizip\zip.c" /> | ||
| 438 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 439 | </ItemGroup> | ||
| 440 | <ItemGroup> | ||
| 441 | <ResourceCompile Include="zlib.rc" /> | ||
| 442 | </ItemGroup> | ||
| 443 | <ItemGroup> | ||
| 444 | <None Include="zlibvc.def" /> | ||
| 445 | </ItemGroup> | ||
| 446 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 447 | <ImportGroup Label="ExtensionTargets"> | ||
| 448 | </ImportGroup> | ||
| 449 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc10/zlibstat.vcxproj.filters b/contrib/vstudio/vc10/zlibstat.vcxproj.filters deleted file mode 100644 index ba7e23d3..00000000 --- a/contrib/vstudio/vc10/zlibstat.vcxproj.filters +++ /dev/null | |||
| @@ -1,74 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup> | ||
| 4 | <Filter Include="Source Files"> | ||
| 5 | <UniqueIdentifier>{174213f6-7f66-4ae8-a3a8-a1e0a1e6ffdd}</UniqueIdentifier> | ||
| 6 | </Filter> | ||
| 7 | </ItemGroup> | ||
| 8 | <ItemGroup> | ||
| 9 | <ClCompile Include="..\..\..\adler32.c"> | ||
| 10 | <Filter>Source Files</Filter> | ||
| 11 | </ClCompile> | ||
| 12 | <ClCompile Include="..\..\..\compress.c"> | ||
| 13 | <Filter>Source Files</Filter> | ||
| 14 | </ClCompile> | ||
| 15 | <ClCompile Include="..\..\..\crc32.c"> | ||
| 16 | <Filter>Source Files</Filter> | ||
| 17 | </ClCompile> | ||
| 18 | <ClCompile Include="..\..\..\deflate.c"> | ||
| 19 | <Filter>Source Files</Filter> | ||
| 20 | </ClCompile> | ||
| 21 | <ClCompile Include="..\..\..\gzclose.c"> | ||
| 22 | <Filter>Source Files</Filter> | ||
| 23 | </ClCompile> | ||
| 24 | <ClCompile Include="..\..\..\gzlib.c"> | ||
| 25 | <Filter>Source Files</Filter> | ||
| 26 | </ClCompile> | ||
| 27 | <ClCompile Include="..\..\..\gzread.c"> | ||
| 28 | <Filter>Source Files</Filter> | ||
| 29 | </ClCompile> | ||
| 30 | <ClCompile Include="..\..\..\gzwrite.c"> | ||
| 31 | <Filter>Source Files</Filter> | ||
| 32 | </ClCompile> | ||
| 33 | <ClCompile Include="..\..\..\infback.c"> | ||
| 34 | <Filter>Source Files</Filter> | ||
| 35 | </ClCompile> | ||
| 36 | <ClCompile Include="..\..\..\inffast.c"> | ||
| 37 | <Filter>Source Files</Filter> | ||
| 38 | </ClCompile> | ||
| 39 | <ClCompile Include="..\..\..\inflate.c"> | ||
| 40 | <Filter>Source Files</Filter> | ||
| 41 | </ClCompile> | ||
| 42 | <ClCompile Include="..\..\..\inftrees.c"> | ||
| 43 | <Filter>Source Files</Filter> | ||
| 44 | </ClCompile> | ||
| 45 | <ClCompile Include="..\..\minizip\ioapi.c"> | ||
| 46 | <Filter>Source Files</Filter> | ||
| 47 | </ClCompile> | ||
| 48 | <ClCompile Include="..\..\..\trees.c"> | ||
| 49 | <Filter>Source Files</Filter> | ||
| 50 | </ClCompile> | ||
| 51 | <ClCompile Include="..\..\..\uncompr.c"> | ||
| 52 | <Filter>Source Files</Filter> | ||
| 53 | </ClCompile> | ||
| 54 | <ClCompile Include="..\..\minizip\unzip.c"> | ||
| 55 | <Filter>Source Files</Filter> | ||
| 56 | </ClCompile> | ||
| 57 | <ClCompile Include="..\..\minizip\zip.c"> | ||
| 58 | <Filter>Source Files</Filter> | ||
| 59 | </ClCompile> | ||
| 60 | <ClCompile Include="..\..\..\zutil.c"> | ||
| 61 | <Filter>Source Files</Filter> | ||
| 62 | </ClCompile> | ||
| 63 | </ItemGroup> | ||
| 64 | <ItemGroup> | ||
| 65 | <ResourceCompile Include="zlib.rc"> | ||
| 66 | <Filter>Source Files</Filter> | ||
| 67 | </ResourceCompile> | ||
| 68 | </ItemGroup> | ||
| 69 | <ItemGroup> | ||
| 70 | <None Include="zlibvc.def"> | ||
| 71 | <Filter>Source Files</Filter> | ||
| 72 | </None> | ||
| 73 | </ItemGroup> | ||
| 74 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc10/zlibvc.def b/contrib/vstudio/vc10/zlibvc.def deleted file mode 100644 index e7fe0a32..00000000 --- a/contrib/vstudio/vc10/zlibvc.def +++ /dev/null | |||
| @@ -1,169 +0,0 @@ | |||
| 1 | LIBRARY | ||
| 2 | ; zlib data compression and ZIP file I/O library | ||
| 3 | |||
| 4 | VERSION 1.3 | ||
| 5 | |||
| 6 | EXPORTS | ||
| 7 | adler32 @1 | ||
| 8 | compress @2 | ||
| 9 | crc32 @3 | ||
| 10 | deflate @4 | ||
| 11 | deflateCopy @5 | ||
| 12 | deflateEnd @6 | ||
| 13 | deflateInit2_ @7 | ||
| 14 | deflateInit_ @8 | ||
| 15 | deflateParams @9 | ||
| 16 | deflateReset @10 | ||
| 17 | deflateSetDictionary @11 | ||
| 18 | gzclose @12 | ||
| 19 | gzdopen @13 | ||
| 20 | gzerror @14 | ||
| 21 | gzflush @15 | ||
| 22 | gzopen @16 | ||
| 23 | gzread @17 | ||
| 24 | gzwrite @18 | ||
| 25 | inflate @19 | ||
| 26 | inflateEnd @20 | ||
| 27 | inflateInit2_ @21 | ||
| 28 | inflateInit_ @22 | ||
| 29 | inflateReset @23 | ||
| 30 | inflateSetDictionary @24 | ||
| 31 | inflateSync @25 | ||
| 32 | uncompress @26 | ||
| 33 | zlibVersion @27 | ||
| 34 | gzprintf @28 | ||
| 35 | gzputc @29 | ||
| 36 | gzgetc @30 | ||
| 37 | gzseek @31 | ||
| 38 | gzrewind @32 | ||
| 39 | gztell @33 | ||
| 40 | gzeof @34 | ||
| 41 | gzsetparams @35 | ||
| 42 | zError @36 | ||
| 43 | inflateSyncPoint @37 | ||
| 44 | get_crc_table @38 | ||
| 45 | compress2 @39 | ||
| 46 | gzputs @40 | ||
| 47 | gzgets @41 | ||
| 48 | inflateCopy @42 | ||
| 49 | inflateBackInit_ @43 | ||
| 50 | inflateBack @44 | ||
| 51 | inflateBackEnd @45 | ||
| 52 | compressBound @46 | ||
| 53 | deflateBound @47 | ||
| 54 | gzclearerr @48 | ||
| 55 | gzungetc @49 | ||
| 56 | zlibCompileFlags @50 | ||
| 57 | deflatePrime @51 | ||
| 58 | deflatePending @52 | ||
| 59 | |||
| 60 | unzOpen @61 | ||
| 61 | unzClose @62 | ||
| 62 | unzGetGlobalInfo @63 | ||
| 63 | unzGetCurrentFileInfo @64 | ||
| 64 | unzGoToFirstFile @65 | ||
| 65 | unzGoToNextFile @66 | ||
| 66 | unzOpenCurrentFile @67 | ||
| 67 | unzReadCurrentFile @68 | ||
| 68 | unzOpenCurrentFile3 @69 | ||
| 69 | unztell @70 | ||
| 70 | unzeof @71 | ||
| 71 | unzCloseCurrentFile @72 | ||
| 72 | unzGetGlobalComment @73 | ||
| 73 | unzStringFileNameCompare @74 | ||
| 74 | unzLocateFile @75 | ||
| 75 | unzGetLocalExtrafield @76 | ||
| 76 | unzOpen2 @77 | ||
| 77 | unzOpenCurrentFile2 @78 | ||
| 78 | unzOpenCurrentFilePassword @79 | ||
| 79 | |||
| 80 | zipOpen @80 | ||
| 81 | zipOpenNewFileInZip @81 | ||
| 82 | zipWriteInFileInZip @82 | ||
| 83 | zipCloseFileInZip @83 | ||
| 84 | zipClose @84 | ||
| 85 | zipOpenNewFileInZip2 @86 | ||
| 86 | zipCloseFileInZipRaw @87 | ||
| 87 | zipOpen2 @88 | ||
| 88 | zipOpenNewFileInZip3 @89 | ||
| 89 | |||
| 90 | unzGetFilePos @100 | ||
| 91 | unzGoToFilePos @101 | ||
| 92 | |||
| 93 | fill_win32_filefunc @110 | ||
| 94 | |||
| 95 | ; zlibwapi v1.2.4 added: | ||
| 96 | fill_win32_filefunc64 @111 | ||
| 97 | fill_win32_filefunc64A @112 | ||
| 98 | fill_win32_filefunc64W @113 | ||
| 99 | |||
| 100 | unzOpen64 @120 | ||
| 101 | unzOpen2_64 @121 | ||
| 102 | unzGetGlobalInfo64 @122 | ||
| 103 | unzGetCurrentFileInfo64 @124 | ||
| 104 | unzGetCurrentFileZStreamPos64 @125 | ||
| 105 | unztell64 @126 | ||
| 106 | unzGetFilePos64 @127 | ||
| 107 | unzGoToFilePos64 @128 | ||
| 108 | |||
| 109 | zipOpen64 @130 | ||
| 110 | zipOpen2_64 @131 | ||
| 111 | zipOpenNewFileInZip64 @132 | ||
| 112 | zipOpenNewFileInZip2_64 @133 | ||
| 113 | zipOpenNewFileInZip3_64 @134 | ||
| 114 | zipOpenNewFileInZip4_64 @135 | ||
| 115 | zipCloseFileInZipRaw64 @136 | ||
| 116 | |||
| 117 | ; zlib1 v1.2.4 added: | ||
| 118 | adler32_combine @140 | ||
| 119 | crc32_combine @142 | ||
| 120 | deflateSetHeader @144 | ||
| 121 | deflateTune @145 | ||
| 122 | gzbuffer @146 | ||
| 123 | gzclose_r @147 | ||
| 124 | gzclose_w @148 | ||
| 125 | gzdirect @149 | ||
| 126 | gzoffset @150 | ||
| 127 | inflateGetHeader @156 | ||
| 128 | inflateMark @157 | ||
| 129 | inflatePrime @158 | ||
| 130 | inflateReset2 @159 | ||
| 131 | inflateUndermine @160 | ||
| 132 | |||
| 133 | ; zlib1 v1.2.6 added: | ||
| 134 | gzgetc_ @161 | ||
| 135 | inflateResetKeep @163 | ||
| 136 | deflateResetKeep @164 | ||
| 137 | |||
| 138 | ; zlib1 v1.2.7 added: | ||
| 139 | gzopen_w @165 | ||
| 140 | |||
| 141 | ; zlib1 v1.2.8 added: | ||
| 142 | inflateGetDictionary @166 | ||
| 143 | gzvprintf @167 | ||
| 144 | |||
| 145 | ; zlib1 v1.2.9 added: | ||
| 146 | inflateCodesUsed @168 | ||
| 147 | inflateValidate @169 | ||
| 148 | uncompress2 @170 | ||
| 149 | gzfread @171 | ||
| 150 | gzfwrite @172 | ||
| 151 | deflateGetDictionary @173 | ||
| 152 | adler32_z @174 | ||
| 153 | crc32_z @175 | ||
| 154 | |||
| 155 | ; zlib1 v1.2.12 added: | ||
| 156 | crc32_combine_gen @176 | ||
| 157 | crc32_combine_gen64 @177 | ||
| 158 | crc32_combine_op @178 | ||
| 159 | |||
| 160 | ; zlib1 v1.3.1.2 added: | ||
| 161 | deflateUsed @179 | ||
| 162 | |||
| 163 | ; zlib1 v1.3.2 added: | ||
| 164 | compressBound_z @180 | ||
| 165 | deflateBound_z @181 | ||
| 166 | compress_z @182 | ||
| 167 | compress2_z @183 | ||
| 168 | uncompress_z @184 | ||
| 169 | uncompress2_z @185 | ||
diff --git a/contrib/vstudio/vc10/zlibvc.sln b/contrib/vstudio/vc10/zlibvc.sln deleted file mode 100644 index 6f6ffd5e..00000000 --- a/contrib/vstudio/vc10/zlibvc.sln +++ /dev/null | |||
| @@ -1,135 +0,0 @@ | |||
| 1 | | ||
| 2 | Microsoft Visual Studio Solution File, Format Version 11.00 | ||
| 3 | # Visual Studio 2010 | ||
| 4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcxproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" | ||
| 5 | EndProject | ||
| 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcxproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" | ||
| 7 | EndProject | ||
| 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcxproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 9 | EndProject | ||
| 10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlibdll", "testzlibdll.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}" | ||
| 11 | EndProject | ||
| 12 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 13 | EndProject | ||
| 14 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}" | ||
| 15 | EndProject | ||
| 16 | Global | ||
| 17 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| 18 | Debug|Itanium = Debug|Itanium | ||
| 19 | Debug|Win32 = Debug|Win32 | ||
| 20 | Debug|x64 = Debug|x64 | ||
| 21 | Release|Itanium = Release|Itanium | ||
| 22 | Release|Win32 = Release|Win32 | ||
| 23 | Release|x64 = Release|x64 | ||
| 24 | ReleaseWithoutAsm|Itanium = ReleaseWithoutAsm|Itanium | ||
| 25 | ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32 | ||
| 26 | ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64 | ||
| 27 | EndGlobalSection | ||
| 28 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| 29 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
| 30 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.Build.0 = Debug|Itanium | ||
| 31 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 32 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 33 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 34 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 | ||
| 35 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.ActiveCfg = Release|Itanium | ||
| 36 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.Build.0 = Release|Itanium | ||
| 37 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 38 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32 | ||
| 39 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64 | ||
| 40 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64 | ||
| 41 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium | ||
| 42 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium | ||
| 43 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 44 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 45 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 46 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 47 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
| 48 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.Build.0 = Debug|Itanium | ||
| 49 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 50 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 51 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 52 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64 | ||
| 53 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.ActiveCfg = Release|Itanium | ||
| 54 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.Build.0 = Release|Itanium | ||
| 55 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 56 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32 | ||
| 57 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64 | ||
| 58 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64 | ||
| 59 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium | ||
| 60 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium | ||
| 61 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 62 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 63 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 64 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 65 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
| 66 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.Build.0 = Debug|Itanium | ||
| 67 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 68 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 69 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 70 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
| 71 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Itanium | ||
| 72 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.Build.0 = Release|Itanium | ||
| 73 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 74 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
| 75 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
| 76 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
| 77 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium | ||
| 78 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium | ||
| 79 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 80 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 81 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 82 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 83 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
| 84 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.Build.0 = Debug|Itanium | ||
| 85 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 86 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 87 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 88 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64 | ||
| 89 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.ActiveCfg = Release|Itanium | ||
| 90 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.Build.0 = Release|Itanium | ||
| 91 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 92 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32 | ||
| 93 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64 | ||
| 94 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64 | ||
| 95 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium | ||
| 96 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium | ||
| 97 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 98 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 99 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
| 100 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.Build.0 = Debug|Itanium | ||
| 101 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 102 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 103 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 104 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
| 105 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Itanium | ||
| 106 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.Build.0 = Release|Itanium | ||
| 107 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 108 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
| 109 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
| 110 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
| 111 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium | ||
| 112 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium | ||
| 113 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 114 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 115 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
| 116 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.Build.0 = Debug|Itanium | ||
| 117 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 118 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 119 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 120 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64 | ||
| 121 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.ActiveCfg = Release|Itanium | ||
| 122 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.Build.0 = Release|Itanium | ||
| 123 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 124 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32 | ||
| 125 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64 | ||
| 126 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64 | ||
| 127 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium | ||
| 128 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium | ||
| 129 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 130 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 131 | EndGlobalSection | ||
| 132 | GlobalSection(SolutionProperties) = preSolution | ||
| 133 | HideSolutionNode = FALSE | ||
| 134 | EndGlobalSection | ||
| 135 | EndGlobal | ||
diff --git a/contrib/vstudio/vc10/zlibvc.vcxproj b/contrib/vstudio/vc10/zlibvc.vcxproj deleted file mode 100644 index 19dfc35b..00000000 --- a/contrib/vstudio/vc10/zlibvc.vcxproj +++ /dev/null | |||
| @@ -1,633 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium"> | ||
| 17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Itanium</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|Win32"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>Win32</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|x64"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>x64</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | </ItemGroup> | ||
| 41 | <PropertyGroup Label="Globals"> | ||
| 42 | <ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid> | ||
| 43 | </PropertyGroup> | ||
| 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 46 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 47 | <UseOfMfc>false</UseOfMfc> | ||
| 48 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 49 | </PropertyGroup> | ||
| 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 51 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 52 | <UseOfMfc>false</UseOfMfc> | ||
| 53 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 54 | </PropertyGroup> | ||
| 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 56 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 57 | <UseOfMfc>false</UseOfMfc> | ||
| 58 | </PropertyGroup> | ||
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 60 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 61 | <UseOfMfc>false</UseOfMfc> | ||
| 62 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 63 | </PropertyGroup> | ||
| 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
| 65 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 66 | <UseOfMfc>false</UseOfMfc> | ||
| 67 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 68 | </PropertyGroup> | ||
| 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 70 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 71 | <UseOfMfc>false</UseOfMfc> | ||
| 72 | </PropertyGroup> | ||
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 74 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 75 | <UseOfMfc>false</UseOfMfc> | ||
| 76 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 77 | </PropertyGroup> | ||
| 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 79 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 80 | <UseOfMfc>false</UseOfMfc> | ||
| 81 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 82 | </PropertyGroup> | ||
| 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 84 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 85 | <UseOfMfc>false</UseOfMfc> | ||
| 86 | </PropertyGroup> | ||
| 87 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 88 | <ImportGroup Label="ExtensionSettings"> | ||
| 89 | </ImportGroup> | ||
| 90 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 91 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 92 | </ImportGroup> | ||
| 93 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 94 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 95 | </ImportGroup> | ||
| 96 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 97 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 98 | </ImportGroup> | ||
| 99 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 100 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 101 | </ImportGroup> | ||
| 102 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
| 103 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 104 | </ImportGroup> | ||
| 105 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 106 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 107 | </ImportGroup> | ||
| 108 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 110 | </ImportGroup> | ||
| 111 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 112 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 113 | </ImportGroup> | ||
| 114 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 115 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 116 | </ImportGroup> | ||
| 117 | <PropertyGroup Label="UserMacros" /> | ||
| 118 | <PropertyGroup> | ||
| 119 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 120 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 121 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 122 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 123 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 124 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 125 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 126 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> | ||
| 127 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> | ||
| 128 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 129 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 130 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 131 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 132 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 133 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 134 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 135 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 136 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
| 137 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 138 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 139 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 140 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 141 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 142 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</LinkIncremental> | ||
| 143 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> | ||
| 144 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
| 145 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 146 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</LinkIncremental> | ||
| 147 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</GenerateManifest> | ||
| 148 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 149 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 150 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 151 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 152 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
| 153 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 154 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 155 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 156 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 157 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 158 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 159 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 160 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 161 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 162 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 163 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 164 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 165 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 166 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 167 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 168 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 169 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 170 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 171 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 172 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 173 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 174 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 175 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 176 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 177 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 178 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 179 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 180 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 181 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 182 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 183 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">zlibwapid</TargetName> | ||
| 184 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">zlibwapi</TargetName> | ||
| 185 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">zlibwapi</TargetName> | ||
| 186 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">zlibwapid</TargetName> | ||
| 187 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">zlibwapi</TargetName> | ||
| 188 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">zlibwapi</TargetName> | ||
| 189 | </PropertyGroup> | ||
| 190 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 191 | <Midl> | ||
| 192 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 193 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 194 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 195 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 196 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 197 | </Midl> | ||
| 198 | <ClCompile> | ||
| 199 | <Optimization>Disabled</Optimization> | ||
| 200 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 201 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 202 | <ExceptionHandling> | ||
| 203 | </ExceptionHandling> | ||
| 204 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
| 205 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 206 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 207 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 208 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 209 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 210 | <BrowseInformation> | ||
| 211 | </BrowseInformation> | ||
| 212 | <WarningLevel>Level3</WarningLevel> | ||
| 213 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 214 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
| 215 | </ClCompile> | ||
| 216 | <ResourceCompile> | ||
| 217 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 218 | <Culture>0x040c</Culture> | ||
| 219 | </ResourceCompile> | ||
| 220 | <Link> | ||
| 221 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 222 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 223 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 224 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 225 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 226 | <GenerateMapFile>true</GenerateMapFile> | ||
| 227 | <SubSystem>Windows</SubSystem> | ||
| 228 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 229 | <DataExecutionPrevention> | ||
| 230 | </DataExecutionPrevention> | ||
| 231 | </Link> | ||
| 232 | </ItemDefinitionGroup> | ||
| 233 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 234 | <Midl> | ||
| 235 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 236 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 237 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 238 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 239 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 240 | </Midl> | ||
| 241 | <ClCompile> | ||
| 242 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 243 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 244 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 245 | <StringPooling>true</StringPooling> | ||
| 246 | <ExceptionHandling> | ||
| 247 | </ExceptionHandling> | ||
| 248 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 249 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 250 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 251 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 252 | <AssemblerOutput>All</AssemblerOutput> | ||
| 253 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 254 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 255 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 256 | <BrowseInformation> | ||
| 257 | </BrowseInformation> | ||
| 258 | <WarningLevel>Level3</WarningLevel> | ||
| 259 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 260 | </ClCompile> | ||
| 261 | <ResourceCompile> | ||
| 262 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 263 | <Culture>0x040c</Culture> | ||
| 264 | </ResourceCompile> | ||
| 265 | <Link> | ||
| 266 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 267 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 268 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 269 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 270 | <GenerateMapFile>true</GenerateMapFile> | ||
| 271 | <SubSystem>Windows</SubSystem> | ||
| 272 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 273 | <DataExecutionPrevention> | ||
| 274 | </DataExecutionPrevention> | ||
| 275 | </Link> | ||
| 276 | </ItemDefinitionGroup> | ||
| 277 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 278 | <Midl> | ||
| 279 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 280 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 281 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 282 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 283 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 284 | </Midl> | ||
| 285 | <ClCompile> | ||
| 286 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 287 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 288 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 289 | <StringPooling>true</StringPooling> | ||
| 290 | <ExceptionHandling> | ||
| 291 | </ExceptionHandling> | ||
| 292 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 293 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 294 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 295 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 296 | <AssemblerOutput>All</AssemblerOutput> | ||
| 297 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 298 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 299 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 300 | <BrowseInformation> | ||
| 301 | </BrowseInformation> | ||
| 302 | <WarningLevel>Level3</WarningLevel> | ||
| 303 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 304 | </ClCompile> | ||
| 305 | <ResourceCompile> | ||
| 306 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 307 | <Culture>0x040c</Culture> | ||
| 308 | </ResourceCompile> | ||
| 309 | <Link> | ||
| 310 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 311 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 312 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 313 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 314 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 315 | <GenerateMapFile>true</GenerateMapFile> | ||
| 316 | <SubSystem>Windows</SubSystem> | ||
| 317 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 318 | <DataExecutionPrevention> | ||
| 319 | </DataExecutionPrevention> | ||
| 320 | </Link> | ||
| 321 | </ItemDefinitionGroup> | ||
| 322 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 323 | <Midl> | ||
| 324 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 325 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 326 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 327 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 328 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 329 | </Midl> | ||
| 330 | <ClCompile> | ||
| 331 | <Optimization>Disabled</Optimization> | ||
| 332 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 333 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 334 | <ExceptionHandling> | ||
| 335 | </ExceptionHandling> | ||
| 336 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 337 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 338 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 339 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 340 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 341 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 342 | <BrowseInformation> | ||
| 343 | </BrowseInformation> | ||
| 344 | <WarningLevel>Level3</WarningLevel> | ||
| 345 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 346 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 347 | </ClCompile> | ||
| 348 | <ResourceCompile> | ||
| 349 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 350 | <Culture>0x040c</Culture> | ||
| 351 | </ResourceCompile> | ||
| 352 | <Link> | ||
| 353 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 354 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 355 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 356 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 357 | <GenerateMapFile>true</GenerateMapFile> | ||
| 358 | <SubSystem>Windows</SubSystem> | ||
| 359 | <TargetMachine>MachineX64</TargetMachine> | ||
| 360 | </Link> | ||
| 361 | </ItemDefinitionGroup> | ||
| 362 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 363 | <Midl> | ||
| 364 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 365 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 366 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 367 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 368 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 369 | </Midl> | ||
| 370 | <ClCompile> | ||
| 371 | <Optimization>Disabled</Optimization> | ||
| 372 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 373 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 374 | <ExceptionHandling> | ||
| 375 | </ExceptionHandling> | ||
| 376 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 377 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 378 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 379 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 380 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 381 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 382 | <BrowseInformation> | ||
| 383 | </BrowseInformation> | ||
| 384 | <WarningLevel>Level3</WarningLevel> | ||
| 385 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 386 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 387 | </ClCompile> | ||
| 388 | <ResourceCompile> | ||
| 389 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 390 | <Culture>0x040c</Culture> | ||
| 391 | </ResourceCompile> | ||
| 392 | <Link> | ||
| 393 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 394 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 395 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 396 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 397 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 398 | <GenerateMapFile>true</GenerateMapFile> | ||
| 399 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 400 | <SubSystem>Windows</SubSystem> | ||
| 401 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 402 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 403 | </Link> | ||
| 404 | </ItemDefinitionGroup> | ||
| 405 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 406 | <Midl> | ||
| 407 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 408 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 409 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 410 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 411 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 412 | </Midl> | ||
| 413 | <ClCompile> | ||
| 414 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 415 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 416 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 417 | <StringPooling>true</StringPooling> | ||
| 418 | <ExceptionHandling> | ||
| 419 | </ExceptionHandling> | ||
| 420 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 421 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 422 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 423 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 424 | <AssemblerOutput>All</AssemblerOutput> | ||
| 425 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 426 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 427 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 428 | <BrowseInformation> | ||
| 429 | </BrowseInformation> | ||
| 430 | <WarningLevel>Level3</WarningLevel> | ||
| 431 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 432 | </ClCompile> | ||
| 433 | <ResourceCompile> | ||
| 434 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 435 | <Culture>0x040c</Culture> | ||
| 436 | </ResourceCompile> | ||
| 437 | <Link> | ||
| 438 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 439 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 440 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 441 | <GenerateMapFile>true</GenerateMapFile> | ||
| 442 | <SubSystem>Windows</SubSystem> | ||
| 443 | <TargetMachine>MachineX64</TargetMachine> | ||
| 444 | </Link> | ||
| 445 | </ItemDefinitionGroup> | ||
| 446 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
| 447 | <Midl> | ||
| 448 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 449 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 450 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 451 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 452 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 453 | </Midl> | ||
| 454 | <ClCompile> | ||
| 455 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 456 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 457 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 458 | <StringPooling>true</StringPooling> | ||
| 459 | <ExceptionHandling> | ||
| 460 | </ExceptionHandling> | ||
| 461 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 462 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 463 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 464 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 465 | <AssemblerOutput>All</AssemblerOutput> | ||
| 466 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 467 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 468 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 469 | <BrowseInformation> | ||
| 470 | </BrowseInformation> | ||
| 471 | <WarningLevel>Level3</WarningLevel> | ||
| 472 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 473 | </ClCompile> | ||
| 474 | <ResourceCompile> | ||
| 475 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 476 | <Culture>0x040c</Culture> | ||
| 477 | </ResourceCompile> | ||
| 478 | <Link> | ||
| 479 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 480 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 481 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 482 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 483 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 484 | <GenerateMapFile>true</GenerateMapFile> | ||
| 485 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 486 | <SubSystem>Windows</SubSystem> | ||
| 487 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 488 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 489 | </Link> | ||
| 490 | </ItemDefinitionGroup> | ||
| 491 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 492 | <Midl> | ||
| 493 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 494 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 495 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 496 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 497 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 498 | </Midl> | ||
| 499 | <ClCompile> | ||
| 500 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 501 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 502 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 503 | <StringPooling>true</StringPooling> | ||
| 504 | <ExceptionHandling> | ||
| 505 | </ExceptionHandling> | ||
| 506 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 507 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 508 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 509 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 510 | <AssemblerOutput>All</AssemblerOutput> | ||
| 511 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 512 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 513 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 514 | <BrowseInformation> | ||
| 515 | </BrowseInformation> | ||
| 516 | <WarningLevel>Level3</WarningLevel> | ||
| 517 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 518 | </ClCompile> | ||
| 519 | <ResourceCompile> | ||
| 520 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 521 | <Culture>0x040c</Culture> | ||
| 522 | </ResourceCompile> | ||
| 523 | <Link> | ||
| 524 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 525 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 526 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 527 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 528 | <GenerateMapFile>true</GenerateMapFile> | ||
| 529 | <SubSystem>Windows</SubSystem> | ||
| 530 | <TargetMachine>MachineX64</TargetMachine> | ||
| 531 | </Link> | ||
| 532 | </ItemDefinitionGroup> | ||
| 533 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 534 | <Midl> | ||
| 535 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 536 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 537 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 538 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 539 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 540 | </Midl> | ||
| 541 | <ClCompile> | ||
| 542 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 543 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 544 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 545 | <StringPooling>true</StringPooling> | ||
| 546 | <ExceptionHandling> | ||
| 547 | </ExceptionHandling> | ||
| 548 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 549 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 550 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 551 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 552 | <AssemblerOutput>All</AssemblerOutput> | ||
| 553 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 554 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 555 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 556 | <BrowseInformation> | ||
| 557 | </BrowseInformation> | ||
| 558 | <WarningLevel>Level3</WarningLevel> | ||
| 559 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 560 | </ClCompile> | ||
| 561 | <ResourceCompile> | ||
| 562 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 563 | <Culture>0x040c</Culture> | ||
| 564 | </ResourceCompile> | ||
| 565 | <Link> | ||
| 566 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 567 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 568 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 569 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 570 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 571 | <GenerateMapFile>true</GenerateMapFile> | ||
| 572 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 573 | <SubSystem>Windows</SubSystem> | ||
| 574 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 575 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 576 | </Link> | ||
| 577 | </ItemDefinitionGroup> | ||
| 578 | <ItemGroup> | ||
| 579 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 580 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 581 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 582 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 583 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
| 584 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
| 585 | <ClCompile Include="..\..\..\gzread.c" /> | ||
| 586 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
| 587 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 588 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 589 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 590 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 591 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
| 592 | <ClCompile Include="..\..\minizip\iowin32.c" /> | ||
| 593 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 594 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 595 | <ClCompile Include="..\..\minizip\unzip.c"> | ||
| 596 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 597 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 598 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 599 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 600 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 601 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 602 | </ClCompile> | ||
| 603 | <ClCompile Include="..\..\minizip\zip.c"> | ||
| 604 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 605 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 606 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 607 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 608 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 609 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 610 | </ClCompile> | ||
| 611 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 612 | </ItemGroup> | ||
| 613 | <ItemGroup> | ||
| 614 | <ResourceCompile Include="zlib.rc" /> | ||
| 615 | </ItemGroup> | ||
| 616 | <ItemGroup> | ||
| 617 | <None Include="zlibvc.def" /> | ||
| 618 | </ItemGroup> | ||
| 619 | <ItemGroup> | ||
| 620 | <ClInclude Include="..\..\..\deflate.h" /> | ||
| 621 | <ClInclude Include="..\..\..\infblock.h" /> | ||
| 622 | <ClInclude Include="..\..\..\infcodes.h" /> | ||
| 623 | <ClInclude Include="..\..\..\inffast.h" /> | ||
| 624 | <ClInclude Include="..\..\..\inftrees.h" /> | ||
| 625 | <ClInclude Include="..\..\..\infutil.h" /> | ||
| 626 | <ClInclude Include="..\..\..\zconf.h" /> | ||
| 627 | <ClInclude Include="..\..\..\zlib.h" /> | ||
| 628 | <ClInclude Include="..\..\..\zutil.h" /> | ||
| 629 | </ItemGroup> | ||
| 630 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 631 | <ImportGroup Label="ExtensionTargets"> | ||
| 632 | </ImportGroup> | ||
| 633 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc10/zlibvc.vcxproj.filters b/contrib/vstudio/vc10/zlibvc.vcxproj.filters deleted file mode 100644 index 67c444ab..00000000 --- a/contrib/vstudio/vc10/zlibvc.vcxproj.filters +++ /dev/null | |||
| @@ -1,115 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup> | ||
| 4 | <Filter Include="Source Files"> | ||
| 5 | <UniqueIdentifier>{07934a85-8b61-443d-a0ee-b2eedb74f3cd}</UniqueIdentifier> | ||
| 6 | <Extensions>cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90</Extensions> | ||
| 7 | </Filter> | ||
| 8 | <Filter Include="Header Files"> | ||
| 9 | <UniqueIdentifier>{1d99675b-433d-4a21-9e50-ed4ab8b19762}</UniqueIdentifier> | ||
| 10 | <Extensions>h;hpp;hxx;hm;inl;fi;fd</Extensions> | ||
| 11 | </Filter> | ||
| 12 | <Filter Include="Resource Files"> | ||
| 13 | <UniqueIdentifier>{431c0958-fa71-44d0-9084-2d19d100c0cc}</UniqueIdentifier> | ||
| 14 | <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe</Extensions> | ||
| 15 | </Filter> | ||
| 16 | </ItemGroup> | ||
| 17 | <ItemGroup> | ||
| 18 | <ClCompile Include="..\..\..\adler32.c"> | ||
| 19 | <Filter>Source Files</Filter> | ||
| 20 | </ClCompile> | ||
| 21 | <ClCompile Include="..\..\..\compress.c"> | ||
| 22 | <Filter>Source Files</Filter> | ||
| 23 | </ClCompile> | ||
| 24 | <ClCompile Include="..\..\..\crc32.c"> | ||
| 25 | <Filter>Source Files</Filter> | ||
| 26 | </ClCompile> | ||
| 27 | <ClCompile Include="..\..\..\deflate.c"> | ||
| 28 | <Filter>Source Files</Filter> | ||
| 29 | </ClCompile> | ||
| 30 | <ClCompile Include="..\..\..\gzclose.c"> | ||
| 31 | <Filter>Source Files</Filter> | ||
| 32 | </ClCompile> | ||
| 33 | <ClCompile Include="..\..\..\gzlib.c"> | ||
| 34 | <Filter>Source Files</Filter> | ||
| 35 | </ClCompile> | ||
| 36 | <ClCompile Include="..\..\..\gzread.c"> | ||
| 37 | <Filter>Source Files</Filter> | ||
| 38 | </ClCompile> | ||
| 39 | <ClCompile Include="..\..\..\gzwrite.c"> | ||
| 40 | <Filter>Source Files</Filter> | ||
| 41 | </ClCompile> | ||
| 42 | <ClCompile Include="..\..\..\infback.c"> | ||
| 43 | <Filter>Source Files</Filter> | ||
| 44 | </ClCompile> | ||
| 45 | <ClCompile Include="..\..\..\inffast.c"> | ||
| 46 | <Filter>Source Files</Filter> | ||
| 47 | </ClCompile> | ||
| 48 | <ClCompile Include="..\..\..\inflate.c"> | ||
| 49 | <Filter>Source Files</Filter> | ||
| 50 | </ClCompile> | ||
| 51 | <ClCompile Include="..\..\..\inftrees.c"> | ||
| 52 | <Filter>Source Files</Filter> | ||
| 53 | </ClCompile> | ||
| 54 | <ClCompile Include="..\..\minizip\ioapi.c"> | ||
| 55 | <Filter>Source Files</Filter> | ||
| 56 | </ClCompile> | ||
| 57 | <ClCompile Include="..\..\minizip\iowin32.c"> | ||
| 58 | <Filter>Source Files</Filter> | ||
| 59 | </ClCompile> | ||
| 60 | <ClCompile Include="..\..\..\trees.c"> | ||
| 61 | <Filter>Source Files</Filter> | ||
| 62 | </ClCompile> | ||
| 63 | <ClCompile Include="..\..\..\uncompr.c"> | ||
| 64 | <Filter>Source Files</Filter> | ||
| 65 | </ClCompile> | ||
| 66 | <ClCompile Include="..\..\minizip\unzip.c"> | ||
| 67 | <Filter>Source Files</Filter> | ||
| 68 | </ClCompile> | ||
| 69 | <ClCompile Include="..\..\minizip\zip.c"> | ||
| 70 | <Filter>Source Files</Filter> | ||
| 71 | </ClCompile> | ||
| 72 | <ClCompile Include="..\..\..\zutil.c"> | ||
| 73 | <Filter>Source Files</Filter> | ||
| 74 | </ClCompile> | ||
| 75 | </ItemGroup> | ||
| 76 | <ItemGroup> | ||
| 77 | <ResourceCompile Include="zlib.rc"> | ||
| 78 | <Filter>Source Files</Filter> | ||
| 79 | </ResourceCompile> | ||
| 80 | </ItemGroup> | ||
| 81 | <ItemGroup> | ||
| 82 | <None Include="zlibvc.def"> | ||
| 83 | <Filter>Source Files</Filter> | ||
| 84 | </None> | ||
| 85 | </ItemGroup> | ||
| 86 | <ItemGroup> | ||
| 87 | <ClInclude Include="..\..\..\deflate.h"> | ||
| 88 | <Filter>Header Files</Filter> | ||
| 89 | </ClInclude> | ||
| 90 | <ClInclude Include="..\..\..\infblock.h"> | ||
| 91 | <Filter>Header Files</Filter> | ||
| 92 | </ClInclude> | ||
| 93 | <ClInclude Include="..\..\..\infcodes.h"> | ||
| 94 | <Filter>Header Files</Filter> | ||
| 95 | </ClInclude> | ||
| 96 | <ClInclude Include="..\..\..\inffast.h"> | ||
| 97 | <Filter>Header Files</Filter> | ||
| 98 | </ClInclude> | ||
| 99 | <ClInclude Include="..\..\..\inftrees.h"> | ||
| 100 | <Filter>Header Files</Filter> | ||
| 101 | </ClInclude> | ||
| 102 | <ClInclude Include="..\..\..\infutil.h"> | ||
| 103 | <Filter>Header Files</Filter> | ||
| 104 | </ClInclude> | ||
| 105 | <ClInclude Include="..\..\..\zconf.h"> | ||
| 106 | <Filter>Header Files</Filter> | ||
| 107 | </ClInclude> | ||
| 108 | <ClInclude Include="..\..\..\zlib.h"> | ||
| 109 | <Filter>Header Files</Filter> | ||
| 110 | </ClInclude> | ||
| 111 | <ClInclude Include="..\..\..\zutil.h"> | ||
| 112 | <Filter>Header Files</Filter> | ||
| 113 | </ClInclude> | ||
| 114 | </ItemGroup> | ||
| 115 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc11/miniunz.vcxproj b/contrib/vstudio/vc11/miniunz.vcxproj deleted file mode 100644 index 8f9f20bd..00000000 --- a/contrib/vstudio/vc11/miniunz.vcxproj +++ /dev/null | |||
| @@ -1,314 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|x64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | </ItemGroup> | ||
| 29 | <PropertyGroup Label="Globals"> | ||
| 30 | <ProjectGuid>{C52F9E7B-498A-42BE-8DB4-85A15694382A}</ProjectGuid> | ||
| 31 | <Keyword>Win32Proj</Keyword> | ||
| 32 | </PropertyGroup> | ||
| 33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <CharacterSet>MultiByte</CharacterSet> | ||
| 37 | <PlatformToolset>v110</PlatformToolset> | ||
| 38 | </PropertyGroup> | ||
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 40 | <ConfigurationType>Application</ConfigurationType> | ||
| 41 | <CharacterSet>Unicode</CharacterSet> | ||
| 42 | <PlatformToolset>v110</PlatformToolset> | ||
| 43 | </PropertyGroup> | ||
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 45 | <ConfigurationType>Application</ConfigurationType> | ||
| 46 | <CharacterSet>MultiByte</CharacterSet> | ||
| 47 | </PropertyGroup> | ||
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 49 | <ConfigurationType>Application</ConfigurationType> | ||
| 50 | <CharacterSet>MultiByte</CharacterSet> | ||
| 51 | </PropertyGroup> | ||
| 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 53 | <ConfigurationType>Application</ConfigurationType> | ||
| 54 | <CharacterSet>MultiByte</CharacterSet> | ||
| 55 | <PlatformToolset>v110</PlatformToolset> | ||
| 56 | </PropertyGroup> | ||
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 58 | <ConfigurationType>Application</ConfigurationType> | ||
| 59 | <CharacterSet>MultiByte</CharacterSet> | ||
| 60 | <PlatformToolset>v110</PlatformToolset> | ||
| 61 | </PropertyGroup> | ||
| 62 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 63 | <ImportGroup Label="ExtensionSettings"> | ||
| 64 | </ImportGroup> | ||
| 65 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 66 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 67 | </ImportGroup> | ||
| 68 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 69 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 70 | </ImportGroup> | ||
| 71 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 72 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 73 | </ImportGroup> | ||
| 74 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 75 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 76 | </ImportGroup> | ||
| 77 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 78 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 79 | </ImportGroup> | ||
| 80 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 81 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 82 | </ImportGroup> | ||
| 83 | <PropertyGroup Label="UserMacros" /> | ||
| 84 | <PropertyGroup> | ||
| 85 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 86 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniUnzip$(Configuration)\</OutDir> | ||
| 87 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 88 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 89 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 90 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniUnzip$(Configuration)\</OutDir> | ||
| 91 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 92 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 93 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 94 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\MiniUnzip$(Configuration)\</OutDir> | ||
| 95 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 96 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 97 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 98 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\MiniUnzip$(Configuration)\</OutDir> | ||
| 99 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 100 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 101 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 102 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\MiniUnzip$(Configuration)\</OutDir> | ||
| 103 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 104 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 105 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 106 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\MiniUnzip$(Configuration)\</OutDir> | ||
| 107 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 108 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 109 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 110 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 111 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 112 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 113 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 114 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 115 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 116 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 117 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 118 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 119 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 120 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 121 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 122 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 123 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 124 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 125 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 126 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 127 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 128 | </PropertyGroup> | ||
| 129 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 130 | <ClCompile> | ||
| 131 | <Optimization>Disabled</Optimization> | ||
| 132 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 133 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 134 | <MinimalRebuild>true</MinimalRebuild> | ||
| 135 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 136 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 137 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 138 | <PrecompiledHeader> | ||
| 139 | </PrecompiledHeader> | ||
| 140 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 141 | <WarningLevel>Level3</WarningLevel> | ||
| 142 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 143 | </ClCompile> | ||
| 144 | <Link> | ||
| 145 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 146 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 147 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 148 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 149 | <SubSystem>Console</SubSystem> | ||
| 150 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 151 | <DataExecutionPrevention> | ||
| 152 | </DataExecutionPrevention> | ||
| 153 | <TargetMachine>MachineX86</TargetMachine> | ||
| 154 | </Link> | ||
| 155 | </ItemDefinitionGroup> | ||
| 156 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 157 | <ClCompile> | ||
| 158 | <Optimization>MaxSpeed</Optimization> | ||
| 159 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 160 | <OmitFramePointers>true</OmitFramePointers> | ||
| 161 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 162 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 163 | <StringPooling>true</StringPooling> | ||
| 164 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 165 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 166 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 167 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 168 | <PrecompiledHeader> | ||
| 169 | </PrecompiledHeader> | ||
| 170 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 171 | <WarningLevel>Level3</WarningLevel> | ||
| 172 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 173 | </ClCompile> | ||
| 174 | <Link> | ||
| 175 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 176 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 177 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 178 | <SubSystem>Console</SubSystem> | ||
| 179 | <OptimizeReferences>true</OptimizeReferences> | ||
| 180 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 181 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 182 | <DataExecutionPrevention> | ||
| 183 | </DataExecutionPrevention> | ||
| 184 | <TargetMachine>MachineX86</TargetMachine> | ||
| 185 | </Link> | ||
| 186 | </ItemDefinitionGroup> | ||
| 187 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 188 | <Midl> | ||
| 189 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 190 | </Midl> | ||
| 191 | <ClCompile> | ||
| 192 | <Optimization>Disabled</Optimization> | ||
| 193 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 194 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 195 | <MinimalRebuild>true</MinimalRebuild> | ||
| 196 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 197 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 198 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 199 | <PrecompiledHeader> | ||
| 200 | </PrecompiledHeader> | ||
| 201 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 202 | <WarningLevel>Level3</WarningLevel> | ||
| 203 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 204 | </ClCompile> | ||
| 205 | <Link> | ||
| 206 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 207 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 208 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 209 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 210 | <SubSystem>Console</SubSystem> | ||
| 211 | <TargetMachine>MachineX64</TargetMachine> | ||
| 212 | </Link> | ||
| 213 | </ItemDefinitionGroup> | ||
| 214 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 215 | <Midl> | ||
| 216 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 217 | </Midl> | ||
| 218 | <ClCompile> | ||
| 219 | <Optimization>Disabled</Optimization> | ||
| 220 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 221 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 222 | <MinimalRebuild>true</MinimalRebuild> | ||
| 223 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 224 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 225 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 226 | <PrecompiledHeader> | ||
| 227 | </PrecompiledHeader> | ||
| 228 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 229 | <WarningLevel>Level3</WarningLevel> | ||
| 230 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 231 | </ClCompile> | ||
| 232 | <Link> | ||
| 233 | <AdditionalDependencies>ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 234 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 235 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 236 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 237 | <SubSystem>Console</SubSystem> | ||
| 238 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 239 | </Link> | ||
| 240 | </ItemDefinitionGroup> | ||
| 241 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 242 | <Midl> | ||
| 243 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 244 | </Midl> | ||
| 245 | <ClCompile> | ||
| 246 | <Optimization>MaxSpeed</Optimization> | ||
| 247 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 248 | <OmitFramePointers>true</OmitFramePointers> | ||
| 249 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 250 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 251 | <StringPooling>true</StringPooling> | ||
| 252 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 253 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 254 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 255 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 256 | <PrecompiledHeader> | ||
| 257 | </PrecompiledHeader> | ||
| 258 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 259 | <WarningLevel>Level3</WarningLevel> | ||
| 260 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 261 | </ClCompile> | ||
| 262 | <Link> | ||
| 263 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 264 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 265 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 266 | <SubSystem>Console</SubSystem> | ||
| 267 | <OptimizeReferences>true</OptimizeReferences> | ||
| 268 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 269 | <TargetMachine>MachineX64</TargetMachine> | ||
| 270 | </Link> | ||
| 271 | </ItemDefinitionGroup> | ||
| 272 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 273 | <Midl> | ||
| 274 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 275 | </Midl> | ||
| 276 | <ClCompile> | ||
| 277 | <Optimization>MaxSpeed</Optimization> | ||
| 278 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 279 | <OmitFramePointers>true</OmitFramePointers> | ||
| 280 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 281 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 282 | <StringPooling>true</StringPooling> | ||
| 283 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 284 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 285 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 286 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 287 | <PrecompiledHeader> | ||
| 288 | </PrecompiledHeader> | ||
| 289 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 290 | <WarningLevel>Level3</WarningLevel> | ||
| 291 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 292 | </ClCompile> | ||
| 293 | <Link> | ||
| 294 | <AdditionalDependencies>ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 295 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 296 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 297 | <SubSystem>Console</SubSystem> | ||
| 298 | <OptimizeReferences>true</OptimizeReferences> | ||
| 299 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 300 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 301 | </Link> | ||
| 302 | </ItemDefinitionGroup> | ||
| 303 | <ItemGroup> | ||
| 304 | <ClCompile Include="..\..\minizip\miniunz.c" /> | ||
| 305 | </ItemGroup> | ||
| 306 | <ItemGroup> | ||
| 307 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 308 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 309 | </ProjectReference> | ||
| 310 | </ItemGroup> | ||
| 311 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 312 | <ImportGroup Label="ExtensionTargets"> | ||
| 313 | </ImportGroup> | ||
| 314 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc11/minizip.vcxproj b/contrib/vstudio/vc11/minizip.vcxproj deleted file mode 100644 index c93d9e6f..00000000 --- a/contrib/vstudio/vc11/minizip.vcxproj +++ /dev/null | |||
| @@ -1,311 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|x64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | </ItemGroup> | ||
| 29 | <PropertyGroup Label="Globals"> | ||
| 30 | <ProjectGuid>{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid> | ||
| 31 | <Keyword>Win32Proj</Keyword> | ||
| 32 | </PropertyGroup> | ||
| 33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <CharacterSet>MultiByte</CharacterSet> | ||
| 37 | <PlatformToolset>v110</PlatformToolset> | ||
| 38 | </PropertyGroup> | ||
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 40 | <ConfigurationType>Application</ConfigurationType> | ||
| 41 | <CharacterSet>Unicode</CharacterSet> | ||
| 42 | <PlatformToolset>v110</PlatformToolset> | ||
| 43 | </PropertyGroup> | ||
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 45 | <ConfigurationType>Application</ConfigurationType> | ||
| 46 | <CharacterSet>MultiByte</CharacterSet> | ||
| 47 | </PropertyGroup> | ||
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 49 | <ConfigurationType>Application</ConfigurationType> | ||
| 50 | <CharacterSet>MultiByte</CharacterSet> | ||
| 51 | </PropertyGroup> | ||
| 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 53 | <ConfigurationType>Application</ConfigurationType> | ||
| 54 | <CharacterSet>MultiByte</CharacterSet> | ||
| 55 | <PlatformToolset>v110</PlatformToolset> | ||
| 56 | </PropertyGroup> | ||
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 58 | <ConfigurationType>Application</ConfigurationType> | ||
| 59 | <CharacterSet>MultiByte</CharacterSet> | ||
| 60 | <PlatformToolset>v110</PlatformToolset> | ||
| 61 | </PropertyGroup> | ||
| 62 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 63 | <ImportGroup Label="ExtensionSettings"> | ||
| 64 | </ImportGroup> | ||
| 65 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 66 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 67 | </ImportGroup> | ||
| 68 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 69 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 70 | </ImportGroup> | ||
| 71 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 72 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 73 | </ImportGroup> | ||
| 74 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 75 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 76 | </ImportGroup> | ||
| 77 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 78 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 79 | </ImportGroup> | ||
| 80 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 81 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 82 | </ImportGroup> | ||
| 83 | <PropertyGroup Label="UserMacros" /> | ||
| 84 | <PropertyGroup> | ||
| 85 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 86 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniZip$(Configuration)\</OutDir> | ||
| 87 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 88 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 89 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 90 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniZip$(Configuration)\</OutDir> | ||
| 91 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 92 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 93 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\$(Configuration)\</OutDir> | ||
| 94 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\$(Configuration)\</IntDir> | ||
| 95 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 96 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 97 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\$(Configuration)\</OutDir> | ||
| 98 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\$(Configuration)\</IntDir> | ||
| 99 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 100 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 101 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\$(Configuration)\</OutDir> | ||
| 102 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\$(Configuration)\</IntDir> | ||
| 103 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 104 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\$(Configuration)\</OutDir> | ||
| 105 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\$(Configuration)\</IntDir> | ||
| 106 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 107 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 108 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 109 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 110 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 111 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 112 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 113 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 114 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 115 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 116 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 117 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 118 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 119 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 120 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 121 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 122 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 123 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 124 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 125 | </PropertyGroup> | ||
| 126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 127 | <ClCompile> | ||
| 128 | <Optimization>Disabled</Optimization> | ||
| 129 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 130 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 131 | <MinimalRebuild>true</MinimalRebuild> | ||
| 132 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 133 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 134 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 135 | <PrecompiledHeader> | ||
| 136 | </PrecompiledHeader> | ||
| 137 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 138 | <WarningLevel>Level3</WarningLevel> | ||
| 139 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 140 | </ClCompile> | ||
| 141 | <Link> | ||
| 142 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 143 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 144 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 145 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 146 | <SubSystem>Console</SubSystem> | ||
| 147 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 148 | <DataExecutionPrevention> | ||
| 149 | </DataExecutionPrevention> | ||
| 150 | <TargetMachine>MachineX86</TargetMachine> | ||
| 151 | </Link> | ||
| 152 | </ItemDefinitionGroup> | ||
| 153 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 154 | <ClCompile> | ||
| 155 | <Optimization>MaxSpeed</Optimization> | ||
| 156 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 157 | <OmitFramePointers>true</OmitFramePointers> | ||
| 158 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 159 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 160 | <StringPooling>true</StringPooling> | ||
| 161 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 162 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 163 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 164 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 165 | <PrecompiledHeader> | ||
| 166 | </PrecompiledHeader> | ||
| 167 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 168 | <WarningLevel>Level3</WarningLevel> | ||
| 169 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 170 | </ClCompile> | ||
| 171 | <Link> | ||
| 172 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 173 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 174 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 175 | <SubSystem>Console</SubSystem> | ||
| 176 | <OptimizeReferences>true</OptimizeReferences> | ||
| 177 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 178 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 179 | <DataExecutionPrevention> | ||
| 180 | </DataExecutionPrevention> | ||
| 181 | <TargetMachine>MachineX86</TargetMachine> | ||
| 182 | </Link> | ||
| 183 | </ItemDefinitionGroup> | ||
| 184 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 185 | <Midl> | ||
| 186 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 187 | </Midl> | ||
| 188 | <ClCompile> | ||
| 189 | <Optimization>Disabled</Optimization> | ||
| 190 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 191 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 192 | <MinimalRebuild>true</MinimalRebuild> | ||
| 193 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 194 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 195 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 196 | <PrecompiledHeader> | ||
| 197 | </PrecompiledHeader> | ||
| 198 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 199 | <WarningLevel>Level3</WarningLevel> | ||
| 200 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 201 | </ClCompile> | ||
| 202 | <Link> | ||
| 203 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 204 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 205 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 206 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 207 | <SubSystem>Console</SubSystem> | ||
| 208 | <TargetMachine>MachineX64</TargetMachine> | ||
| 209 | </Link> | ||
| 210 | </ItemDefinitionGroup> | ||
| 211 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 212 | <Midl> | ||
| 213 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 214 | </Midl> | ||
| 215 | <ClCompile> | ||
| 216 | <Optimization>Disabled</Optimization> | ||
| 217 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 218 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 219 | <MinimalRebuild>true</MinimalRebuild> | ||
| 220 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 221 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 222 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 223 | <PrecompiledHeader> | ||
| 224 | </PrecompiledHeader> | ||
| 225 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 226 | <WarningLevel>Level3</WarningLevel> | ||
| 227 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 228 | </ClCompile> | ||
| 229 | <Link> | ||
| 230 | <AdditionalDependencies>ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 231 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 232 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 233 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 234 | <SubSystem>Console</SubSystem> | ||
| 235 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 236 | </Link> | ||
| 237 | </ItemDefinitionGroup> | ||
| 238 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 239 | <Midl> | ||
| 240 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 241 | </Midl> | ||
| 242 | <ClCompile> | ||
| 243 | <Optimization>MaxSpeed</Optimization> | ||
| 244 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 245 | <OmitFramePointers>true</OmitFramePointers> | ||
| 246 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 247 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 248 | <StringPooling>true</StringPooling> | ||
| 249 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 250 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 251 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 252 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 253 | <PrecompiledHeader> | ||
| 254 | </PrecompiledHeader> | ||
| 255 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 256 | <WarningLevel>Level3</WarningLevel> | ||
| 257 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 258 | </ClCompile> | ||
| 259 | <Link> | ||
| 260 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 261 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 262 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 263 | <SubSystem>Console</SubSystem> | ||
| 264 | <OptimizeReferences>true</OptimizeReferences> | ||
| 265 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 266 | <TargetMachine>MachineX64</TargetMachine> | ||
| 267 | </Link> | ||
| 268 | </ItemDefinitionGroup> | ||
| 269 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 270 | <Midl> | ||
| 271 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 272 | </Midl> | ||
| 273 | <ClCompile> | ||
| 274 | <Optimization>MaxSpeed</Optimization> | ||
| 275 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 276 | <OmitFramePointers>true</OmitFramePointers> | ||
| 277 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 278 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 279 | <StringPooling>true</StringPooling> | ||
| 280 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 281 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 282 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 283 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 284 | <PrecompiledHeader> | ||
| 285 | </PrecompiledHeader> | ||
| 286 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 287 | <WarningLevel>Level3</WarningLevel> | ||
| 288 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 289 | </ClCompile> | ||
| 290 | <Link> | ||
| 291 | <AdditionalDependencies>ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 292 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 293 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 294 | <SubSystem>Console</SubSystem> | ||
| 295 | <OptimizeReferences>true</OptimizeReferences> | ||
| 296 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 297 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 298 | </Link> | ||
| 299 | </ItemDefinitionGroup> | ||
| 300 | <ItemGroup> | ||
| 301 | <ClCompile Include="..\..\minizip\minizip.c" /> | ||
| 302 | </ItemGroup> | ||
| 303 | <ItemGroup> | ||
| 304 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 305 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 306 | </ProjectReference> | ||
| 307 | </ItemGroup> | ||
| 308 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 309 | <ImportGroup Label="ExtensionTargets"> | ||
| 310 | </ImportGroup> | ||
| 311 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc11/testzlib.vcxproj b/contrib/vstudio/vc11/testzlib.vcxproj deleted file mode 100644 index c6198c1f..00000000 --- a/contrib/vstudio/vc11/testzlib.vcxproj +++ /dev/null | |||
| @@ -1,418 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium"> | ||
| 17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Itanium</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|Win32"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>Win32</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|x64"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>x64</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | </ItemGroup> | ||
| 41 | <PropertyGroup Label="Globals"> | ||
| 42 | <ProjectGuid>{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid> | ||
| 43 | <RootNamespace>testzlib</RootNamespace> | ||
| 44 | <Keyword>Win32Proj</Keyword> | ||
| 45 | </PropertyGroup> | ||
| 46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 48 | <ConfigurationType>Application</ConfigurationType> | ||
| 49 | <CharacterSet>MultiByte</CharacterSet> | ||
| 50 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 51 | <PlatformToolset>v110</PlatformToolset> | ||
| 52 | </PropertyGroup> | ||
| 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 54 | <ConfigurationType>Application</ConfigurationType> | ||
| 55 | <CharacterSet>MultiByte</CharacterSet> | ||
| 56 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 57 | <PlatformToolset>v110</PlatformToolset> | ||
| 58 | </PropertyGroup> | ||
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 60 | <ConfigurationType>Application</ConfigurationType> | ||
| 61 | <CharacterSet>Unicode</CharacterSet> | ||
| 62 | <PlatformToolset>v110</PlatformToolset> | ||
| 63 | </PropertyGroup> | ||
| 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 65 | <ConfigurationType>Application</ConfigurationType> | ||
| 66 | <CharacterSet>MultiByte</CharacterSet> | ||
| 67 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 68 | </PropertyGroup> | ||
| 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
| 70 | <ConfigurationType>Application</ConfigurationType> | ||
| 71 | <CharacterSet>MultiByte</CharacterSet> | ||
| 72 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 73 | </PropertyGroup> | ||
| 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 75 | <ConfigurationType>Application</ConfigurationType> | ||
| 76 | <CharacterSet>MultiByte</CharacterSet> | ||
| 77 | </PropertyGroup> | ||
| 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 79 | <ConfigurationType>Application</ConfigurationType> | ||
| 80 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 81 | <PlatformToolset>v110</PlatformToolset> | ||
| 82 | </PropertyGroup> | ||
| 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 84 | <ConfigurationType>Application</ConfigurationType> | ||
| 85 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 86 | <PlatformToolset>v110</PlatformToolset> | ||
| 87 | </PropertyGroup> | ||
| 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 89 | <ConfigurationType>Application</ConfigurationType> | ||
| 90 | <PlatformToolset>v110</PlatformToolset> | ||
| 91 | </PropertyGroup> | ||
| 92 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 93 | <ImportGroup Label="ExtensionSettings"> | ||
| 94 | </ImportGroup> | ||
| 95 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 96 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 97 | </ImportGroup> | ||
| 98 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 99 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 100 | </ImportGroup> | ||
| 101 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 102 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 103 | </ImportGroup> | ||
| 104 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 105 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 106 | </ImportGroup> | ||
| 107 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
| 108 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 109 | </ImportGroup> | ||
| 110 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 111 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 112 | </ImportGroup> | ||
| 113 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 114 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 115 | </ImportGroup> | ||
| 116 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 117 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 118 | </ImportGroup> | ||
| 119 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 120 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 121 | </ImportGroup> | ||
| 122 | <PropertyGroup Label="UserMacros" /> | ||
| 123 | <PropertyGroup> | ||
| 124 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 125 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 126 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 127 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 128 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 129 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 130 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 131 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> | ||
| 132 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> | ||
| 133 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 134 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 135 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 136 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 137 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 138 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 139 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 140 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
| 141 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 142 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 143 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 144 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 145 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 146 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> | ||
| 147 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
| 148 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 149 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</LinkIncremental> | ||
| 150 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</GenerateManifest> | ||
| 151 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 152 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 153 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 154 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
| 155 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 156 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 157 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 158 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 159 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 160 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 161 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 162 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 163 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 164 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 165 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 166 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 167 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 168 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 169 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 170 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 171 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 172 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 173 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 174 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 175 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 176 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 177 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 178 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 179 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 180 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 181 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 182 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 183 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 184 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 185 | </PropertyGroup> | ||
| 186 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 187 | <ClCompile> | ||
| 188 | <Optimization>Disabled</Optimization> | ||
| 189 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 190 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 191 | <MinimalRebuild>true</MinimalRebuild> | ||
| 192 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 193 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 194 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 195 | <PrecompiledHeader> | ||
| 196 | </PrecompiledHeader> | ||
| 197 | <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput> | ||
| 198 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 199 | <WarningLevel>Level3</WarningLevel> | ||
| 200 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 201 | </ClCompile> | ||
| 202 | <Link> | ||
| 203 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 204 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 205 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 206 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 207 | <SubSystem>Console</SubSystem> | ||
| 208 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 209 | <DataExecutionPrevention> | ||
| 210 | </DataExecutionPrevention> | ||
| 211 | <TargetMachine>MachineX86</TargetMachine> | ||
| 212 | </Link> | ||
| 213 | </ItemDefinitionGroup> | ||
| 214 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 215 | <ClCompile> | ||
| 216 | <Optimization>MaxSpeed</Optimization> | ||
| 217 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 218 | <OmitFramePointers>true</OmitFramePointers> | ||
| 219 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 220 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 221 | <StringPooling>true</StringPooling> | ||
| 222 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 223 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 224 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 225 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 226 | <PrecompiledHeader> | ||
| 227 | </PrecompiledHeader> | ||
| 228 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 229 | <WarningLevel>Level3</WarningLevel> | ||
| 230 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 231 | </ClCompile> | ||
| 232 | <Link> | ||
| 233 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 234 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 235 | <SubSystem>Console</SubSystem> | ||
| 236 | <OptimizeReferences>true</OptimizeReferences> | ||
| 237 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 238 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 239 | <DataExecutionPrevention> | ||
| 240 | </DataExecutionPrevention> | ||
| 241 | <TargetMachine>MachineX86</TargetMachine> | ||
| 242 | </Link> | ||
| 243 | </ItemDefinitionGroup> | ||
| 244 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 245 | <ClCompile> | ||
| 246 | <Optimization>MaxSpeed</Optimization> | ||
| 247 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 248 | <OmitFramePointers>true</OmitFramePointers> | ||
| 249 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 250 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 251 | <StringPooling>true</StringPooling> | ||
| 252 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 253 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 254 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 255 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 256 | <PrecompiledHeader> | ||
| 257 | </PrecompiledHeader> | ||
| 258 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 259 | <WarningLevel>Level3</WarningLevel> | ||
| 260 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 261 | </ClCompile> | ||
| 262 | <Link> | ||
| 263 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 264 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 265 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 266 | <SubSystem>Console</SubSystem> | ||
| 267 | <OptimizeReferences>true</OptimizeReferences> | ||
| 268 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 269 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 270 | <DataExecutionPrevention> | ||
| 271 | </DataExecutionPrevention> | ||
| 272 | <TargetMachine>MachineX86</TargetMachine> | ||
| 273 | </Link> | ||
| 274 | </ItemDefinitionGroup> | ||
| 275 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 276 | <ClCompile> | ||
| 277 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 278 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 279 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 280 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 281 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 282 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 283 | </ClCompile> | ||
| 284 | <Link> | ||
| 285 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 286 | </Link> | ||
| 287 | </ItemDefinitionGroup> | ||
| 288 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 289 | <Midl> | ||
| 290 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 291 | </Midl> | ||
| 292 | <ClCompile> | ||
| 293 | <Optimization>Disabled</Optimization> | ||
| 294 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 295 | <PreprocessorDefinitions>ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 296 | <MinimalRebuild>true</MinimalRebuild> | ||
| 297 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 298 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 299 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 300 | <PrecompiledHeader> | ||
| 301 | </PrecompiledHeader> | ||
| 302 | <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput> | ||
| 303 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 304 | <WarningLevel>Level3</WarningLevel> | ||
| 305 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 306 | </ClCompile> | ||
| 307 | <Link> | ||
| 308 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 309 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 310 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 311 | <SubSystem>Console</SubSystem> | ||
| 312 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 313 | </Link> | ||
| 314 | </ItemDefinitionGroup> | ||
| 315 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 316 | <ClCompile> | ||
| 317 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 318 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 319 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 320 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 321 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 322 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 323 | </ClCompile> | ||
| 324 | <Link> | ||
| 325 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 326 | </Link> | ||
| 327 | </ItemDefinitionGroup> | ||
| 328 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
| 329 | <Midl> | ||
| 330 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 331 | </Midl> | ||
| 332 | <ClCompile> | ||
| 333 | <Optimization>MaxSpeed</Optimization> | ||
| 334 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 335 | <OmitFramePointers>true</OmitFramePointers> | ||
| 336 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 337 | <PreprocessorDefinitions>ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 338 | <StringPooling>true</StringPooling> | ||
| 339 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 340 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 341 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 342 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 343 | <PrecompiledHeader> | ||
| 344 | </PrecompiledHeader> | ||
| 345 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 346 | <WarningLevel>Level3</WarningLevel> | ||
| 347 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 348 | </ClCompile> | ||
| 349 | <Link> | ||
| 350 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 351 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 352 | <SubSystem>Console</SubSystem> | ||
| 353 | <OptimizeReferences>true</OptimizeReferences> | ||
| 354 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 355 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 356 | </Link> | ||
| 357 | </ItemDefinitionGroup> | ||
| 358 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 359 | <ClCompile> | ||
| 360 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 361 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 362 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 363 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 364 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 365 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 366 | </ClCompile> | ||
| 367 | <Link> | ||
| 368 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 369 | </Link> | ||
| 370 | </ItemDefinitionGroup> | ||
| 371 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 372 | <Midl> | ||
| 373 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 374 | </Midl> | ||
| 375 | <ClCompile> | ||
| 376 | <Optimization>MaxSpeed</Optimization> | ||
| 377 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 378 | <OmitFramePointers>true</OmitFramePointers> | ||
| 379 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 380 | <PreprocessorDefinitions>ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 381 | <StringPooling>true</StringPooling> | ||
| 382 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 383 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 384 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 385 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 386 | <PrecompiledHeader> | ||
| 387 | </PrecompiledHeader> | ||
| 388 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 389 | <WarningLevel>Level3</WarningLevel> | ||
| 390 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 391 | </ClCompile> | ||
| 392 | <Link> | ||
| 393 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 394 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 395 | <SubSystem>Console</SubSystem> | ||
| 396 | <OptimizeReferences>true</OptimizeReferences> | ||
| 397 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 398 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 399 | </Link> | ||
| 400 | </ItemDefinitionGroup> | ||
| 401 | <ItemGroup> | ||
| 402 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 403 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 404 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 405 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 406 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 407 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 408 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 409 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 410 | <ClCompile Include="..\..\testzlib\testzlib.c" /> | ||
| 411 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 412 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 413 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 414 | </ItemGroup> | ||
| 415 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 416 | <ImportGroup Label="ExtensionTargets"> | ||
| 417 | </ImportGroup> | ||
| 418 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc11/testzlibdll.vcxproj b/contrib/vstudio/vc11/testzlibdll.vcxproj deleted file mode 100644 index 9f20c78f..00000000 --- a/contrib/vstudio/vc11/testzlibdll.vcxproj +++ /dev/null | |||
| @@ -1,314 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|x64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | </ItemGroup> | ||
| 29 | <PropertyGroup Label="Globals"> | ||
| 30 | <ProjectGuid>{C52F9E7B-498A-42BE-8DB4-85A15694366A}</ProjectGuid> | ||
| 31 | <Keyword>Win32Proj</Keyword> | ||
| 32 | </PropertyGroup> | ||
| 33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <CharacterSet>MultiByte</CharacterSet> | ||
| 37 | <PlatformToolset>v110</PlatformToolset> | ||
| 38 | </PropertyGroup> | ||
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 40 | <ConfigurationType>Application</ConfigurationType> | ||
| 41 | <CharacterSet>Unicode</CharacterSet> | ||
| 42 | <PlatformToolset>v110</PlatformToolset> | ||
| 43 | </PropertyGroup> | ||
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 45 | <ConfigurationType>Application</ConfigurationType> | ||
| 46 | <CharacterSet>MultiByte</CharacterSet> | ||
| 47 | </PropertyGroup> | ||
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 49 | <ConfigurationType>Application</ConfigurationType> | ||
| 50 | <CharacterSet>MultiByte</CharacterSet> | ||
| 51 | </PropertyGroup> | ||
| 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 53 | <ConfigurationType>Application</ConfigurationType> | ||
| 54 | <CharacterSet>MultiByte</CharacterSet> | ||
| 55 | <PlatformToolset>v110</PlatformToolset> | ||
| 56 | </PropertyGroup> | ||
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 58 | <ConfigurationType>Application</ConfigurationType> | ||
| 59 | <CharacterSet>MultiByte</CharacterSet> | ||
| 60 | <PlatformToolset>v110</PlatformToolset> | ||
| 61 | </PropertyGroup> | ||
| 62 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 63 | <ImportGroup Label="ExtensionSettings"> | ||
| 64 | </ImportGroup> | ||
| 65 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 66 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 67 | </ImportGroup> | ||
| 68 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 69 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 70 | </ImportGroup> | ||
| 71 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 72 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 73 | </ImportGroup> | ||
| 74 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 75 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 76 | </ImportGroup> | ||
| 77 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 78 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 79 | </ImportGroup> | ||
| 80 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 81 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 82 | </ImportGroup> | ||
| 83 | <PropertyGroup Label="UserMacros" /> | ||
| 84 | <PropertyGroup> | ||
| 85 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 86 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlibDll$(Configuration)\</OutDir> | ||
| 87 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 88 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 89 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 90 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlibDll$(Configuration)\</OutDir> | ||
| 91 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 92 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 93 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 94 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlibDll$(Configuration)\</OutDir> | ||
| 95 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 96 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 97 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 98 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlibDll$(Configuration)\</OutDir> | ||
| 99 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 100 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 101 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 102 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlibDll$(Configuration)\</OutDir> | ||
| 103 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 104 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 105 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 106 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlibDll$(Configuration)\</OutDir> | ||
| 107 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 108 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 109 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 110 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 111 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 112 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 113 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 114 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 115 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 116 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 117 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 118 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 119 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 120 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 121 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 122 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 123 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 124 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 125 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 126 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 127 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 128 | </PropertyGroup> | ||
| 129 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 130 | <ClCompile> | ||
| 131 | <Optimization>Disabled</Optimization> | ||
| 132 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 133 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 134 | <MinimalRebuild>true</MinimalRebuild> | ||
| 135 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 136 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 137 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 138 | <PrecompiledHeader> | ||
| 139 | </PrecompiledHeader> | ||
| 140 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 141 | <WarningLevel>Level3</WarningLevel> | ||
| 142 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 143 | </ClCompile> | ||
| 144 | <Link> | ||
| 145 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 146 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 147 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 148 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 149 | <SubSystem>Console</SubSystem> | ||
| 150 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 151 | <DataExecutionPrevention> | ||
| 152 | </DataExecutionPrevention> | ||
| 153 | <TargetMachine>MachineX86</TargetMachine> | ||
| 154 | </Link> | ||
| 155 | </ItemDefinitionGroup> | ||
| 156 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 157 | <ClCompile> | ||
| 158 | <Optimization>MaxSpeed</Optimization> | ||
| 159 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 160 | <OmitFramePointers>true</OmitFramePointers> | ||
| 161 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 162 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 163 | <StringPooling>true</StringPooling> | ||
| 164 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 165 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 166 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 167 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 168 | <PrecompiledHeader> | ||
| 169 | </PrecompiledHeader> | ||
| 170 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 171 | <WarningLevel>Level3</WarningLevel> | ||
| 172 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 173 | </ClCompile> | ||
| 174 | <Link> | ||
| 175 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 176 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 177 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 178 | <SubSystem>Console</SubSystem> | ||
| 179 | <OptimizeReferences>true</OptimizeReferences> | ||
| 180 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 181 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 182 | <DataExecutionPrevention> | ||
| 183 | </DataExecutionPrevention> | ||
| 184 | <TargetMachine>MachineX86</TargetMachine> | ||
| 185 | </Link> | ||
| 186 | </ItemDefinitionGroup> | ||
| 187 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 188 | <Midl> | ||
| 189 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 190 | </Midl> | ||
| 191 | <ClCompile> | ||
| 192 | <Optimization>Disabled</Optimization> | ||
| 193 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 194 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 195 | <MinimalRebuild>true</MinimalRebuild> | ||
| 196 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 197 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 198 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 199 | <PrecompiledHeader> | ||
| 200 | </PrecompiledHeader> | ||
| 201 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 202 | <WarningLevel>Level3</WarningLevel> | ||
| 203 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 204 | </ClCompile> | ||
| 205 | <Link> | ||
| 206 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 207 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 208 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 209 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 210 | <SubSystem>Console</SubSystem> | ||
| 211 | <TargetMachine>MachineX64</TargetMachine> | ||
| 212 | </Link> | ||
| 213 | </ItemDefinitionGroup> | ||
| 214 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 215 | <Midl> | ||
| 216 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 217 | </Midl> | ||
| 218 | <ClCompile> | ||
| 219 | <Optimization>Disabled</Optimization> | ||
| 220 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 221 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 222 | <MinimalRebuild>true</MinimalRebuild> | ||
| 223 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 224 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 225 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 226 | <PrecompiledHeader> | ||
| 227 | </PrecompiledHeader> | ||
| 228 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 229 | <WarningLevel>Level3</WarningLevel> | ||
| 230 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 231 | </ClCompile> | ||
| 232 | <Link> | ||
| 233 | <AdditionalDependencies>ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 234 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 235 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 236 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 237 | <SubSystem>Console</SubSystem> | ||
| 238 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 239 | </Link> | ||
| 240 | </ItemDefinitionGroup> | ||
| 241 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 242 | <Midl> | ||
| 243 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 244 | </Midl> | ||
| 245 | <ClCompile> | ||
| 246 | <Optimization>MaxSpeed</Optimization> | ||
| 247 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 248 | <OmitFramePointers>true</OmitFramePointers> | ||
| 249 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 250 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 251 | <StringPooling>true</StringPooling> | ||
| 252 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 253 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 254 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 255 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 256 | <PrecompiledHeader> | ||
| 257 | </PrecompiledHeader> | ||
| 258 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 259 | <WarningLevel>Level3</WarningLevel> | ||
| 260 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 261 | </ClCompile> | ||
| 262 | <Link> | ||
| 263 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 264 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 265 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 266 | <SubSystem>Console</SubSystem> | ||
| 267 | <OptimizeReferences>true</OptimizeReferences> | ||
| 268 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 269 | <TargetMachine>MachineX64</TargetMachine> | ||
| 270 | </Link> | ||
| 271 | </ItemDefinitionGroup> | ||
| 272 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 273 | <Midl> | ||
| 274 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 275 | </Midl> | ||
| 276 | <ClCompile> | ||
| 277 | <Optimization>MaxSpeed</Optimization> | ||
| 278 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 279 | <OmitFramePointers>true</OmitFramePointers> | ||
| 280 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 281 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 282 | <StringPooling>true</StringPooling> | ||
| 283 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 284 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 285 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 286 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 287 | <PrecompiledHeader> | ||
| 288 | </PrecompiledHeader> | ||
| 289 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 290 | <WarningLevel>Level3</WarningLevel> | ||
| 291 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 292 | </ClCompile> | ||
| 293 | <Link> | ||
| 294 | <AdditionalDependencies>ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 295 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 296 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 297 | <SubSystem>Console</SubSystem> | ||
| 298 | <OptimizeReferences>true</OptimizeReferences> | ||
| 299 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 300 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 301 | </Link> | ||
| 302 | </ItemDefinitionGroup> | ||
| 303 | <ItemGroup> | ||
| 304 | <ClCompile Include="..\..\testzlib\testzlib.c" /> | ||
| 305 | </ItemGroup> | ||
| 306 | <ItemGroup> | ||
| 307 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 308 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 309 | </ProjectReference> | ||
| 310 | </ItemGroup> | ||
| 311 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 312 | <ImportGroup Label="ExtensionTargets"> | ||
| 313 | </ImportGroup> | ||
| 314 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc11/zlib.rc b/contrib/vstudio/vc11/zlib.rc deleted file mode 100644 index acbcf658..00000000 --- a/contrib/vstudio/vc11/zlib.rc +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | #include <windows.h> | ||
| 2 | |||
| 3 | #define IDR_VERSION1 1 | ||
| 4 | IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE | ||
| 5 | FILEVERSION 1, 3, 1, 2 | ||
| 6 | PRODUCTVERSION 1, 3, 1, 2 | ||
| 7 | FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
| 8 | FILEFLAGS 0 | ||
| 9 | FILEOS VOS_DOS_WINDOWS32 | ||
| 10 | FILETYPE VFT_DLL | ||
| 11 | FILESUBTYPE 0 // not used | ||
| 12 | BEGIN | ||
| 13 | BLOCK "StringFileInfo" | ||
| 14 | BEGIN | ||
| 15 | BLOCK "040904E4" | ||
| 16 | //language ID = U.S. English, char set = Windows, Multilingual | ||
| 17 | |||
| 18 | BEGIN | ||
| 19 | VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" | ||
| 20 | VALUE "FileVersion", "1.3.1.2\0" | ||
| 21 | VALUE "InternalName", "zlib\0" | ||
| 22 | VALUE "OriginalFilename", "zlibwapi.dll\0" | ||
| 23 | VALUE "ProductName", "ZLib.DLL\0" | ||
| 24 | VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" | ||
| 25 | VALUE "LegalCopyright", "(C) 1995-2025 Jean-loup Gailly & Mark Adler\0" | ||
| 26 | END | ||
| 27 | END | ||
| 28 | BLOCK "VarFileInfo" | ||
| 29 | BEGIN | ||
| 30 | VALUE "Translation", 0x0409, 1252 | ||
| 31 | END | ||
| 32 | END | ||
diff --git a/contrib/vstudio/vc11/zlibstat.vcxproj b/contrib/vstudio/vc11/zlibstat.vcxproj deleted file mode 100644 index 86fb1c8b..00000000 --- a/contrib/vstudio/vc11/zlibstat.vcxproj +++ /dev/null | |||
| @@ -1,456 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium"> | ||
| 17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Itanium</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|Win32"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>Win32</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|x64"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>x64</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | </ItemGroup> | ||
| 41 | <PropertyGroup Label="Globals"> | ||
| 42 | <ProjectGuid>{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}</ProjectGuid> | ||
| 43 | </PropertyGroup> | ||
| 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 46 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 47 | <UseOfMfc>false</UseOfMfc> | ||
| 48 | <PlatformToolset>v110</PlatformToolset> | ||
| 49 | </PropertyGroup> | ||
| 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 51 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 52 | <UseOfMfc>false</UseOfMfc> | ||
| 53 | <PlatformToolset>v110</PlatformToolset> | ||
| 54 | </PropertyGroup> | ||
| 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 56 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 57 | <UseOfMfc>false</UseOfMfc> | ||
| 58 | <PlatformToolset>v110</PlatformToolset> | ||
| 59 | <CharacterSet>Unicode</CharacterSet> | ||
| 60 | </PropertyGroup> | ||
| 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
| 62 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 63 | <UseOfMfc>false</UseOfMfc> | ||
| 64 | </PropertyGroup> | ||
| 65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 66 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 67 | <UseOfMfc>false</UseOfMfc> | ||
| 68 | </PropertyGroup> | ||
| 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 70 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 71 | <UseOfMfc>false</UseOfMfc> | ||
| 72 | </PropertyGroup> | ||
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 74 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 75 | <UseOfMfc>false</UseOfMfc> | ||
| 76 | <PlatformToolset>v110</PlatformToolset> | ||
| 77 | </PropertyGroup> | ||
| 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 79 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 80 | <UseOfMfc>false</UseOfMfc> | ||
| 81 | <PlatformToolset>v110</PlatformToolset> | ||
| 82 | </PropertyGroup> | ||
| 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 84 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 85 | <UseOfMfc>false</UseOfMfc> | ||
| 86 | <PlatformToolset>v110</PlatformToolset> | ||
| 87 | </PropertyGroup> | ||
| 88 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 89 | <ImportGroup Label="ExtensionSettings"> | ||
| 90 | </ImportGroup> | ||
| 91 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 92 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 93 | </ImportGroup> | ||
| 94 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 95 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 96 | </ImportGroup> | ||
| 97 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 98 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 99 | </ImportGroup> | ||
| 100 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
| 101 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 102 | </ImportGroup> | ||
| 103 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 104 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 105 | </ImportGroup> | ||
| 106 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 107 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 108 | </ImportGroup> | ||
| 109 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 110 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 111 | </ImportGroup> | ||
| 112 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 113 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 114 | </ImportGroup> | ||
| 115 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 116 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 117 | </ImportGroup> | ||
| 118 | <PropertyGroup Label="UserMacros" /> | ||
| 119 | <PropertyGroup> | ||
| 120 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 121 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 122 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 123 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 124 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 125 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 126 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 127 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 128 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 129 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | ||
| 130 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 131 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 132 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 133 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | ||
| 134 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 135 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 136 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 137 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | ||
| 138 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 139 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 140 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 141 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 142 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 143 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 144 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 145 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 146 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 147 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 148 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 149 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 150 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 151 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 152 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 153 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 154 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 155 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 156 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 157 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 158 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 159 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 160 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 161 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 162 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 163 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 164 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 165 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 166 | </PropertyGroup> | ||
| 167 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 168 | <ClCompile> | ||
| 169 | <Optimization>Disabled</Optimization> | ||
| 170 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 171 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 172 | <ExceptionHandling> | ||
| 173 | </ExceptionHandling> | ||
| 174 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 175 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 176 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 177 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 178 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 179 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 180 | <WarningLevel>Level3</WarningLevel> | ||
| 181 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 182 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 183 | </ClCompile> | ||
| 184 | <ResourceCompile> | ||
| 185 | <Culture>0x040c</Culture> | ||
| 186 | </ResourceCompile> | ||
| 187 | <Lib> | ||
| 188 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 189 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 190 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 191 | </Lib> | ||
| 192 | </ItemDefinitionGroup> | ||
| 193 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 194 | <ClCompile> | ||
| 195 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 196 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 197 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 198 | <StringPooling>true</StringPooling> | ||
| 199 | <ExceptionHandling> | ||
| 200 | </ExceptionHandling> | ||
| 201 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 202 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 203 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 204 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 205 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 206 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 207 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 208 | <WarningLevel>Level3</WarningLevel> | ||
| 209 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 210 | </ClCompile> | ||
| 211 | <ResourceCompile> | ||
| 212 | <Culture>0x040c</Culture> | ||
| 213 | </ResourceCompile> | ||
| 214 | <Lib> | ||
| 215 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 216 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 217 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 218 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 219 | </Lib> | ||
| 220 | </ItemDefinitionGroup> | ||
| 221 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 222 | <ClCompile> | ||
| 223 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 224 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 225 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 226 | <StringPooling>true</StringPooling> | ||
| 227 | <ExceptionHandling> | ||
| 228 | </ExceptionHandling> | ||
| 229 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 230 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 231 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 232 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 233 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 234 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 235 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 236 | <WarningLevel>Level3</WarningLevel> | ||
| 237 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 238 | </ClCompile> | ||
| 239 | <ResourceCompile> | ||
| 240 | <Culture>0x040c</Culture> | ||
| 241 | </ResourceCompile> | ||
| 242 | <Lib> | ||
| 243 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 244 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 245 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 246 | </Lib> | ||
| 247 | </ItemDefinitionGroup> | ||
| 248 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 249 | <Midl> | ||
| 250 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 251 | </Midl> | ||
| 252 | <ClCompile> | ||
| 253 | <Optimization>Disabled</Optimization> | ||
| 254 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 255 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 256 | <ExceptionHandling> | ||
| 257 | </ExceptionHandling> | ||
| 258 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 259 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 260 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 261 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 262 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 263 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 264 | <WarningLevel>Level3</WarningLevel> | ||
| 265 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 266 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 267 | </ClCompile> | ||
| 268 | <ResourceCompile> | ||
| 269 | <Culture>0x040c</Culture> | ||
| 270 | </ResourceCompile> | ||
| 271 | <Lib> | ||
| 272 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 273 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 274 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 275 | </Lib> | ||
| 276 | </ItemDefinitionGroup> | ||
| 277 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 278 | <Midl> | ||
| 279 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 280 | </Midl> | ||
| 281 | <ClCompile> | ||
| 282 | <Optimization>Disabled</Optimization> | ||
| 283 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 284 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 285 | <ExceptionHandling> | ||
| 286 | </ExceptionHandling> | ||
| 287 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 288 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 289 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 290 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 291 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 292 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 293 | <WarningLevel>Level3</WarningLevel> | ||
| 294 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 295 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 296 | </ClCompile> | ||
| 297 | <ResourceCompile> | ||
| 298 | <Culture>0x040c</Culture> | ||
| 299 | </ResourceCompile> | ||
| 300 | <Lib> | ||
| 301 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 302 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 303 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 304 | </Lib> | ||
| 305 | </ItemDefinitionGroup> | ||
| 306 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 307 | <Midl> | ||
| 308 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 309 | </Midl> | ||
| 310 | <ClCompile> | ||
| 311 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 312 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 313 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 314 | <StringPooling>true</StringPooling> | ||
| 315 | <ExceptionHandling> | ||
| 316 | </ExceptionHandling> | ||
| 317 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 318 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 319 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 320 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 321 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 322 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 323 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 324 | <WarningLevel>Level3</WarningLevel> | ||
| 325 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 326 | </ClCompile> | ||
| 327 | <ResourceCompile> | ||
| 328 | <Culture>0x040c</Culture> | ||
| 329 | </ResourceCompile> | ||
| 330 | <Lib> | ||
| 331 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 332 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 333 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 334 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 335 | </Lib> | ||
| 336 | </ItemDefinitionGroup> | ||
| 337 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 338 | <Midl> | ||
| 339 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 340 | </Midl> | ||
| 341 | <ClCompile> | ||
| 342 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 343 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 344 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 345 | <StringPooling>true</StringPooling> | ||
| 346 | <ExceptionHandling> | ||
| 347 | </ExceptionHandling> | ||
| 348 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 349 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 350 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 351 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 352 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 353 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 354 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 355 | <WarningLevel>Level3</WarningLevel> | ||
| 356 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 357 | </ClCompile> | ||
| 358 | <ResourceCompile> | ||
| 359 | <Culture>0x040c</Culture> | ||
| 360 | </ResourceCompile> | ||
| 361 | <Lib> | ||
| 362 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 363 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 364 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 365 | </Lib> | ||
| 366 | </ItemDefinitionGroup> | ||
| 367 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 368 | <Midl> | ||
| 369 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 370 | </Midl> | ||
| 371 | <ClCompile> | ||
| 372 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 373 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 374 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 375 | <StringPooling>true</StringPooling> | ||
| 376 | <ExceptionHandling> | ||
| 377 | </ExceptionHandling> | ||
| 378 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 379 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 380 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 381 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 382 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 383 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 384 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 385 | <WarningLevel>Level3</WarningLevel> | ||
| 386 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 387 | </ClCompile> | ||
| 388 | <ResourceCompile> | ||
| 389 | <Culture>0x040c</Culture> | ||
| 390 | </ResourceCompile> | ||
| 391 | <Lib> | ||
| 392 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 393 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 394 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 395 | </Lib> | ||
| 396 | </ItemDefinitionGroup> | ||
| 397 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
| 398 | <Midl> | ||
| 399 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 400 | </Midl> | ||
| 401 | <ClCompile> | ||
| 402 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 403 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 404 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 405 | <StringPooling>true</StringPooling> | ||
| 406 | <ExceptionHandling> | ||
| 407 | </ExceptionHandling> | ||
| 408 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 409 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 410 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 411 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 412 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 413 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 414 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 415 | <WarningLevel>Level3</WarningLevel> | ||
| 416 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 417 | </ClCompile> | ||
| 418 | <ResourceCompile> | ||
| 419 | <Culture>0x040c</Culture> | ||
| 420 | </ResourceCompile> | ||
| 421 | <Lib> | ||
| 422 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 423 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 424 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 425 | </Lib> | ||
| 426 | </ItemDefinitionGroup> | ||
| 427 | <ItemGroup> | ||
| 428 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 429 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 430 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 431 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 432 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
| 433 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
| 434 | <ClCompile Include="..\..\..\gzread.c" /> | ||
| 435 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
| 436 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 437 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 438 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 439 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 440 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
| 441 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 442 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 443 | <ClCompile Include="..\..\minizip\unzip.c" /> | ||
| 444 | <ClCompile Include="..\..\minizip\zip.c" /> | ||
| 445 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 446 | </ItemGroup> | ||
| 447 | <ItemGroup> | ||
| 448 | <ResourceCompile Include="zlib.rc" /> | ||
| 449 | </ItemGroup> | ||
| 450 | <ItemGroup> | ||
| 451 | <None Include="zlibvc.def" /> | ||
| 452 | </ItemGroup> | ||
| 453 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 454 | <ImportGroup Label="ExtensionTargets"> | ||
| 455 | </ImportGroup> | ||
| 456 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc11/zlibvc.def b/contrib/vstudio/vc11/zlibvc.def deleted file mode 100644 index e7fe0a32..00000000 --- a/contrib/vstudio/vc11/zlibvc.def +++ /dev/null | |||
| @@ -1,169 +0,0 @@ | |||
| 1 | LIBRARY | ||
| 2 | ; zlib data compression and ZIP file I/O library | ||
| 3 | |||
| 4 | VERSION 1.3 | ||
| 5 | |||
| 6 | EXPORTS | ||
| 7 | adler32 @1 | ||
| 8 | compress @2 | ||
| 9 | crc32 @3 | ||
| 10 | deflate @4 | ||
| 11 | deflateCopy @5 | ||
| 12 | deflateEnd @6 | ||
| 13 | deflateInit2_ @7 | ||
| 14 | deflateInit_ @8 | ||
| 15 | deflateParams @9 | ||
| 16 | deflateReset @10 | ||
| 17 | deflateSetDictionary @11 | ||
| 18 | gzclose @12 | ||
| 19 | gzdopen @13 | ||
| 20 | gzerror @14 | ||
| 21 | gzflush @15 | ||
| 22 | gzopen @16 | ||
| 23 | gzread @17 | ||
| 24 | gzwrite @18 | ||
| 25 | inflate @19 | ||
| 26 | inflateEnd @20 | ||
| 27 | inflateInit2_ @21 | ||
| 28 | inflateInit_ @22 | ||
| 29 | inflateReset @23 | ||
| 30 | inflateSetDictionary @24 | ||
| 31 | inflateSync @25 | ||
| 32 | uncompress @26 | ||
| 33 | zlibVersion @27 | ||
| 34 | gzprintf @28 | ||
| 35 | gzputc @29 | ||
| 36 | gzgetc @30 | ||
| 37 | gzseek @31 | ||
| 38 | gzrewind @32 | ||
| 39 | gztell @33 | ||
| 40 | gzeof @34 | ||
| 41 | gzsetparams @35 | ||
| 42 | zError @36 | ||
| 43 | inflateSyncPoint @37 | ||
| 44 | get_crc_table @38 | ||
| 45 | compress2 @39 | ||
| 46 | gzputs @40 | ||
| 47 | gzgets @41 | ||
| 48 | inflateCopy @42 | ||
| 49 | inflateBackInit_ @43 | ||
| 50 | inflateBack @44 | ||
| 51 | inflateBackEnd @45 | ||
| 52 | compressBound @46 | ||
| 53 | deflateBound @47 | ||
| 54 | gzclearerr @48 | ||
| 55 | gzungetc @49 | ||
| 56 | zlibCompileFlags @50 | ||
| 57 | deflatePrime @51 | ||
| 58 | deflatePending @52 | ||
| 59 | |||
| 60 | unzOpen @61 | ||
| 61 | unzClose @62 | ||
| 62 | unzGetGlobalInfo @63 | ||
| 63 | unzGetCurrentFileInfo @64 | ||
| 64 | unzGoToFirstFile @65 | ||
| 65 | unzGoToNextFile @66 | ||
| 66 | unzOpenCurrentFile @67 | ||
| 67 | unzReadCurrentFile @68 | ||
| 68 | unzOpenCurrentFile3 @69 | ||
| 69 | unztell @70 | ||
| 70 | unzeof @71 | ||
| 71 | unzCloseCurrentFile @72 | ||
| 72 | unzGetGlobalComment @73 | ||
| 73 | unzStringFileNameCompare @74 | ||
| 74 | unzLocateFile @75 | ||
| 75 | unzGetLocalExtrafield @76 | ||
| 76 | unzOpen2 @77 | ||
| 77 | unzOpenCurrentFile2 @78 | ||
| 78 | unzOpenCurrentFilePassword @79 | ||
| 79 | |||
| 80 | zipOpen @80 | ||
| 81 | zipOpenNewFileInZip @81 | ||
| 82 | zipWriteInFileInZip @82 | ||
| 83 | zipCloseFileInZip @83 | ||
| 84 | zipClose @84 | ||
| 85 | zipOpenNewFileInZip2 @86 | ||
| 86 | zipCloseFileInZipRaw @87 | ||
| 87 | zipOpen2 @88 | ||
| 88 | zipOpenNewFileInZip3 @89 | ||
| 89 | |||
| 90 | unzGetFilePos @100 | ||
| 91 | unzGoToFilePos @101 | ||
| 92 | |||
| 93 | fill_win32_filefunc @110 | ||
| 94 | |||
| 95 | ; zlibwapi v1.2.4 added: | ||
| 96 | fill_win32_filefunc64 @111 | ||
| 97 | fill_win32_filefunc64A @112 | ||
| 98 | fill_win32_filefunc64W @113 | ||
| 99 | |||
| 100 | unzOpen64 @120 | ||
| 101 | unzOpen2_64 @121 | ||
| 102 | unzGetGlobalInfo64 @122 | ||
| 103 | unzGetCurrentFileInfo64 @124 | ||
| 104 | unzGetCurrentFileZStreamPos64 @125 | ||
| 105 | unztell64 @126 | ||
| 106 | unzGetFilePos64 @127 | ||
| 107 | unzGoToFilePos64 @128 | ||
| 108 | |||
| 109 | zipOpen64 @130 | ||
| 110 | zipOpen2_64 @131 | ||
| 111 | zipOpenNewFileInZip64 @132 | ||
| 112 | zipOpenNewFileInZip2_64 @133 | ||
| 113 | zipOpenNewFileInZip3_64 @134 | ||
| 114 | zipOpenNewFileInZip4_64 @135 | ||
| 115 | zipCloseFileInZipRaw64 @136 | ||
| 116 | |||
| 117 | ; zlib1 v1.2.4 added: | ||
| 118 | adler32_combine @140 | ||
| 119 | crc32_combine @142 | ||
| 120 | deflateSetHeader @144 | ||
| 121 | deflateTune @145 | ||
| 122 | gzbuffer @146 | ||
| 123 | gzclose_r @147 | ||
| 124 | gzclose_w @148 | ||
| 125 | gzdirect @149 | ||
| 126 | gzoffset @150 | ||
| 127 | inflateGetHeader @156 | ||
| 128 | inflateMark @157 | ||
| 129 | inflatePrime @158 | ||
| 130 | inflateReset2 @159 | ||
| 131 | inflateUndermine @160 | ||
| 132 | |||
| 133 | ; zlib1 v1.2.6 added: | ||
| 134 | gzgetc_ @161 | ||
| 135 | inflateResetKeep @163 | ||
| 136 | deflateResetKeep @164 | ||
| 137 | |||
| 138 | ; zlib1 v1.2.7 added: | ||
| 139 | gzopen_w @165 | ||
| 140 | |||
| 141 | ; zlib1 v1.2.8 added: | ||
| 142 | inflateGetDictionary @166 | ||
| 143 | gzvprintf @167 | ||
| 144 | |||
| 145 | ; zlib1 v1.2.9 added: | ||
| 146 | inflateCodesUsed @168 | ||
| 147 | inflateValidate @169 | ||
| 148 | uncompress2 @170 | ||
| 149 | gzfread @171 | ||
| 150 | gzfwrite @172 | ||
| 151 | deflateGetDictionary @173 | ||
| 152 | adler32_z @174 | ||
| 153 | crc32_z @175 | ||
| 154 | |||
| 155 | ; zlib1 v1.2.12 added: | ||
| 156 | crc32_combine_gen @176 | ||
| 157 | crc32_combine_gen64 @177 | ||
| 158 | crc32_combine_op @178 | ||
| 159 | |||
| 160 | ; zlib1 v1.3.1.2 added: | ||
| 161 | deflateUsed @179 | ||
| 162 | |||
| 163 | ; zlib1 v1.3.2 added: | ||
| 164 | compressBound_z @180 | ||
| 165 | deflateBound_z @181 | ||
| 166 | compress_z @182 | ||
| 167 | compress2_z @183 | ||
| 168 | uncompress_z @184 | ||
| 169 | uncompress2_z @185 | ||
diff --git a/contrib/vstudio/vc11/zlibvc.sln b/contrib/vstudio/vc11/zlibvc.sln deleted file mode 100644 index 9fcbafdd..00000000 --- a/contrib/vstudio/vc11/zlibvc.sln +++ /dev/null | |||
| @@ -1,117 +0,0 @@ | |||
| 1 | | ||
| 2 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| 3 | # Visual Studio 2012 | ||
| 4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcxproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" | ||
| 5 | EndProject | ||
| 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcxproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" | ||
| 7 | EndProject | ||
| 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcxproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 9 | EndProject | ||
| 10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlibdll", "testzlibdll.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}" | ||
| 11 | EndProject | ||
| 12 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 13 | EndProject | ||
| 14 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}" | ||
| 15 | EndProject | ||
| 16 | Global | ||
| 17 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| 18 | Debug|Itanium = Debug|Itanium | ||
| 19 | Debug|Win32 = Debug|Win32 | ||
| 20 | Debug|x64 = Debug|x64 | ||
| 21 | Release|Itanium = Release|Itanium | ||
| 22 | Release|Win32 = Release|Win32 | ||
| 23 | Release|x64 = Release|x64 | ||
| 24 | ReleaseWithoutAsm|Itanium = ReleaseWithoutAsm|Itanium | ||
| 25 | ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32 | ||
| 26 | ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64 | ||
| 27 | EndGlobalSection | ||
| 28 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| 29 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 30 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 31 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 32 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 33 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 | ||
| 34 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 35 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 36 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32 | ||
| 37 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64 | ||
| 38 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64 | ||
| 39 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 40 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 41 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 42 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 43 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 44 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 45 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 46 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 47 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 48 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64 | ||
| 49 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 50 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 51 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32 | ||
| 52 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64 | ||
| 53 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64 | ||
| 54 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 55 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 56 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 57 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 58 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 59 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 60 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 61 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 62 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 63 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
| 64 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 65 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 66 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
| 67 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
| 68 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
| 69 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 70 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 71 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 72 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 73 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 74 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 75 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 76 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 77 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 78 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64 | ||
| 79 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 80 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 81 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32 | ||
| 82 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64 | ||
| 83 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64 | ||
| 84 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 | ||
| 85 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 86 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 87 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 88 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 89 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 90 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 91 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
| 92 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 93 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 94 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
| 95 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
| 96 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
| 97 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 | ||
| 98 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 99 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 100 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 101 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 102 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 103 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 104 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64 | ||
| 105 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 106 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 107 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32 | ||
| 108 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64 | ||
| 109 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64 | ||
| 110 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 | ||
| 111 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 112 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 113 | EndGlobalSection | ||
| 114 | GlobalSection(SolutionProperties) = preSolution | ||
| 115 | HideSolutionNode = FALSE | ||
| 116 | EndGlobalSection | ||
| 117 | EndGlobal | ||
diff --git a/contrib/vstudio/vc11/zlibvc.vcxproj b/contrib/vstudio/vc11/zlibvc.vcxproj deleted file mode 100644 index fc8cd9c1..00000000 --- a/contrib/vstudio/vc11/zlibvc.vcxproj +++ /dev/null | |||
| @@ -1,664 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium"> | ||
| 17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Itanium</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|Win32"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>Win32</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|x64"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>x64</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | </ItemGroup> | ||
| 41 | <PropertyGroup Label="Globals"> | ||
| 42 | <ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid> | ||
| 43 | </PropertyGroup> | ||
| 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 46 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 47 | <UseOfMfc>false</UseOfMfc> | ||
| 48 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 49 | <PlatformToolset>v110</PlatformToolset> | ||
| 50 | </PropertyGroup> | ||
| 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 52 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 53 | <UseOfMfc>false</UseOfMfc> | ||
| 54 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 55 | <PlatformToolset>v110</PlatformToolset> | ||
| 56 | </PropertyGroup> | ||
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 58 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 59 | <UseOfMfc>false</UseOfMfc> | ||
| 60 | <PlatformToolset>v110</PlatformToolset> | ||
| 61 | <CharacterSet>Unicode</CharacterSet> | ||
| 62 | </PropertyGroup> | ||
| 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 64 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 65 | <UseOfMfc>false</UseOfMfc> | ||
| 66 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 67 | </PropertyGroup> | ||
| 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
| 69 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 70 | <UseOfMfc>false</UseOfMfc> | ||
| 71 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 72 | </PropertyGroup> | ||
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 74 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 75 | <UseOfMfc>false</UseOfMfc> | ||
| 76 | </PropertyGroup> | ||
| 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 78 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 79 | <UseOfMfc>false</UseOfMfc> | ||
| 80 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 81 | <PlatformToolset>v110</PlatformToolset> | ||
| 82 | </PropertyGroup> | ||
| 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 84 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 85 | <UseOfMfc>false</UseOfMfc> | ||
| 86 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 87 | <PlatformToolset>v110</PlatformToolset> | ||
| 88 | </PropertyGroup> | ||
| 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 90 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 91 | <UseOfMfc>false</UseOfMfc> | ||
| 92 | <PlatformToolset>v110</PlatformToolset> | ||
| 93 | </PropertyGroup> | ||
| 94 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 95 | <ImportGroup Label="ExtensionSettings"> | ||
| 96 | </ImportGroup> | ||
| 97 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 98 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 99 | </ImportGroup> | ||
| 100 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 101 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 102 | </ImportGroup> | ||
| 103 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 104 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 105 | </ImportGroup> | ||
| 106 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 107 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 108 | </ImportGroup> | ||
| 109 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
| 110 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 111 | </ImportGroup> | ||
| 112 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 113 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 114 | </ImportGroup> | ||
| 115 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 116 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 117 | </ImportGroup> | ||
| 118 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 119 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 120 | </ImportGroup> | ||
| 121 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 122 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 123 | </ImportGroup> | ||
| 124 | <PropertyGroup Label="UserMacros" /> | ||
| 125 | <PropertyGroup> | ||
| 126 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 127 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 128 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 129 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 130 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 131 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 132 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 133 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> | ||
| 134 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> | ||
| 135 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 136 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 137 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 138 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 139 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 140 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 141 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 142 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 143 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
| 144 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 145 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 146 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 147 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 148 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 149 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</LinkIncremental> | ||
| 150 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> | ||
| 151 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
| 152 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 153 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</LinkIncremental> | ||
| 154 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</GenerateManifest> | ||
| 155 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 156 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 157 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 158 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 159 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
| 160 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 161 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 162 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 163 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 164 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 165 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 166 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 167 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 168 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 169 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 170 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 171 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 172 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 173 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 174 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 175 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 176 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 177 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 178 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 179 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 180 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 181 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 182 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 183 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 184 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 185 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 186 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 187 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 188 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 189 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 190 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">zlibwapi</TargetName> | ||
| 191 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">zlibwapi</TargetName> | ||
| 192 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">zlibwapi</TargetName> | ||
| 193 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">zlibwapi</TargetName> | ||
| 194 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">zlibwapi</TargetName> | ||
| 195 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">zlibwapi</TargetName> | ||
| 196 | </PropertyGroup> | ||
| 197 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 198 | <Midl> | ||
| 199 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 200 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 201 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 202 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 203 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 204 | </Midl> | ||
| 205 | <ClCompile> | ||
| 206 | <Optimization>Disabled</Optimization> | ||
| 207 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 208 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 209 | <ExceptionHandling> | ||
| 210 | </ExceptionHandling> | ||
| 211 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 212 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 213 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 214 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 215 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 216 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 217 | <BrowseInformation> | ||
| 218 | </BrowseInformation> | ||
| 219 | <WarningLevel>Level3</WarningLevel> | ||
| 220 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 221 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 222 | </ClCompile> | ||
| 223 | <ResourceCompile> | ||
| 224 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 225 | <Culture>0x040c</Culture> | ||
| 226 | </ResourceCompile> | ||
| 227 | <Link> | ||
| 228 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 229 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 230 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 231 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 232 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 233 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 234 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 235 | <GenerateMapFile>true</GenerateMapFile> | ||
| 236 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 237 | <SubSystem>Windows</SubSystem> | ||
| 238 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 239 | <DataExecutionPrevention> | ||
| 240 | </DataExecutionPrevention> | ||
| 241 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 242 | </Link> | ||
| 243 | </ItemDefinitionGroup> | ||
| 244 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 245 | <Midl> | ||
| 246 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 247 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 248 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 249 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 250 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 251 | </Midl> | ||
| 252 | <ClCompile> | ||
| 253 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 254 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 255 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 256 | <StringPooling>true</StringPooling> | ||
| 257 | <ExceptionHandling> | ||
| 258 | </ExceptionHandling> | ||
| 259 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 260 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 261 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 262 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 263 | <AssemblerOutput>All</AssemblerOutput> | ||
| 264 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 265 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 266 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 267 | <BrowseInformation> | ||
| 268 | </BrowseInformation> | ||
| 269 | <WarningLevel>Level3</WarningLevel> | ||
| 270 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 271 | </ClCompile> | ||
| 272 | <ResourceCompile> | ||
| 273 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 274 | <Culture>0x040c</Culture> | ||
| 275 | </ResourceCompile> | ||
| 276 | <Link> | ||
| 277 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 278 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 279 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 280 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 281 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 282 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 283 | <GenerateMapFile>true</GenerateMapFile> | ||
| 284 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 285 | <SubSystem>Windows</SubSystem> | ||
| 286 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 287 | <DataExecutionPrevention> | ||
| 288 | </DataExecutionPrevention> | ||
| 289 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 290 | </Link> | ||
| 291 | </ItemDefinitionGroup> | ||
| 292 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 293 | <Midl> | ||
| 294 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 295 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 296 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 297 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 298 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 299 | </Midl> | ||
| 300 | <ClCompile> | ||
| 301 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 302 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 303 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 304 | <StringPooling>true</StringPooling> | ||
| 305 | <ExceptionHandling> | ||
| 306 | </ExceptionHandling> | ||
| 307 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 308 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 309 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 310 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 311 | <AssemblerOutput>All</AssemblerOutput> | ||
| 312 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 313 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 314 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 315 | <BrowseInformation> | ||
| 316 | </BrowseInformation> | ||
| 317 | <WarningLevel>Level3</WarningLevel> | ||
| 318 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 319 | </ClCompile> | ||
| 320 | <ResourceCompile> | ||
| 321 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 322 | <Culture>0x040c</Culture> | ||
| 323 | </ResourceCompile> | ||
| 324 | <Link> | ||
| 325 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 326 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 327 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 328 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 329 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 330 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 331 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 332 | <GenerateMapFile>true</GenerateMapFile> | ||
| 333 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 334 | <SubSystem>Windows</SubSystem> | ||
| 335 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 336 | <DataExecutionPrevention> | ||
| 337 | </DataExecutionPrevention> | ||
| 338 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 339 | </Link> | ||
| 340 | </ItemDefinitionGroup> | ||
| 341 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 342 | <Midl> | ||
| 343 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 344 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 345 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 346 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 347 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 348 | </Midl> | ||
| 349 | <ClCompile> | ||
| 350 | <Optimization>Disabled</Optimization> | ||
| 351 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 352 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 353 | <ExceptionHandling> | ||
| 354 | </ExceptionHandling> | ||
| 355 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 356 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 357 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 358 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 359 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 360 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 361 | <BrowseInformation> | ||
| 362 | </BrowseInformation> | ||
| 363 | <WarningLevel>Level3</WarningLevel> | ||
| 364 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 365 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 366 | </ClCompile> | ||
| 367 | <ResourceCompile> | ||
| 368 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 369 | <Culture>0x040c</Culture> | ||
| 370 | </ResourceCompile> | ||
| 371 | <Link> | ||
| 372 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 373 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 374 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 375 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 376 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 377 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 378 | <GenerateMapFile>true</GenerateMapFile> | ||
| 379 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 380 | <SubSystem>Windows</SubSystem> | ||
| 381 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 382 | <TargetMachine>MachineX64</TargetMachine> | ||
| 383 | </Link> | ||
| 384 | </ItemDefinitionGroup> | ||
| 385 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 386 | <Midl> | ||
| 387 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 388 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 389 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 390 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 391 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 392 | </Midl> | ||
| 393 | <ClCompile> | ||
| 394 | <Optimization>Disabled</Optimization> | ||
| 395 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 396 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 397 | <ExceptionHandling> | ||
| 398 | </ExceptionHandling> | ||
| 399 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 400 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 401 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 402 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 403 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 404 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 405 | <BrowseInformation> | ||
| 406 | </BrowseInformation> | ||
| 407 | <WarningLevel>Level3</WarningLevel> | ||
| 408 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 409 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 410 | </ClCompile> | ||
| 411 | <ResourceCompile> | ||
| 412 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 413 | <Culture>0x040c</Culture> | ||
| 414 | </ResourceCompile> | ||
| 415 | <Link> | ||
| 416 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 417 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 418 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 419 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 420 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 421 | <GenerateMapFile>true</GenerateMapFile> | ||
| 422 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 423 | <SubSystem>Windows</SubSystem> | ||
| 424 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 425 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 426 | </Link> | ||
| 427 | </ItemDefinitionGroup> | ||
| 428 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 429 | <Midl> | ||
| 430 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 431 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 432 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 433 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 434 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 435 | </Midl> | ||
| 436 | <ClCompile> | ||
| 437 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 438 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 439 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 440 | <StringPooling>true</StringPooling> | ||
| 441 | <ExceptionHandling> | ||
| 442 | </ExceptionHandling> | ||
| 443 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 444 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 445 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 446 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 447 | <AssemblerOutput>All</AssemblerOutput> | ||
| 448 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 449 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 450 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 451 | <BrowseInformation> | ||
| 452 | </BrowseInformation> | ||
| 453 | <WarningLevel>Level3</WarningLevel> | ||
| 454 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 455 | </ClCompile> | ||
| 456 | <ResourceCompile> | ||
| 457 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 458 | <Culture>0x040c</Culture> | ||
| 459 | </ResourceCompile> | ||
| 460 | <Link> | ||
| 461 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 462 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 463 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 464 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 465 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 466 | <GenerateMapFile>true</GenerateMapFile> | ||
| 467 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 468 | <SubSystem>Windows</SubSystem> | ||
| 469 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 470 | <TargetMachine>MachineX64</TargetMachine> | ||
| 471 | </Link> | ||
| 472 | </ItemDefinitionGroup> | ||
| 473 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
| 474 | <Midl> | ||
| 475 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 476 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 477 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 478 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 479 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 480 | </Midl> | ||
| 481 | <ClCompile> | ||
| 482 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 483 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 484 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 485 | <StringPooling>true</StringPooling> | ||
| 486 | <ExceptionHandling> | ||
| 487 | </ExceptionHandling> | ||
| 488 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 489 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 490 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 491 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 492 | <AssemblerOutput>All</AssemblerOutput> | ||
| 493 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 494 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 495 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 496 | <BrowseInformation> | ||
| 497 | </BrowseInformation> | ||
| 498 | <WarningLevel>Level3</WarningLevel> | ||
| 499 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 500 | </ClCompile> | ||
| 501 | <ResourceCompile> | ||
| 502 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 503 | <Culture>0x040c</Culture> | ||
| 504 | </ResourceCompile> | ||
| 505 | <Link> | ||
| 506 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 507 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 508 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 509 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 510 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 511 | <GenerateMapFile>true</GenerateMapFile> | ||
| 512 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 513 | <SubSystem>Windows</SubSystem> | ||
| 514 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 515 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 516 | </Link> | ||
| 517 | </ItemDefinitionGroup> | ||
| 518 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 519 | <Midl> | ||
| 520 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 521 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 522 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 523 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 524 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 525 | </Midl> | ||
| 526 | <ClCompile> | ||
| 527 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 528 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 529 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 530 | <StringPooling>true</StringPooling> | ||
| 531 | <ExceptionHandling> | ||
| 532 | </ExceptionHandling> | ||
| 533 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 534 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 535 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 536 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 537 | <AssemblerOutput>All</AssemblerOutput> | ||
| 538 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 539 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 540 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 541 | <BrowseInformation> | ||
| 542 | </BrowseInformation> | ||
| 543 | <WarningLevel>Level3</WarningLevel> | ||
| 544 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 545 | </ClCompile> | ||
| 546 | <ResourceCompile> | ||
| 547 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 548 | <Culture>0x040c</Culture> | ||
| 549 | </ResourceCompile> | ||
| 550 | <Link> | ||
| 551 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 552 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 553 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 554 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 555 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 556 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 557 | <GenerateMapFile>true</GenerateMapFile> | ||
| 558 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 559 | <SubSystem>Windows</SubSystem> | ||
| 560 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 561 | <TargetMachine>MachineX64</TargetMachine> | ||
| 562 | </Link> | ||
| 563 | </ItemDefinitionGroup> | ||
| 564 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 565 | <Midl> | ||
| 566 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 567 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 568 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 569 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 570 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 571 | </Midl> | ||
| 572 | <ClCompile> | ||
| 573 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 574 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 575 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 576 | <StringPooling>true</StringPooling> | ||
| 577 | <ExceptionHandling> | ||
| 578 | </ExceptionHandling> | ||
| 579 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 580 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 581 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 582 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 583 | <AssemblerOutput>All</AssemblerOutput> | ||
| 584 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 585 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 586 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 587 | <BrowseInformation> | ||
| 588 | </BrowseInformation> | ||
| 589 | <WarningLevel>Level3</WarningLevel> | ||
| 590 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 591 | </ClCompile> | ||
| 592 | <ResourceCompile> | ||
| 593 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 594 | <Culture>0x040c</Culture> | ||
| 595 | </ResourceCompile> | ||
| 596 | <Link> | ||
| 597 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 598 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 599 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 600 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 601 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 602 | <GenerateMapFile>true</GenerateMapFile> | ||
| 603 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 604 | <SubSystem>Windows</SubSystem> | ||
| 605 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 606 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 607 | </Link> | ||
| 608 | </ItemDefinitionGroup> | ||
| 609 | <ItemGroup> | ||
| 610 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 611 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 612 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 613 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 614 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
| 615 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
| 616 | <ClCompile Include="..\..\..\gzread.c" /> | ||
| 617 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
| 618 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 619 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 620 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 621 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 622 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
| 623 | <ClCompile Include="..\..\minizip\iowin32.c" /> | ||
| 624 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 625 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 626 | <ClCompile Include="..\..\minizip\unzip.c"> | ||
| 627 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 628 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 629 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 630 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 631 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 632 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 633 | </ClCompile> | ||
| 634 | <ClCompile Include="..\..\minizip\zip.c"> | ||
| 635 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 636 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 637 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 638 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 639 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 640 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 641 | </ClCompile> | ||
| 642 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 643 | </ItemGroup> | ||
| 644 | <ItemGroup> | ||
| 645 | <ResourceCompile Include="zlib.rc" /> | ||
| 646 | </ItemGroup> | ||
| 647 | <ItemGroup> | ||
| 648 | <None Include="zlibvc.def" /> | ||
| 649 | </ItemGroup> | ||
| 650 | <ItemGroup> | ||
| 651 | <ClInclude Include="..\..\..\deflate.h" /> | ||
| 652 | <ClInclude Include="..\..\..\infblock.h" /> | ||
| 653 | <ClInclude Include="..\..\..\infcodes.h" /> | ||
| 654 | <ClInclude Include="..\..\..\inffast.h" /> | ||
| 655 | <ClInclude Include="..\..\..\inftrees.h" /> | ||
| 656 | <ClInclude Include="..\..\..\infutil.h" /> | ||
| 657 | <ClInclude Include="..\..\..\zconf.h" /> | ||
| 658 | <ClInclude Include="..\..\..\zlib.h" /> | ||
| 659 | <ClInclude Include="..\..\..\zutil.h" /> | ||
| 660 | </ItemGroup> | ||
| 661 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 662 | <ImportGroup Label="ExtensionTargets"> | ||
| 663 | </ImportGroup> | ||
| 664 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc12/miniunz.vcxproj b/contrib/vstudio/vc12/miniunz.vcxproj deleted file mode 100644 index d88ac7fc..00000000 --- a/contrib/vstudio/vc12/miniunz.vcxproj +++ /dev/null | |||
| @@ -1,316 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|x64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | </ItemGroup> | ||
| 29 | <PropertyGroup Label="Globals"> | ||
| 30 | <ProjectGuid>{C52F9E7B-498A-42BE-8DB4-85A15694382A}</ProjectGuid> | ||
| 31 | <Keyword>Win32Proj</Keyword> | ||
| 32 | </PropertyGroup> | ||
| 33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <CharacterSet>MultiByte</CharacterSet> | ||
| 37 | <PlatformToolset>v120</PlatformToolset> | ||
| 38 | </PropertyGroup> | ||
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 40 | <ConfigurationType>Application</ConfigurationType> | ||
| 41 | <CharacterSet>Unicode</CharacterSet> | ||
| 42 | <PlatformToolset>v120</PlatformToolset> | ||
| 43 | </PropertyGroup> | ||
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 45 | <ConfigurationType>Application</ConfigurationType> | ||
| 46 | <CharacterSet>MultiByte</CharacterSet> | ||
| 47 | <PlatformToolset>v120</PlatformToolset> | ||
| 48 | </PropertyGroup> | ||
| 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 50 | <ConfigurationType>Application</ConfigurationType> | ||
| 51 | <CharacterSet>MultiByte</CharacterSet> | ||
| 52 | <PlatformToolset>v120</PlatformToolset> | ||
| 53 | </PropertyGroup> | ||
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 55 | <ConfigurationType>Application</ConfigurationType> | ||
| 56 | <CharacterSet>MultiByte</CharacterSet> | ||
| 57 | <PlatformToolset>v120</PlatformToolset> | ||
| 58 | </PropertyGroup> | ||
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 60 | <ConfigurationType>Application</ConfigurationType> | ||
| 61 | <CharacterSet>MultiByte</CharacterSet> | ||
| 62 | <PlatformToolset>v120</PlatformToolset> | ||
| 63 | </PropertyGroup> | ||
| 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 65 | <ImportGroup Label="ExtensionSettings"> | ||
| 66 | </ImportGroup> | ||
| 67 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 69 | </ImportGroup> | ||
| 70 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 72 | </ImportGroup> | ||
| 73 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 74 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 75 | </ImportGroup> | ||
| 76 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 78 | </ImportGroup> | ||
| 79 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 80 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 81 | </ImportGroup> | ||
| 82 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 84 | </ImportGroup> | ||
| 85 | <PropertyGroup Label="UserMacros" /> | ||
| 86 | <PropertyGroup> | ||
| 87 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 88 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniUnzip$(Configuration)\</OutDir> | ||
| 89 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 90 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 91 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 92 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniUnzip$(Configuration)\</OutDir> | ||
| 93 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 94 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 95 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 96 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\MiniUnzip$(Configuration)\</OutDir> | ||
| 97 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 98 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 99 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 100 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\MiniUnzip$(Configuration)\</OutDir> | ||
| 101 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 102 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 103 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 104 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\MiniUnzip$(Configuration)\</OutDir> | ||
| 105 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 106 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 107 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 108 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\MiniUnzip$(Configuration)\</OutDir> | ||
| 109 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 110 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 111 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 112 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 113 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 114 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 115 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 116 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 117 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 118 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 119 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 120 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 121 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 122 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 123 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 124 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 125 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 126 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 127 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 128 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 129 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 130 | </PropertyGroup> | ||
| 131 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 132 | <ClCompile> | ||
| 133 | <Optimization>Disabled</Optimization> | ||
| 134 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 135 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 136 | <MinimalRebuild>true</MinimalRebuild> | ||
| 137 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 138 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 139 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 140 | <PrecompiledHeader> | ||
| 141 | </PrecompiledHeader> | ||
| 142 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 143 | <WarningLevel>Level3</WarningLevel> | ||
| 144 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 145 | </ClCompile> | ||
| 146 | <Link> | ||
| 147 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 148 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 149 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 150 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 151 | <SubSystem>Console</SubSystem> | ||
| 152 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 153 | <DataExecutionPrevention> | ||
| 154 | </DataExecutionPrevention> | ||
| 155 | <TargetMachine>MachineX86</TargetMachine> | ||
| 156 | </Link> | ||
| 157 | </ItemDefinitionGroup> | ||
| 158 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 159 | <ClCompile> | ||
| 160 | <Optimization>MaxSpeed</Optimization> | ||
| 161 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 162 | <OmitFramePointers>true</OmitFramePointers> | ||
| 163 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 164 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 165 | <StringPooling>true</StringPooling> | ||
| 166 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 167 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 168 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 169 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 170 | <PrecompiledHeader> | ||
| 171 | </PrecompiledHeader> | ||
| 172 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 173 | <WarningLevel>Level3</WarningLevel> | ||
| 174 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 175 | </ClCompile> | ||
| 176 | <Link> | ||
| 177 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 178 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 179 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 180 | <SubSystem>Console</SubSystem> | ||
| 181 | <OptimizeReferences>true</OptimizeReferences> | ||
| 182 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 183 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 184 | <DataExecutionPrevention> | ||
| 185 | </DataExecutionPrevention> | ||
| 186 | <TargetMachine>MachineX86</TargetMachine> | ||
| 187 | </Link> | ||
| 188 | </ItemDefinitionGroup> | ||
| 189 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 190 | <Midl> | ||
| 191 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 192 | </Midl> | ||
| 193 | <ClCompile> | ||
| 194 | <Optimization>Disabled</Optimization> | ||
| 195 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 196 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 197 | <MinimalRebuild>true</MinimalRebuild> | ||
| 198 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 199 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 200 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 201 | <PrecompiledHeader> | ||
| 202 | </PrecompiledHeader> | ||
| 203 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 204 | <WarningLevel>Level3</WarningLevel> | ||
| 205 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 206 | </ClCompile> | ||
| 207 | <Link> | ||
| 208 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 209 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 210 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 211 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 212 | <SubSystem>Console</SubSystem> | ||
| 213 | <TargetMachine>MachineX64</TargetMachine> | ||
| 214 | </Link> | ||
| 215 | </ItemDefinitionGroup> | ||
| 216 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 217 | <Midl> | ||
| 218 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 219 | </Midl> | ||
| 220 | <ClCompile> | ||
| 221 | <Optimization>Disabled</Optimization> | ||
| 222 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 223 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 224 | <MinimalRebuild>true</MinimalRebuild> | ||
| 225 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 226 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 227 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 228 | <PrecompiledHeader> | ||
| 229 | </PrecompiledHeader> | ||
| 230 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 231 | <WarningLevel>Level3</WarningLevel> | ||
| 232 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 233 | </ClCompile> | ||
| 234 | <Link> | ||
| 235 | <AdditionalDependencies>ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 236 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 237 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 238 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 239 | <SubSystem>Console</SubSystem> | ||
| 240 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 241 | </Link> | ||
| 242 | </ItemDefinitionGroup> | ||
| 243 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 244 | <Midl> | ||
| 245 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 246 | </Midl> | ||
| 247 | <ClCompile> | ||
| 248 | <Optimization>MaxSpeed</Optimization> | ||
| 249 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 250 | <OmitFramePointers>true</OmitFramePointers> | ||
| 251 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 252 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 253 | <StringPooling>true</StringPooling> | ||
| 254 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 255 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 256 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 257 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 258 | <PrecompiledHeader> | ||
| 259 | </PrecompiledHeader> | ||
| 260 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 261 | <WarningLevel>Level3</WarningLevel> | ||
| 262 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 263 | </ClCompile> | ||
| 264 | <Link> | ||
| 265 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 266 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 267 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 268 | <SubSystem>Console</SubSystem> | ||
| 269 | <OptimizeReferences>true</OptimizeReferences> | ||
| 270 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 271 | <TargetMachine>MachineX64</TargetMachine> | ||
| 272 | </Link> | ||
| 273 | </ItemDefinitionGroup> | ||
| 274 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 275 | <Midl> | ||
| 276 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 277 | </Midl> | ||
| 278 | <ClCompile> | ||
| 279 | <Optimization>MaxSpeed</Optimization> | ||
| 280 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 281 | <OmitFramePointers>true</OmitFramePointers> | ||
| 282 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 283 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 284 | <StringPooling>true</StringPooling> | ||
| 285 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 286 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 287 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 288 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 289 | <PrecompiledHeader> | ||
| 290 | </PrecompiledHeader> | ||
| 291 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 292 | <WarningLevel>Level3</WarningLevel> | ||
| 293 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 294 | </ClCompile> | ||
| 295 | <Link> | ||
| 296 | <AdditionalDependencies>ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 297 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 298 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 299 | <SubSystem>Console</SubSystem> | ||
| 300 | <OptimizeReferences>true</OptimizeReferences> | ||
| 301 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 302 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 303 | </Link> | ||
| 304 | </ItemDefinitionGroup> | ||
| 305 | <ItemGroup> | ||
| 306 | <ClCompile Include="..\..\minizip\miniunz.c" /> | ||
| 307 | </ItemGroup> | ||
| 308 | <ItemGroup> | ||
| 309 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 310 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 311 | </ProjectReference> | ||
| 312 | </ItemGroup> | ||
| 313 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 314 | <ImportGroup Label="ExtensionTargets"> | ||
| 315 | </ImportGroup> | ||
| 316 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc12/minizip.vcxproj b/contrib/vstudio/vc12/minizip.vcxproj deleted file mode 100644 index f1f239c9..00000000 --- a/contrib/vstudio/vc12/minizip.vcxproj +++ /dev/null | |||
| @@ -1,313 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|x64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | </ItemGroup> | ||
| 29 | <PropertyGroup Label="Globals"> | ||
| 30 | <ProjectGuid>{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid> | ||
| 31 | <Keyword>Win32Proj</Keyword> | ||
| 32 | </PropertyGroup> | ||
| 33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <CharacterSet>MultiByte</CharacterSet> | ||
| 37 | <PlatformToolset>v120</PlatformToolset> | ||
| 38 | </PropertyGroup> | ||
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 40 | <ConfigurationType>Application</ConfigurationType> | ||
| 41 | <CharacterSet>Unicode</CharacterSet> | ||
| 42 | <PlatformToolset>v120</PlatformToolset> | ||
| 43 | </PropertyGroup> | ||
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 45 | <ConfigurationType>Application</ConfigurationType> | ||
| 46 | <CharacterSet>MultiByte</CharacterSet> | ||
| 47 | <PlatformToolset>v120</PlatformToolset> | ||
| 48 | </PropertyGroup> | ||
| 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 50 | <ConfigurationType>Application</ConfigurationType> | ||
| 51 | <CharacterSet>MultiByte</CharacterSet> | ||
| 52 | <PlatformToolset>v120</PlatformToolset> | ||
| 53 | </PropertyGroup> | ||
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 55 | <ConfigurationType>Application</ConfigurationType> | ||
| 56 | <CharacterSet>MultiByte</CharacterSet> | ||
| 57 | <PlatformToolset>v120</PlatformToolset> | ||
| 58 | </PropertyGroup> | ||
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 60 | <ConfigurationType>Application</ConfigurationType> | ||
| 61 | <CharacterSet>MultiByte</CharacterSet> | ||
| 62 | <PlatformToolset>v120</PlatformToolset> | ||
| 63 | </PropertyGroup> | ||
| 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 65 | <ImportGroup Label="ExtensionSettings"> | ||
| 66 | </ImportGroup> | ||
| 67 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 69 | </ImportGroup> | ||
| 70 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 72 | </ImportGroup> | ||
| 73 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 74 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 75 | </ImportGroup> | ||
| 76 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 78 | </ImportGroup> | ||
| 79 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 80 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 81 | </ImportGroup> | ||
| 82 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 84 | </ImportGroup> | ||
| 85 | <PropertyGroup Label="UserMacros" /> | ||
| 86 | <PropertyGroup> | ||
| 87 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 88 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniZip$(Configuration)\</OutDir> | ||
| 89 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 90 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 91 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 92 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniZip$(Configuration)\</OutDir> | ||
| 93 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 94 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 95 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\$(Configuration)\</OutDir> | ||
| 96 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\$(Configuration)\</IntDir> | ||
| 97 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 98 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 99 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\$(Configuration)\</OutDir> | ||
| 100 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\$(Configuration)\</IntDir> | ||
| 101 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 102 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 103 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\$(Configuration)\</OutDir> | ||
| 104 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\$(Configuration)\</IntDir> | ||
| 105 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 106 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\$(Configuration)\</OutDir> | ||
| 107 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\$(Configuration)\</IntDir> | ||
| 108 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 109 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 110 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 111 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 112 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 113 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 114 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 115 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 116 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 117 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 118 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 119 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 120 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 121 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 122 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 123 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 124 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 125 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 126 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 127 | </PropertyGroup> | ||
| 128 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 129 | <ClCompile> | ||
| 130 | <Optimization>Disabled</Optimization> | ||
| 131 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 132 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 133 | <MinimalRebuild>true</MinimalRebuild> | ||
| 134 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 135 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 136 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 137 | <PrecompiledHeader> | ||
| 138 | </PrecompiledHeader> | ||
| 139 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 140 | <WarningLevel>Level3</WarningLevel> | ||
| 141 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 142 | </ClCompile> | ||
| 143 | <Link> | ||
| 144 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 145 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 146 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 147 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 148 | <SubSystem>Console</SubSystem> | ||
| 149 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 150 | <DataExecutionPrevention> | ||
| 151 | </DataExecutionPrevention> | ||
| 152 | <TargetMachine>MachineX86</TargetMachine> | ||
| 153 | </Link> | ||
| 154 | </ItemDefinitionGroup> | ||
| 155 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 156 | <ClCompile> | ||
| 157 | <Optimization>MaxSpeed</Optimization> | ||
| 158 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 159 | <OmitFramePointers>true</OmitFramePointers> | ||
| 160 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 161 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 162 | <StringPooling>true</StringPooling> | ||
| 163 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 164 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 165 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 166 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 167 | <PrecompiledHeader> | ||
| 168 | </PrecompiledHeader> | ||
| 169 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 170 | <WarningLevel>Level3</WarningLevel> | ||
| 171 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 172 | </ClCompile> | ||
| 173 | <Link> | ||
| 174 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 175 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 176 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 177 | <SubSystem>Console</SubSystem> | ||
| 178 | <OptimizeReferences>true</OptimizeReferences> | ||
| 179 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 180 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 181 | <DataExecutionPrevention> | ||
| 182 | </DataExecutionPrevention> | ||
| 183 | <TargetMachine>MachineX86</TargetMachine> | ||
| 184 | </Link> | ||
| 185 | </ItemDefinitionGroup> | ||
| 186 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 187 | <Midl> | ||
| 188 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 189 | </Midl> | ||
| 190 | <ClCompile> | ||
| 191 | <Optimization>Disabled</Optimization> | ||
| 192 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 193 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 194 | <MinimalRebuild>true</MinimalRebuild> | ||
| 195 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 196 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 197 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 198 | <PrecompiledHeader> | ||
| 199 | </PrecompiledHeader> | ||
| 200 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 201 | <WarningLevel>Level3</WarningLevel> | ||
| 202 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 203 | </ClCompile> | ||
| 204 | <Link> | ||
| 205 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 206 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 207 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 208 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 209 | <SubSystem>Console</SubSystem> | ||
| 210 | <TargetMachine>MachineX64</TargetMachine> | ||
| 211 | </Link> | ||
| 212 | </ItemDefinitionGroup> | ||
| 213 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 214 | <Midl> | ||
| 215 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 216 | </Midl> | ||
| 217 | <ClCompile> | ||
| 218 | <Optimization>Disabled</Optimization> | ||
| 219 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 220 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 221 | <MinimalRebuild>true</MinimalRebuild> | ||
| 222 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 223 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 224 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 225 | <PrecompiledHeader> | ||
| 226 | </PrecompiledHeader> | ||
| 227 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 228 | <WarningLevel>Level3</WarningLevel> | ||
| 229 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 230 | </ClCompile> | ||
| 231 | <Link> | ||
| 232 | <AdditionalDependencies>ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 233 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 234 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 235 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 236 | <SubSystem>Console</SubSystem> | ||
| 237 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 238 | </Link> | ||
| 239 | </ItemDefinitionGroup> | ||
| 240 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 241 | <Midl> | ||
| 242 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 243 | </Midl> | ||
| 244 | <ClCompile> | ||
| 245 | <Optimization>MaxSpeed</Optimization> | ||
| 246 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 247 | <OmitFramePointers>true</OmitFramePointers> | ||
| 248 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 249 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 250 | <StringPooling>true</StringPooling> | ||
| 251 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 252 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 253 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 254 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 255 | <PrecompiledHeader> | ||
| 256 | </PrecompiledHeader> | ||
| 257 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 258 | <WarningLevel>Level3</WarningLevel> | ||
| 259 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 260 | </ClCompile> | ||
| 261 | <Link> | ||
| 262 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 263 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 264 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 265 | <SubSystem>Console</SubSystem> | ||
| 266 | <OptimizeReferences>true</OptimizeReferences> | ||
| 267 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 268 | <TargetMachine>MachineX64</TargetMachine> | ||
| 269 | </Link> | ||
| 270 | </ItemDefinitionGroup> | ||
| 271 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 272 | <Midl> | ||
| 273 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 274 | </Midl> | ||
| 275 | <ClCompile> | ||
| 276 | <Optimization>MaxSpeed</Optimization> | ||
| 277 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 278 | <OmitFramePointers>true</OmitFramePointers> | ||
| 279 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 280 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 281 | <StringPooling>true</StringPooling> | ||
| 282 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 283 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 284 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 285 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 286 | <PrecompiledHeader> | ||
| 287 | </PrecompiledHeader> | ||
| 288 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 289 | <WarningLevel>Level3</WarningLevel> | ||
| 290 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 291 | </ClCompile> | ||
| 292 | <Link> | ||
| 293 | <AdditionalDependencies>ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 294 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 295 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 296 | <SubSystem>Console</SubSystem> | ||
| 297 | <OptimizeReferences>true</OptimizeReferences> | ||
| 298 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 299 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 300 | </Link> | ||
| 301 | </ItemDefinitionGroup> | ||
| 302 | <ItemGroup> | ||
| 303 | <ClCompile Include="..\..\minizip\minizip.c" /> | ||
| 304 | </ItemGroup> | ||
| 305 | <ItemGroup> | ||
| 306 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 307 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 308 | </ProjectReference> | ||
| 309 | </ItemGroup> | ||
| 310 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 311 | <ImportGroup Label="ExtensionTargets"> | ||
| 312 | </ImportGroup> | ||
| 313 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc12/testzlib.vcxproj b/contrib/vstudio/vc12/testzlib.vcxproj deleted file mode 100644 index 41303c0a..00000000 --- a/contrib/vstudio/vc12/testzlib.vcxproj +++ /dev/null | |||
| @@ -1,422 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium"> | ||
| 17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Itanium</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|Win32"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>Win32</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|x64"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>x64</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | </ItemGroup> | ||
| 41 | <PropertyGroup Label="Globals"> | ||
| 42 | <ProjectGuid>{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid> | ||
| 43 | <RootNamespace>testzlib</RootNamespace> | ||
| 44 | <Keyword>Win32Proj</Keyword> | ||
| 45 | </PropertyGroup> | ||
| 46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 48 | <ConfigurationType>Application</ConfigurationType> | ||
| 49 | <CharacterSet>MultiByte</CharacterSet> | ||
| 50 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 51 | <PlatformToolset>v120</PlatformToolset> | ||
| 52 | </PropertyGroup> | ||
| 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 54 | <ConfigurationType>Application</ConfigurationType> | ||
| 55 | <CharacterSet>MultiByte</CharacterSet> | ||
| 56 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 57 | <PlatformToolset>v120</PlatformToolset> | ||
| 58 | </PropertyGroup> | ||
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 60 | <ConfigurationType>Application</ConfigurationType> | ||
| 61 | <CharacterSet>Unicode</CharacterSet> | ||
| 62 | <PlatformToolset>v120</PlatformToolset> | ||
| 63 | </PropertyGroup> | ||
| 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 65 | <ConfigurationType>Application</ConfigurationType> | ||
| 66 | <CharacterSet>MultiByte</CharacterSet> | ||
| 67 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 68 | <PlatformToolset>v120</PlatformToolset> | ||
| 69 | </PropertyGroup> | ||
| 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
| 71 | <ConfigurationType>Application</ConfigurationType> | ||
| 72 | <CharacterSet>MultiByte</CharacterSet> | ||
| 73 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 74 | <PlatformToolset>v120</PlatformToolset> | ||
| 75 | </PropertyGroup> | ||
| 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 77 | <ConfigurationType>Application</ConfigurationType> | ||
| 78 | <CharacterSet>MultiByte</CharacterSet> | ||
| 79 | <PlatformToolset>v120</PlatformToolset> | ||
| 80 | </PropertyGroup> | ||
| 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 82 | <ConfigurationType>Application</ConfigurationType> | ||
| 83 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 84 | <PlatformToolset>v120</PlatformToolset> | ||
| 85 | </PropertyGroup> | ||
| 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 87 | <ConfigurationType>Application</ConfigurationType> | ||
| 88 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 89 | <PlatformToolset>v120</PlatformToolset> | ||
| 90 | </PropertyGroup> | ||
| 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 92 | <ConfigurationType>Application</ConfigurationType> | ||
| 93 | <PlatformToolset>v120</PlatformToolset> | ||
| 94 | </PropertyGroup> | ||
| 95 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 96 | <ImportGroup Label="ExtensionSettings"> | ||
| 97 | </ImportGroup> | ||
| 98 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 99 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 100 | </ImportGroup> | ||
| 101 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 102 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 103 | </ImportGroup> | ||
| 104 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 105 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 106 | </ImportGroup> | ||
| 107 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 108 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 109 | </ImportGroup> | ||
| 110 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
| 111 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 112 | </ImportGroup> | ||
| 113 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 114 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 115 | </ImportGroup> | ||
| 116 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 117 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 118 | </ImportGroup> | ||
| 119 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 120 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 121 | </ImportGroup> | ||
| 122 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 123 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 124 | </ImportGroup> | ||
| 125 | <PropertyGroup Label="UserMacros" /> | ||
| 126 | <PropertyGroup> | ||
| 127 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 128 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 129 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 130 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 131 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 132 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 133 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 134 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> | ||
| 135 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> | ||
| 136 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 137 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 138 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 139 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 140 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 141 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 142 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 143 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
| 144 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 145 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 146 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 147 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 148 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 149 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> | ||
| 150 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
| 151 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 152 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</LinkIncremental> | ||
| 153 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</GenerateManifest> | ||
| 154 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 155 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 156 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 157 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
| 158 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 159 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 160 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 161 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 162 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 163 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 164 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 165 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 166 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 167 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 168 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 169 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 170 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 171 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 172 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 173 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 174 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 175 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 176 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 177 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 178 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 179 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 180 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 181 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 182 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 183 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 184 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 185 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 186 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 187 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 188 | </PropertyGroup> | ||
| 189 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 190 | <ClCompile> | ||
| 191 | <Optimization>Disabled</Optimization> | ||
| 192 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 193 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 194 | <MinimalRebuild>true</MinimalRebuild> | ||
| 195 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 196 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 197 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 198 | <PrecompiledHeader> | ||
| 199 | </PrecompiledHeader> | ||
| 200 | <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput> | ||
| 201 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 202 | <WarningLevel>Level3</WarningLevel> | ||
| 203 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 204 | </ClCompile> | ||
| 205 | <Link> | ||
| 206 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 207 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 208 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 209 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 210 | <SubSystem>Console</SubSystem> | ||
| 211 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 212 | <DataExecutionPrevention> | ||
| 213 | </DataExecutionPrevention> | ||
| 214 | <TargetMachine>MachineX86</TargetMachine> | ||
| 215 | </Link> | ||
| 216 | </ItemDefinitionGroup> | ||
| 217 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 218 | <ClCompile> | ||
| 219 | <Optimization>MaxSpeed</Optimization> | ||
| 220 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 221 | <OmitFramePointers>true</OmitFramePointers> | ||
| 222 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 223 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 224 | <StringPooling>true</StringPooling> | ||
| 225 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 226 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 227 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 228 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 229 | <PrecompiledHeader> | ||
| 230 | </PrecompiledHeader> | ||
| 231 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 232 | <WarningLevel>Level3</WarningLevel> | ||
| 233 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 234 | </ClCompile> | ||
| 235 | <Link> | ||
| 236 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 237 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 238 | <SubSystem>Console</SubSystem> | ||
| 239 | <OptimizeReferences>true</OptimizeReferences> | ||
| 240 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 241 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 242 | <DataExecutionPrevention> | ||
| 243 | </DataExecutionPrevention> | ||
| 244 | <TargetMachine>MachineX86</TargetMachine> | ||
| 245 | </Link> | ||
| 246 | </ItemDefinitionGroup> | ||
| 247 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 248 | <ClCompile> | ||
| 249 | <Optimization>MaxSpeed</Optimization> | ||
| 250 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 251 | <OmitFramePointers>true</OmitFramePointers> | ||
| 252 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 253 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 254 | <StringPooling>true</StringPooling> | ||
| 255 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 256 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 257 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 258 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 259 | <PrecompiledHeader> | ||
| 260 | </PrecompiledHeader> | ||
| 261 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 262 | <WarningLevel>Level3</WarningLevel> | ||
| 263 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 264 | </ClCompile> | ||
| 265 | <Link> | ||
| 266 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 267 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 268 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 269 | <SubSystem>Console</SubSystem> | ||
| 270 | <OptimizeReferences>true</OptimizeReferences> | ||
| 271 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 272 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 273 | <DataExecutionPrevention> | ||
| 274 | </DataExecutionPrevention> | ||
| 275 | <TargetMachine>MachineX86</TargetMachine> | ||
| 276 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | ||
| 277 | </Link> | ||
| 278 | </ItemDefinitionGroup> | ||
| 279 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 280 | <ClCompile> | ||
| 281 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 282 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 283 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 284 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 285 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 286 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 287 | </ClCompile> | ||
| 288 | <Link> | ||
| 289 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 290 | </Link> | ||
| 291 | </ItemDefinitionGroup> | ||
| 292 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 293 | <Midl> | ||
| 294 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 295 | </Midl> | ||
| 296 | <ClCompile> | ||
| 297 | <Optimization>Disabled</Optimization> | ||
| 298 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 299 | <PreprocessorDefinitions>ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 300 | <MinimalRebuild>true</MinimalRebuild> | ||
| 301 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 302 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 303 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 304 | <PrecompiledHeader> | ||
| 305 | </PrecompiledHeader> | ||
| 306 | <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput> | ||
| 307 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 308 | <WarningLevel>Level3</WarningLevel> | ||
| 309 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 310 | </ClCompile> | ||
| 311 | <Link> | ||
| 312 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 313 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 314 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 315 | <SubSystem>Console</SubSystem> | ||
| 316 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 317 | </Link> | ||
| 318 | </ItemDefinitionGroup> | ||
| 319 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 320 | <ClCompile> | ||
| 321 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 322 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 323 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 324 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 325 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 326 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 327 | </ClCompile> | ||
| 328 | <Link> | ||
| 329 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 330 | </Link> | ||
| 331 | </ItemDefinitionGroup> | ||
| 332 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
| 333 | <Midl> | ||
| 334 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 335 | </Midl> | ||
| 336 | <ClCompile> | ||
| 337 | <Optimization>MaxSpeed</Optimization> | ||
| 338 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 339 | <OmitFramePointers>true</OmitFramePointers> | ||
| 340 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 341 | <PreprocessorDefinitions>ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 342 | <StringPooling>true</StringPooling> | ||
| 343 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 344 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 345 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 346 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 347 | <PrecompiledHeader> | ||
| 348 | </PrecompiledHeader> | ||
| 349 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 350 | <WarningLevel>Level3</WarningLevel> | ||
| 351 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 352 | </ClCompile> | ||
| 353 | <Link> | ||
| 354 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 355 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 356 | <SubSystem>Console</SubSystem> | ||
| 357 | <OptimizeReferences>true</OptimizeReferences> | ||
| 358 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 359 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 360 | </Link> | ||
| 361 | </ItemDefinitionGroup> | ||
| 362 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 363 | <ClCompile> | ||
| 364 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 365 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 366 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 367 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 368 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 369 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 370 | </ClCompile> | ||
| 371 | <Link> | ||
| 372 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 373 | </Link> | ||
| 374 | </ItemDefinitionGroup> | ||
| 375 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 376 | <Midl> | ||
| 377 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 378 | </Midl> | ||
| 379 | <ClCompile> | ||
| 380 | <Optimization>MaxSpeed</Optimization> | ||
| 381 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 382 | <OmitFramePointers>true</OmitFramePointers> | ||
| 383 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 384 | <PreprocessorDefinitions>ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 385 | <StringPooling>true</StringPooling> | ||
| 386 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 387 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 388 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 389 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 390 | <PrecompiledHeader> | ||
| 391 | </PrecompiledHeader> | ||
| 392 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 393 | <WarningLevel>Level3</WarningLevel> | ||
| 394 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 395 | </ClCompile> | ||
| 396 | <Link> | ||
| 397 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 398 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 399 | <SubSystem>Console</SubSystem> | ||
| 400 | <OptimizeReferences>true</OptimizeReferences> | ||
| 401 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 402 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 403 | </Link> | ||
| 404 | </ItemDefinitionGroup> | ||
| 405 | <ItemGroup> | ||
| 406 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 407 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 408 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 409 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 410 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 411 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 412 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 413 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 414 | <ClCompile Include="..\..\testzlib\testzlib.c" /> | ||
| 415 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 416 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 417 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 418 | </ItemGroup> | ||
| 419 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 420 | <ImportGroup Label="ExtensionTargets"> | ||
| 421 | </ImportGroup> | ||
| 422 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc12/testzlibdll.vcxproj b/contrib/vstudio/vc12/testzlibdll.vcxproj deleted file mode 100644 index c66573a8..00000000 --- a/contrib/vstudio/vc12/testzlibdll.vcxproj +++ /dev/null | |||
| @@ -1,316 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|x64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | </ItemGroup> | ||
| 29 | <PropertyGroup Label="Globals"> | ||
| 30 | <ProjectGuid>{C52F9E7B-498A-42BE-8DB4-85A15694366A}</ProjectGuid> | ||
| 31 | <Keyword>Win32Proj</Keyword> | ||
| 32 | </PropertyGroup> | ||
| 33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <CharacterSet>MultiByte</CharacterSet> | ||
| 37 | <PlatformToolset>v120</PlatformToolset> | ||
| 38 | </PropertyGroup> | ||
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 40 | <ConfigurationType>Application</ConfigurationType> | ||
| 41 | <CharacterSet>Unicode</CharacterSet> | ||
| 42 | <PlatformToolset>v120</PlatformToolset> | ||
| 43 | </PropertyGroup> | ||
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 45 | <ConfigurationType>Application</ConfigurationType> | ||
| 46 | <CharacterSet>MultiByte</CharacterSet> | ||
| 47 | <PlatformToolset>v120</PlatformToolset> | ||
| 48 | </PropertyGroup> | ||
| 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 50 | <ConfigurationType>Application</ConfigurationType> | ||
| 51 | <CharacterSet>MultiByte</CharacterSet> | ||
| 52 | <PlatformToolset>v120</PlatformToolset> | ||
| 53 | </PropertyGroup> | ||
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 55 | <ConfigurationType>Application</ConfigurationType> | ||
| 56 | <CharacterSet>MultiByte</CharacterSet> | ||
| 57 | <PlatformToolset>v120</PlatformToolset> | ||
| 58 | </PropertyGroup> | ||
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 60 | <ConfigurationType>Application</ConfigurationType> | ||
| 61 | <CharacterSet>MultiByte</CharacterSet> | ||
| 62 | <PlatformToolset>v120</PlatformToolset> | ||
| 63 | </PropertyGroup> | ||
| 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 65 | <ImportGroup Label="ExtensionSettings"> | ||
| 66 | </ImportGroup> | ||
| 67 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 69 | </ImportGroup> | ||
| 70 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 72 | </ImportGroup> | ||
| 73 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 74 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 75 | </ImportGroup> | ||
| 76 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 78 | </ImportGroup> | ||
| 79 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 80 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 81 | </ImportGroup> | ||
| 82 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 84 | </ImportGroup> | ||
| 85 | <PropertyGroup Label="UserMacros" /> | ||
| 86 | <PropertyGroup> | ||
| 87 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 88 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlibDll$(Configuration)\</OutDir> | ||
| 89 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 90 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 91 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 92 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlibDll$(Configuration)\</OutDir> | ||
| 93 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 94 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 95 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 96 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlibDll$(Configuration)\</OutDir> | ||
| 97 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 98 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 99 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 100 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlibDll$(Configuration)\</OutDir> | ||
| 101 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 102 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 103 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 104 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlibDll$(Configuration)\</OutDir> | ||
| 105 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 106 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 107 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 108 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlibDll$(Configuration)\</OutDir> | ||
| 109 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 110 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 111 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 112 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 113 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 114 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 115 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 116 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 117 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 118 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 119 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 120 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 121 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 122 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 123 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 124 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 125 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 126 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 127 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 128 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 129 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 130 | </PropertyGroup> | ||
| 131 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 132 | <ClCompile> | ||
| 133 | <Optimization>Disabled</Optimization> | ||
| 134 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 135 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 136 | <MinimalRebuild>true</MinimalRebuild> | ||
| 137 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 138 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 139 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 140 | <PrecompiledHeader> | ||
| 141 | </PrecompiledHeader> | ||
| 142 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 143 | <WarningLevel>Level3</WarningLevel> | ||
| 144 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 145 | </ClCompile> | ||
| 146 | <Link> | ||
| 147 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 148 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 149 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 150 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 151 | <SubSystem>Console</SubSystem> | ||
| 152 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 153 | <DataExecutionPrevention> | ||
| 154 | </DataExecutionPrevention> | ||
| 155 | <TargetMachine>MachineX86</TargetMachine> | ||
| 156 | </Link> | ||
| 157 | </ItemDefinitionGroup> | ||
| 158 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 159 | <ClCompile> | ||
| 160 | <Optimization>MaxSpeed</Optimization> | ||
| 161 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 162 | <OmitFramePointers>true</OmitFramePointers> | ||
| 163 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 164 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 165 | <StringPooling>true</StringPooling> | ||
| 166 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 167 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 168 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 169 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 170 | <PrecompiledHeader> | ||
| 171 | </PrecompiledHeader> | ||
| 172 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 173 | <WarningLevel>Level3</WarningLevel> | ||
| 174 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 175 | </ClCompile> | ||
| 176 | <Link> | ||
| 177 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 178 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 179 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 180 | <SubSystem>Console</SubSystem> | ||
| 181 | <OptimizeReferences>true</OptimizeReferences> | ||
| 182 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 183 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 184 | <DataExecutionPrevention> | ||
| 185 | </DataExecutionPrevention> | ||
| 186 | <TargetMachine>MachineX86</TargetMachine> | ||
| 187 | </Link> | ||
| 188 | </ItemDefinitionGroup> | ||
| 189 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 190 | <Midl> | ||
| 191 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 192 | </Midl> | ||
| 193 | <ClCompile> | ||
| 194 | <Optimization>Disabled</Optimization> | ||
| 195 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 196 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 197 | <MinimalRebuild>true</MinimalRebuild> | ||
| 198 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 199 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 200 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 201 | <PrecompiledHeader> | ||
| 202 | </PrecompiledHeader> | ||
| 203 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 204 | <WarningLevel>Level3</WarningLevel> | ||
| 205 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 206 | </ClCompile> | ||
| 207 | <Link> | ||
| 208 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 209 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 210 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 211 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 212 | <SubSystem>Console</SubSystem> | ||
| 213 | <TargetMachine>MachineX64</TargetMachine> | ||
| 214 | </Link> | ||
| 215 | </ItemDefinitionGroup> | ||
| 216 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 217 | <Midl> | ||
| 218 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 219 | </Midl> | ||
| 220 | <ClCompile> | ||
| 221 | <Optimization>Disabled</Optimization> | ||
| 222 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 223 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 224 | <MinimalRebuild>true</MinimalRebuild> | ||
| 225 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 226 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 227 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 228 | <PrecompiledHeader> | ||
| 229 | </PrecompiledHeader> | ||
| 230 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 231 | <WarningLevel>Level3</WarningLevel> | ||
| 232 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 233 | </ClCompile> | ||
| 234 | <Link> | ||
| 235 | <AdditionalDependencies>ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 236 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 237 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 238 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 239 | <SubSystem>Console</SubSystem> | ||
| 240 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 241 | </Link> | ||
| 242 | </ItemDefinitionGroup> | ||
| 243 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 244 | <Midl> | ||
| 245 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 246 | </Midl> | ||
| 247 | <ClCompile> | ||
| 248 | <Optimization>MaxSpeed</Optimization> | ||
| 249 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 250 | <OmitFramePointers>true</OmitFramePointers> | ||
| 251 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 252 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 253 | <StringPooling>true</StringPooling> | ||
| 254 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 255 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 256 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 257 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 258 | <PrecompiledHeader> | ||
| 259 | </PrecompiledHeader> | ||
| 260 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 261 | <WarningLevel>Level3</WarningLevel> | ||
| 262 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 263 | </ClCompile> | ||
| 264 | <Link> | ||
| 265 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 266 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 267 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 268 | <SubSystem>Console</SubSystem> | ||
| 269 | <OptimizeReferences>true</OptimizeReferences> | ||
| 270 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 271 | <TargetMachine>MachineX64</TargetMachine> | ||
| 272 | </Link> | ||
| 273 | </ItemDefinitionGroup> | ||
| 274 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 275 | <Midl> | ||
| 276 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 277 | </Midl> | ||
| 278 | <ClCompile> | ||
| 279 | <Optimization>MaxSpeed</Optimization> | ||
| 280 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 281 | <OmitFramePointers>true</OmitFramePointers> | ||
| 282 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 283 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 284 | <StringPooling>true</StringPooling> | ||
| 285 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 286 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 287 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 288 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 289 | <PrecompiledHeader> | ||
| 290 | </PrecompiledHeader> | ||
| 291 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 292 | <WarningLevel>Level3</WarningLevel> | ||
| 293 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 294 | </ClCompile> | ||
| 295 | <Link> | ||
| 296 | <AdditionalDependencies>ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 297 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 298 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 299 | <SubSystem>Console</SubSystem> | ||
| 300 | <OptimizeReferences>true</OptimizeReferences> | ||
| 301 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 302 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 303 | </Link> | ||
| 304 | </ItemDefinitionGroup> | ||
| 305 | <ItemGroup> | ||
| 306 | <ClCompile Include="..\..\testzlib\testzlib.c" /> | ||
| 307 | </ItemGroup> | ||
| 308 | <ItemGroup> | ||
| 309 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 310 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 311 | </ProjectReference> | ||
| 312 | </ItemGroup> | ||
| 313 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 314 | <ImportGroup Label="ExtensionTargets"> | ||
| 315 | </ImportGroup> | ||
| 316 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc12/zlib.rc b/contrib/vstudio/vc12/zlib.rc deleted file mode 100644 index 2ae381c2..00000000 --- a/contrib/vstudio/vc12/zlib.rc +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | #include <windows.h> | ||
| 2 | |||
| 3 | #define IDR_VERSION1 1 | ||
| 4 | IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE | ||
| 5 | FILEVERSION 1, 3, 1, 2 | ||
| 6 | PRODUCTVERSION 1, 3, 1, 2 | ||
| 7 | FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
| 8 | FILEFLAGS 0 | ||
| 9 | FILEOS VOS_DOS_WINDOWS32 | ||
| 10 | FILETYPE VFT_DLL | ||
| 11 | FILESUBTYPE 0 // not used | ||
| 12 | BEGIN | ||
| 13 | BLOCK "StringFileInfo" | ||
| 14 | BEGIN | ||
| 15 | BLOCK "040904E4" | ||
| 16 | //language ID = U.S. English, char set = Windows, Multilingual | ||
| 17 | |||
| 18 | BEGIN | ||
| 19 | VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" | ||
| 20 | VALUE "FileVersion", "1.3.1.2\0" | ||
| 21 | VALUE "InternalName", "zlib\0" | ||
| 22 | VALUE "OriginalFilename", "zlibwapi.dll\0" | ||
| 23 | VALUE "ProductName", "ZLib.DLL\0" | ||
| 24 | VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" | ||
| 25 | VALUE "LegalCopyright", "(C) 1995-2025 Jean-loup Gailly & Mark Adler\0" | ||
| 26 | END | ||
| 27 | END | ||
| 28 | BLOCK "VarFileInfo" | ||
| 29 | BEGIN | ||
| 30 | VALUE "Translation", 0x0409, 1252 | ||
| 31 | END | ||
| 32 | END | ||
diff --git a/contrib/vstudio/vc12/zlibstat.vcxproj b/contrib/vstudio/vc12/zlibstat.vcxproj deleted file mode 100644 index 6629d8e2..00000000 --- a/contrib/vstudio/vc12/zlibstat.vcxproj +++ /dev/null | |||
| @@ -1,459 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium"> | ||
| 17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Itanium</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|Win32"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>Win32</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|x64"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>x64</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | </ItemGroup> | ||
| 41 | <PropertyGroup Label="Globals"> | ||
| 42 | <ProjectGuid>{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}</ProjectGuid> | ||
| 43 | </PropertyGroup> | ||
| 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 46 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 47 | <UseOfMfc>false</UseOfMfc> | ||
| 48 | <PlatformToolset>v120</PlatformToolset> | ||
| 49 | </PropertyGroup> | ||
| 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 51 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 52 | <UseOfMfc>false</UseOfMfc> | ||
| 53 | <PlatformToolset>v120</PlatformToolset> | ||
| 54 | </PropertyGroup> | ||
| 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 56 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 57 | <UseOfMfc>false</UseOfMfc> | ||
| 58 | <PlatformToolset>v120</PlatformToolset> | ||
| 59 | <CharacterSet>Unicode</CharacterSet> | ||
| 60 | </PropertyGroup> | ||
| 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
| 62 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 63 | <UseOfMfc>false</UseOfMfc> | ||
| 64 | <PlatformToolset>v120</PlatformToolset> | ||
| 65 | </PropertyGroup> | ||
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 67 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 68 | <UseOfMfc>false</UseOfMfc> | ||
| 69 | <PlatformToolset>v120</PlatformToolset> | ||
| 70 | </PropertyGroup> | ||
| 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 72 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 73 | <UseOfMfc>false</UseOfMfc> | ||
| 74 | <PlatformToolset>v120</PlatformToolset> | ||
| 75 | </PropertyGroup> | ||
| 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 77 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 78 | <UseOfMfc>false</UseOfMfc> | ||
| 79 | <PlatformToolset>v120</PlatformToolset> | ||
| 80 | </PropertyGroup> | ||
| 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 82 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 83 | <UseOfMfc>false</UseOfMfc> | ||
| 84 | <PlatformToolset>v120</PlatformToolset> | ||
| 85 | </PropertyGroup> | ||
| 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 87 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 88 | <UseOfMfc>false</UseOfMfc> | ||
| 89 | <PlatformToolset>v120</PlatformToolset> | ||
| 90 | </PropertyGroup> | ||
| 91 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 92 | <ImportGroup Label="ExtensionSettings"> | ||
| 93 | </ImportGroup> | ||
| 94 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 95 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 96 | </ImportGroup> | ||
| 97 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 98 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 99 | </ImportGroup> | ||
| 100 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 101 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 102 | </ImportGroup> | ||
| 103 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
| 104 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 105 | </ImportGroup> | ||
| 106 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 107 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 108 | </ImportGroup> | ||
| 109 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 110 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 111 | </ImportGroup> | ||
| 112 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 113 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 114 | </ImportGroup> | ||
| 115 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 116 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 117 | </ImportGroup> | ||
| 118 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 119 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 120 | </ImportGroup> | ||
| 121 | <PropertyGroup Label="UserMacros" /> | ||
| 122 | <PropertyGroup> | ||
| 123 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 124 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 125 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 126 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 127 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 128 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 129 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 130 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 131 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 132 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | ||
| 133 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 134 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 135 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 136 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | ||
| 137 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 138 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 139 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 140 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | ||
| 141 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 142 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 143 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 144 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 145 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 146 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 147 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 148 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 149 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 150 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 151 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 152 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 153 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 154 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 155 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 156 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 157 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 158 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 159 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 160 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 161 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 162 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 163 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 164 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 165 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 166 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 167 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 168 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 169 | </PropertyGroup> | ||
| 170 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 171 | <ClCompile> | ||
| 172 | <Optimization>Disabled</Optimization> | ||
| 173 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 174 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 175 | <ExceptionHandling> | ||
| 176 | </ExceptionHandling> | ||
| 177 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 178 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 179 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 180 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 181 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 182 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 183 | <WarningLevel>Level3</WarningLevel> | ||
| 184 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 185 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 186 | </ClCompile> | ||
| 187 | <ResourceCompile> | ||
| 188 | <Culture>0x040c</Culture> | ||
| 189 | </ResourceCompile> | ||
| 190 | <Lib> | ||
| 191 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 192 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 193 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 194 | </Lib> | ||
| 195 | </ItemDefinitionGroup> | ||
| 196 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 197 | <ClCompile> | ||
| 198 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 199 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 200 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 201 | <StringPooling>true</StringPooling> | ||
| 202 | <ExceptionHandling> | ||
| 203 | </ExceptionHandling> | ||
| 204 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 205 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 206 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 207 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 208 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 209 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 210 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 211 | <WarningLevel>Level3</WarningLevel> | ||
| 212 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 213 | </ClCompile> | ||
| 214 | <ResourceCompile> | ||
| 215 | <Culture>0x040c</Culture> | ||
| 216 | </ResourceCompile> | ||
| 217 | <Lib> | ||
| 218 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 219 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 220 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 221 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 222 | </Lib> | ||
| 223 | </ItemDefinitionGroup> | ||
| 224 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 225 | <ClCompile> | ||
| 226 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 227 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 228 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 229 | <StringPooling>true</StringPooling> | ||
| 230 | <ExceptionHandling> | ||
| 231 | </ExceptionHandling> | ||
| 232 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 233 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 234 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 235 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 236 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 237 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 238 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 239 | <WarningLevel>Level3</WarningLevel> | ||
| 240 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 241 | </ClCompile> | ||
| 242 | <ResourceCompile> | ||
| 243 | <Culture>0x040c</Culture> | ||
| 244 | </ResourceCompile> | ||
| 245 | <Lib> | ||
| 246 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 247 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 248 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 249 | </Lib> | ||
| 250 | </ItemDefinitionGroup> | ||
| 251 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 252 | <Midl> | ||
| 253 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 254 | </Midl> | ||
| 255 | <ClCompile> | ||
| 256 | <Optimization>Disabled</Optimization> | ||
| 257 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 258 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 259 | <ExceptionHandling> | ||
| 260 | </ExceptionHandling> | ||
| 261 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 262 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 263 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 264 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 265 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 266 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 267 | <WarningLevel>Level3</WarningLevel> | ||
| 268 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 269 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 270 | </ClCompile> | ||
| 271 | <ResourceCompile> | ||
| 272 | <Culture>0x040c</Culture> | ||
| 273 | </ResourceCompile> | ||
| 274 | <Lib> | ||
| 275 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 276 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 277 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 278 | </Lib> | ||
| 279 | </ItemDefinitionGroup> | ||
| 280 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 281 | <Midl> | ||
| 282 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 283 | </Midl> | ||
| 284 | <ClCompile> | ||
| 285 | <Optimization>Disabled</Optimization> | ||
| 286 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 287 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 288 | <ExceptionHandling> | ||
| 289 | </ExceptionHandling> | ||
| 290 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 291 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 292 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 293 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 294 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 295 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 296 | <WarningLevel>Level3</WarningLevel> | ||
| 297 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 298 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 299 | </ClCompile> | ||
| 300 | <ResourceCompile> | ||
| 301 | <Culture>0x040c</Culture> | ||
| 302 | </ResourceCompile> | ||
| 303 | <Lib> | ||
| 304 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 305 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 306 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 307 | </Lib> | ||
| 308 | </ItemDefinitionGroup> | ||
| 309 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 310 | <Midl> | ||
| 311 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 312 | </Midl> | ||
| 313 | <ClCompile> | ||
| 314 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 315 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 316 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 317 | <StringPooling>true</StringPooling> | ||
| 318 | <ExceptionHandling> | ||
| 319 | </ExceptionHandling> | ||
| 320 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 321 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 322 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 323 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 324 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 325 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 326 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 327 | <WarningLevel>Level3</WarningLevel> | ||
| 328 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 329 | </ClCompile> | ||
| 330 | <ResourceCompile> | ||
| 331 | <Culture>0x040c</Culture> | ||
| 332 | </ResourceCompile> | ||
| 333 | <Lib> | ||
| 334 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 335 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 336 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 337 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 338 | </Lib> | ||
| 339 | </ItemDefinitionGroup> | ||
| 340 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 341 | <Midl> | ||
| 342 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 343 | </Midl> | ||
| 344 | <ClCompile> | ||
| 345 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 346 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 347 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 348 | <StringPooling>true</StringPooling> | ||
| 349 | <ExceptionHandling> | ||
| 350 | </ExceptionHandling> | ||
| 351 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 352 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 353 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 354 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 355 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 356 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 357 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 358 | <WarningLevel>Level3</WarningLevel> | ||
| 359 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 360 | </ClCompile> | ||
| 361 | <ResourceCompile> | ||
| 362 | <Culture>0x040c</Culture> | ||
| 363 | </ResourceCompile> | ||
| 364 | <Lib> | ||
| 365 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 366 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 367 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 368 | </Lib> | ||
| 369 | </ItemDefinitionGroup> | ||
| 370 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 371 | <Midl> | ||
| 372 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 373 | </Midl> | ||
| 374 | <ClCompile> | ||
| 375 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 376 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 377 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 378 | <StringPooling>true</StringPooling> | ||
| 379 | <ExceptionHandling> | ||
| 380 | </ExceptionHandling> | ||
| 381 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 382 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 383 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 384 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 385 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 386 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 387 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 388 | <WarningLevel>Level3</WarningLevel> | ||
| 389 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 390 | </ClCompile> | ||
| 391 | <ResourceCompile> | ||
| 392 | <Culture>0x040c</Culture> | ||
| 393 | </ResourceCompile> | ||
| 394 | <Lib> | ||
| 395 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 396 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 397 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 398 | </Lib> | ||
| 399 | </ItemDefinitionGroup> | ||
| 400 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
| 401 | <Midl> | ||
| 402 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 403 | </Midl> | ||
| 404 | <ClCompile> | ||
| 405 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 406 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 407 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 408 | <StringPooling>true</StringPooling> | ||
| 409 | <ExceptionHandling> | ||
| 410 | </ExceptionHandling> | ||
| 411 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 412 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 413 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 414 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 415 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 416 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 417 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 418 | <WarningLevel>Level3</WarningLevel> | ||
| 419 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 420 | </ClCompile> | ||
| 421 | <ResourceCompile> | ||
| 422 | <Culture>0x040c</Culture> | ||
| 423 | </ResourceCompile> | ||
| 424 | <Lib> | ||
| 425 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 426 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 427 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 428 | </Lib> | ||
| 429 | </ItemDefinitionGroup> | ||
| 430 | <ItemGroup> | ||
| 431 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 432 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 433 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 434 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 435 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
| 436 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
| 437 | <ClCompile Include="..\..\..\gzread.c" /> | ||
| 438 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
| 439 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 440 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 441 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 442 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 443 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
| 444 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 445 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 446 | <ClCompile Include="..\..\minizip\unzip.c" /> | ||
| 447 | <ClCompile Include="..\..\minizip\zip.c" /> | ||
| 448 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 449 | </ItemGroup> | ||
| 450 | <ItemGroup> | ||
| 451 | <ResourceCompile Include="zlib.rc" /> | ||
| 452 | </ItemGroup> | ||
| 453 | <ItemGroup> | ||
| 454 | <None Include="zlibvc.def" /> | ||
| 455 | </ItemGroup> | ||
| 456 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 457 | <ImportGroup Label="ExtensionTargets"> | ||
| 458 | </ImportGroup> | ||
| 459 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc12/zlibvc.def b/contrib/vstudio/vc12/zlibvc.def deleted file mode 100644 index e7fe0a32..00000000 --- a/contrib/vstudio/vc12/zlibvc.def +++ /dev/null | |||
| @@ -1,169 +0,0 @@ | |||
| 1 | LIBRARY | ||
| 2 | ; zlib data compression and ZIP file I/O library | ||
| 3 | |||
| 4 | VERSION 1.3 | ||
| 5 | |||
| 6 | EXPORTS | ||
| 7 | adler32 @1 | ||
| 8 | compress @2 | ||
| 9 | crc32 @3 | ||
| 10 | deflate @4 | ||
| 11 | deflateCopy @5 | ||
| 12 | deflateEnd @6 | ||
| 13 | deflateInit2_ @7 | ||
| 14 | deflateInit_ @8 | ||
| 15 | deflateParams @9 | ||
| 16 | deflateReset @10 | ||
| 17 | deflateSetDictionary @11 | ||
| 18 | gzclose @12 | ||
| 19 | gzdopen @13 | ||
| 20 | gzerror @14 | ||
| 21 | gzflush @15 | ||
| 22 | gzopen @16 | ||
| 23 | gzread @17 | ||
| 24 | gzwrite @18 | ||
| 25 | inflate @19 | ||
| 26 | inflateEnd @20 | ||
| 27 | inflateInit2_ @21 | ||
| 28 | inflateInit_ @22 | ||
| 29 | inflateReset @23 | ||
| 30 | inflateSetDictionary @24 | ||
| 31 | inflateSync @25 | ||
| 32 | uncompress @26 | ||
| 33 | zlibVersion @27 | ||
| 34 | gzprintf @28 | ||
| 35 | gzputc @29 | ||
| 36 | gzgetc @30 | ||
| 37 | gzseek @31 | ||
| 38 | gzrewind @32 | ||
| 39 | gztell @33 | ||
| 40 | gzeof @34 | ||
| 41 | gzsetparams @35 | ||
| 42 | zError @36 | ||
| 43 | inflateSyncPoint @37 | ||
| 44 | get_crc_table @38 | ||
| 45 | compress2 @39 | ||
| 46 | gzputs @40 | ||
| 47 | gzgets @41 | ||
| 48 | inflateCopy @42 | ||
| 49 | inflateBackInit_ @43 | ||
| 50 | inflateBack @44 | ||
| 51 | inflateBackEnd @45 | ||
| 52 | compressBound @46 | ||
| 53 | deflateBound @47 | ||
| 54 | gzclearerr @48 | ||
| 55 | gzungetc @49 | ||
| 56 | zlibCompileFlags @50 | ||
| 57 | deflatePrime @51 | ||
| 58 | deflatePending @52 | ||
| 59 | |||
| 60 | unzOpen @61 | ||
| 61 | unzClose @62 | ||
| 62 | unzGetGlobalInfo @63 | ||
| 63 | unzGetCurrentFileInfo @64 | ||
| 64 | unzGoToFirstFile @65 | ||
| 65 | unzGoToNextFile @66 | ||
| 66 | unzOpenCurrentFile @67 | ||
| 67 | unzReadCurrentFile @68 | ||
| 68 | unzOpenCurrentFile3 @69 | ||
| 69 | unztell @70 | ||
| 70 | unzeof @71 | ||
| 71 | unzCloseCurrentFile @72 | ||
| 72 | unzGetGlobalComment @73 | ||
| 73 | unzStringFileNameCompare @74 | ||
| 74 | unzLocateFile @75 | ||
| 75 | unzGetLocalExtrafield @76 | ||
| 76 | unzOpen2 @77 | ||
| 77 | unzOpenCurrentFile2 @78 | ||
| 78 | unzOpenCurrentFilePassword @79 | ||
| 79 | |||
| 80 | zipOpen @80 | ||
| 81 | zipOpenNewFileInZip @81 | ||
| 82 | zipWriteInFileInZip @82 | ||
| 83 | zipCloseFileInZip @83 | ||
| 84 | zipClose @84 | ||
| 85 | zipOpenNewFileInZip2 @86 | ||
| 86 | zipCloseFileInZipRaw @87 | ||
| 87 | zipOpen2 @88 | ||
| 88 | zipOpenNewFileInZip3 @89 | ||
| 89 | |||
| 90 | unzGetFilePos @100 | ||
| 91 | unzGoToFilePos @101 | ||
| 92 | |||
| 93 | fill_win32_filefunc @110 | ||
| 94 | |||
| 95 | ; zlibwapi v1.2.4 added: | ||
| 96 | fill_win32_filefunc64 @111 | ||
| 97 | fill_win32_filefunc64A @112 | ||
| 98 | fill_win32_filefunc64W @113 | ||
| 99 | |||
| 100 | unzOpen64 @120 | ||
| 101 | unzOpen2_64 @121 | ||
| 102 | unzGetGlobalInfo64 @122 | ||
| 103 | unzGetCurrentFileInfo64 @124 | ||
| 104 | unzGetCurrentFileZStreamPos64 @125 | ||
| 105 | unztell64 @126 | ||
| 106 | unzGetFilePos64 @127 | ||
| 107 | unzGoToFilePos64 @128 | ||
| 108 | |||
| 109 | zipOpen64 @130 | ||
| 110 | zipOpen2_64 @131 | ||
| 111 | zipOpenNewFileInZip64 @132 | ||
| 112 | zipOpenNewFileInZip2_64 @133 | ||
| 113 | zipOpenNewFileInZip3_64 @134 | ||
| 114 | zipOpenNewFileInZip4_64 @135 | ||
| 115 | zipCloseFileInZipRaw64 @136 | ||
| 116 | |||
| 117 | ; zlib1 v1.2.4 added: | ||
| 118 | adler32_combine @140 | ||
| 119 | crc32_combine @142 | ||
| 120 | deflateSetHeader @144 | ||
| 121 | deflateTune @145 | ||
| 122 | gzbuffer @146 | ||
| 123 | gzclose_r @147 | ||
| 124 | gzclose_w @148 | ||
| 125 | gzdirect @149 | ||
| 126 | gzoffset @150 | ||
| 127 | inflateGetHeader @156 | ||
| 128 | inflateMark @157 | ||
| 129 | inflatePrime @158 | ||
| 130 | inflateReset2 @159 | ||
| 131 | inflateUndermine @160 | ||
| 132 | |||
| 133 | ; zlib1 v1.2.6 added: | ||
| 134 | gzgetc_ @161 | ||
| 135 | inflateResetKeep @163 | ||
| 136 | deflateResetKeep @164 | ||
| 137 | |||
| 138 | ; zlib1 v1.2.7 added: | ||
| 139 | gzopen_w @165 | ||
| 140 | |||
| 141 | ; zlib1 v1.2.8 added: | ||
| 142 | inflateGetDictionary @166 | ||
| 143 | gzvprintf @167 | ||
| 144 | |||
| 145 | ; zlib1 v1.2.9 added: | ||
| 146 | inflateCodesUsed @168 | ||
| 147 | inflateValidate @169 | ||
| 148 | uncompress2 @170 | ||
| 149 | gzfread @171 | ||
| 150 | gzfwrite @172 | ||
| 151 | deflateGetDictionary @173 | ||
| 152 | adler32_z @174 | ||
| 153 | crc32_z @175 | ||
| 154 | |||
| 155 | ; zlib1 v1.2.12 added: | ||
| 156 | crc32_combine_gen @176 | ||
| 157 | crc32_combine_gen64 @177 | ||
| 158 | crc32_combine_op @178 | ||
| 159 | |||
| 160 | ; zlib1 v1.3.1.2 added: | ||
| 161 | deflateUsed @179 | ||
| 162 | |||
| 163 | ; zlib1 v1.3.2 added: | ||
| 164 | compressBound_z @180 | ||
| 165 | deflateBound_z @181 | ||
| 166 | compress_z @182 | ||
| 167 | compress2_z @183 | ||
| 168 | uncompress_z @184 | ||
| 169 | uncompress2_z @185 | ||
diff --git a/contrib/vstudio/vc12/zlibvc.sln b/contrib/vstudio/vc12/zlibvc.sln deleted file mode 100644 index dcda2298..00000000 --- a/contrib/vstudio/vc12/zlibvc.sln +++ /dev/null | |||
| @@ -1,119 +0,0 @@ | |||
| 1 | | ||
| 2 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| 3 | # Visual Studio 2013 | ||
| 4 | VisualStudioVersion = 12.0.40629.0 | ||
| 5 | MinimumVisualStudioVersion = 10.0.40219.1 | ||
| 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcxproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" | ||
| 7 | EndProject | ||
| 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcxproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" | ||
| 9 | EndProject | ||
| 10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcxproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 11 | EndProject | ||
| 12 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlibdll", "testzlibdll.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}" | ||
| 13 | EndProject | ||
| 14 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 15 | EndProject | ||
| 16 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}" | ||
| 17 | EndProject | ||
| 18 | Global | ||
| 19 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| 20 | Debug|Itanium = Debug|Itanium | ||
| 21 | Debug|Win32 = Debug|Win32 | ||
| 22 | Debug|x64 = Debug|x64 | ||
| 23 | Release|Itanium = Release|Itanium | ||
| 24 | Release|Win32 = Release|Win32 | ||
| 25 | Release|x64 = Release|x64 | ||
| 26 | ReleaseWithoutAsm|Itanium = ReleaseWithoutAsm|Itanium | ||
| 27 | ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32 | ||
| 28 | ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64 | ||
| 29 | EndGlobalSection | ||
| 30 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| 31 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 32 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 33 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 34 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 35 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 | ||
| 36 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 37 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 38 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32 | ||
| 39 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64 | ||
| 40 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64 | ||
| 41 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 42 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 43 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 44 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 45 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 46 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 47 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 48 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 49 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 50 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64 | ||
| 51 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 52 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 53 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32 | ||
| 54 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64 | ||
| 55 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64 | ||
| 56 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 57 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 58 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 59 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 60 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 61 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 62 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 63 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 64 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 65 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
| 66 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 67 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 68 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
| 69 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
| 70 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
| 71 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 72 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 73 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 74 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 75 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 76 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 77 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 78 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 79 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 80 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64 | ||
| 81 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 82 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 83 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32 | ||
| 84 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64 | ||
| 85 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64 | ||
| 86 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 | ||
| 87 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 88 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 89 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 90 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 91 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 92 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 93 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
| 94 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 95 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 96 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
| 97 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
| 98 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
| 99 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 | ||
| 100 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 101 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 102 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 103 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 104 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 105 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 106 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64 | ||
| 107 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 108 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 109 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32 | ||
| 110 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64 | ||
| 111 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64 | ||
| 112 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 | ||
| 113 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 114 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 115 | EndGlobalSection | ||
| 116 | GlobalSection(SolutionProperties) = preSolution | ||
| 117 | HideSolutionNode = FALSE | ||
| 118 | EndGlobalSection | ||
| 119 | EndGlobal | ||
diff --git a/contrib/vstudio/vc12/zlibvc.vcxproj b/contrib/vstudio/vc12/zlibvc.vcxproj deleted file mode 100644 index 4e0de691..00000000 --- a/contrib/vstudio/vc12/zlibvc.vcxproj +++ /dev/null | |||
| @@ -1,668 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium"> | ||
| 17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Itanium</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|Win32"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>Win32</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|x64"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>x64</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | </ItemGroup> | ||
| 41 | <PropertyGroup Label="Globals"> | ||
| 42 | <ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid> | ||
| 43 | </PropertyGroup> | ||
| 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 46 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 47 | <UseOfMfc>false</UseOfMfc> | ||
| 48 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 49 | <PlatformToolset>v120</PlatformToolset> | ||
| 50 | </PropertyGroup> | ||
| 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 52 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 53 | <UseOfMfc>false</UseOfMfc> | ||
| 54 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 55 | <PlatformToolset>v120</PlatformToolset> | ||
| 56 | </PropertyGroup> | ||
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 58 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 59 | <UseOfMfc>false</UseOfMfc> | ||
| 60 | <PlatformToolset>v120</PlatformToolset> | ||
| 61 | <CharacterSet>Unicode</CharacterSet> | ||
| 62 | </PropertyGroup> | ||
| 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 64 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 65 | <UseOfMfc>false</UseOfMfc> | ||
| 66 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 67 | <PlatformToolset>v120</PlatformToolset> | ||
| 68 | </PropertyGroup> | ||
| 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
| 70 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 71 | <UseOfMfc>false</UseOfMfc> | ||
| 72 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 73 | <PlatformToolset>v120</PlatformToolset> | ||
| 74 | </PropertyGroup> | ||
| 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 76 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 77 | <UseOfMfc>false</UseOfMfc> | ||
| 78 | <PlatformToolset>v120</PlatformToolset> | ||
| 79 | </PropertyGroup> | ||
| 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 81 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 82 | <UseOfMfc>false</UseOfMfc> | ||
| 83 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 84 | <PlatformToolset>v120</PlatformToolset> | ||
| 85 | </PropertyGroup> | ||
| 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 87 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 88 | <UseOfMfc>false</UseOfMfc> | ||
| 89 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 90 | <PlatformToolset>v120</PlatformToolset> | ||
| 91 | </PropertyGroup> | ||
| 92 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 93 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 94 | <UseOfMfc>false</UseOfMfc> | ||
| 95 | <PlatformToolset>v120</PlatformToolset> | ||
| 96 | </PropertyGroup> | ||
| 97 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 98 | <ImportGroup Label="ExtensionSettings"> | ||
| 99 | </ImportGroup> | ||
| 100 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 101 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 102 | </ImportGroup> | ||
| 103 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 104 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 105 | </ImportGroup> | ||
| 106 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 107 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 108 | </ImportGroup> | ||
| 109 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 110 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 111 | </ImportGroup> | ||
| 112 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
| 113 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 114 | </ImportGroup> | ||
| 115 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 116 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 117 | </ImportGroup> | ||
| 118 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 119 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 120 | </ImportGroup> | ||
| 121 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 122 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 123 | </ImportGroup> | ||
| 124 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 125 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 126 | </ImportGroup> | ||
| 127 | <PropertyGroup Label="UserMacros" /> | ||
| 128 | <PropertyGroup> | ||
| 129 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 130 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 131 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 132 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 133 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 134 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 135 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 136 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> | ||
| 137 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> | ||
| 138 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 139 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 140 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 141 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 142 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 143 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 144 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 145 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 146 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
| 147 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 148 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 149 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 150 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 151 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 152 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</LinkIncremental> | ||
| 153 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> | ||
| 154 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
| 155 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 156 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</LinkIncremental> | ||
| 157 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</GenerateManifest> | ||
| 158 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 159 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 160 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 161 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 162 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
| 163 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 164 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 165 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 166 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 167 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 168 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 169 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 170 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 171 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 172 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 173 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 174 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 175 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 176 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 177 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 178 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 179 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 180 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 181 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 182 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 183 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 184 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 185 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 186 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 187 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 188 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 189 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 190 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 191 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 192 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 193 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">zlibwapi</TargetName> | ||
| 194 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">zlibwapi</TargetName> | ||
| 195 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">zlibwapi</TargetName> | ||
| 196 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">zlibwapi</TargetName> | ||
| 197 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">zlibwapi</TargetName> | ||
| 198 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">zlibwapi</TargetName> | ||
| 199 | </PropertyGroup> | ||
| 200 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 201 | <Midl> | ||
| 202 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 203 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 204 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 205 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 206 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 207 | </Midl> | ||
| 208 | <ClCompile> | ||
| 209 | <Optimization>Disabled</Optimization> | ||
| 210 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 211 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 212 | <ExceptionHandling> | ||
| 213 | </ExceptionHandling> | ||
| 214 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 215 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 216 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 217 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 218 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 219 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 220 | <BrowseInformation> | ||
| 221 | </BrowseInformation> | ||
| 222 | <WarningLevel>Level3</WarningLevel> | ||
| 223 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 224 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 225 | </ClCompile> | ||
| 226 | <ResourceCompile> | ||
| 227 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 228 | <Culture>0x040c</Culture> | ||
| 229 | </ResourceCompile> | ||
| 230 | <Link> | ||
| 231 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 232 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 233 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 234 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 235 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 236 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 237 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 238 | <GenerateMapFile>true</GenerateMapFile> | ||
| 239 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 240 | <SubSystem>Windows</SubSystem> | ||
| 241 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 242 | <DataExecutionPrevention> | ||
| 243 | </DataExecutionPrevention> | ||
| 244 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 245 | </Link> | ||
| 246 | </ItemDefinitionGroup> | ||
| 247 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 248 | <Midl> | ||
| 249 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 250 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 251 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 252 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 253 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 254 | </Midl> | ||
| 255 | <ClCompile> | ||
| 256 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 257 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 258 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 259 | <StringPooling>true</StringPooling> | ||
| 260 | <ExceptionHandling> | ||
| 261 | </ExceptionHandling> | ||
| 262 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 263 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 264 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 265 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 266 | <AssemblerOutput>All</AssemblerOutput> | ||
| 267 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 268 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 269 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 270 | <BrowseInformation> | ||
| 271 | </BrowseInformation> | ||
| 272 | <WarningLevel>Level3</WarningLevel> | ||
| 273 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 274 | </ClCompile> | ||
| 275 | <ResourceCompile> | ||
| 276 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 277 | <Culture>0x040c</Culture> | ||
| 278 | </ResourceCompile> | ||
| 279 | <Link> | ||
| 280 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 281 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 282 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 283 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 284 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 285 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 286 | <GenerateMapFile>true</GenerateMapFile> | ||
| 287 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 288 | <SubSystem>Windows</SubSystem> | ||
| 289 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 290 | <DataExecutionPrevention> | ||
| 291 | </DataExecutionPrevention> | ||
| 292 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 293 | </Link> | ||
| 294 | </ItemDefinitionGroup> | ||
| 295 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 296 | <Midl> | ||
| 297 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 298 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 299 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 300 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 301 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 302 | </Midl> | ||
| 303 | <ClCompile> | ||
| 304 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 305 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 306 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 307 | <StringPooling>true</StringPooling> | ||
| 308 | <ExceptionHandling> | ||
| 309 | </ExceptionHandling> | ||
| 310 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 311 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 312 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 313 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 314 | <AssemblerOutput>All</AssemblerOutput> | ||
| 315 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 316 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 317 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 318 | <BrowseInformation> | ||
| 319 | </BrowseInformation> | ||
| 320 | <WarningLevel>Level3</WarningLevel> | ||
| 321 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 322 | </ClCompile> | ||
| 323 | <ResourceCompile> | ||
| 324 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 325 | <Culture>0x040c</Culture> | ||
| 326 | </ResourceCompile> | ||
| 327 | <Link> | ||
| 328 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 329 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 330 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 331 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 332 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 333 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 334 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 335 | <GenerateMapFile>true</GenerateMapFile> | ||
| 336 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 337 | <SubSystem>Windows</SubSystem> | ||
| 338 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 339 | <DataExecutionPrevention> | ||
| 340 | </DataExecutionPrevention> | ||
| 341 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 342 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | ||
| 343 | </Link> | ||
| 344 | </ItemDefinitionGroup> | ||
| 345 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 346 | <Midl> | ||
| 347 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 348 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 349 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 350 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 351 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 352 | </Midl> | ||
| 353 | <ClCompile> | ||
| 354 | <Optimization>Disabled</Optimization> | ||
| 355 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 356 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 357 | <ExceptionHandling> | ||
| 358 | </ExceptionHandling> | ||
| 359 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 360 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 361 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 362 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 363 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 364 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 365 | <BrowseInformation> | ||
| 366 | </BrowseInformation> | ||
| 367 | <WarningLevel>Level3</WarningLevel> | ||
| 368 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 369 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 370 | </ClCompile> | ||
| 371 | <ResourceCompile> | ||
| 372 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 373 | <Culture>0x040c</Culture> | ||
| 374 | </ResourceCompile> | ||
| 375 | <Link> | ||
| 376 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 377 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 378 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 379 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 380 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 381 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 382 | <GenerateMapFile>true</GenerateMapFile> | ||
| 383 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 384 | <SubSystem>Windows</SubSystem> | ||
| 385 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 386 | <TargetMachine>MachineX64</TargetMachine> | ||
| 387 | </Link> | ||
| 388 | </ItemDefinitionGroup> | ||
| 389 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 390 | <Midl> | ||
| 391 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 392 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 393 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 394 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 395 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 396 | </Midl> | ||
| 397 | <ClCompile> | ||
| 398 | <Optimization>Disabled</Optimization> | ||
| 399 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 400 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 401 | <ExceptionHandling> | ||
| 402 | </ExceptionHandling> | ||
| 403 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 404 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 405 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 406 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 407 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 408 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 409 | <BrowseInformation> | ||
| 410 | </BrowseInformation> | ||
| 411 | <WarningLevel>Level3</WarningLevel> | ||
| 412 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 413 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 414 | </ClCompile> | ||
| 415 | <ResourceCompile> | ||
| 416 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 417 | <Culture>0x040c</Culture> | ||
| 418 | </ResourceCompile> | ||
| 419 | <Link> | ||
| 420 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 421 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 422 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 423 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 424 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 425 | <GenerateMapFile>true</GenerateMapFile> | ||
| 426 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 427 | <SubSystem>Windows</SubSystem> | ||
| 428 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 429 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 430 | </Link> | ||
| 431 | </ItemDefinitionGroup> | ||
| 432 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 433 | <Midl> | ||
| 434 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 435 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 436 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 437 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 438 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 439 | </Midl> | ||
| 440 | <ClCompile> | ||
| 441 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 442 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 443 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 444 | <StringPooling>true</StringPooling> | ||
| 445 | <ExceptionHandling> | ||
| 446 | </ExceptionHandling> | ||
| 447 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 448 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 449 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 450 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 451 | <AssemblerOutput>All</AssemblerOutput> | ||
| 452 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 453 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 454 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 455 | <BrowseInformation> | ||
| 456 | </BrowseInformation> | ||
| 457 | <WarningLevel>Level3</WarningLevel> | ||
| 458 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 459 | </ClCompile> | ||
| 460 | <ResourceCompile> | ||
| 461 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 462 | <Culture>0x040c</Culture> | ||
| 463 | </ResourceCompile> | ||
| 464 | <Link> | ||
| 465 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 466 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 467 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 468 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 469 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 470 | <GenerateMapFile>true</GenerateMapFile> | ||
| 471 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 472 | <SubSystem>Windows</SubSystem> | ||
| 473 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 474 | <TargetMachine>MachineX64</TargetMachine> | ||
| 475 | </Link> | ||
| 476 | </ItemDefinitionGroup> | ||
| 477 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
| 478 | <Midl> | ||
| 479 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 480 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 481 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 482 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 483 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 484 | </Midl> | ||
| 485 | <ClCompile> | ||
| 486 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 487 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 488 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 489 | <StringPooling>true</StringPooling> | ||
| 490 | <ExceptionHandling> | ||
| 491 | </ExceptionHandling> | ||
| 492 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 493 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 494 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 495 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 496 | <AssemblerOutput>All</AssemblerOutput> | ||
| 497 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 498 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 499 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 500 | <BrowseInformation> | ||
| 501 | </BrowseInformation> | ||
| 502 | <WarningLevel>Level3</WarningLevel> | ||
| 503 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 504 | </ClCompile> | ||
| 505 | <ResourceCompile> | ||
| 506 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 507 | <Culture>0x040c</Culture> | ||
| 508 | </ResourceCompile> | ||
| 509 | <Link> | ||
| 510 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 511 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 512 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 513 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 514 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 515 | <GenerateMapFile>true</GenerateMapFile> | ||
| 516 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 517 | <SubSystem>Windows</SubSystem> | ||
| 518 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 519 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 520 | </Link> | ||
| 521 | </ItemDefinitionGroup> | ||
| 522 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 523 | <Midl> | ||
| 524 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 525 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 526 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 527 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 528 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 529 | </Midl> | ||
| 530 | <ClCompile> | ||
| 531 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 532 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 533 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 534 | <StringPooling>true</StringPooling> | ||
| 535 | <ExceptionHandling> | ||
| 536 | </ExceptionHandling> | ||
| 537 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 538 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 539 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 540 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 541 | <AssemblerOutput>All</AssemblerOutput> | ||
| 542 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 543 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 544 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 545 | <BrowseInformation> | ||
| 546 | </BrowseInformation> | ||
| 547 | <WarningLevel>Level3</WarningLevel> | ||
| 548 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 549 | </ClCompile> | ||
| 550 | <ResourceCompile> | ||
| 551 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 552 | <Culture>0x040c</Culture> | ||
| 553 | </ResourceCompile> | ||
| 554 | <Link> | ||
| 555 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 556 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 557 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 558 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 559 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 560 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 561 | <GenerateMapFile>true</GenerateMapFile> | ||
| 562 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 563 | <SubSystem>Windows</SubSystem> | ||
| 564 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 565 | <TargetMachine>MachineX64</TargetMachine> | ||
| 566 | </Link> | ||
| 567 | </ItemDefinitionGroup> | ||
| 568 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 569 | <Midl> | ||
| 570 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 571 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 572 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 573 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 574 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 575 | </Midl> | ||
| 576 | <ClCompile> | ||
| 577 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 578 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 579 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 580 | <StringPooling>true</StringPooling> | ||
| 581 | <ExceptionHandling> | ||
| 582 | </ExceptionHandling> | ||
| 583 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 584 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 585 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 586 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 587 | <AssemblerOutput>All</AssemblerOutput> | ||
| 588 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 589 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 590 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 591 | <BrowseInformation> | ||
| 592 | </BrowseInformation> | ||
| 593 | <WarningLevel>Level3</WarningLevel> | ||
| 594 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 595 | </ClCompile> | ||
| 596 | <ResourceCompile> | ||
| 597 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 598 | <Culture>0x040c</Culture> | ||
| 599 | </ResourceCompile> | ||
| 600 | <Link> | ||
| 601 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 602 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 603 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 604 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 605 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 606 | <GenerateMapFile>true</GenerateMapFile> | ||
| 607 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 608 | <SubSystem>Windows</SubSystem> | ||
| 609 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 610 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 611 | </Link> | ||
| 612 | </ItemDefinitionGroup> | ||
| 613 | <ItemGroup> | ||
| 614 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 615 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 616 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 617 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 618 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
| 619 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
| 620 | <ClCompile Include="..\..\..\gzread.c" /> | ||
| 621 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
| 622 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 623 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 624 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 625 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 626 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
| 627 | <ClCompile Include="..\..\minizip\iowin32.c" /> | ||
| 628 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 629 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 630 | <ClCompile Include="..\..\minizip\unzip.c"> | ||
| 631 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 632 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 633 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 634 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 635 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 636 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 637 | </ClCompile> | ||
| 638 | <ClCompile Include="..\..\minizip\zip.c"> | ||
| 639 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 640 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 641 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 642 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 643 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 644 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 645 | </ClCompile> | ||
| 646 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 647 | </ItemGroup> | ||
| 648 | <ItemGroup> | ||
| 649 | <ResourceCompile Include="zlib.rc" /> | ||
| 650 | </ItemGroup> | ||
| 651 | <ItemGroup> | ||
| 652 | <None Include="zlibvc.def" /> | ||
| 653 | </ItemGroup> | ||
| 654 | <ItemGroup> | ||
| 655 | <ClInclude Include="..\..\..\deflate.h" /> | ||
| 656 | <ClInclude Include="..\..\..\infblock.h" /> | ||
| 657 | <ClInclude Include="..\..\..\infcodes.h" /> | ||
| 658 | <ClInclude Include="..\..\..\inffast.h" /> | ||
| 659 | <ClInclude Include="..\..\..\inftrees.h" /> | ||
| 660 | <ClInclude Include="..\..\..\infutil.h" /> | ||
| 661 | <ClInclude Include="..\..\..\zconf.h" /> | ||
| 662 | <ClInclude Include="..\..\..\zlib.h" /> | ||
| 663 | <ClInclude Include="..\..\..\zutil.h" /> | ||
| 664 | </ItemGroup> | ||
| 665 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 666 | <ImportGroup Label="ExtensionTargets"> | ||
| 667 | </ImportGroup> | ||
| 668 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc14/miniunz.vcxproj b/contrib/vstudio/vc14/miniunz.vcxproj deleted file mode 100644 index 9b5c0758..00000000 --- a/contrib/vstudio/vc14/miniunz.vcxproj +++ /dev/null | |||
| @@ -1,316 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|x64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | </ItemGroup> | ||
| 29 | <PropertyGroup Label="Globals"> | ||
| 30 | <ProjectGuid>{C52F9E7B-498A-42BE-8DB4-85A15694382A}</ProjectGuid> | ||
| 31 | <Keyword>Win32Proj</Keyword> | ||
| 32 | </PropertyGroup> | ||
| 33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <CharacterSet>MultiByte</CharacterSet> | ||
| 37 | <PlatformToolset>v140</PlatformToolset> | ||
| 38 | </PropertyGroup> | ||
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 40 | <ConfigurationType>Application</ConfigurationType> | ||
| 41 | <CharacterSet>Unicode</CharacterSet> | ||
| 42 | <PlatformToolset>v140</PlatformToolset> | ||
| 43 | </PropertyGroup> | ||
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 45 | <ConfigurationType>Application</ConfigurationType> | ||
| 46 | <CharacterSet>MultiByte</CharacterSet> | ||
| 47 | <PlatformToolset>v140</PlatformToolset> | ||
| 48 | </PropertyGroup> | ||
| 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 50 | <ConfigurationType>Application</ConfigurationType> | ||
| 51 | <CharacterSet>MultiByte</CharacterSet> | ||
| 52 | <PlatformToolset>v140</PlatformToolset> | ||
| 53 | </PropertyGroup> | ||
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 55 | <ConfigurationType>Application</ConfigurationType> | ||
| 56 | <CharacterSet>MultiByte</CharacterSet> | ||
| 57 | <PlatformToolset>v140</PlatformToolset> | ||
| 58 | </PropertyGroup> | ||
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 60 | <ConfigurationType>Application</ConfigurationType> | ||
| 61 | <CharacterSet>MultiByte</CharacterSet> | ||
| 62 | <PlatformToolset>v140</PlatformToolset> | ||
| 63 | </PropertyGroup> | ||
| 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 65 | <ImportGroup Label="ExtensionSettings"> | ||
| 66 | </ImportGroup> | ||
| 67 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 69 | </ImportGroup> | ||
| 70 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 72 | </ImportGroup> | ||
| 73 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 74 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 75 | </ImportGroup> | ||
| 76 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 78 | </ImportGroup> | ||
| 79 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 80 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 81 | </ImportGroup> | ||
| 82 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 84 | </ImportGroup> | ||
| 85 | <PropertyGroup Label="UserMacros" /> | ||
| 86 | <PropertyGroup> | ||
| 87 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 88 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniUnzip$(Configuration)\</OutDir> | ||
| 89 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 90 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 91 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 92 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniUnzip$(Configuration)\</OutDir> | ||
| 93 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 94 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 95 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 96 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\MiniUnzip$(Configuration)\</OutDir> | ||
| 97 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 98 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 99 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 100 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\MiniUnzip$(Configuration)\</OutDir> | ||
| 101 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 102 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 103 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 104 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\MiniUnzip$(Configuration)\</OutDir> | ||
| 105 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 106 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 107 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 108 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\MiniUnzip$(Configuration)\</OutDir> | ||
| 109 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 110 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 111 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 112 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 113 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 114 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 115 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 116 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 117 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 118 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 119 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 120 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 121 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 122 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 123 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 124 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 125 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 126 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 127 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 128 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 129 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 130 | </PropertyGroup> | ||
| 131 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 132 | <ClCompile> | ||
| 133 | <Optimization>Disabled</Optimization> | ||
| 134 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 135 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 136 | <MinimalRebuild>true</MinimalRebuild> | ||
| 137 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 138 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 139 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 140 | <PrecompiledHeader> | ||
| 141 | </PrecompiledHeader> | ||
| 142 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 143 | <WarningLevel>Level3</WarningLevel> | ||
| 144 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 145 | </ClCompile> | ||
| 146 | <Link> | ||
| 147 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 148 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 149 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 150 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 151 | <SubSystem>Console</SubSystem> | ||
| 152 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 153 | <DataExecutionPrevention> | ||
| 154 | </DataExecutionPrevention> | ||
| 155 | <TargetMachine>MachineX86</TargetMachine> | ||
| 156 | </Link> | ||
| 157 | </ItemDefinitionGroup> | ||
| 158 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 159 | <ClCompile> | ||
| 160 | <Optimization>MaxSpeed</Optimization> | ||
| 161 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 162 | <OmitFramePointers>true</OmitFramePointers> | ||
| 163 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 164 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 165 | <StringPooling>true</StringPooling> | ||
| 166 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 167 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 168 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 169 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 170 | <PrecompiledHeader> | ||
| 171 | </PrecompiledHeader> | ||
| 172 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 173 | <WarningLevel>Level3</WarningLevel> | ||
| 174 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 175 | </ClCompile> | ||
| 176 | <Link> | ||
| 177 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 178 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 179 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 180 | <SubSystem>Console</SubSystem> | ||
| 181 | <OptimizeReferences>true</OptimizeReferences> | ||
| 182 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 183 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 184 | <DataExecutionPrevention> | ||
| 185 | </DataExecutionPrevention> | ||
| 186 | <TargetMachine>MachineX86</TargetMachine> | ||
| 187 | </Link> | ||
| 188 | </ItemDefinitionGroup> | ||
| 189 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 190 | <Midl> | ||
| 191 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 192 | </Midl> | ||
| 193 | <ClCompile> | ||
| 194 | <Optimization>Disabled</Optimization> | ||
| 195 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 196 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 197 | <MinimalRebuild>true</MinimalRebuild> | ||
| 198 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 199 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 200 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 201 | <PrecompiledHeader> | ||
| 202 | </PrecompiledHeader> | ||
| 203 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 204 | <WarningLevel>Level3</WarningLevel> | ||
| 205 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 206 | </ClCompile> | ||
| 207 | <Link> | ||
| 208 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 209 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 210 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 211 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 212 | <SubSystem>Console</SubSystem> | ||
| 213 | <TargetMachine>MachineX64</TargetMachine> | ||
| 214 | </Link> | ||
| 215 | </ItemDefinitionGroup> | ||
| 216 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 217 | <Midl> | ||
| 218 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 219 | </Midl> | ||
| 220 | <ClCompile> | ||
| 221 | <Optimization>Disabled</Optimization> | ||
| 222 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 223 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 224 | <MinimalRebuild>true</MinimalRebuild> | ||
| 225 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 226 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 227 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 228 | <PrecompiledHeader> | ||
| 229 | </PrecompiledHeader> | ||
| 230 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 231 | <WarningLevel>Level3</WarningLevel> | ||
| 232 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 233 | </ClCompile> | ||
| 234 | <Link> | ||
| 235 | <AdditionalDependencies>ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 236 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 237 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 238 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 239 | <SubSystem>Console</SubSystem> | ||
| 240 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 241 | </Link> | ||
| 242 | </ItemDefinitionGroup> | ||
| 243 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 244 | <Midl> | ||
| 245 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 246 | </Midl> | ||
| 247 | <ClCompile> | ||
| 248 | <Optimization>MaxSpeed</Optimization> | ||
| 249 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 250 | <OmitFramePointers>true</OmitFramePointers> | ||
| 251 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 252 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 253 | <StringPooling>true</StringPooling> | ||
| 254 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 255 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 256 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 257 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 258 | <PrecompiledHeader> | ||
| 259 | </PrecompiledHeader> | ||
| 260 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 261 | <WarningLevel>Level3</WarningLevel> | ||
| 262 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 263 | </ClCompile> | ||
| 264 | <Link> | ||
| 265 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 266 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 267 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 268 | <SubSystem>Console</SubSystem> | ||
| 269 | <OptimizeReferences>true</OptimizeReferences> | ||
| 270 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 271 | <TargetMachine>MachineX64</TargetMachine> | ||
| 272 | </Link> | ||
| 273 | </ItemDefinitionGroup> | ||
| 274 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 275 | <Midl> | ||
| 276 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 277 | </Midl> | ||
| 278 | <ClCompile> | ||
| 279 | <Optimization>MaxSpeed</Optimization> | ||
| 280 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 281 | <OmitFramePointers>true</OmitFramePointers> | ||
| 282 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 283 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 284 | <StringPooling>true</StringPooling> | ||
| 285 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 286 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 287 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 288 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 289 | <PrecompiledHeader> | ||
| 290 | </PrecompiledHeader> | ||
| 291 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 292 | <WarningLevel>Level3</WarningLevel> | ||
| 293 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 294 | </ClCompile> | ||
| 295 | <Link> | ||
| 296 | <AdditionalDependencies>ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 297 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 298 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 299 | <SubSystem>Console</SubSystem> | ||
| 300 | <OptimizeReferences>true</OptimizeReferences> | ||
| 301 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 302 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 303 | </Link> | ||
| 304 | </ItemDefinitionGroup> | ||
| 305 | <ItemGroup> | ||
| 306 | <ClCompile Include="..\..\minizip\miniunz.c" /> | ||
| 307 | </ItemGroup> | ||
| 308 | <ItemGroup> | ||
| 309 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 310 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 311 | </ProjectReference> | ||
| 312 | </ItemGroup> | ||
| 313 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 314 | <ImportGroup Label="ExtensionTargets"> | ||
| 315 | </ImportGroup> | ||
| 316 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc14/minizip.vcxproj b/contrib/vstudio/vc14/minizip.vcxproj deleted file mode 100644 index 968a410a..00000000 --- a/contrib/vstudio/vc14/minizip.vcxproj +++ /dev/null | |||
| @@ -1,313 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|x64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | </ItemGroup> | ||
| 29 | <PropertyGroup Label="Globals"> | ||
| 30 | <ProjectGuid>{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid> | ||
| 31 | <Keyword>Win32Proj</Keyword> | ||
| 32 | </PropertyGroup> | ||
| 33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <CharacterSet>MultiByte</CharacterSet> | ||
| 37 | <PlatformToolset>v140</PlatformToolset> | ||
| 38 | </PropertyGroup> | ||
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 40 | <ConfigurationType>Application</ConfigurationType> | ||
| 41 | <CharacterSet>Unicode</CharacterSet> | ||
| 42 | <PlatformToolset>v140</PlatformToolset> | ||
| 43 | </PropertyGroup> | ||
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 45 | <ConfigurationType>Application</ConfigurationType> | ||
| 46 | <CharacterSet>MultiByte</CharacterSet> | ||
| 47 | <PlatformToolset>v140</PlatformToolset> | ||
| 48 | </PropertyGroup> | ||
| 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 50 | <ConfigurationType>Application</ConfigurationType> | ||
| 51 | <CharacterSet>MultiByte</CharacterSet> | ||
| 52 | <PlatformToolset>v140</PlatformToolset> | ||
| 53 | </PropertyGroup> | ||
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 55 | <ConfigurationType>Application</ConfigurationType> | ||
| 56 | <CharacterSet>MultiByte</CharacterSet> | ||
| 57 | <PlatformToolset>v140</PlatformToolset> | ||
| 58 | </PropertyGroup> | ||
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 60 | <ConfigurationType>Application</ConfigurationType> | ||
| 61 | <CharacterSet>MultiByte</CharacterSet> | ||
| 62 | <PlatformToolset>v140</PlatformToolset> | ||
| 63 | </PropertyGroup> | ||
| 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 65 | <ImportGroup Label="ExtensionSettings"> | ||
| 66 | </ImportGroup> | ||
| 67 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 69 | </ImportGroup> | ||
| 70 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 72 | </ImportGroup> | ||
| 73 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 74 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 75 | </ImportGroup> | ||
| 76 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 78 | </ImportGroup> | ||
| 79 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 80 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 81 | </ImportGroup> | ||
| 82 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 84 | </ImportGroup> | ||
| 85 | <PropertyGroup Label="UserMacros" /> | ||
| 86 | <PropertyGroup> | ||
| 87 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 88 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniZip$(Configuration)\</OutDir> | ||
| 89 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 90 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 91 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 92 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniZip$(Configuration)\</OutDir> | ||
| 93 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 94 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 95 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\$(Configuration)\</OutDir> | ||
| 96 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\$(Configuration)\</IntDir> | ||
| 97 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 98 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 99 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\$(Configuration)\</OutDir> | ||
| 100 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\$(Configuration)\</IntDir> | ||
| 101 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 102 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 103 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\$(Configuration)\</OutDir> | ||
| 104 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\$(Configuration)\</IntDir> | ||
| 105 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 106 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\$(Configuration)\</OutDir> | ||
| 107 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\$(Configuration)\</IntDir> | ||
| 108 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 109 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 110 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 111 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 112 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 113 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 114 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 115 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 116 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 117 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 118 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 119 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 120 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 121 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 122 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 123 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 124 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 125 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 126 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 127 | </PropertyGroup> | ||
| 128 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 129 | <ClCompile> | ||
| 130 | <Optimization>Disabled</Optimization> | ||
| 131 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 132 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 133 | <MinimalRebuild>true</MinimalRebuild> | ||
| 134 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 135 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 136 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 137 | <PrecompiledHeader> | ||
| 138 | </PrecompiledHeader> | ||
| 139 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 140 | <WarningLevel>Level3</WarningLevel> | ||
| 141 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 142 | </ClCompile> | ||
| 143 | <Link> | ||
| 144 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 145 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 146 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 147 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 148 | <SubSystem>Console</SubSystem> | ||
| 149 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 150 | <DataExecutionPrevention> | ||
| 151 | </DataExecutionPrevention> | ||
| 152 | <TargetMachine>MachineX86</TargetMachine> | ||
| 153 | </Link> | ||
| 154 | </ItemDefinitionGroup> | ||
| 155 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 156 | <ClCompile> | ||
| 157 | <Optimization>MaxSpeed</Optimization> | ||
| 158 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 159 | <OmitFramePointers>true</OmitFramePointers> | ||
| 160 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 161 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 162 | <StringPooling>true</StringPooling> | ||
| 163 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 164 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 165 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 166 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 167 | <PrecompiledHeader> | ||
| 168 | </PrecompiledHeader> | ||
| 169 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 170 | <WarningLevel>Level3</WarningLevel> | ||
| 171 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 172 | </ClCompile> | ||
| 173 | <Link> | ||
| 174 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 175 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 176 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 177 | <SubSystem>Console</SubSystem> | ||
| 178 | <OptimizeReferences>true</OptimizeReferences> | ||
| 179 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 180 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 181 | <DataExecutionPrevention> | ||
| 182 | </DataExecutionPrevention> | ||
| 183 | <TargetMachine>MachineX86</TargetMachine> | ||
| 184 | </Link> | ||
| 185 | </ItemDefinitionGroup> | ||
| 186 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 187 | <Midl> | ||
| 188 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 189 | </Midl> | ||
| 190 | <ClCompile> | ||
| 191 | <Optimization>Disabled</Optimization> | ||
| 192 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 193 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 194 | <MinimalRebuild>true</MinimalRebuild> | ||
| 195 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 196 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 197 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 198 | <PrecompiledHeader> | ||
| 199 | </PrecompiledHeader> | ||
| 200 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 201 | <WarningLevel>Level3</WarningLevel> | ||
| 202 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 203 | </ClCompile> | ||
| 204 | <Link> | ||
| 205 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 206 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 207 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 208 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 209 | <SubSystem>Console</SubSystem> | ||
| 210 | <TargetMachine>MachineX64</TargetMachine> | ||
| 211 | </Link> | ||
| 212 | </ItemDefinitionGroup> | ||
| 213 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 214 | <Midl> | ||
| 215 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 216 | </Midl> | ||
| 217 | <ClCompile> | ||
| 218 | <Optimization>Disabled</Optimization> | ||
| 219 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 220 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 221 | <MinimalRebuild>true</MinimalRebuild> | ||
| 222 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 223 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 224 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 225 | <PrecompiledHeader> | ||
| 226 | </PrecompiledHeader> | ||
| 227 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 228 | <WarningLevel>Level3</WarningLevel> | ||
| 229 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 230 | </ClCompile> | ||
| 231 | <Link> | ||
| 232 | <AdditionalDependencies>ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 233 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 234 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 235 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 236 | <SubSystem>Console</SubSystem> | ||
| 237 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 238 | </Link> | ||
| 239 | </ItemDefinitionGroup> | ||
| 240 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 241 | <Midl> | ||
| 242 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 243 | </Midl> | ||
| 244 | <ClCompile> | ||
| 245 | <Optimization>MaxSpeed</Optimization> | ||
| 246 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 247 | <OmitFramePointers>true</OmitFramePointers> | ||
| 248 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 249 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 250 | <StringPooling>true</StringPooling> | ||
| 251 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 252 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 253 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 254 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 255 | <PrecompiledHeader> | ||
| 256 | </PrecompiledHeader> | ||
| 257 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 258 | <WarningLevel>Level3</WarningLevel> | ||
| 259 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 260 | </ClCompile> | ||
| 261 | <Link> | ||
| 262 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 263 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 264 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 265 | <SubSystem>Console</SubSystem> | ||
| 266 | <OptimizeReferences>true</OptimizeReferences> | ||
| 267 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 268 | <TargetMachine>MachineX64</TargetMachine> | ||
| 269 | </Link> | ||
| 270 | </ItemDefinitionGroup> | ||
| 271 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 272 | <Midl> | ||
| 273 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 274 | </Midl> | ||
| 275 | <ClCompile> | ||
| 276 | <Optimization>MaxSpeed</Optimization> | ||
| 277 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 278 | <OmitFramePointers>true</OmitFramePointers> | ||
| 279 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 280 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 281 | <StringPooling>true</StringPooling> | ||
| 282 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 283 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 284 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 285 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 286 | <PrecompiledHeader> | ||
| 287 | </PrecompiledHeader> | ||
| 288 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 289 | <WarningLevel>Level3</WarningLevel> | ||
| 290 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 291 | </ClCompile> | ||
| 292 | <Link> | ||
| 293 | <AdditionalDependencies>ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 294 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 295 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 296 | <SubSystem>Console</SubSystem> | ||
| 297 | <OptimizeReferences>true</OptimizeReferences> | ||
| 298 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 299 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 300 | </Link> | ||
| 301 | </ItemDefinitionGroup> | ||
| 302 | <ItemGroup> | ||
| 303 | <ClCompile Include="..\..\minizip\minizip.c" /> | ||
| 304 | </ItemGroup> | ||
| 305 | <ItemGroup> | ||
| 306 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 307 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 308 | </ProjectReference> | ||
| 309 | </ItemGroup> | ||
| 310 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 311 | <ImportGroup Label="ExtensionTargets"> | ||
| 312 | </ImportGroup> | ||
| 313 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc14/testzlib.vcxproj b/contrib/vstudio/vc14/testzlib.vcxproj deleted file mode 100644 index 54520495..00000000 --- a/contrib/vstudio/vc14/testzlib.vcxproj +++ /dev/null | |||
| @@ -1,422 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium"> | ||
| 17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Itanium</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|Win32"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>Win32</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|x64"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>x64</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | </ItemGroup> | ||
| 41 | <PropertyGroup Label="Globals"> | ||
| 42 | <ProjectGuid>{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid> | ||
| 43 | <RootNamespace>testzlib</RootNamespace> | ||
| 44 | <Keyword>Win32Proj</Keyword> | ||
| 45 | </PropertyGroup> | ||
| 46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 48 | <ConfigurationType>Application</ConfigurationType> | ||
| 49 | <CharacterSet>MultiByte</CharacterSet> | ||
| 50 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 51 | <PlatformToolset>v140</PlatformToolset> | ||
| 52 | </PropertyGroup> | ||
| 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 54 | <ConfigurationType>Application</ConfigurationType> | ||
| 55 | <CharacterSet>MultiByte</CharacterSet> | ||
| 56 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 57 | <PlatformToolset>v140</PlatformToolset> | ||
| 58 | </PropertyGroup> | ||
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 60 | <ConfigurationType>Application</ConfigurationType> | ||
| 61 | <CharacterSet>Unicode</CharacterSet> | ||
| 62 | <PlatformToolset>v140</PlatformToolset> | ||
| 63 | </PropertyGroup> | ||
| 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 65 | <ConfigurationType>Application</ConfigurationType> | ||
| 66 | <CharacterSet>MultiByte</CharacterSet> | ||
| 67 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 68 | <PlatformToolset>v140</PlatformToolset> | ||
| 69 | </PropertyGroup> | ||
| 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
| 71 | <ConfigurationType>Application</ConfigurationType> | ||
| 72 | <CharacterSet>MultiByte</CharacterSet> | ||
| 73 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 74 | <PlatformToolset>v140</PlatformToolset> | ||
| 75 | </PropertyGroup> | ||
| 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 77 | <ConfigurationType>Application</ConfigurationType> | ||
| 78 | <CharacterSet>MultiByte</CharacterSet> | ||
| 79 | <PlatformToolset>v140</PlatformToolset> | ||
| 80 | </PropertyGroup> | ||
| 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 82 | <ConfigurationType>Application</ConfigurationType> | ||
| 83 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 84 | <PlatformToolset>v140</PlatformToolset> | ||
| 85 | </PropertyGroup> | ||
| 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 87 | <ConfigurationType>Application</ConfigurationType> | ||
| 88 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 89 | <PlatformToolset>v140</PlatformToolset> | ||
| 90 | </PropertyGroup> | ||
| 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 92 | <ConfigurationType>Application</ConfigurationType> | ||
| 93 | <PlatformToolset>v140</PlatformToolset> | ||
| 94 | </PropertyGroup> | ||
| 95 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 96 | <ImportGroup Label="ExtensionSettings"> | ||
| 97 | </ImportGroup> | ||
| 98 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 99 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 100 | </ImportGroup> | ||
| 101 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 102 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 103 | </ImportGroup> | ||
| 104 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 105 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 106 | </ImportGroup> | ||
| 107 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 108 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 109 | </ImportGroup> | ||
| 110 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
| 111 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 112 | </ImportGroup> | ||
| 113 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 114 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 115 | </ImportGroup> | ||
| 116 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 117 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 118 | </ImportGroup> | ||
| 119 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 120 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 121 | </ImportGroup> | ||
| 122 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 123 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 124 | </ImportGroup> | ||
| 125 | <PropertyGroup Label="UserMacros" /> | ||
| 126 | <PropertyGroup> | ||
| 127 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 128 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 129 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 130 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 131 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 132 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 133 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 134 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> | ||
| 135 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> | ||
| 136 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 137 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 138 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 139 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 140 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 141 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 142 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 143 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
| 144 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 145 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 146 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 147 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 148 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 149 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> | ||
| 150 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
| 151 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 152 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</LinkIncremental> | ||
| 153 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</GenerateManifest> | ||
| 154 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 155 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 156 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 157 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlib$(Configuration)\</OutDir> | ||
| 158 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 159 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 160 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 161 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 162 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 163 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 164 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 165 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 166 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 167 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 168 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 169 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 170 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 171 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 172 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 173 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 174 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 175 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 176 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 177 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 178 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 179 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 180 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 181 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 182 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 183 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 184 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 185 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 186 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 187 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 188 | </PropertyGroup> | ||
| 189 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 190 | <ClCompile> | ||
| 191 | <Optimization>Disabled</Optimization> | ||
| 192 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 193 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 194 | <MinimalRebuild>true</MinimalRebuild> | ||
| 195 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 196 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 197 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 198 | <PrecompiledHeader> | ||
| 199 | </PrecompiledHeader> | ||
| 200 | <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput> | ||
| 201 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 202 | <WarningLevel>Level3</WarningLevel> | ||
| 203 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 204 | </ClCompile> | ||
| 205 | <Link> | ||
| 206 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 207 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 208 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 209 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 210 | <SubSystem>Console</SubSystem> | ||
| 211 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 212 | <DataExecutionPrevention> | ||
| 213 | </DataExecutionPrevention> | ||
| 214 | <TargetMachine>MachineX86</TargetMachine> | ||
| 215 | </Link> | ||
| 216 | </ItemDefinitionGroup> | ||
| 217 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 218 | <ClCompile> | ||
| 219 | <Optimization>MaxSpeed</Optimization> | ||
| 220 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 221 | <OmitFramePointers>true</OmitFramePointers> | ||
| 222 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 223 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 224 | <StringPooling>true</StringPooling> | ||
| 225 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 226 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 227 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 228 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 229 | <PrecompiledHeader> | ||
| 230 | </PrecompiledHeader> | ||
| 231 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 232 | <WarningLevel>Level3</WarningLevel> | ||
| 233 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 234 | </ClCompile> | ||
| 235 | <Link> | ||
| 236 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 237 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 238 | <SubSystem>Console</SubSystem> | ||
| 239 | <OptimizeReferences>true</OptimizeReferences> | ||
| 240 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 241 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 242 | <DataExecutionPrevention> | ||
| 243 | </DataExecutionPrevention> | ||
| 244 | <TargetMachine>MachineX86</TargetMachine> | ||
| 245 | </Link> | ||
| 246 | </ItemDefinitionGroup> | ||
| 247 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 248 | <ClCompile> | ||
| 249 | <Optimization>MaxSpeed</Optimization> | ||
| 250 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 251 | <OmitFramePointers>true</OmitFramePointers> | ||
| 252 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 253 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 254 | <StringPooling>true</StringPooling> | ||
| 255 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 256 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 257 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 258 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 259 | <PrecompiledHeader> | ||
| 260 | </PrecompiledHeader> | ||
| 261 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 262 | <WarningLevel>Level3</WarningLevel> | ||
| 263 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 264 | </ClCompile> | ||
| 265 | <Link> | ||
| 266 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 267 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 268 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 269 | <SubSystem>Console</SubSystem> | ||
| 270 | <OptimizeReferences>true</OptimizeReferences> | ||
| 271 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 272 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 273 | <DataExecutionPrevention> | ||
| 274 | </DataExecutionPrevention> | ||
| 275 | <TargetMachine>MachineX86</TargetMachine> | ||
| 276 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | ||
| 277 | </Link> | ||
| 278 | </ItemDefinitionGroup> | ||
| 279 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 280 | <ClCompile> | ||
| 281 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 282 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 283 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 284 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 285 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 286 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 287 | </ClCompile> | ||
| 288 | <Link> | ||
| 289 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 290 | </Link> | ||
| 291 | </ItemDefinitionGroup> | ||
| 292 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 293 | <Midl> | ||
| 294 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 295 | </Midl> | ||
| 296 | <ClCompile> | ||
| 297 | <Optimization>Disabled</Optimization> | ||
| 298 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 299 | <PreprocessorDefinitions>ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 300 | <MinimalRebuild>true</MinimalRebuild> | ||
| 301 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 302 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 303 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 304 | <PrecompiledHeader> | ||
| 305 | </PrecompiledHeader> | ||
| 306 | <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput> | ||
| 307 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 308 | <WarningLevel>Level3</WarningLevel> | ||
| 309 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 310 | </ClCompile> | ||
| 311 | <Link> | ||
| 312 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 313 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 314 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 315 | <SubSystem>Console</SubSystem> | ||
| 316 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 317 | </Link> | ||
| 318 | </ItemDefinitionGroup> | ||
| 319 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 320 | <ClCompile> | ||
| 321 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 322 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 323 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 324 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 325 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 326 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 327 | </ClCompile> | ||
| 328 | <Link> | ||
| 329 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 330 | </Link> | ||
| 331 | </ItemDefinitionGroup> | ||
| 332 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
| 333 | <Midl> | ||
| 334 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 335 | </Midl> | ||
| 336 | <ClCompile> | ||
| 337 | <Optimization>MaxSpeed</Optimization> | ||
| 338 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 339 | <OmitFramePointers>true</OmitFramePointers> | ||
| 340 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 341 | <PreprocessorDefinitions>ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 342 | <StringPooling>true</StringPooling> | ||
| 343 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 344 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 345 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 346 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 347 | <PrecompiledHeader> | ||
| 348 | </PrecompiledHeader> | ||
| 349 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 350 | <WarningLevel>Level3</WarningLevel> | ||
| 351 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 352 | </ClCompile> | ||
| 353 | <Link> | ||
| 354 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 355 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 356 | <SubSystem>Console</SubSystem> | ||
| 357 | <OptimizeReferences>true</OptimizeReferences> | ||
| 358 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 359 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 360 | </Link> | ||
| 361 | </ItemDefinitionGroup> | ||
| 362 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 363 | <ClCompile> | ||
| 364 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 365 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 366 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 367 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 368 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 369 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 370 | </ClCompile> | ||
| 371 | <Link> | ||
| 372 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 373 | </Link> | ||
| 374 | </ItemDefinitionGroup> | ||
| 375 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 376 | <Midl> | ||
| 377 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 378 | </Midl> | ||
| 379 | <ClCompile> | ||
| 380 | <Optimization>MaxSpeed</Optimization> | ||
| 381 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 382 | <OmitFramePointers>true</OmitFramePointers> | ||
| 383 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 384 | <PreprocessorDefinitions>ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 385 | <StringPooling>true</StringPooling> | ||
| 386 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 387 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 388 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 389 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 390 | <PrecompiledHeader> | ||
| 391 | </PrecompiledHeader> | ||
| 392 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 393 | <WarningLevel>Level3</WarningLevel> | ||
| 394 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 395 | </ClCompile> | ||
| 396 | <Link> | ||
| 397 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 398 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 399 | <SubSystem>Console</SubSystem> | ||
| 400 | <OptimizeReferences>true</OptimizeReferences> | ||
| 401 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 402 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 403 | </Link> | ||
| 404 | </ItemDefinitionGroup> | ||
| 405 | <ItemGroup> | ||
| 406 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 407 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 408 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 409 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 410 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 411 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 412 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 413 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 414 | <ClCompile Include="..\..\testzlib\testzlib.c" /> | ||
| 415 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 416 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 417 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 418 | </ItemGroup> | ||
| 419 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 420 | <ImportGroup Label="ExtensionTargets"> | ||
| 421 | </ImportGroup> | ||
| 422 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc14/testzlibdll.vcxproj b/contrib/vstudio/vc14/testzlibdll.vcxproj deleted file mode 100644 index d87474de..00000000 --- a/contrib/vstudio/vc14/testzlibdll.vcxproj +++ /dev/null | |||
| @@ -1,316 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|x64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | </ItemGroup> | ||
| 29 | <PropertyGroup Label="Globals"> | ||
| 30 | <ProjectGuid>{C52F9E7B-498A-42BE-8DB4-85A15694366A}</ProjectGuid> | ||
| 31 | <Keyword>Win32Proj</Keyword> | ||
| 32 | </PropertyGroup> | ||
| 33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <CharacterSet>MultiByte</CharacterSet> | ||
| 37 | <PlatformToolset>v140</PlatformToolset> | ||
| 38 | </PropertyGroup> | ||
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 40 | <ConfigurationType>Application</ConfigurationType> | ||
| 41 | <CharacterSet>Unicode</CharacterSet> | ||
| 42 | <PlatformToolset>v140</PlatformToolset> | ||
| 43 | </PropertyGroup> | ||
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 45 | <ConfigurationType>Application</ConfigurationType> | ||
| 46 | <CharacterSet>MultiByte</CharacterSet> | ||
| 47 | <PlatformToolset>v140</PlatformToolset> | ||
| 48 | </PropertyGroup> | ||
| 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 50 | <ConfigurationType>Application</ConfigurationType> | ||
| 51 | <CharacterSet>MultiByte</CharacterSet> | ||
| 52 | <PlatformToolset>v140</PlatformToolset> | ||
| 53 | </PropertyGroup> | ||
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 55 | <ConfigurationType>Application</ConfigurationType> | ||
| 56 | <CharacterSet>MultiByte</CharacterSet> | ||
| 57 | <PlatformToolset>v140</PlatformToolset> | ||
| 58 | </PropertyGroup> | ||
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 60 | <ConfigurationType>Application</ConfigurationType> | ||
| 61 | <CharacterSet>MultiByte</CharacterSet> | ||
| 62 | <PlatformToolset>v140</PlatformToolset> | ||
| 63 | </PropertyGroup> | ||
| 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 65 | <ImportGroup Label="ExtensionSettings"> | ||
| 66 | </ImportGroup> | ||
| 67 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 69 | </ImportGroup> | ||
| 70 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 72 | </ImportGroup> | ||
| 73 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 74 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 75 | </ImportGroup> | ||
| 76 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 78 | </ImportGroup> | ||
| 79 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 80 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 81 | </ImportGroup> | ||
| 82 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 84 | </ImportGroup> | ||
| 85 | <PropertyGroup Label="UserMacros" /> | ||
| 86 | <PropertyGroup> | ||
| 87 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 88 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlibDll$(Configuration)\</OutDir> | ||
| 89 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 90 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 91 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 92 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlibDll$(Configuration)\</OutDir> | ||
| 93 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 94 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 95 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 96 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlibDll$(Configuration)\</OutDir> | ||
| 97 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 98 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 99 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 100 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlibDll$(Configuration)\</OutDir> | ||
| 101 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 102 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 103 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 104 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlibDll$(Configuration)\</OutDir> | ||
| 105 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 106 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 107 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 108 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlibDll$(Configuration)\</OutDir> | ||
| 109 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 110 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 111 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 112 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 113 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 114 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 115 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 116 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 117 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 118 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 119 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 120 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 121 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 122 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 123 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 124 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 125 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 126 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 127 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 128 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 129 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 130 | </PropertyGroup> | ||
| 131 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 132 | <ClCompile> | ||
| 133 | <Optimization>Disabled</Optimization> | ||
| 134 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 135 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 136 | <MinimalRebuild>true</MinimalRebuild> | ||
| 137 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 138 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 139 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 140 | <PrecompiledHeader> | ||
| 141 | </PrecompiledHeader> | ||
| 142 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 143 | <WarningLevel>Level3</WarningLevel> | ||
| 144 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 145 | </ClCompile> | ||
| 146 | <Link> | ||
| 147 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 148 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 149 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 150 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 151 | <SubSystem>Console</SubSystem> | ||
| 152 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 153 | <DataExecutionPrevention> | ||
| 154 | </DataExecutionPrevention> | ||
| 155 | <TargetMachine>MachineX86</TargetMachine> | ||
| 156 | </Link> | ||
| 157 | </ItemDefinitionGroup> | ||
| 158 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 159 | <ClCompile> | ||
| 160 | <Optimization>MaxSpeed</Optimization> | ||
| 161 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 162 | <OmitFramePointers>true</OmitFramePointers> | ||
| 163 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 164 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 165 | <StringPooling>true</StringPooling> | ||
| 166 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 167 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 168 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 169 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 170 | <PrecompiledHeader> | ||
| 171 | </PrecompiledHeader> | ||
| 172 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 173 | <WarningLevel>Level3</WarningLevel> | ||
| 174 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 175 | </ClCompile> | ||
| 176 | <Link> | ||
| 177 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 178 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 179 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 180 | <SubSystem>Console</SubSystem> | ||
| 181 | <OptimizeReferences>true</OptimizeReferences> | ||
| 182 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 183 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 184 | <DataExecutionPrevention> | ||
| 185 | </DataExecutionPrevention> | ||
| 186 | <TargetMachine>MachineX86</TargetMachine> | ||
| 187 | </Link> | ||
| 188 | </ItemDefinitionGroup> | ||
| 189 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 190 | <Midl> | ||
| 191 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 192 | </Midl> | ||
| 193 | <ClCompile> | ||
| 194 | <Optimization>Disabled</Optimization> | ||
| 195 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 196 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 197 | <MinimalRebuild>true</MinimalRebuild> | ||
| 198 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 199 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 200 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 201 | <PrecompiledHeader> | ||
| 202 | </PrecompiledHeader> | ||
| 203 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 204 | <WarningLevel>Level3</WarningLevel> | ||
| 205 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 206 | </ClCompile> | ||
| 207 | <Link> | ||
| 208 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 209 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 210 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 211 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 212 | <SubSystem>Console</SubSystem> | ||
| 213 | <TargetMachine>MachineX64</TargetMachine> | ||
| 214 | </Link> | ||
| 215 | </ItemDefinitionGroup> | ||
| 216 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 217 | <Midl> | ||
| 218 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 219 | </Midl> | ||
| 220 | <ClCompile> | ||
| 221 | <Optimization>Disabled</Optimization> | ||
| 222 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 223 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 224 | <MinimalRebuild>true</MinimalRebuild> | ||
| 225 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 226 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 227 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 228 | <PrecompiledHeader> | ||
| 229 | </PrecompiledHeader> | ||
| 230 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 231 | <WarningLevel>Level3</WarningLevel> | ||
| 232 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 233 | </ClCompile> | ||
| 234 | <Link> | ||
| 235 | <AdditionalDependencies>ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 236 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 237 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 238 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 239 | <SubSystem>Console</SubSystem> | ||
| 240 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 241 | </Link> | ||
| 242 | </ItemDefinitionGroup> | ||
| 243 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 244 | <Midl> | ||
| 245 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 246 | </Midl> | ||
| 247 | <ClCompile> | ||
| 248 | <Optimization>MaxSpeed</Optimization> | ||
| 249 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 250 | <OmitFramePointers>true</OmitFramePointers> | ||
| 251 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 252 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 253 | <StringPooling>true</StringPooling> | ||
| 254 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 255 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 256 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 257 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 258 | <PrecompiledHeader> | ||
| 259 | </PrecompiledHeader> | ||
| 260 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 261 | <WarningLevel>Level3</WarningLevel> | ||
| 262 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 263 | </ClCompile> | ||
| 264 | <Link> | ||
| 265 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 266 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 267 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 268 | <SubSystem>Console</SubSystem> | ||
| 269 | <OptimizeReferences>true</OptimizeReferences> | ||
| 270 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 271 | <TargetMachine>MachineX64</TargetMachine> | ||
| 272 | </Link> | ||
| 273 | </ItemDefinitionGroup> | ||
| 274 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 275 | <Midl> | ||
| 276 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 277 | </Midl> | ||
| 278 | <ClCompile> | ||
| 279 | <Optimization>MaxSpeed</Optimization> | ||
| 280 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 281 | <OmitFramePointers>true</OmitFramePointers> | ||
| 282 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 283 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 284 | <StringPooling>true</StringPooling> | ||
| 285 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 286 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 287 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 288 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 289 | <PrecompiledHeader> | ||
| 290 | </PrecompiledHeader> | ||
| 291 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 292 | <WarningLevel>Level3</WarningLevel> | ||
| 293 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 294 | </ClCompile> | ||
| 295 | <Link> | ||
| 296 | <AdditionalDependencies>ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 297 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 298 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 299 | <SubSystem>Console</SubSystem> | ||
| 300 | <OptimizeReferences>true</OptimizeReferences> | ||
| 301 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 302 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 303 | </Link> | ||
| 304 | </ItemDefinitionGroup> | ||
| 305 | <ItemGroup> | ||
| 306 | <ClCompile Include="..\..\testzlib\testzlib.c" /> | ||
| 307 | </ItemGroup> | ||
| 308 | <ItemGroup> | ||
| 309 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 310 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 311 | </ProjectReference> | ||
| 312 | </ItemGroup> | ||
| 313 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 314 | <ImportGroup Label="ExtensionTargets"> | ||
| 315 | </ImportGroup> | ||
| 316 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc14/zlib.rc b/contrib/vstudio/vc14/zlib.rc deleted file mode 100644 index 2ae381c2..00000000 --- a/contrib/vstudio/vc14/zlib.rc +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | #include <windows.h> | ||
| 2 | |||
| 3 | #define IDR_VERSION1 1 | ||
| 4 | IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE | ||
| 5 | FILEVERSION 1, 3, 1, 2 | ||
| 6 | PRODUCTVERSION 1, 3, 1, 2 | ||
| 7 | FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
| 8 | FILEFLAGS 0 | ||
| 9 | FILEOS VOS_DOS_WINDOWS32 | ||
| 10 | FILETYPE VFT_DLL | ||
| 11 | FILESUBTYPE 0 // not used | ||
| 12 | BEGIN | ||
| 13 | BLOCK "StringFileInfo" | ||
| 14 | BEGIN | ||
| 15 | BLOCK "040904E4" | ||
| 16 | //language ID = U.S. English, char set = Windows, Multilingual | ||
| 17 | |||
| 18 | BEGIN | ||
| 19 | VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" | ||
| 20 | VALUE "FileVersion", "1.3.1.2\0" | ||
| 21 | VALUE "InternalName", "zlib\0" | ||
| 22 | VALUE "OriginalFilename", "zlibwapi.dll\0" | ||
| 23 | VALUE "ProductName", "ZLib.DLL\0" | ||
| 24 | VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" | ||
| 25 | VALUE "LegalCopyright", "(C) 1995-2025 Jean-loup Gailly & Mark Adler\0" | ||
| 26 | END | ||
| 27 | END | ||
| 28 | BLOCK "VarFileInfo" | ||
| 29 | BEGIN | ||
| 30 | VALUE "Translation", 0x0409, 1252 | ||
| 31 | END | ||
| 32 | END | ||
diff --git a/contrib/vstudio/vc14/zlibstat.vcxproj b/contrib/vstudio/vc14/zlibstat.vcxproj deleted file mode 100644 index 85c1e895..00000000 --- a/contrib/vstudio/vc14/zlibstat.vcxproj +++ /dev/null | |||
| @@ -1,459 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium"> | ||
| 17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Itanium</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|Win32"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>Win32</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|x64"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>x64</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | </ItemGroup> | ||
| 41 | <PropertyGroup Label="Globals"> | ||
| 42 | <ProjectGuid>{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}</ProjectGuid> | ||
| 43 | </PropertyGroup> | ||
| 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 46 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 47 | <UseOfMfc>false</UseOfMfc> | ||
| 48 | <PlatformToolset>v140</PlatformToolset> | ||
| 49 | </PropertyGroup> | ||
| 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 51 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 52 | <UseOfMfc>false</UseOfMfc> | ||
| 53 | <PlatformToolset>v140</PlatformToolset> | ||
| 54 | </PropertyGroup> | ||
| 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 56 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 57 | <UseOfMfc>false</UseOfMfc> | ||
| 58 | <PlatformToolset>v140</PlatformToolset> | ||
| 59 | <CharacterSet>Unicode</CharacterSet> | ||
| 60 | </PropertyGroup> | ||
| 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
| 62 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 63 | <UseOfMfc>false</UseOfMfc> | ||
| 64 | <PlatformToolset>v140</PlatformToolset> | ||
| 65 | </PropertyGroup> | ||
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 67 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 68 | <UseOfMfc>false</UseOfMfc> | ||
| 69 | <PlatformToolset>v140</PlatformToolset> | ||
| 70 | </PropertyGroup> | ||
| 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 72 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 73 | <UseOfMfc>false</UseOfMfc> | ||
| 74 | <PlatformToolset>v140</PlatformToolset> | ||
| 75 | </PropertyGroup> | ||
| 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 77 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 78 | <UseOfMfc>false</UseOfMfc> | ||
| 79 | <PlatformToolset>v140</PlatformToolset> | ||
| 80 | </PropertyGroup> | ||
| 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 82 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 83 | <UseOfMfc>false</UseOfMfc> | ||
| 84 | <PlatformToolset>v140</PlatformToolset> | ||
| 85 | </PropertyGroup> | ||
| 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 87 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 88 | <UseOfMfc>false</UseOfMfc> | ||
| 89 | <PlatformToolset>v140</PlatformToolset> | ||
| 90 | </PropertyGroup> | ||
| 91 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 92 | <ImportGroup Label="ExtensionSettings"> | ||
| 93 | </ImportGroup> | ||
| 94 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 95 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 96 | </ImportGroup> | ||
| 97 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 98 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 99 | </ImportGroup> | ||
| 100 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 101 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 102 | </ImportGroup> | ||
| 103 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
| 104 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 105 | </ImportGroup> | ||
| 106 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 107 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 108 | </ImportGroup> | ||
| 109 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 110 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 111 | </ImportGroup> | ||
| 112 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 113 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 114 | </ImportGroup> | ||
| 115 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 116 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 117 | </ImportGroup> | ||
| 118 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 119 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 120 | </ImportGroup> | ||
| 121 | <PropertyGroup Label="UserMacros" /> | ||
| 122 | <PropertyGroup> | ||
| 123 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 124 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 125 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 126 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 127 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 128 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 129 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 130 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 131 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 132 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | ||
| 133 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 134 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 135 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 136 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | ||
| 137 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 138 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 139 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 140 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | ||
| 141 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 142 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 143 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 144 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 145 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 146 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 147 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 148 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 149 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 150 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 151 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 152 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 153 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 154 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 155 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 156 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 157 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 158 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 159 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 160 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 161 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 162 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 163 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 164 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 165 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 166 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 167 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 168 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 169 | </PropertyGroup> | ||
| 170 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 171 | <ClCompile> | ||
| 172 | <Optimization>Disabled</Optimization> | ||
| 173 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 174 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 175 | <ExceptionHandling> | ||
| 176 | </ExceptionHandling> | ||
| 177 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 178 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 179 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 180 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 181 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 182 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 183 | <WarningLevel>Level3</WarningLevel> | ||
| 184 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 185 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 186 | </ClCompile> | ||
| 187 | <ResourceCompile> | ||
| 188 | <Culture>0x040c</Culture> | ||
| 189 | </ResourceCompile> | ||
| 190 | <Lib> | ||
| 191 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 192 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 193 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 194 | </Lib> | ||
| 195 | </ItemDefinitionGroup> | ||
| 196 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 197 | <ClCompile> | ||
| 198 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 199 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 200 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 201 | <StringPooling>true</StringPooling> | ||
| 202 | <ExceptionHandling> | ||
| 203 | </ExceptionHandling> | ||
| 204 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 205 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 206 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 207 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 208 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 209 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 210 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 211 | <WarningLevel>Level3</WarningLevel> | ||
| 212 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 213 | </ClCompile> | ||
| 214 | <ResourceCompile> | ||
| 215 | <Culture>0x040c</Culture> | ||
| 216 | </ResourceCompile> | ||
| 217 | <Lib> | ||
| 218 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 219 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 220 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 221 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 222 | </Lib> | ||
| 223 | </ItemDefinitionGroup> | ||
| 224 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 225 | <ClCompile> | ||
| 226 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 227 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 228 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 229 | <StringPooling>true</StringPooling> | ||
| 230 | <ExceptionHandling> | ||
| 231 | </ExceptionHandling> | ||
| 232 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 233 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 234 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 235 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 236 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 237 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 238 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 239 | <WarningLevel>Level3</WarningLevel> | ||
| 240 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 241 | </ClCompile> | ||
| 242 | <ResourceCompile> | ||
| 243 | <Culture>0x040c</Culture> | ||
| 244 | </ResourceCompile> | ||
| 245 | <Lib> | ||
| 246 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 247 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 248 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 249 | </Lib> | ||
| 250 | </ItemDefinitionGroup> | ||
| 251 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 252 | <Midl> | ||
| 253 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 254 | </Midl> | ||
| 255 | <ClCompile> | ||
| 256 | <Optimization>Disabled</Optimization> | ||
| 257 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 258 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 259 | <ExceptionHandling> | ||
| 260 | </ExceptionHandling> | ||
| 261 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 262 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 263 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 264 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 265 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 266 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 267 | <WarningLevel>Level3</WarningLevel> | ||
| 268 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 269 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 270 | </ClCompile> | ||
| 271 | <ResourceCompile> | ||
| 272 | <Culture>0x040c</Culture> | ||
| 273 | </ResourceCompile> | ||
| 274 | <Lib> | ||
| 275 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 276 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 277 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 278 | </Lib> | ||
| 279 | </ItemDefinitionGroup> | ||
| 280 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 281 | <Midl> | ||
| 282 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 283 | </Midl> | ||
| 284 | <ClCompile> | ||
| 285 | <Optimization>Disabled</Optimization> | ||
| 286 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 287 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 288 | <ExceptionHandling> | ||
| 289 | </ExceptionHandling> | ||
| 290 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 291 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 292 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 293 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 294 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 295 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 296 | <WarningLevel>Level3</WarningLevel> | ||
| 297 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 298 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 299 | </ClCompile> | ||
| 300 | <ResourceCompile> | ||
| 301 | <Culture>0x040c</Culture> | ||
| 302 | </ResourceCompile> | ||
| 303 | <Lib> | ||
| 304 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 305 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 306 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 307 | </Lib> | ||
| 308 | </ItemDefinitionGroup> | ||
| 309 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 310 | <Midl> | ||
| 311 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 312 | </Midl> | ||
| 313 | <ClCompile> | ||
| 314 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 315 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 316 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 317 | <StringPooling>true</StringPooling> | ||
| 318 | <ExceptionHandling> | ||
| 319 | </ExceptionHandling> | ||
| 320 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 321 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 322 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 323 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 324 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 325 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 326 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 327 | <WarningLevel>Level3</WarningLevel> | ||
| 328 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 329 | </ClCompile> | ||
| 330 | <ResourceCompile> | ||
| 331 | <Culture>0x040c</Culture> | ||
| 332 | </ResourceCompile> | ||
| 333 | <Lib> | ||
| 334 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 335 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 336 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 337 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 338 | </Lib> | ||
| 339 | </ItemDefinitionGroup> | ||
| 340 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 341 | <Midl> | ||
| 342 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 343 | </Midl> | ||
| 344 | <ClCompile> | ||
| 345 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 346 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 347 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 348 | <StringPooling>true</StringPooling> | ||
| 349 | <ExceptionHandling> | ||
| 350 | </ExceptionHandling> | ||
| 351 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 352 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 353 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 354 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 355 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 356 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 357 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 358 | <WarningLevel>Level3</WarningLevel> | ||
| 359 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 360 | </ClCompile> | ||
| 361 | <ResourceCompile> | ||
| 362 | <Culture>0x040c</Culture> | ||
| 363 | </ResourceCompile> | ||
| 364 | <Lib> | ||
| 365 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 366 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 367 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 368 | </Lib> | ||
| 369 | </ItemDefinitionGroup> | ||
| 370 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 371 | <Midl> | ||
| 372 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 373 | </Midl> | ||
| 374 | <ClCompile> | ||
| 375 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 376 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 377 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 378 | <StringPooling>true</StringPooling> | ||
| 379 | <ExceptionHandling> | ||
| 380 | </ExceptionHandling> | ||
| 381 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 382 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 383 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 384 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 385 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 386 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 387 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 388 | <WarningLevel>Level3</WarningLevel> | ||
| 389 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 390 | </ClCompile> | ||
| 391 | <ResourceCompile> | ||
| 392 | <Culture>0x040c</Culture> | ||
| 393 | </ResourceCompile> | ||
| 394 | <Lib> | ||
| 395 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 396 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 397 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 398 | </Lib> | ||
| 399 | </ItemDefinitionGroup> | ||
| 400 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
| 401 | <Midl> | ||
| 402 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 403 | </Midl> | ||
| 404 | <ClCompile> | ||
| 405 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 406 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 407 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 408 | <StringPooling>true</StringPooling> | ||
| 409 | <ExceptionHandling> | ||
| 410 | </ExceptionHandling> | ||
| 411 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 412 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 413 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 414 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 415 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 416 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 417 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 418 | <WarningLevel>Level3</WarningLevel> | ||
| 419 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 420 | </ClCompile> | ||
| 421 | <ResourceCompile> | ||
| 422 | <Culture>0x040c</Culture> | ||
| 423 | </ResourceCompile> | ||
| 424 | <Lib> | ||
| 425 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 426 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 427 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 428 | </Lib> | ||
| 429 | </ItemDefinitionGroup> | ||
| 430 | <ItemGroup> | ||
| 431 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 432 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 433 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 434 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 435 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
| 436 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
| 437 | <ClCompile Include="..\..\..\gzread.c" /> | ||
| 438 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
| 439 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 440 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 441 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 442 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 443 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
| 444 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 445 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 446 | <ClCompile Include="..\..\minizip\unzip.c" /> | ||
| 447 | <ClCompile Include="..\..\minizip\zip.c" /> | ||
| 448 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 449 | </ItemGroup> | ||
| 450 | <ItemGroup> | ||
| 451 | <ResourceCompile Include="zlib.rc" /> | ||
| 452 | </ItemGroup> | ||
| 453 | <ItemGroup> | ||
| 454 | <None Include="zlibvc.def" /> | ||
| 455 | </ItemGroup> | ||
| 456 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 457 | <ImportGroup Label="ExtensionTargets"> | ||
| 458 | </ImportGroup> | ||
| 459 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc14/zlibvc.def b/contrib/vstudio/vc14/zlibvc.def deleted file mode 100644 index e7fe0a32..00000000 --- a/contrib/vstudio/vc14/zlibvc.def +++ /dev/null | |||
| @@ -1,169 +0,0 @@ | |||
| 1 | LIBRARY | ||
| 2 | ; zlib data compression and ZIP file I/O library | ||
| 3 | |||
| 4 | VERSION 1.3 | ||
| 5 | |||
| 6 | EXPORTS | ||
| 7 | adler32 @1 | ||
| 8 | compress @2 | ||
| 9 | crc32 @3 | ||
| 10 | deflate @4 | ||
| 11 | deflateCopy @5 | ||
| 12 | deflateEnd @6 | ||
| 13 | deflateInit2_ @7 | ||
| 14 | deflateInit_ @8 | ||
| 15 | deflateParams @9 | ||
| 16 | deflateReset @10 | ||
| 17 | deflateSetDictionary @11 | ||
| 18 | gzclose @12 | ||
| 19 | gzdopen @13 | ||
| 20 | gzerror @14 | ||
| 21 | gzflush @15 | ||
| 22 | gzopen @16 | ||
| 23 | gzread @17 | ||
| 24 | gzwrite @18 | ||
| 25 | inflate @19 | ||
| 26 | inflateEnd @20 | ||
| 27 | inflateInit2_ @21 | ||
| 28 | inflateInit_ @22 | ||
| 29 | inflateReset @23 | ||
| 30 | inflateSetDictionary @24 | ||
| 31 | inflateSync @25 | ||
| 32 | uncompress @26 | ||
| 33 | zlibVersion @27 | ||
| 34 | gzprintf @28 | ||
| 35 | gzputc @29 | ||
| 36 | gzgetc @30 | ||
| 37 | gzseek @31 | ||
| 38 | gzrewind @32 | ||
| 39 | gztell @33 | ||
| 40 | gzeof @34 | ||
| 41 | gzsetparams @35 | ||
| 42 | zError @36 | ||
| 43 | inflateSyncPoint @37 | ||
| 44 | get_crc_table @38 | ||
| 45 | compress2 @39 | ||
| 46 | gzputs @40 | ||
| 47 | gzgets @41 | ||
| 48 | inflateCopy @42 | ||
| 49 | inflateBackInit_ @43 | ||
| 50 | inflateBack @44 | ||
| 51 | inflateBackEnd @45 | ||
| 52 | compressBound @46 | ||
| 53 | deflateBound @47 | ||
| 54 | gzclearerr @48 | ||
| 55 | gzungetc @49 | ||
| 56 | zlibCompileFlags @50 | ||
| 57 | deflatePrime @51 | ||
| 58 | deflatePending @52 | ||
| 59 | |||
| 60 | unzOpen @61 | ||
| 61 | unzClose @62 | ||
| 62 | unzGetGlobalInfo @63 | ||
| 63 | unzGetCurrentFileInfo @64 | ||
| 64 | unzGoToFirstFile @65 | ||
| 65 | unzGoToNextFile @66 | ||
| 66 | unzOpenCurrentFile @67 | ||
| 67 | unzReadCurrentFile @68 | ||
| 68 | unzOpenCurrentFile3 @69 | ||
| 69 | unztell @70 | ||
| 70 | unzeof @71 | ||
| 71 | unzCloseCurrentFile @72 | ||
| 72 | unzGetGlobalComment @73 | ||
| 73 | unzStringFileNameCompare @74 | ||
| 74 | unzLocateFile @75 | ||
| 75 | unzGetLocalExtrafield @76 | ||
| 76 | unzOpen2 @77 | ||
| 77 | unzOpenCurrentFile2 @78 | ||
| 78 | unzOpenCurrentFilePassword @79 | ||
| 79 | |||
| 80 | zipOpen @80 | ||
| 81 | zipOpenNewFileInZip @81 | ||
| 82 | zipWriteInFileInZip @82 | ||
| 83 | zipCloseFileInZip @83 | ||
| 84 | zipClose @84 | ||
| 85 | zipOpenNewFileInZip2 @86 | ||
| 86 | zipCloseFileInZipRaw @87 | ||
| 87 | zipOpen2 @88 | ||
| 88 | zipOpenNewFileInZip3 @89 | ||
| 89 | |||
| 90 | unzGetFilePos @100 | ||
| 91 | unzGoToFilePos @101 | ||
| 92 | |||
| 93 | fill_win32_filefunc @110 | ||
| 94 | |||
| 95 | ; zlibwapi v1.2.4 added: | ||
| 96 | fill_win32_filefunc64 @111 | ||
| 97 | fill_win32_filefunc64A @112 | ||
| 98 | fill_win32_filefunc64W @113 | ||
| 99 | |||
| 100 | unzOpen64 @120 | ||
| 101 | unzOpen2_64 @121 | ||
| 102 | unzGetGlobalInfo64 @122 | ||
| 103 | unzGetCurrentFileInfo64 @124 | ||
| 104 | unzGetCurrentFileZStreamPos64 @125 | ||
| 105 | unztell64 @126 | ||
| 106 | unzGetFilePos64 @127 | ||
| 107 | unzGoToFilePos64 @128 | ||
| 108 | |||
| 109 | zipOpen64 @130 | ||
| 110 | zipOpen2_64 @131 | ||
| 111 | zipOpenNewFileInZip64 @132 | ||
| 112 | zipOpenNewFileInZip2_64 @133 | ||
| 113 | zipOpenNewFileInZip3_64 @134 | ||
| 114 | zipOpenNewFileInZip4_64 @135 | ||
| 115 | zipCloseFileInZipRaw64 @136 | ||
| 116 | |||
| 117 | ; zlib1 v1.2.4 added: | ||
| 118 | adler32_combine @140 | ||
| 119 | crc32_combine @142 | ||
| 120 | deflateSetHeader @144 | ||
| 121 | deflateTune @145 | ||
| 122 | gzbuffer @146 | ||
| 123 | gzclose_r @147 | ||
| 124 | gzclose_w @148 | ||
| 125 | gzdirect @149 | ||
| 126 | gzoffset @150 | ||
| 127 | inflateGetHeader @156 | ||
| 128 | inflateMark @157 | ||
| 129 | inflatePrime @158 | ||
| 130 | inflateReset2 @159 | ||
| 131 | inflateUndermine @160 | ||
| 132 | |||
| 133 | ; zlib1 v1.2.6 added: | ||
| 134 | gzgetc_ @161 | ||
| 135 | inflateResetKeep @163 | ||
| 136 | deflateResetKeep @164 | ||
| 137 | |||
| 138 | ; zlib1 v1.2.7 added: | ||
| 139 | gzopen_w @165 | ||
| 140 | |||
| 141 | ; zlib1 v1.2.8 added: | ||
| 142 | inflateGetDictionary @166 | ||
| 143 | gzvprintf @167 | ||
| 144 | |||
| 145 | ; zlib1 v1.2.9 added: | ||
| 146 | inflateCodesUsed @168 | ||
| 147 | inflateValidate @169 | ||
| 148 | uncompress2 @170 | ||
| 149 | gzfread @171 | ||
| 150 | gzfwrite @172 | ||
| 151 | deflateGetDictionary @173 | ||
| 152 | adler32_z @174 | ||
| 153 | crc32_z @175 | ||
| 154 | |||
| 155 | ; zlib1 v1.2.12 added: | ||
| 156 | crc32_combine_gen @176 | ||
| 157 | crc32_combine_gen64 @177 | ||
| 158 | crc32_combine_op @178 | ||
| 159 | |||
| 160 | ; zlib1 v1.3.1.2 added: | ||
| 161 | deflateUsed @179 | ||
| 162 | |||
| 163 | ; zlib1 v1.3.2 added: | ||
| 164 | compressBound_z @180 | ||
| 165 | deflateBound_z @181 | ||
| 166 | compress_z @182 | ||
| 167 | compress2_z @183 | ||
| 168 | uncompress_z @184 | ||
| 169 | uncompress2_z @185 | ||
diff --git a/contrib/vstudio/vc14/zlibvc.sln b/contrib/vstudio/vc14/zlibvc.sln deleted file mode 100644 index 6f4a1076..00000000 --- a/contrib/vstudio/vc14/zlibvc.sln +++ /dev/null | |||
| @@ -1,119 +0,0 @@ | |||
| 1 | | ||
| 2 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| 3 | # Visual Studio 14 | ||
| 4 | VisualStudioVersion = 14.0.25420.1 | ||
| 5 | MinimumVisualStudioVersion = 10.0.40219.1 | ||
| 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcxproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" | ||
| 7 | EndProject | ||
| 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcxproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" | ||
| 9 | EndProject | ||
| 10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcxproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 11 | EndProject | ||
| 12 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlibdll", "testzlibdll.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}" | ||
| 13 | EndProject | ||
| 14 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 15 | EndProject | ||
| 16 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}" | ||
| 17 | EndProject | ||
| 18 | Global | ||
| 19 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| 20 | Debug|Itanium = Debug|Itanium | ||
| 21 | Debug|Win32 = Debug|Win32 | ||
| 22 | Debug|x64 = Debug|x64 | ||
| 23 | Release|Itanium = Release|Itanium | ||
| 24 | Release|Win32 = Release|Win32 | ||
| 25 | Release|x64 = Release|x64 | ||
| 26 | ReleaseWithoutAsm|Itanium = ReleaseWithoutAsm|Itanium | ||
| 27 | ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32 | ||
| 28 | ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64 | ||
| 29 | EndGlobalSection | ||
| 30 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| 31 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 32 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 33 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 34 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 35 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 | ||
| 36 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 37 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 38 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32 | ||
| 39 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64 | ||
| 40 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64 | ||
| 41 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 42 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 43 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 44 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 45 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 46 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 47 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 48 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 49 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 50 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64 | ||
| 51 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 52 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 53 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32 | ||
| 54 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64 | ||
| 55 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64 | ||
| 56 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 57 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 58 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 59 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 60 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 61 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 62 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 63 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 64 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 65 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
| 66 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 67 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 68 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
| 69 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
| 70 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
| 71 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 72 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 73 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 74 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 75 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 76 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 77 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 78 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 79 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 80 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64 | ||
| 81 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 82 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 83 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32 | ||
| 84 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64 | ||
| 85 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64 | ||
| 86 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 | ||
| 87 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 88 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 89 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 90 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 91 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 92 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 93 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
| 94 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 95 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 96 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
| 97 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
| 98 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
| 99 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 | ||
| 100 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 101 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 102 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.ActiveCfg = Debug|Win32 | ||
| 103 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 104 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 105 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 106 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64 | ||
| 107 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.ActiveCfg = Release|Win32 | ||
| 108 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 109 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32 | ||
| 110 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64 | ||
| 111 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64 | ||
| 112 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 | ||
| 113 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 114 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 115 | EndGlobalSection | ||
| 116 | GlobalSection(SolutionProperties) = preSolution | ||
| 117 | HideSolutionNode = FALSE | ||
| 118 | EndGlobalSection | ||
| 119 | EndGlobal | ||
diff --git a/contrib/vstudio/vc14/zlibvc.vcxproj b/contrib/vstudio/vc14/zlibvc.vcxproj deleted file mode 100644 index 424ff55b..00000000 --- a/contrib/vstudio/vc14/zlibvc.vcxproj +++ /dev/null | |||
| @@ -1,668 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Itanium</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>Win32</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium"> | ||
| 17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 18 | <Platform>Itanium</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Itanium"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Itanium</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|Win32"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>Win32</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|x64"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>x64</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | </ItemGroup> | ||
| 41 | <PropertyGroup Label="Globals"> | ||
| 42 | <ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid> | ||
| 43 | </PropertyGroup> | ||
| 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 46 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 47 | <UseOfMfc>false</UseOfMfc> | ||
| 48 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 49 | <PlatformToolset>v140</PlatformToolset> | ||
| 50 | </PropertyGroup> | ||
| 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 52 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 53 | <UseOfMfc>false</UseOfMfc> | ||
| 54 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 55 | <PlatformToolset>v140</PlatformToolset> | ||
| 56 | </PropertyGroup> | ||
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 58 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 59 | <UseOfMfc>false</UseOfMfc> | ||
| 60 | <PlatformToolset>v140</PlatformToolset> | ||
| 61 | <CharacterSet>Unicode</CharacterSet> | ||
| 62 | </PropertyGroup> | ||
| 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
| 64 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 65 | <UseOfMfc>false</UseOfMfc> | ||
| 66 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 67 | <PlatformToolset>v140</PlatformToolset> | ||
| 68 | </PropertyGroup> | ||
| 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
| 70 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 71 | <UseOfMfc>false</UseOfMfc> | ||
| 72 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 73 | <PlatformToolset>v140</PlatformToolset> | ||
| 74 | </PropertyGroup> | ||
| 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
| 76 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 77 | <UseOfMfc>false</UseOfMfc> | ||
| 78 | <PlatformToolset>v140</PlatformToolset> | ||
| 79 | </PropertyGroup> | ||
| 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 81 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 82 | <UseOfMfc>false</UseOfMfc> | ||
| 83 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 84 | <PlatformToolset>v140</PlatformToolset> | ||
| 85 | </PropertyGroup> | ||
| 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 87 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 88 | <UseOfMfc>false</UseOfMfc> | ||
| 89 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 90 | <PlatformToolset>v140</PlatformToolset> | ||
| 91 | </PropertyGroup> | ||
| 92 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 93 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 94 | <UseOfMfc>false</UseOfMfc> | ||
| 95 | <PlatformToolset>v140</PlatformToolset> | ||
| 96 | </PropertyGroup> | ||
| 97 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 98 | <ImportGroup Label="ExtensionSettings"> | ||
| 99 | </ImportGroup> | ||
| 100 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 101 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 102 | </ImportGroup> | ||
| 103 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 104 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 105 | </ImportGroup> | ||
| 106 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 107 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 108 | </ImportGroup> | ||
| 109 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
| 110 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 111 | </ImportGroup> | ||
| 112 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
| 113 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 114 | </ImportGroup> | ||
| 115 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
| 116 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 117 | </ImportGroup> | ||
| 118 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 119 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 120 | </ImportGroup> | ||
| 121 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 122 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 123 | </ImportGroup> | ||
| 124 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 125 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 126 | </ImportGroup> | ||
| 127 | <PropertyGroup Label="UserMacros" /> | ||
| 128 | <PropertyGroup> | ||
| 129 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 130 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 131 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 132 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 133 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 134 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 135 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 136 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> | ||
| 137 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> | ||
| 138 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 139 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 140 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 141 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 142 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 143 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 144 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 145 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 146 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
| 147 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 148 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
| 149 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
| 150 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 151 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 152 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</LinkIncremental> | ||
| 153 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> | ||
| 154 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
| 155 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 156 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</LinkIncremental> | ||
| 157 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</GenerateManifest> | ||
| 158 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 159 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 160 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 161 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 162 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
| 163 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 164 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
| 165 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
| 166 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 167 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 168 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
| 169 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 170 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 171 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 172 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 173 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 174 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 175 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 176 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 177 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
| 178 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 179 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 180 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 181 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 182 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 183 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 184 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 185 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 186 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
| 187 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 188 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 189 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 190 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 191 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 192 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 193 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">zlibwapi</TargetName> | ||
| 194 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">zlibwapi</TargetName> | ||
| 195 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">zlibwapi</TargetName> | ||
| 196 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">zlibwapi</TargetName> | ||
| 197 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">zlibwapi</TargetName> | ||
| 198 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">zlibwapi</TargetName> | ||
| 199 | </PropertyGroup> | ||
| 200 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 201 | <Midl> | ||
| 202 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 203 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 204 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 205 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 206 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 207 | </Midl> | ||
| 208 | <ClCompile> | ||
| 209 | <Optimization>Disabled</Optimization> | ||
| 210 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 211 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 212 | <ExceptionHandling> | ||
| 213 | </ExceptionHandling> | ||
| 214 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 215 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 216 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 217 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 218 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 219 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 220 | <BrowseInformation> | ||
| 221 | </BrowseInformation> | ||
| 222 | <WarningLevel>Level3</WarningLevel> | ||
| 223 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 224 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 225 | </ClCompile> | ||
| 226 | <ResourceCompile> | ||
| 227 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 228 | <Culture>0x040c</Culture> | ||
| 229 | </ResourceCompile> | ||
| 230 | <Link> | ||
| 231 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 232 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 233 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 234 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 235 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 236 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 237 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 238 | <GenerateMapFile>true</GenerateMapFile> | ||
| 239 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 240 | <SubSystem>Windows</SubSystem> | ||
| 241 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 242 | <DataExecutionPrevention> | ||
| 243 | </DataExecutionPrevention> | ||
| 244 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 245 | </Link> | ||
| 246 | </ItemDefinitionGroup> | ||
| 247 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 248 | <Midl> | ||
| 249 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 250 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 251 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 252 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 253 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 254 | </Midl> | ||
| 255 | <ClCompile> | ||
| 256 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 257 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 258 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 259 | <StringPooling>true</StringPooling> | ||
| 260 | <ExceptionHandling> | ||
| 261 | </ExceptionHandling> | ||
| 262 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 263 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 264 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 265 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 266 | <AssemblerOutput>All</AssemblerOutput> | ||
| 267 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 268 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 269 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 270 | <BrowseInformation> | ||
| 271 | </BrowseInformation> | ||
| 272 | <WarningLevel>Level3</WarningLevel> | ||
| 273 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 274 | </ClCompile> | ||
| 275 | <ResourceCompile> | ||
| 276 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 277 | <Culture>0x040c</Culture> | ||
| 278 | </ResourceCompile> | ||
| 279 | <Link> | ||
| 280 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 281 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 282 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 283 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 284 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 285 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 286 | <GenerateMapFile>true</GenerateMapFile> | ||
| 287 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 288 | <SubSystem>Windows</SubSystem> | ||
| 289 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 290 | <DataExecutionPrevention> | ||
| 291 | </DataExecutionPrevention> | ||
| 292 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 293 | </Link> | ||
| 294 | </ItemDefinitionGroup> | ||
| 295 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 296 | <Midl> | ||
| 297 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 298 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 299 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 300 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 301 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 302 | </Midl> | ||
| 303 | <ClCompile> | ||
| 304 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 305 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 306 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 307 | <StringPooling>true</StringPooling> | ||
| 308 | <ExceptionHandling> | ||
| 309 | </ExceptionHandling> | ||
| 310 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 311 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 312 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 313 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 314 | <AssemblerOutput>All</AssemblerOutput> | ||
| 315 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 316 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 317 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 318 | <BrowseInformation> | ||
| 319 | </BrowseInformation> | ||
| 320 | <WarningLevel>Level3</WarningLevel> | ||
| 321 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 322 | </ClCompile> | ||
| 323 | <ResourceCompile> | ||
| 324 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 325 | <Culture>0x040c</Culture> | ||
| 326 | </ResourceCompile> | ||
| 327 | <Link> | ||
| 328 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 329 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 330 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 331 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 332 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 333 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 334 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 335 | <GenerateMapFile>true</GenerateMapFile> | ||
| 336 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 337 | <SubSystem>Windows</SubSystem> | ||
| 338 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 339 | <DataExecutionPrevention> | ||
| 340 | </DataExecutionPrevention> | ||
| 341 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 342 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | ||
| 343 | </Link> | ||
| 344 | </ItemDefinitionGroup> | ||
| 345 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 346 | <Midl> | ||
| 347 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 348 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 349 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 350 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 351 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 352 | </Midl> | ||
| 353 | <ClCompile> | ||
| 354 | <Optimization>Disabled</Optimization> | ||
| 355 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 356 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 357 | <ExceptionHandling> | ||
| 358 | </ExceptionHandling> | ||
| 359 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 360 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 361 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 362 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 363 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 364 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 365 | <BrowseInformation> | ||
| 366 | </BrowseInformation> | ||
| 367 | <WarningLevel>Level3</WarningLevel> | ||
| 368 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 369 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 370 | </ClCompile> | ||
| 371 | <ResourceCompile> | ||
| 372 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 373 | <Culture>0x040c</Culture> | ||
| 374 | </ResourceCompile> | ||
| 375 | <Link> | ||
| 376 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 377 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 378 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 379 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 380 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 381 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 382 | <GenerateMapFile>true</GenerateMapFile> | ||
| 383 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 384 | <SubSystem>Windows</SubSystem> | ||
| 385 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 386 | <TargetMachine>MachineX64</TargetMachine> | ||
| 387 | </Link> | ||
| 388 | </ItemDefinitionGroup> | ||
| 389 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
| 390 | <Midl> | ||
| 391 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 392 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 393 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 394 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 395 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 396 | </Midl> | ||
| 397 | <ClCompile> | ||
| 398 | <Optimization>Disabled</Optimization> | ||
| 399 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 400 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 401 | <ExceptionHandling> | ||
| 402 | </ExceptionHandling> | ||
| 403 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 404 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 405 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 406 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 407 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 408 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 409 | <BrowseInformation> | ||
| 410 | </BrowseInformation> | ||
| 411 | <WarningLevel>Level3</WarningLevel> | ||
| 412 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 413 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 414 | </ClCompile> | ||
| 415 | <ResourceCompile> | ||
| 416 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 417 | <Culture>0x040c</Culture> | ||
| 418 | </ResourceCompile> | ||
| 419 | <Link> | ||
| 420 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 421 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 422 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 423 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 424 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 425 | <GenerateMapFile>true</GenerateMapFile> | ||
| 426 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 427 | <SubSystem>Windows</SubSystem> | ||
| 428 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 429 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 430 | </Link> | ||
| 431 | </ItemDefinitionGroup> | ||
| 432 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 433 | <Midl> | ||
| 434 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 435 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 436 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 437 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 438 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 439 | </Midl> | ||
| 440 | <ClCompile> | ||
| 441 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 442 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 443 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 444 | <StringPooling>true</StringPooling> | ||
| 445 | <ExceptionHandling> | ||
| 446 | </ExceptionHandling> | ||
| 447 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 448 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 449 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 450 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 451 | <AssemblerOutput>All</AssemblerOutput> | ||
| 452 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 453 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 454 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 455 | <BrowseInformation> | ||
| 456 | </BrowseInformation> | ||
| 457 | <WarningLevel>Level3</WarningLevel> | ||
| 458 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 459 | </ClCompile> | ||
| 460 | <ResourceCompile> | ||
| 461 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 462 | <Culture>0x040c</Culture> | ||
| 463 | </ResourceCompile> | ||
| 464 | <Link> | ||
| 465 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 466 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 467 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 468 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 469 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 470 | <GenerateMapFile>true</GenerateMapFile> | ||
| 471 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 472 | <SubSystem>Windows</SubSystem> | ||
| 473 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 474 | <TargetMachine>MachineX64</TargetMachine> | ||
| 475 | </Link> | ||
| 476 | </ItemDefinitionGroup> | ||
| 477 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
| 478 | <Midl> | ||
| 479 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 480 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 481 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 482 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 483 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 484 | </Midl> | ||
| 485 | <ClCompile> | ||
| 486 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 487 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 488 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 489 | <StringPooling>true</StringPooling> | ||
| 490 | <ExceptionHandling> | ||
| 491 | </ExceptionHandling> | ||
| 492 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 493 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 494 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 495 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 496 | <AssemblerOutput>All</AssemblerOutput> | ||
| 497 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 498 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 499 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 500 | <BrowseInformation> | ||
| 501 | </BrowseInformation> | ||
| 502 | <WarningLevel>Level3</WarningLevel> | ||
| 503 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 504 | </ClCompile> | ||
| 505 | <ResourceCompile> | ||
| 506 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 507 | <Culture>0x040c</Culture> | ||
| 508 | </ResourceCompile> | ||
| 509 | <Link> | ||
| 510 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 511 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 512 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 513 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 514 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 515 | <GenerateMapFile>true</GenerateMapFile> | ||
| 516 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 517 | <SubSystem>Windows</SubSystem> | ||
| 518 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 519 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 520 | </Link> | ||
| 521 | </ItemDefinitionGroup> | ||
| 522 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 523 | <Midl> | ||
| 524 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 525 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 526 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 527 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 528 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 529 | </Midl> | ||
| 530 | <ClCompile> | ||
| 531 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 532 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 533 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 534 | <StringPooling>true</StringPooling> | ||
| 535 | <ExceptionHandling> | ||
| 536 | </ExceptionHandling> | ||
| 537 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 538 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 539 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 540 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 541 | <AssemblerOutput>All</AssemblerOutput> | ||
| 542 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 543 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 544 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 545 | <BrowseInformation> | ||
| 546 | </BrowseInformation> | ||
| 547 | <WarningLevel>Level3</WarningLevel> | ||
| 548 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 549 | </ClCompile> | ||
| 550 | <ResourceCompile> | ||
| 551 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 552 | <Culture>0x040c</Culture> | ||
| 553 | </ResourceCompile> | ||
| 554 | <Link> | ||
| 555 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 556 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 557 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 558 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 559 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 560 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 561 | <GenerateMapFile>true</GenerateMapFile> | ||
| 562 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 563 | <SubSystem>Windows</SubSystem> | ||
| 564 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 565 | <TargetMachine>MachineX64</TargetMachine> | ||
| 566 | </Link> | ||
| 567 | </ItemDefinitionGroup> | ||
| 568 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
| 569 | <Midl> | ||
| 570 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 571 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 572 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 573 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
| 574 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 575 | </Midl> | ||
| 576 | <ClCompile> | ||
| 577 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 578 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 579 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 580 | <StringPooling>true</StringPooling> | ||
| 581 | <ExceptionHandling> | ||
| 582 | </ExceptionHandling> | ||
| 583 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 584 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 585 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 586 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 587 | <AssemblerOutput>All</AssemblerOutput> | ||
| 588 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 589 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 590 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 591 | <BrowseInformation> | ||
| 592 | </BrowseInformation> | ||
| 593 | <WarningLevel>Level3</WarningLevel> | ||
| 594 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 595 | </ClCompile> | ||
| 596 | <ResourceCompile> | ||
| 597 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 598 | <Culture>0x040c</Culture> | ||
| 599 | </ResourceCompile> | ||
| 600 | <Link> | ||
| 601 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 602 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 603 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 604 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 605 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 606 | <GenerateMapFile>true</GenerateMapFile> | ||
| 607 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 608 | <SubSystem>Windows</SubSystem> | ||
| 609 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 610 | <TargetMachine>MachineIA64</TargetMachine> | ||
| 611 | </Link> | ||
| 612 | </ItemDefinitionGroup> | ||
| 613 | <ItemGroup> | ||
| 614 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 615 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 616 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 617 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 618 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
| 619 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
| 620 | <ClCompile Include="..\..\..\gzread.c" /> | ||
| 621 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
| 622 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 623 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 624 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 625 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 626 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
| 627 | <ClCompile Include="..\..\minizip\iowin32.c" /> | ||
| 628 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 629 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 630 | <ClCompile Include="..\..\minizip\unzip.c"> | ||
| 631 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 632 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 633 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 634 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 635 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 636 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 637 | </ClCompile> | ||
| 638 | <ClCompile Include="..\..\minizip\zip.c"> | ||
| 639 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 640 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 641 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 642 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 643 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 644 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 645 | </ClCompile> | ||
| 646 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 647 | </ItemGroup> | ||
| 648 | <ItemGroup> | ||
| 649 | <ResourceCompile Include="zlib.rc" /> | ||
| 650 | </ItemGroup> | ||
| 651 | <ItemGroup> | ||
| 652 | <None Include="zlibvc.def" /> | ||
| 653 | </ItemGroup> | ||
| 654 | <ItemGroup> | ||
| 655 | <ClInclude Include="..\..\..\deflate.h" /> | ||
| 656 | <ClInclude Include="..\..\..\infblock.h" /> | ||
| 657 | <ClInclude Include="..\..\..\infcodes.h" /> | ||
| 658 | <ClInclude Include="..\..\..\inffast.h" /> | ||
| 659 | <ClInclude Include="..\..\..\inftrees.h" /> | ||
| 660 | <ClInclude Include="..\..\..\infutil.h" /> | ||
| 661 | <ClInclude Include="..\..\..\zconf.h" /> | ||
| 662 | <ClInclude Include="..\..\..\zlib.h" /> | ||
| 663 | <ClInclude Include="..\..\..\zutil.h" /> | ||
| 664 | </ItemGroup> | ||
| 665 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 666 | <ImportGroup Label="ExtensionTargets"> | ||
| 667 | </ImportGroup> | ||
| 668 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc17/miniunz.vcxproj b/contrib/vstudio/vc17/miniunz.vcxproj deleted file mode 100644 index 68ef1658..00000000 --- a/contrib/vstudio/vc17/miniunz.vcxproj +++ /dev/null | |||
| @@ -1,409 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|ARM"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>ARM</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|ARM64"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>ARM64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Debug|x64"> | ||
| 17 | <Configuration>Debug</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|ARM"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>ARM</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|ARM64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>ARM64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Win32"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Win32</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|x64"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>x64</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | </ItemGroup> | ||
| 37 | <PropertyGroup Label="Globals"> | ||
| 38 | <ProjectGuid>{C52F9E7B-498A-42BE-8DB4-85A15694382A}</ProjectGuid> | ||
| 39 | <Keyword>Win32Proj</Keyword> | ||
| 40 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
| 41 | </PropertyGroup> | ||
| 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 44 | <ConfigurationType>Application</ConfigurationType> | ||
| 45 | <CharacterSet>MultiByte</CharacterSet> | ||
| 46 | <PlatformToolset>v143</PlatformToolset> | ||
| 47 | </PropertyGroup> | ||
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 49 | <ConfigurationType>Application</ConfigurationType> | ||
| 50 | <CharacterSet>Unicode</CharacterSet> | ||
| 51 | <PlatformToolset>v143</PlatformToolset> | ||
| 52 | </PropertyGroup> | ||
| 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 54 | <ConfigurationType>Application</ConfigurationType> | ||
| 55 | <CharacterSet>MultiByte</CharacterSet> | ||
| 56 | <PlatformToolset>v143</PlatformToolset> | ||
| 57 | </PropertyGroup> | ||
| 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> | ||
| 59 | <ConfigurationType>Application</ConfigurationType> | ||
| 60 | <CharacterSet>MultiByte</CharacterSet> | ||
| 61 | <PlatformToolset>v143</PlatformToolset> | ||
| 62 | </PropertyGroup> | ||
| 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> | ||
| 64 | <ConfigurationType>Application</ConfigurationType> | ||
| 65 | <CharacterSet>MultiByte</CharacterSet> | ||
| 66 | <PlatformToolset>v143</PlatformToolset> | ||
| 67 | </PropertyGroup> | ||
| 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 69 | <ConfigurationType>Application</ConfigurationType> | ||
| 70 | <CharacterSet>MultiByte</CharacterSet> | ||
| 71 | <PlatformToolset>v143</PlatformToolset> | ||
| 72 | </PropertyGroup> | ||
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> | ||
| 74 | <ConfigurationType>Application</ConfigurationType> | ||
| 75 | <CharacterSet>MultiByte</CharacterSet> | ||
| 76 | <PlatformToolset>v143</PlatformToolset> | ||
| 77 | </PropertyGroup> | ||
| 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> | ||
| 79 | <ConfigurationType>Application</ConfigurationType> | ||
| 80 | <CharacterSet>MultiByte</CharacterSet> | ||
| 81 | <PlatformToolset>v143</PlatformToolset> | ||
| 82 | </PropertyGroup> | ||
| 83 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 84 | <ImportGroup Label="ExtensionSettings"> | ||
| 85 | </ImportGroup> | ||
| 86 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 87 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 88 | </ImportGroup> | ||
| 89 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 90 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 91 | </ImportGroup> | ||
| 92 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 93 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 94 | </ImportGroup> | ||
| 95 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> | ||
| 96 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 97 | </ImportGroup> | ||
| 98 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> | ||
| 99 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 100 | </ImportGroup> | ||
| 101 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 102 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 103 | </ImportGroup> | ||
| 104 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> | ||
| 105 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 106 | </ImportGroup> | ||
| 107 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> | ||
| 108 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 109 | </ImportGroup> | ||
| 110 | <PropertyGroup Label="UserMacros" /> | ||
| 111 | <PropertyGroup> | ||
| 112 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 113 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniUnzip$(Configuration)\</OutDir> | ||
| 114 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 115 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 116 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 117 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniUnzip$(Configuration)\</OutDir> | ||
| 118 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 119 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 120 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 121 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\MiniUnzip$(Configuration)\</OutDir> | ||
| 122 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 123 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 124 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental> | ||
| 125 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</LinkIncremental> | ||
| 126 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 127 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</GenerateManifest> | ||
| 128 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">false</GenerateManifest> | ||
| 129 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\MiniUnzip$(Configuration)\</OutDir> | ||
| 130 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 131 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 132 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental> | ||
| 133 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</LinkIncremental> | ||
| 134 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 135 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</GenerateManifest> | ||
| 136 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</GenerateManifest> | ||
| 137 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 138 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 139 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 140 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 141 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 142 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 143 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 144 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
| 145 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
| 146 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 147 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
| 148 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
| 149 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 150 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 151 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 152 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 153 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 154 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 155 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 156 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
| 157 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
| 158 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 159 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
| 160 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
| 161 | </PropertyGroup> | ||
| 162 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 163 | <OutDir>arm64\MiniUnzip$(Configuration)\</OutDir> | ||
| 164 | <IntDir>arm64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 165 | </PropertyGroup> | ||
| 166 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 167 | <OutDir>arm64\MiniUnzip$(Configuration)\</OutDir> | ||
| 168 | <IntDir>arm64\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 169 | </PropertyGroup> | ||
| 170 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
| 171 | <OutDir>arm\MiniUnzip$(Configuration)\</OutDir> | ||
| 172 | <IntDir>arm\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 173 | </PropertyGroup> | ||
| 174 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
| 175 | <OutDir>arm\MiniUnzip$(Configuration)\</OutDir> | ||
| 176 | <IntDir>arm\MiniUnzip$(Configuration)\Tmp\</IntDir> | ||
| 177 | </PropertyGroup> | ||
| 178 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 179 | <ClCompile> | ||
| 180 | <Optimization>Disabled</Optimization> | ||
| 181 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 182 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 183 | <MinimalRebuild>true</MinimalRebuild> | ||
| 184 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 185 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 186 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 187 | <PrecompiledHeader> | ||
| 188 | </PrecompiledHeader> | ||
| 189 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 190 | <WarningLevel>Level3</WarningLevel> | ||
| 191 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 192 | </ClCompile> | ||
| 193 | <Link> | ||
| 194 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 195 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 196 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 197 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 198 | <SubSystem>Console</SubSystem> | ||
| 199 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 200 | <DataExecutionPrevention> | ||
| 201 | </DataExecutionPrevention> | ||
| 202 | <TargetMachine>MachineX86</TargetMachine> | ||
| 203 | </Link> | ||
| 204 | </ItemDefinitionGroup> | ||
| 205 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 206 | <ClCompile> | ||
| 207 | <Optimization>MaxSpeed</Optimization> | ||
| 208 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 209 | <OmitFramePointers>true</OmitFramePointers> | ||
| 210 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 211 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 212 | <StringPooling>true</StringPooling> | ||
| 213 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 214 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 215 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 216 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 217 | <PrecompiledHeader> | ||
| 218 | </PrecompiledHeader> | ||
| 219 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 220 | <WarningLevel>Level3</WarningLevel> | ||
| 221 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 222 | </ClCompile> | ||
| 223 | <Link> | ||
| 224 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 225 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 226 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 227 | <SubSystem>Console</SubSystem> | ||
| 228 | <OptimizeReferences>true</OptimizeReferences> | ||
| 229 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 230 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 231 | <DataExecutionPrevention> | ||
| 232 | </DataExecutionPrevention> | ||
| 233 | <TargetMachine>MachineX86</TargetMachine> | ||
| 234 | </Link> | ||
| 235 | </ItemDefinitionGroup> | ||
| 236 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 237 | <Midl> | ||
| 238 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 239 | </Midl> | ||
| 240 | <ClCompile> | ||
| 241 | <Optimization>Disabled</Optimization> | ||
| 242 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 243 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 244 | <MinimalRebuild>true</MinimalRebuild> | ||
| 245 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 246 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 247 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 248 | <PrecompiledHeader> | ||
| 249 | </PrecompiledHeader> | ||
| 250 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 251 | <WarningLevel>Level3</WarningLevel> | ||
| 252 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 253 | </ClCompile> | ||
| 254 | <Link> | ||
| 255 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 256 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 257 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 258 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 259 | <SubSystem>Console</SubSystem> | ||
| 260 | <TargetMachine>MachineX64</TargetMachine> | ||
| 261 | </Link> | ||
| 262 | </ItemDefinitionGroup> | ||
| 263 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 264 | <Midl /> | ||
| 265 | <ClCompile> | ||
| 266 | <Optimization>Disabled</Optimization> | ||
| 267 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 268 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 269 | <MinimalRebuild>true</MinimalRebuild> | ||
| 270 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 271 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 272 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 273 | <PrecompiledHeader> | ||
| 274 | </PrecompiledHeader> | ||
| 275 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 276 | <WarningLevel>Level3</WarningLevel> | ||
| 277 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 278 | </ClCompile> | ||
| 279 | <Link> | ||
| 280 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 281 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 282 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 283 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 284 | <SubSystem>Console</SubSystem> | ||
| 285 | </Link> | ||
| 286 | </ItemDefinitionGroup> | ||
| 287 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
| 288 | <Midl /> | ||
| 289 | <ClCompile> | ||
| 290 | <Optimization>Disabled</Optimization> | ||
| 291 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 292 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 293 | <MinimalRebuild>true</MinimalRebuild> | ||
| 294 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 295 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 296 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 297 | <PrecompiledHeader> | ||
| 298 | </PrecompiledHeader> | ||
| 299 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 300 | <WarningLevel>Level3</WarningLevel> | ||
| 301 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 302 | </ClCompile> | ||
| 303 | <Link> | ||
| 304 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 305 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 306 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 307 | <ProgramDatabaseFile>$(OutDir)miniunz.pdb</ProgramDatabaseFile> | ||
| 308 | <SubSystem>Console</SubSystem> | ||
| 309 | </Link> | ||
| 310 | </ItemDefinitionGroup> | ||
| 311 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 312 | <Midl> | ||
| 313 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 314 | </Midl> | ||
| 315 | <ClCompile> | ||
| 316 | <Optimization>MaxSpeed</Optimization> | ||
| 317 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 318 | <OmitFramePointers>true</OmitFramePointers> | ||
| 319 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 320 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 321 | <StringPooling>true</StringPooling> | ||
| 322 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 323 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 324 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 325 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 326 | <PrecompiledHeader> | ||
| 327 | </PrecompiledHeader> | ||
| 328 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 329 | <WarningLevel>Level3</WarningLevel> | ||
| 330 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 331 | </ClCompile> | ||
| 332 | <Link> | ||
| 333 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 334 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 335 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 336 | <SubSystem>Console</SubSystem> | ||
| 337 | <OptimizeReferences>true</OptimizeReferences> | ||
| 338 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 339 | <TargetMachine>MachineX64</TargetMachine> | ||
| 340 | </Link> | ||
| 341 | </ItemDefinitionGroup> | ||
| 342 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 343 | <Midl /> | ||
| 344 | <ClCompile> | ||
| 345 | <Optimization>MaxSpeed</Optimization> | ||
| 346 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 347 | <OmitFramePointers>true</OmitFramePointers> | ||
| 348 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 349 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 350 | <StringPooling>true</StringPooling> | ||
| 351 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 352 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 353 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 354 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 355 | <PrecompiledHeader> | ||
| 356 | </PrecompiledHeader> | ||
| 357 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 358 | <WarningLevel>Level3</WarningLevel> | ||
| 359 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 360 | </ClCompile> | ||
| 361 | <Link> | ||
| 362 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 363 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 364 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 365 | <SubSystem>Console</SubSystem> | ||
| 366 | <OptimizeReferences>true</OptimizeReferences> | ||
| 367 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 368 | </Link> | ||
| 369 | </ItemDefinitionGroup> | ||
| 370 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
| 371 | <Midl /> | ||
| 372 | <ClCompile> | ||
| 373 | <Optimization>MaxSpeed</Optimization> | ||
| 374 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 375 | <OmitFramePointers>true</OmitFramePointers> | ||
| 376 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 377 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 378 | <StringPooling>true</StringPooling> | ||
| 379 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 380 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 381 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 382 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 383 | <PrecompiledHeader> | ||
| 384 | </PrecompiledHeader> | ||
| 385 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 386 | <WarningLevel>Level3</WarningLevel> | ||
| 387 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 388 | </ClCompile> | ||
| 389 | <Link> | ||
| 390 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 391 | <OutputFile>$(OutDir)miniunz.exe</OutputFile> | ||
| 392 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 393 | <SubSystem>Console</SubSystem> | ||
| 394 | <OptimizeReferences>true</OptimizeReferences> | ||
| 395 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 396 | </Link> | ||
| 397 | </ItemDefinitionGroup> | ||
| 398 | <ItemGroup> | ||
| 399 | <ClCompile Include="..\..\minizip\miniunz.c" /> | ||
| 400 | </ItemGroup> | ||
| 401 | <ItemGroup> | ||
| 402 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 403 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 404 | </ProjectReference> | ||
| 405 | </ItemGroup> | ||
| 406 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 407 | <ImportGroup Label="ExtensionTargets"> | ||
| 408 | </ImportGroup> | ||
| 409 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc17/minizip.vcxproj b/contrib/vstudio/vc17/minizip.vcxproj deleted file mode 100644 index dd3c52e7..00000000 --- a/contrib/vstudio/vc17/minizip.vcxproj +++ /dev/null | |||
| @@ -1,405 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|ARM"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>ARM</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|ARM64"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>ARM64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Debug|x64"> | ||
| 17 | <Configuration>Debug</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|ARM"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>ARM</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|ARM64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>ARM64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Win32"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Win32</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|x64"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>x64</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | </ItemGroup> | ||
| 37 | <PropertyGroup Label="Globals"> | ||
| 38 | <ProjectGuid>{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid> | ||
| 39 | <Keyword>Win32Proj</Keyword> | ||
| 40 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
| 41 | </PropertyGroup> | ||
| 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 44 | <ConfigurationType>Application</ConfigurationType> | ||
| 45 | <CharacterSet>MultiByte</CharacterSet> | ||
| 46 | <PlatformToolset>v143</PlatformToolset> | ||
| 47 | </PropertyGroup> | ||
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 49 | <ConfigurationType>Application</ConfigurationType> | ||
| 50 | <CharacterSet>Unicode</CharacterSet> | ||
| 51 | <PlatformToolset>v143</PlatformToolset> | ||
| 52 | </PropertyGroup> | ||
| 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 54 | <ConfigurationType>Application</ConfigurationType> | ||
| 55 | <CharacterSet>MultiByte</CharacterSet> | ||
| 56 | <PlatformToolset>v143</PlatformToolset> | ||
| 57 | </PropertyGroup> | ||
| 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> | ||
| 59 | <ConfigurationType>Application</ConfigurationType> | ||
| 60 | <CharacterSet>MultiByte</CharacterSet> | ||
| 61 | <PlatformToolset>v143</PlatformToolset> | ||
| 62 | </PropertyGroup> | ||
| 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> | ||
| 64 | <ConfigurationType>Application</ConfigurationType> | ||
| 65 | <CharacterSet>MultiByte</CharacterSet> | ||
| 66 | <PlatformToolset>v143</PlatformToolset> | ||
| 67 | </PropertyGroup> | ||
| 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 69 | <ConfigurationType>Application</ConfigurationType> | ||
| 70 | <CharacterSet>MultiByte</CharacterSet> | ||
| 71 | <PlatformToolset>v143</PlatformToolset> | ||
| 72 | </PropertyGroup> | ||
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> | ||
| 74 | <ConfigurationType>Application</ConfigurationType> | ||
| 75 | <CharacterSet>MultiByte</CharacterSet> | ||
| 76 | <PlatformToolset>v143</PlatformToolset> | ||
| 77 | </PropertyGroup> | ||
| 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> | ||
| 79 | <ConfigurationType>Application</ConfigurationType> | ||
| 80 | <CharacterSet>MultiByte</CharacterSet> | ||
| 81 | <PlatformToolset>v143</PlatformToolset> | ||
| 82 | </PropertyGroup> | ||
| 83 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 84 | <ImportGroup Label="ExtensionSettings"> | ||
| 85 | </ImportGroup> | ||
| 86 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 87 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 88 | </ImportGroup> | ||
| 89 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 90 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 91 | </ImportGroup> | ||
| 92 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 93 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 94 | </ImportGroup> | ||
| 95 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> | ||
| 96 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 97 | </ImportGroup> | ||
| 98 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> | ||
| 99 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 100 | </ImportGroup> | ||
| 101 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 102 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 103 | </ImportGroup> | ||
| 104 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> | ||
| 105 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 106 | </ImportGroup> | ||
| 107 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> | ||
| 108 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 109 | </ImportGroup> | ||
| 110 | <PropertyGroup Label="UserMacros" /> | ||
| 111 | <PropertyGroup> | ||
| 112 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 113 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniZip$(Configuration)\</OutDir> | ||
| 114 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 115 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 116 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 117 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniZip$(Configuration)\</OutDir> | ||
| 118 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 119 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 120 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\$(Configuration)\</OutDir> | ||
| 121 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\$(Configuration)\</IntDir> | ||
| 122 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 123 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental> | ||
| 124 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</LinkIncremental> | ||
| 125 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 126 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</GenerateManifest> | ||
| 127 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">false</GenerateManifest> | ||
| 128 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\$(Configuration)\</OutDir> | ||
| 129 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\$(Configuration)\</IntDir> | ||
| 130 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 131 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental> | ||
| 132 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</LinkIncremental> | ||
| 133 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 134 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 135 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 136 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 137 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 138 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 139 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 140 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
| 141 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
| 142 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 143 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
| 144 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
| 145 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 146 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 147 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 148 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 149 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 150 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 151 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 152 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
| 153 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
| 154 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 155 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
| 156 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
| 157 | </PropertyGroup> | ||
| 158 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 159 | <OutDir>arm64\MiniZip$(Configuration)\</OutDir> | ||
| 160 | <IntDir>arm64\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 161 | </PropertyGroup> | ||
| 162 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 163 | <OutDir>arm64\MiniZip$(Configuration)\</OutDir> | ||
| 164 | <IntDir>arm64\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 165 | </PropertyGroup> | ||
| 166 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
| 167 | <OutDir>arm\MiniZip$(Configuration)\</OutDir> | ||
| 168 | <IntDir>arm\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 169 | </PropertyGroup> | ||
| 170 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
| 171 | <OutDir>arm\MiniZip$(Configuration)\</OutDir> | ||
| 172 | <IntDir>arm\MiniZip$(Configuration)\Tmp\</IntDir> | ||
| 173 | </PropertyGroup> | ||
| 174 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 175 | <ClCompile> | ||
| 176 | <Optimization>Disabled</Optimization> | ||
| 177 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 178 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 179 | <MinimalRebuild>true</MinimalRebuild> | ||
| 180 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 181 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 182 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 183 | <PrecompiledHeader> | ||
| 184 | </PrecompiledHeader> | ||
| 185 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 186 | <WarningLevel>Level3</WarningLevel> | ||
| 187 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 188 | </ClCompile> | ||
| 189 | <Link> | ||
| 190 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 191 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 192 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 193 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 194 | <SubSystem>Console</SubSystem> | ||
| 195 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 196 | <DataExecutionPrevention> | ||
| 197 | </DataExecutionPrevention> | ||
| 198 | <TargetMachine>MachineX86</TargetMachine> | ||
| 199 | </Link> | ||
| 200 | </ItemDefinitionGroup> | ||
| 201 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 202 | <ClCompile> | ||
| 203 | <Optimization>MaxSpeed</Optimization> | ||
| 204 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 205 | <OmitFramePointers>true</OmitFramePointers> | ||
| 206 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 207 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 208 | <StringPooling>true</StringPooling> | ||
| 209 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 210 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 211 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 212 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 213 | <PrecompiledHeader> | ||
| 214 | </PrecompiledHeader> | ||
| 215 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 216 | <WarningLevel>Level3</WarningLevel> | ||
| 217 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 218 | </ClCompile> | ||
| 219 | <Link> | ||
| 220 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 221 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 222 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 223 | <SubSystem>Console</SubSystem> | ||
| 224 | <OptimizeReferences>true</OptimizeReferences> | ||
| 225 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 226 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 227 | <DataExecutionPrevention> | ||
| 228 | </DataExecutionPrevention> | ||
| 229 | <TargetMachine>MachineX86</TargetMachine> | ||
| 230 | </Link> | ||
| 231 | </ItemDefinitionGroup> | ||
| 232 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 233 | <Midl> | ||
| 234 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 235 | </Midl> | ||
| 236 | <ClCompile> | ||
| 237 | <Optimization>Disabled</Optimization> | ||
| 238 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 239 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 240 | <MinimalRebuild>true</MinimalRebuild> | ||
| 241 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 242 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 243 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 244 | <PrecompiledHeader> | ||
| 245 | </PrecompiledHeader> | ||
| 246 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 247 | <WarningLevel>Level3</WarningLevel> | ||
| 248 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 249 | </ClCompile> | ||
| 250 | <Link> | ||
| 251 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 252 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 253 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 254 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 255 | <SubSystem>Console</SubSystem> | ||
| 256 | <TargetMachine>MachineX64</TargetMachine> | ||
| 257 | </Link> | ||
| 258 | </ItemDefinitionGroup> | ||
| 259 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 260 | <Midl /> | ||
| 261 | <ClCompile> | ||
| 262 | <Optimization>Disabled</Optimization> | ||
| 263 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 264 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 265 | <MinimalRebuild>true</MinimalRebuild> | ||
| 266 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 267 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 268 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 269 | <PrecompiledHeader> | ||
| 270 | </PrecompiledHeader> | ||
| 271 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 272 | <WarningLevel>Level3</WarningLevel> | ||
| 273 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 274 | </ClCompile> | ||
| 275 | <Link> | ||
| 276 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 277 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 278 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 279 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 280 | <SubSystem>Console</SubSystem> | ||
| 281 | </Link> | ||
| 282 | </ItemDefinitionGroup> | ||
| 283 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
| 284 | <Midl /> | ||
| 285 | <ClCompile> | ||
| 286 | <Optimization>Disabled</Optimization> | ||
| 287 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 288 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 289 | <MinimalRebuild>true</MinimalRebuild> | ||
| 290 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 291 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 292 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 293 | <PrecompiledHeader> | ||
| 294 | </PrecompiledHeader> | ||
| 295 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 296 | <WarningLevel>Level3</WarningLevel> | ||
| 297 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 298 | </ClCompile> | ||
| 299 | <Link> | ||
| 300 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 301 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 302 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 303 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
| 304 | <SubSystem>Console</SubSystem> | ||
| 305 | </Link> | ||
| 306 | </ItemDefinitionGroup> | ||
| 307 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 308 | <Midl> | ||
| 309 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 310 | </Midl> | ||
| 311 | <ClCompile> | ||
| 312 | <Optimization>MaxSpeed</Optimization> | ||
| 313 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 314 | <OmitFramePointers>true</OmitFramePointers> | ||
| 315 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 316 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 317 | <StringPooling>true</StringPooling> | ||
| 318 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 319 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 320 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 321 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 322 | <PrecompiledHeader> | ||
| 323 | </PrecompiledHeader> | ||
| 324 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 325 | <WarningLevel>Level3</WarningLevel> | ||
| 326 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 327 | </ClCompile> | ||
| 328 | <Link> | ||
| 329 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 330 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 331 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 332 | <SubSystem>Console</SubSystem> | ||
| 333 | <OptimizeReferences>true</OptimizeReferences> | ||
| 334 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 335 | <TargetMachine>MachineX64</TargetMachine> | ||
| 336 | </Link> | ||
| 337 | </ItemDefinitionGroup> | ||
| 338 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 339 | <Midl /> | ||
| 340 | <ClCompile> | ||
| 341 | <Optimization>MaxSpeed</Optimization> | ||
| 342 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 343 | <OmitFramePointers>true</OmitFramePointers> | ||
| 344 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 345 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 346 | <StringPooling>true</StringPooling> | ||
| 347 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 348 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 349 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 350 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 351 | <PrecompiledHeader> | ||
| 352 | </PrecompiledHeader> | ||
| 353 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 354 | <WarningLevel>Level3</WarningLevel> | ||
| 355 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 356 | </ClCompile> | ||
| 357 | <Link> | ||
| 358 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 359 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 360 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 361 | <SubSystem>Console</SubSystem> | ||
| 362 | <OptimizeReferences>true</OptimizeReferences> | ||
| 363 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 364 | </Link> | ||
| 365 | </ItemDefinitionGroup> | ||
| 366 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
| 367 | <Midl /> | ||
| 368 | <ClCompile> | ||
| 369 | <Optimization>MaxSpeed</Optimization> | ||
| 370 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 371 | <OmitFramePointers>true</OmitFramePointers> | ||
| 372 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 373 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 374 | <StringPooling>true</StringPooling> | ||
| 375 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 376 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 377 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 378 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 379 | <PrecompiledHeader> | ||
| 380 | </PrecompiledHeader> | ||
| 381 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 382 | <WarningLevel>Level3</WarningLevel> | ||
| 383 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 384 | </ClCompile> | ||
| 385 | <Link> | ||
| 386 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 387 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
| 388 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 389 | <SubSystem>Console</SubSystem> | ||
| 390 | <OptimizeReferences>true</OptimizeReferences> | ||
| 391 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 392 | </Link> | ||
| 393 | </ItemDefinitionGroup> | ||
| 394 | <ItemGroup> | ||
| 395 | <ClCompile Include="..\..\minizip\minizip.c" /> | ||
| 396 | </ItemGroup> | ||
| 397 | <ItemGroup> | ||
| 398 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 399 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 400 | </ProjectReference> | ||
| 401 | </ItemGroup> | ||
| 402 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 403 | <ImportGroup Label="ExtensionTargets"> | ||
| 404 | </ImportGroup> | ||
| 405 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc17/testzlib.vcxproj b/contrib/vstudio/vc17/testzlib.vcxproj deleted file mode 100644 index 4cc99b3f..00000000 --- a/contrib/vstudio/vc17/testzlib.vcxproj +++ /dev/null | |||
| @@ -1,473 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|ARM"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>ARM</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|ARM64"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>ARM64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Debug|x64"> | ||
| 17 | <Configuration>Debug</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|ARM"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>ARM</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|ARM64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>ARM64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 29 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 30 | <Platform>Win32</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 33 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 34 | <Platform>x64</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|ARM"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>ARM</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | <ProjectConfiguration Include="Release|ARM64"> | ||
| 41 | <Configuration>Release</Configuration> | ||
| 42 | <Platform>ARM64</Platform> | ||
| 43 | </ProjectConfiguration> | ||
| 44 | <ProjectConfiguration Include="Release|Win32"> | ||
| 45 | <Configuration>Release</Configuration> | ||
| 46 | <Platform>Win32</Platform> | ||
| 47 | </ProjectConfiguration> | ||
| 48 | <ProjectConfiguration Include="Release|x64"> | ||
| 49 | <Configuration>Release</Configuration> | ||
| 50 | <Platform>x64</Platform> | ||
| 51 | </ProjectConfiguration> | ||
| 52 | </ItemGroup> | ||
| 53 | <PropertyGroup Label="Globals"> | ||
| 54 | <ProjectGuid>{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid> | ||
| 55 | <RootNamespace>testzlib</RootNamespace> | ||
| 56 | <Keyword>Win32Proj</Keyword> | ||
| 57 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
| 58 | </PropertyGroup> | ||
| 59 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 61 | <ConfigurationType>Application</ConfigurationType> | ||
| 62 | <CharacterSet>MultiByte</CharacterSet> | ||
| 63 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 64 | <PlatformToolset>v143</PlatformToolset> | ||
| 65 | </PropertyGroup> | ||
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 67 | <ConfigurationType>Application</ConfigurationType> | ||
| 68 | <CharacterSet>MultiByte</CharacterSet> | ||
| 69 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 70 | <PlatformToolset>v143</PlatformToolset> | ||
| 71 | </PropertyGroup> | ||
| 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 73 | <ConfigurationType>Application</ConfigurationType> | ||
| 74 | <CharacterSet>Unicode</CharacterSet> | ||
| 75 | <PlatformToolset>v143</PlatformToolset> | ||
| 76 | </PropertyGroup> | ||
| 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 78 | <ConfigurationType>Application</ConfigurationType> | ||
| 79 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 80 | <PlatformToolset>v143</PlatformToolset> | ||
| 81 | </PropertyGroup> | ||
| 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> | ||
| 83 | <ConfigurationType>Application</ConfigurationType> | ||
| 84 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 85 | <PlatformToolset>v143</PlatformToolset> | ||
| 86 | </PropertyGroup> | ||
| 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> | ||
| 88 | <ConfigurationType>Application</ConfigurationType> | ||
| 89 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 90 | <PlatformToolset>v143</PlatformToolset> | ||
| 91 | </PropertyGroup> | ||
| 92 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 93 | <ConfigurationType>Application</ConfigurationType> | ||
| 94 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 95 | <PlatformToolset>v143</PlatformToolset> | ||
| 96 | </PropertyGroup> | ||
| 97 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="Configuration"> | ||
| 98 | <ConfigurationType>Application</ConfigurationType> | ||
| 99 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 100 | <PlatformToolset>v143</PlatformToolset> | ||
| 101 | </PropertyGroup> | ||
| 102 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="Configuration"> | ||
| 103 | <ConfigurationType>Application</ConfigurationType> | ||
| 104 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 105 | <PlatformToolset>v143</PlatformToolset> | ||
| 106 | </PropertyGroup> | ||
| 107 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 108 | <ConfigurationType>Application</ConfigurationType> | ||
| 109 | <PlatformToolset>v143</PlatformToolset> | ||
| 110 | </PropertyGroup> | ||
| 111 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> | ||
| 112 | <ConfigurationType>Application</ConfigurationType> | ||
| 113 | <PlatformToolset>v143</PlatformToolset> | ||
| 114 | </PropertyGroup> | ||
| 115 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> | ||
| 116 | <ConfigurationType>Application</ConfigurationType> | ||
| 117 | <PlatformToolset>v143</PlatformToolset> | ||
| 118 | </PropertyGroup> | ||
| 119 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 120 | <ImportGroup Label="ExtensionSettings"> | ||
| 121 | </ImportGroup> | ||
| 122 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 123 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 124 | </ImportGroup> | ||
| 125 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 126 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 127 | </ImportGroup> | ||
| 128 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 129 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 130 | </ImportGroup> | ||
| 131 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 132 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 133 | </ImportGroup> | ||
| 134 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> | ||
| 135 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 136 | </ImportGroup> | ||
| 137 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> | ||
| 138 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 139 | </ImportGroup> | ||
| 140 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 141 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 142 | </ImportGroup> | ||
| 143 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="PropertySheets"> | ||
| 144 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 145 | </ImportGroup> | ||
| 146 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="PropertySheets"> | ||
| 147 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 148 | </ImportGroup> | ||
| 149 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 150 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 151 | </ImportGroup> | ||
| 152 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> | ||
| 153 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 154 | </ImportGroup> | ||
| 155 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> | ||
| 156 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 157 | </ImportGroup> | ||
| 158 | <PropertyGroup Label="UserMacros" /> | ||
| 159 | <PropertyGroup> | ||
| 160 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 161 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 162 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 163 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 164 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 165 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 166 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 167 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> | ||
| 168 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> | ||
| 169 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\</OutDir> | ||
| 170 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 171 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 172 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 173 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 174 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 175 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 176 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</GenerateManifest> | ||
| 177 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">false</GenerateManifest> | ||
| 178 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 179 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 180 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> | ||
| 181 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">false</GenerateManifest> | ||
| 182 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">false</GenerateManifest> | ||
| 183 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\</OutDir> | ||
| 184 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 185 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 186 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</GenerateManifest> | ||
| 187 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</GenerateManifest> | ||
| 188 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 189 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 190 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 191 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 192 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 193 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 194 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 195 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
| 196 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
| 197 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 198 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
| 199 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
| 200 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 201 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 202 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 203 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 204 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 205 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 206 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 207 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" /> | ||
| 208 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" /> | ||
| 209 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 210 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" /> | ||
| 211 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" /> | ||
| 212 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 213 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 214 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 215 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 216 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 217 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 218 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 219 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
| 220 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
| 221 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 222 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
| 223 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
| 224 | </PropertyGroup> | ||
| 225 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 226 | <OutDir>arm64\TestZlib$(Configuration)\</OutDir> | ||
| 227 | <IntDir>arm64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 228 | </PropertyGroup> | ||
| 229 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 230 | <OutDir>arm64\TestZlib$(Configuration)\</OutDir> | ||
| 231 | <IntDir>arm64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 232 | </PropertyGroup> | ||
| 233 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"> | ||
| 234 | <OutDir>arm64\TestZlib$(Configuration)\</OutDir> | ||
| 235 | <IntDir>arm64\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 236 | </PropertyGroup> | ||
| 237 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
| 238 | <OutDir>arm\TestZlib$(Configuration)\</OutDir> | ||
| 239 | <IntDir>arm\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 240 | </PropertyGroup> | ||
| 241 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
| 242 | <OutDir>arm\TestZlib$(Configuration)\</OutDir> | ||
| 243 | <IntDir>arm\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 244 | </PropertyGroup> | ||
| 245 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"> | ||
| 246 | <OutDir>arm\TestZlib$(Configuration)\</OutDir> | ||
| 247 | <IntDir>arm\TestZlib$(Configuration)\Tmp\</IntDir> | ||
| 248 | </PropertyGroup> | ||
| 249 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 250 | <ClCompile> | ||
| 251 | <Optimization>Disabled</Optimization> | ||
| 252 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 253 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 254 | <MinimalRebuild>true</MinimalRebuild> | ||
| 255 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 256 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 257 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 258 | <PrecompiledHeader> | ||
| 259 | </PrecompiledHeader> | ||
| 260 | <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput> | ||
| 261 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 262 | <WarningLevel>Level3</WarningLevel> | ||
| 263 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 264 | </ClCompile> | ||
| 265 | <Link> | ||
| 266 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 267 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 268 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 269 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 270 | <SubSystem>Console</SubSystem> | ||
| 271 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 272 | <DataExecutionPrevention> | ||
| 273 | </DataExecutionPrevention> | ||
| 274 | <TargetMachine>MachineX86</TargetMachine> | ||
| 275 | </Link> | ||
| 276 | </ItemDefinitionGroup> | ||
| 277 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 278 | <ClCompile> | ||
| 279 | <Optimization>MaxSpeed</Optimization> | ||
| 280 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 281 | <OmitFramePointers>true</OmitFramePointers> | ||
| 282 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 283 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 284 | <StringPooling>true</StringPooling> | ||
| 285 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 286 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 287 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 288 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 289 | <PrecompiledHeader> | ||
| 290 | </PrecompiledHeader> | ||
| 291 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 292 | <WarningLevel>Level3</WarningLevel> | ||
| 293 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 294 | </ClCompile> | ||
| 295 | <Link> | ||
| 296 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 297 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 298 | <SubSystem>Console</SubSystem> | ||
| 299 | <OptimizeReferences>true</OptimizeReferences> | ||
| 300 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 301 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 302 | <DataExecutionPrevention> | ||
| 303 | </DataExecutionPrevention> | ||
| 304 | <TargetMachine>MachineX86</TargetMachine> | ||
| 305 | </Link> | ||
| 306 | </ItemDefinitionGroup> | ||
| 307 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 308 | <ClCompile> | ||
| 309 | <Optimization>MaxSpeed</Optimization> | ||
| 310 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 311 | <OmitFramePointers>true</OmitFramePointers> | ||
| 312 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 313 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 314 | <StringPooling>true</StringPooling> | ||
| 315 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 316 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 317 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 318 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 319 | <PrecompiledHeader> | ||
| 320 | </PrecompiledHeader> | ||
| 321 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 322 | <WarningLevel>Level3</WarningLevel> | ||
| 323 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 324 | </ClCompile> | ||
| 325 | <Link> | ||
| 326 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 327 | <OutputFile>$(OutDir)testzlib.exe</OutputFile> | ||
| 328 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 329 | <SubSystem>Console</SubSystem> | ||
| 330 | <OptimizeReferences>true</OptimizeReferences> | ||
| 331 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 332 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 333 | <DataExecutionPrevention> | ||
| 334 | </DataExecutionPrevention> | ||
| 335 | <TargetMachine>MachineX86</TargetMachine> | ||
| 336 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | ||
| 337 | </Link> | ||
| 338 | </ItemDefinitionGroup> | ||
| 339 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 340 | <ClCompile> | ||
| 341 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 342 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 343 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 344 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 345 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 346 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 347 | </ClCompile> | ||
| 348 | <Link> | ||
| 349 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 350 | </Link> | ||
| 351 | </ItemDefinitionGroup> | ||
| 352 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 353 | <ClCompile> | ||
| 354 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 355 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 356 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 357 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 358 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 359 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 360 | </ClCompile> | ||
| 361 | <Link> | ||
| 362 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 363 | </Link> | ||
| 364 | </ItemDefinitionGroup> | ||
| 365 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
| 366 | <ClCompile> | ||
| 367 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 368 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 369 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 370 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 371 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 372 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 373 | </ClCompile> | ||
| 374 | <Link> | ||
| 375 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 376 | </Link> | ||
| 377 | </ItemDefinitionGroup> | ||
| 378 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 379 | <ClCompile> | ||
| 380 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 381 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 382 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 383 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 384 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 385 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 386 | </ClCompile> | ||
| 387 | <Link> | ||
| 388 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 389 | </Link> | ||
| 390 | </ItemDefinitionGroup> | ||
| 391 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"> | ||
| 392 | <ClCompile> | ||
| 393 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 394 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 395 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 396 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 397 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 398 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 399 | </ClCompile> | ||
| 400 | <Link> | ||
| 401 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 402 | </Link> | ||
| 403 | </ItemDefinitionGroup> | ||
| 404 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"> | ||
| 405 | <ClCompile> | ||
| 406 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 407 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 408 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 409 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 410 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 411 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 412 | </ClCompile> | ||
| 413 | <Link> | ||
| 414 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 415 | </Link> | ||
| 416 | </ItemDefinitionGroup> | ||
| 417 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 418 | <ClCompile> | ||
| 419 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 420 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 421 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 422 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 423 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 424 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 425 | </ClCompile> | ||
| 426 | <Link> | ||
| 427 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 428 | </Link> | ||
| 429 | </ItemDefinitionGroup> | ||
| 430 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 431 | <ClCompile> | ||
| 432 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 433 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 434 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 435 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 436 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 437 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 438 | </ClCompile> | ||
| 439 | <Link> | ||
| 440 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 441 | </Link> | ||
| 442 | </ItemDefinitionGroup> | ||
| 443 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
| 444 | <ClCompile> | ||
| 445 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 446 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 447 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 448 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 449 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 450 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 451 | </ClCompile> | ||
| 452 | <Link> | ||
| 453 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 454 | </Link> | ||
| 455 | </ItemDefinitionGroup> | ||
| 456 | <ItemGroup> | ||
| 457 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 458 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 459 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 460 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 461 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 462 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 463 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 464 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 465 | <ClCompile Include="..\..\testzlib\testzlib.c" /> | ||
| 466 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 467 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 468 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 469 | </ItemGroup> | ||
| 470 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 471 | <ImportGroup Label="ExtensionTargets"> | ||
| 472 | </ImportGroup> | ||
| 473 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc17/testzlibdll.vcxproj b/contrib/vstudio/vc17/testzlibdll.vcxproj deleted file mode 100644 index 73bba55d..00000000 --- a/contrib/vstudio/vc17/testzlibdll.vcxproj +++ /dev/null | |||
| @@ -1,409 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|ARM"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>ARM</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|ARM64"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>ARM64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Debug|x64"> | ||
| 17 | <Configuration>Debug</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|ARM"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>ARM</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Release|ARM64"> | ||
| 25 | <Configuration>Release</Configuration> | ||
| 26 | <Platform>ARM64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|Win32"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>Win32</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="Release|x64"> | ||
| 33 | <Configuration>Release</Configuration> | ||
| 34 | <Platform>x64</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | </ItemGroup> | ||
| 37 | <PropertyGroup Label="Globals"> | ||
| 38 | <ProjectGuid>{C52F9E7B-498A-42BE-8DB4-85A15694366A}</ProjectGuid> | ||
| 39 | <Keyword>Win32Proj</Keyword> | ||
| 40 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
| 41 | </PropertyGroup> | ||
| 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 44 | <ConfigurationType>Application</ConfigurationType> | ||
| 45 | <CharacterSet>MultiByte</CharacterSet> | ||
| 46 | <PlatformToolset>v143</PlatformToolset> | ||
| 47 | </PropertyGroup> | ||
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 49 | <ConfigurationType>Application</ConfigurationType> | ||
| 50 | <CharacterSet>Unicode</CharacterSet> | ||
| 51 | <PlatformToolset>v143</PlatformToolset> | ||
| 52 | </PropertyGroup> | ||
| 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 54 | <ConfigurationType>Application</ConfigurationType> | ||
| 55 | <CharacterSet>MultiByte</CharacterSet> | ||
| 56 | <PlatformToolset>v143</PlatformToolset> | ||
| 57 | </PropertyGroup> | ||
| 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> | ||
| 59 | <ConfigurationType>Application</ConfigurationType> | ||
| 60 | <CharacterSet>MultiByte</CharacterSet> | ||
| 61 | <PlatformToolset>v143</PlatformToolset> | ||
| 62 | </PropertyGroup> | ||
| 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> | ||
| 64 | <ConfigurationType>Application</ConfigurationType> | ||
| 65 | <CharacterSet>MultiByte</CharacterSet> | ||
| 66 | <PlatformToolset>v143</PlatformToolset> | ||
| 67 | </PropertyGroup> | ||
| 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 69 | <ConfigurationType>Application</ConfigurationType> | ||
| 70 | <CharacterSet>MultiByte</CharacterSet> | ||
| 71 | <PlatformToolset>v143</PlatformToolset> | ||
| 72 | </PropertyGroup> | ||
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> | ||
| 74 | <ConfigurationType>Application</ConfigurationType> | ||
| 75 | <CharacterSet>MultiByte</CharacterSet> | ||
| 76 | <PlatformToolset>v143</PlatformToolset> | ||
| 77 | </PropertyGroup> | ||
| 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> | ||
| 79 | <ConfigurationType>Application</ConfigurationType> | ||
| 80 | <CharacterSet>MultiByte</CharacterSet> | ||
| 81 | <PlatformToolset>v143</PlatformToolset> | ||
| 82 | </PropertyGroup> | ||
| 83 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 84 | <ImportGroup Label="ExtensionSettings"> | ||
| 85 | </ImportGroup> | ||
| 86 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 87 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 88 | </ImportGroup> | ||
| 89 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 90 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 91 | </ImportGroup> | ||
| 92 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 93 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 94 | </ImportGroup> | ||
| 95 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> | ||
| 96 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 97 | </ImportGroup> | ||
| 98 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> | ||
| 99 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 100 | </ImportGroup> | ||
| 101 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 102 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 103 | </ImportGroup> | ||
| 104 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> | ||
| 105 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 106 | </ImportGroup> | ||
| 107 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> | ||
| 108 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 109 | </ImportGroup> | ||
| 110 | <PropertyGroup Label="UserMacros" /> | ||
| 111 | <PropertyGroup> | ||
| 112 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 113 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlibDll$(Configuration)\</OutDir> | ||
| 114 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 115 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 116 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 117 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlibDll$(Configuration)\</OutDir> | ||
| 118 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 119 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 120 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 121 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlibDll$(Configuration)\</OutDir> | ||
| 122 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 123 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 124 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental> | ||
| 125 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</LinkIncremental> | ||
| 126 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 127 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</GenerateManifest> | ||
| 128 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">false</GenerateManifest> | ||
| 129 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlibDll$(Configuration)\</OutDir> | ||
| 130 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 131 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 132 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental> | ||
| 133 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</LinkIncremental> | ||
| 134 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 135 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</GenerateManifest> | ||
| 136 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</GenerateManifest> | ||
| 137 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 138 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 139 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 140 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 141 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 142 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 143 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 144 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
| 145 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
| 146 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 147 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
| 148 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
| 149 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 150 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 151 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 152 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 153 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 154 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 155 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 156 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
| 157 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
| 158 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 159 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
| 160 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
| 161 | </PropertyGroup> | ||
| 162 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 163 | <OutDir>arm64\TestZlibDll$(Configuration)\</OutDir> | ||
| 164 | <IntDir>arm64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 165 | </PropertyGroup> | ||
| 166 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 167 | <OutDir>arm64\TestZlibDll$(Configuration)\</OutDir> | ||
| 168 | <IntDir>arm64\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 169 | </PropertyGroup> | ||
| 170 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
| 171 | <OutDir>arm\TestZlibDll$(Configuration)\</OutDir> | ||
| 172 | <IntDir>arm\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 173 | </PropertyGroup> | ||
| 174 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
| 175 | <OutDir>arm\TestZlibDll$(Configuration)\</OutDir> | ||
| 176 | <IntDir>arm\TestZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 177 | </PropertyGroup> | ||
| 178 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 179 | <ClCompile> | ||
| 180 | <Optimization>Disabled</Optimization> | ||
| 181 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 182 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 183 | <MinimalRebuild>true</MinimalRebuild> | ||
| 184 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 185 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 186 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 187 | <PrecompiledHeader> | ||
| 188 | </PrecompiledHeader> | ||
| 189 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 190 | <WarningLevel>Level3</WarningLevel> | ||
| 191 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 192 | </ClCompile> | ||
| 193 | <Link> | ||
| 194 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 195 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 196 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 197 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 198 | <SubSystem>Console</SubSystem> | ||
| 199 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 200 | <DataExecutionPrevention> | ||
| 201 | </DataExecutionPrevention> | ||
| 202 | <TargetMachine>MachineX86</TargetMachine> | ||
| 203 | </Link> | ||
| 204 | </ItemDefinitionGroup> | ||
| 205 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 206 | <ClCompile> | ||
| 207 | <Optimization>MaxSpeed</Optimization> | ||
| 208 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 209 | <OmitFramePointers>true</OmitFramePointers> | ||
| 210 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 211 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 212 | <StringPooling>true</StringPooling> | ||
| 213 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 214 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 215 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 216 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 217 | <PrecompiledHeader> | ||
| 218 | </PrecompiledHeader> | ||
| 219 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 220 | <WarningLevel>Level3</WarningLevel> | ||
| 221 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 222 | </ClCompile> | ||
| 223 | <Link> | ||
| 224 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 225 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 226 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 227 | <SubSystem>Console</SubSystem> | ||
| 228 | <OptimizeReferences>true</OptimizeReferences> | ||
| 229 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 230 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 231 | <DataExecutionPrevention> | ||
| 232 | </DataExecutionPrevention> | ||
| 233 | <TargetMachine>MachineX86</TargetMachine> | ||
| 234 | </Link> | ||
| 235 | </ItemDefinitionGroup> | ||
| 236 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 237 | <Midl> | ||
| 238 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 239 | </Midl> | ||
| 240 | <ClCompile> | ||
| 241 | <Optimization>Disabled</Optimization> | ||
| 242 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 243 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 244 | <MinimalRebuild>true</MinimalRebuild> | ||
| 245 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 246 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 247 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 248 | <PrecompiledHeader> | ||
| 249 | </PrecompiledHeader> | ||
| 250 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 251 | <WarningLevel>Level3</WarningLevel> | ||
| 252 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 253 | </ClCompile> | ||
| 254 | <Link> | ||
| 255 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 256 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 257 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 258 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 259 | <SubSystem>Console</SubSystem> | ||
| 260 | <TargetMachine>MachineX64</TargetMachine> | ||
| 261 | </Link> | ||
| 262 | </ItemDefinitionGroup> | ||
| 263 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 264 | <Midl /> | ||
| 265 | <ClCompile> | ||
| 266 | <Optimization>Disabled</Optimization> | ||
| 267 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 268 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 269 | <MinimalRebuild>true</MinimalRebuild> | ||
| 270 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 271 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 272 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 273 | <PrecompiledHeader> | ||
| 274 | </PrecompiledHeader> | ||
| 275 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 276 | <WarningLevel>Level3</WarningLevel> | ||
| 277 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 278 | </ClCompile> | ||
| 279 | <Link> | ||
| 280 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 281 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 282 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 283 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 284 | <SubSystem>Console</SubSystem> | ||
| 285 | </Link> | ||
| 286 | </ItemDefinitionGroup> | ||
| 287 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
| 288 | <Midl /> | ||
| 289 | <ClCompile> | ||
| 290 | <Optimization>Disabled</Optimization> | ||
| 291 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 292 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 293 | <MinimalRebuild>true</MinimalRebuild> | ||
| 294 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 295 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 296 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 297 | <PrecompiledHeader> | ||
| 298 | </PrecompiledHeader> | ||
| 299 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 300 | <WarningLevel>Level3</WarningLevel> | ||
| 301 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 302 | </ClCompile> | ||
| 303 | <Link> | ||
| 304 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 305 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 306 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 307 | <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | ||
| 308 | <SubSystem>Console</SubSystem> | ||
| 309 | </Link> | ||
| 310 | </ItemDefinitionGroup> | ||
| 311 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 312 | <Midl> | ||
| 313 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 314 | </Midl> | ||
| 315 | <ClCompile> | ||
| 316 | <Optimization>MaxSpeed</Optimization> | ||
| 317 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 318 | <OmitFramePointers>true</OmitFramePointers> | ||
| 319 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 320 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 321 | <StringPooling>true</StringPooling> | ||
| 322 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 323 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 324 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 325 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 326 | <PrecompiledHeader> | ||
| 327 | </PrecompiledHeader> | ||
| 328 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 329 | <WarningLevel>Level3</WarningLevel> | ||
| 330 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 331 | </ClCompile> | ||
| 332 | <Link> | ||
| 333 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 334 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 335 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 336 | <SubSystem>Console</SubSystem> | ||
| 337 | <OptimizeReferences>true</OptimizeReferences> | ||
| 338 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 339 | <TargetMachine>MachineX64</TargetMachine> | ||
| 340 | </Link> | ||
| 341 | </ItemDefinitionGroup> | ||
| 342 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 343 | <Midl /> | ||
| 344 | <ClCompile> | ||
| 345 | <Optimization>MaxSpeed</Optimization> | ||
| 346 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 347 | <OmitFramePointers>true</OmitFramePointers> | ||
| 348 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 349 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 350 | <StringPooling>true</StringPooling> | ||
| 351 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 352 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 353 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 354 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 355 | <PrecompiledHeader> | ||
| 356 | </PrecompiledHeader> | ||
| 357 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 358 | <WarningLevel>Level3</WarningLevel> | ||
| 359 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 360 | </ClCompile> | ||
| 361 | <Link> | ||
| 362 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 363 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 364 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 365 | <SubSystem>Console</SubSystem> | ||
| 366 | <OptimizeReferences>true</OptimizeReferences> | ||
| 367 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 368 | </Link> | ||
| 369 | </ItemDefinitionGroup> | ||
| 370 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
| 371 | <Midl /> | ||
| 372 | <ClCompile> | ||
| 373 | <Optimization>MaxSpeed</Optimization> | ||
| 374 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 375 | <OmitFramePointers>true</OmitFramePointers> | ||
| 376 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 377 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 378 | <StringPooling>true</StringPooling> | ||
| 379 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
| 380 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 381 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 382 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 383 | <PrecompiledHeader> | ||
| 384 | </PrecompiledHeader> | ||
| 385 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 386 | <WarningLevel>Level3</WarningLevel> | ||
| 387 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 388 | </ClCompile> | ||
| 389 | <Link> | ||
| 390 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 391 | <OutputFile>$(OutDir)testzlibdll.exe</OutputFile> | ||
| 392 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 393 | <SubSystem>Console</SubSystem> | ||
| 394 | <OptimizeReferences>true</OptimizeReferences> | ||
| 395 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 396 | </Link> | ||
| 397 | </ItemDefinitionGroup> | ||
| 398 | <ItemGroup> | ||
| 399 | <ClCompile Include="..\..\testzlib\testzlib.c" /> | ||
| 400 | </ItemGroup> | ||
| 401 | <ItemGroup> | ||
| 402 | <ProjectReference Include="zlibvc.vcxproj"> | ||
| 403 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
| 404 | </ProjectReference> | ||
| 405 | </ItemGroup> | ||
| 406 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 407 | <ImportGroup Label="ExtensionTargets"> | ||
| 408 | </ImportGroup> | ||
| 409 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc17/zlib.rc b/contrib/vstudio/vc17/zlib.rc deleted file mode 100644 index 2ae381c2..00000000 --- a/contrib/vstudio/vc17/zlib.rc +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | #include <windows.h> | ||
| 2 | |||
| 3 | #define IDR_VERSION1 1 | ||
| 4 | IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE | ||
| 5 | FILEVERSION 1, 3, 1, 2 | ||
| 6 | PRODUCTVERSION 1, 3, 1, 2 | ||
| 7 | FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
| 8 | FILEFLAGS 0 | ||
| 9 | FILEOS VOS_DOS_WINDOWS32 | ||
| 10 | FILETYPE VFT_DLL | ||
| 11 | FILESUBTYPE 0 // not used | ||
| 12 | BEGIN | ||
| 13 | BLOCK "StringFileInfo" | ||
| 14 | BEGIN | ||
| 15 | BLOCK "040904E4" | ||
| 16 | //language ID = U.S. English, char set = Windows, Multilingual | ||
| 17 | |||
| 18 | BEGIN | ||
| 19 | VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" | ||
| 20 | VALUE "FileVersion", "1.3.1.2\0" | ||
| 21 | VALUE "InternalName", "zlib\0" | ||
| 22 | VALUE "OriginalFilename", "zlibwapi.dll\0" | ||
| 23 | VALUE "ProductName", "ZLib.DLL\0" | ||
| 24 | VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" | ||
| 25 | VALUE "LegalCopyright", "(C) 1995-2025 Jean-loup Gailly & Mark Adler\0" | ||
| 26 | END | ||
| 27 | END | ||
| 28 | BLOCK "VarFileInfo" | ||
| 29 | BEGIN | ||
| 30 | VALUE "Translation", 0x0409, 1252 | ||
| 31 | END | ||
| 32 | END | ||
diff --git a/contrib/vstudio/vc17/zlibstat.vcxproj b/contrib/vstudio/vc17/zlibstat.vcxproj deleted file mode 100644 index b946ac2a..00000000 --- a/contrib/vstudio/vc17/zlibstat.vcxproj +++ /dev/null | |||
| @@ -1,602 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|ARM"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>ARM</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|ARM64"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>ARM64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Debug|x64"> | ||
| 17 | <Configuration>Debug</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|ARM"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>ARM</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|ARM64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>ARM64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 29 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 30 | <Platform>Win32</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 33 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 34 | <Platform>x64</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|ARM"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>ARM</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | <ProjectConfiguration Include="Release|ARM64"> | ||
| 41 | <Configuration>Release</Configuration> | ||
| 42 | <Platform>ARM64</Platform> | ||
| 43 | </ProjectConfiguration> | ||
| 44 | <ProjectConfiguration Include="Release|Win32"> | ||
| 45 | <Configuration>Release</Configuration> | ||
| 46 | <Platform>Win32</Platform> | ||
| 47 | </ProjectConfiguration> | ||
| 48 | <ProjectConfiguration Include="Release|x64"> | ||
| 49 | <Configuration>Release</Configuration> | ||
| 50 | <Platform>x64</Platform> | ||
| 51 | </ProjectConfiguration> | ||
| 52 | </ItemGroup> | ||
| 53 | <PropertyGroup Label="Globals"> | ||
| 54 | <ProjectGuid>{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}</ProjectGuid> | ||
| 55 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
| 56 | </PropertyGroup> | ||
| 57 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 59 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 60 | <UseOfMfc>false</UseOfMfc> | ||
| 61 | <PlatformToolset>v143</PlatformToolset> | ||
| 62 | </PropertyGroup> | ||
| 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 64 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 65 | <UseOfMfc>false</UseOfMfc> | ||
| 66 | <PlatformToolset>v143</PlatformToolset> | ||
| 67 | </PropertyGroup> | ||
| 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 69 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 70 | <UseOfMfc>false</UseOfMfc> | ||
| 71 | <PlatformToolset>v143</PlatformToolset> | ||
| 72 | <CharacterSet>Unicode</CharacterSet> | ||
| 73 | </PropertyGroup> | ||
| 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 75 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 76 | <UseOfMfc>false</UseOfMfc> | ||
| 77 | <PlatformToolset>v143</PlatformToolset> | ||
| 78 | </PropertyGroup> | ||
| 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="Configuration"> | ||
| 80 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 81 | <UseOfMfc>false</UseOfMfc> | ||
| 82 | <PlatformToolset>v143</PlatformToolset> | ||
| 83 | </PropertyGroup> | ||
| 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="Configuration"> | ||
| 85 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 86 | <UseOfMfc>false</UseOfMfc> | ||
| 87 | <PlatformToolset>v143</PlatformToolset> | ||
| 88 | </PropertyGroup> | ||
| 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 90 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 91 | <UseOfMfc>false</UseOfMfc> | ||
| 92 | <PlatformToolset>v143</PlatformToolset> | ||
| 93 | </PropertyGroup> | ||
| 94 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> | ||
| 95 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 96 | <UseOfMfc>false</UseOfMfc> | ||
| 97 | <PlatformToolset>v143</PlatformToolset> | ||
| 98 | </PropertyGroup> | ||
| 99 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> | ||
| 100 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 101 | <UseOfMfc>false</UseOfMfc> | ||
| 102 | <PlatformToolset>v143</PlatformToolset> | ||
| 103 | </PropertyGroup> | ||
| 104 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 105 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 106 | <UseOfMfc>false</UseOfMfc> | ||
| 107 | <PlatformToolset>v143</PlatformToolset> | ||
| 108 | </PropertyGroup> | ||
| 109 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> | ||
| 110 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 111 | <UseOfMfc>false</UseOfMfc> | ||
| 112 | <PlatformToolset>v143</PlatformToolset> | ||
| 113 | </PropertyGroup> | ||
| 114 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> | ||
| 115 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 116 | <UseOfMfc>false</UseOfMfc> | ||
| 117 | <PlatformToolset>v143</PlatformToolset> | ||
| 118 | </PropertyGroup> | ||
| 119 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 120 | <ImportGroup Label="ExtensionSettings"> | ||
| 121 | </ImportGroup> | ||
| 122 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 123 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 124 | </ImportGroup> | ||
| 125 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 126 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 127 | </ImportGroup> | ||
| 128 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 129 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 130 | </ImportGroup> | ||
| 131 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 132 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 133 | </ImportGroup> | ||
| 134 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="PropertySheets"> | ||
| 135 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 136 | </ImportGroup> | ||
| 137 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="PropertySheets"> | ||
| 138 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 139 | </ImportGroup> | ||
| 140 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 141 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 142 | </ImportGroup> | ||
| 143 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> | ||
| 144 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 145 | </ImportGroup> | ||
| 146 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> | ||
| 147 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 148 | </ImportGroup> | ||
| 149 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 150 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 151 | </ImportGroup> | ||
| 152 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> | ||
| 153 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 154 | </ImportGroup> | ||
| 155 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> | ||
| 156 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 157 | </ImportGroup> | ||
| 158 | <PropertyGroup Label="UserMacros" /> | ||
| 159 | <PropertyGroup> | ||
| 160 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 161 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 162 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 163 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 164 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 165 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | ||
| 166 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 167 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 168 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 169 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 170 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 171 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibStat$(Configuration)\</OutDir> | ||
| 172 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 173 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 174 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 175 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 176 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 177 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 178 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 179 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 180 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
| 181 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
| 182 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 183 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
| 184 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
| 185 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 186 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 187 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 188 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 189 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 190 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 191 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 192 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" /> | ||
| 193 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" /> | ||
| 194 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 195 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" /> | ||
| 196 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" /> | ||
| 197 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 198 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 199 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 200 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 201 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 202 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 203 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 204 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
| 205 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
| 206 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 207 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
| 208 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
| 209 | </PropertyGroup> | ||
| 210 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 211 | <OutDir>arm64\ZlibStat$(Configuration)\</OutDir> | ||
| 212 | <IntDir>arm64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 213 | </PropertyGroup> | ||
| 214 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 215 | <OutDir>arm64\ZlibStat$(Configuration)\</OutDir> | ||
| 216 | <IntDir>arm64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 217 | </PropertyGroup> | ||
| 218 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"> | ||
| 219 | <OutDir>arm64\ZlibStat$(Configuration)\</OutDir> | ||
| 220 | <IntDir>arm64\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 221 | </PropertyGroup> | ||
| 222 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
| 223 | <OutDir>arm\ZlibStat$(Configuration)\</OutDir> | ||
| 224 | <IntDir>arm\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 225 | </PropertyGroup> | ||
| 226 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
| 227 | <OutDir>arm\ZlibStat$(Configuration)\</OutDir> | ||
| 228 | <IntDir>arm\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 229 | </PropertyGroup> | ||
| 230 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"> | ||
| 231 | <OutDir>arm\ZlibStat$(Configuration)\</OutDir> | ||
| 232 | <IntDir>arm\ZlibStat$(Configuration)\Tmp\</IntDir> | ||
| 233 | </PropertyGroup> | ||
| 234 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 235 | <ClCompile> | ||
| 236 | <Optimization>Disabled</Optimization> | ||
| 237 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 238 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 239 | <ExceptionHandling> | ||
| 240 | </ExceptionHandling> | ||
| 241 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 242 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 243 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 244 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 245 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 246 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 247 | <WarningLevel>Level3</WarningLevel> | ||
| 248 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 249 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 250 | </ClCompile> | ||
| 251 | <ResourceCompile> | ||
| 252 | <Culture>0x040c</Culture> | ||
| 253 | </ResourceCompile> | ||
| 254 | <Lib> | ||
| 255 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 256 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 257 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 258 | </Lib> | ||
| 259 | </ItemDefinitionGroup> | ||
| 260 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 261 | <ClCompile> | ||
| 262 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 263 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 264 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 265 | <StringPooling>true</StringPooling> | ||
| 266 | <ExceptionHandling> | ||
| 267 | </ExceptionHandling> | ||
| 268 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 269 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 270 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 271 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 272 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 273 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 274 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 275 | <WarningLevel>Level3</WarningLevel> | ||
| 276 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 277 | </ClCompile> | ||
| 278 | <ResourceCompile> | ||
| 279 | <Culture>0x040c</Culture> | ||
| 280 | </ResourceCompile> | ||
| 281 | <Lib> | ||
| 282 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 283 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 284 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 285 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 286 | </Lib> | ||
| 287 | </ItemDefinitionGroup> | ||
| 288 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 289 | <ClCompile> | ||
| 290 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 291 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 292 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 293 | <StringPooling>true</StringPooling> | ||
| 294 | <ExceptionHandling> | ||
| 295 | </ExceptionHandling> | ||
| 296 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 297 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 298 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 299 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 300 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 301 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 302 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 303 | <WarningLevel>Level3</WarningLevel> | ||
| 304 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 305 | </ClCompile> | ||
| 306 | <ResourceCompile> | ||
| 307 | <Culture>0x040c</Culture> | ||
| 308 | </ResourceCompile> | ||
| 309 | <Lib> | ||
| 310 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 311 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 312 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 313 | </Lib> | ||
| 314 | </ItemDefinitionGroup> | ||
| 315 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 316 | <Midl> | ||
| 317 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 318 | </Midl> | ||
| 319 | <ClCompile> | ||
| 320 | <Optimization>Disabled</Optimization> | ||
| 321 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 322 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 323 | <ExceptionHandling> | ||
| 324 | </ExceptionHandling> | ||
| 325 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 326 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 327 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 328 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 329 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 330 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 331 | <WarningLevel>Level3</WarningLevel> | ||
| 332 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 333 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 334 | </ClCompile> | ||
| 335 | <ResourceCompile> | ||
| 336 | <Culture>0x040c</Culture> | ||
| 337 | </ResourceCompile> | ||
| 338 | <Lib> | ||
| 339 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 340 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 341 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 342 | </Lib> | ||
| 343 | </ItemDefinitionGroup> | ||
| 344 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 345 | <Midl /> | ||
| 346 | <ClCompile> | ||
| 347 | <Optimization>Disabled</Optimization> | ||
| 348 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 349 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 350 | <ExceptionHandling> | ||
| 351 | </ExceptionHandling> | ||
| 352 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 353 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 354 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 355 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 356 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 357 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 358 | <WarningLevel>Level3</WarningLevel> | ||
| 359 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 360 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 361 | </ClCompile> | ||
| 362 | <ResourceCompile> | ||
| 363 | <Culture>0x040c</Culture> | ||
| 364 | </ResourceCompile> | ||
| 365 | <Lib> | ||
| 366 | <AdditionalOptions>/MACHINE:ARM64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 367 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 368 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 369 | </Lib> | ||
| 370 | </ItemDefinitionGroup> | ||
| 371 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
| 372 | <Midl /> | ||
| 373 | <ClCompile> | ||
| 374 | <Optimization>Disabled</Optimization> | ||
| 375 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 376 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 377 | <ExceptionHandling> | ||
| 378 | </ExceptionHandling> | ||
| 379 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 380 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 381 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 382 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 383 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 384 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 385 | <WarningLevel>Level3</WarningLevel> | ||
| 386 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 387 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | ||
| 388 | </ClCompile> | ||
| 389 | <ResourceCompile> | ||
| 390 | <Culture>0x040c</Culture> | ||
| 391 | </ResourceCompile> | ||
| 392 | <Lib> | ||
| 393 | <AdditionalOptions>/MACHINE:ARM /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 394 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 395 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 396 | </Lib> | ||
| 397 | </ItemDefinitionGroup> | ||
| 398 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 399 | <Midl> | ||
| 400 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 401 | </Midl> | ||
| 402 | <ClCompile> | ||
| 403 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 404 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 405 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 406 | <StringPooling>true</StringPooling> | ||
| 407 | <ExceptionHandling> | ||
| 408 | </ExceptionHandling> | ||
| 409 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 410 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 411 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 412 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 413 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 414 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 415 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 416 | <WarningLevel>Level3</WarningLevel> | ||
| 417 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 418 | </ClCompile> | ||
| 419 | <ResourceCompile> | ||
| 420 | <Culture>0x040c</Culture> | ||
| 421 | </ResourceCompile> | ||
| 422 | <Lib> | ||
| 423 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 424 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 425 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 426 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 427 | </Lib> | ||
| 428 | </ItemDefinitionGroup> | ||
| 429 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 430 | <Midl /> | ||
| 431 | <ClCompile> | ||
| 432 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 433 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 434 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 435 | <StringPooling>true</StringPooling> | ||
| 436 | <ExceptionHandling> | ||
| 437 | </ExceptionHandling> | ||
| 438 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 439 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 440 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 441 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 442 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 443 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 444 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 445 | <WarningLevel>Level3</WarningLevel> | ||
| 446 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 447 | </ClCompile> | ||
| 448 | <ResourceCompile> | ||
| 449 | <Culture>0x040c</Culture> | ||
| 450 | </ResourceCompile> | ||
| 451 | <Lib> | ||
| 452 | <AdditionalOptions>/MACHINE:ARM64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 453 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 454 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 455 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 456 | </Lib> | ||
| 457 | </ItemDefinitionGroup> | ||
| 458 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
| 459 | <Midl /> | ||
| 460 | <ClCompile> | ||
| 461 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 462 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 463 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 464 | <StringPooling>true</StringPooling> | ||
| 465 | <ExceptionHandling> | ||
| 466 | </ExceptionHandling> | ||
| 467 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 468 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 469 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 470 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 471 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 472 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 473 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 474 | <WarningLevel>Level3</WarningLevel> | ||
| 475 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 476 | </ClCompile> | ||
| 477 | <ResourceCompile> | ||
| 478 | <Culture>0x040c</Culture> | ||
| 479 | </ResourceCompile> | ||
| 480 | <Lib> | ||
| 481 | <AdditionalOptions>/MACHINE:ARM /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 482 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 483 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 484 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 485 | </Lib> | ||
| 486 | </ItemDefinitionGroup> | ||
| 487 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 488 | <Midl> | ||
| 489 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 490 | </Midl> | ||
| 491 | <ClCompile> | ||
| 492 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 493 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 494 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 495 | <StringPooling>true</StringPooling> | ||
| 496 | <ExceptionHandling> | ||
| 497 | </ExceptionHandling> | ||
| 498 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 499 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 500 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 501 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 502 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 503 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 504 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 505 | <WarningLevel>Level3</WarningLevel> | ||
| 506 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 507 | </ClCompile> | ||
| 508 | <ResourceCompile> | ||
| 509 | <Culture>0x040c</Culture> | ||
| 510 | </ResourceCompile> | ||
| 511 | <Lib> | ||
| 512 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 513 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 514 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 515 | </Lib> | ||
| 516 | </ItemDefinitionGroup> | ||
| 517 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"> | ||
| 518 | <Midl /> | ||
| 519 | <ClCompile> | ||
| 520 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 521 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 522 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 523 | <StringPooling>true</StringPooling> | ||
| 524 | <ExceptionHandling> | ||
| 525 | </ExceptionHandling> | ||
| 526 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 527 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 528 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 529 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 530 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 531 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 532 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 533 | <WarningLevel>Level3</WarningLevel> | ||
| 534 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 535 | </ClCompile> | ||
| 536 | <ResourceCompile> | ||
| 537 | <Culture>0x040c</Culture> | ||
| 538 | </ResourceCompile> | ||
| 539 | <Lib> | ||
| 540 | <AdditionalOptions>/MACHINE:ARM64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 541 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 542 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 543 | </Lib> | ||
| 544 | </ItemDefinitionGroup> | ||
| 545 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"> | ||
| 546 | <Midl /> | ||
| 547 | <ClCompile> | ||
| 548 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 549 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 550 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 551 | <StringPooling>true</StringPooling> | ||
| 552 | <ExceptionHandling> | ||
| 553 | </ExceptionHandling> | ||
| 554 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 555 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 556 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 557 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | ||
| 558 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 559 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 560 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 561 | <WarningLevel>Level3</WarningLevel> | ||
| 562 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 563 | </ClCompile> | ||
| 564 | <ResourceCompile> | ||
| 565 | <Culture>0x040c</Culture> | ||
| 566 | </ResourceCompile> | ||
| 567 | <Lib> | ||
| 568 | <AdditionalOptions>/MACHINE:ARM /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | ||
| 569 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | ||
| 570 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 571 | </Lib> | ||
| 572 | </ItemDefinitionGroup> | ||
| 573 | <ItemGroup> | ||
| 574 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 575 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 576 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 577 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 578 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
| 579 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
| 580 | <ClCompile Include="..\..\..\gzread.c" /> | ||
| 581 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
| 582 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 583 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 584 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 585 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 586 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
| 587 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 588 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 589 | <ClCompile Include="..\..\minizip\unzip.c" /> | ||
| 590 | <ClCompile Include="..\..\minizip\zip.c" /> | ||
| 591 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 592 | </ItemGroup> | ||
| 593 | <ItemGroup> | ||
| 594 | <ResourceCompile Include="zlib.rc" /> | ||
| 595 | </ItemGroup> | ||
| 596 | <ItemGroup> | ||
| 597 | <None Include="zlibvc.def" /> | ||
| 598 | </ItemGroup> | ||
| 599 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 600 | <ImportGroup Label="ExtensionTargets"> | ||
| 601 | </ImportGroup> | ||
| 602 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc17/zlibvc.def b/contrib/vstudio/vc17/zlibvc.def deleted file mode 100644 index e7fe0a32..00000000 --- a/contrib/vstudio/vc17/zlibvc.def +++ /dev/null | |||
| @@ -1,169 +0,0 @@ | |||
| 1 | LIBRARY | ||
| 2 | ; zlib data compression and ZIP file I/O library | ||
| 3 | |||
| 4 | VERSION 1.3 | ||
| 5 | |||
| 6 | EXPORTS | ||
| 7 | adler32 @1 | ||
| 8 | compress @2 | ||
| 9 | crc32 @3 | ||
| 10 | deflate @4 | ||
| 11 | deflateCopy @5 | ||
| 12 | deflateEnd @6 | ||
| 13 | deflateInit2_ @7 | ||
| 14 | deflateInit_ @8 | ||
| 15 | deflateParams @9 | ||
| 16 | deflateReset @10 | ||
| 17 | deflateSetDictionary @11 | ||
| 18 | gzclose @12 | ||
| 19 | gzdopen @13 | ||
| 20 | gzerror @14 | ||
| 21 | gzflush @15 | ||
| 22 | gzopen @16 | ||
| 23 | gzread @17 | ||
| 24 | gzwrite @18 | ||
| 25 | inflate @19 | ||
| 26 | inflateEnd @20 | ||
| 27 | inflateInit2_ @21 | ||
| 28 | inflateInit_ @22 | ||
| 29 | inflateReset @23 | ||
| 30 | inflateSetDictionary @24 | ||
| 31 | inflateSync @25 | ||
| 32 | uncompress @26 | ||
| 33 | zlibVersion @27 | ||
| 34 | gzprintf @28 | ||
| 35 | gzputc @29 | ||
| 36 | gzgetc @30 | ||
| 37 | gzseek @31 | ||
| 38 | gzrewind @32 | ||
| 39 | gztell @33 | ||
| 40 | gzeof @34 | ||
| 41 | gzsetparams @35 | ||
| 42 | zError @36 | ||
| 43 | inflateSyncPoint @37 | ||
| 44 | get_crc_table @38 | ||
| 45 | compress2 @39 | ||
| 46 | gzputs @40 | ||
| 47 | gzgets @41 | ||
| 48 | inflateCopy @42 | ||
| 49 | inflateBackInit_ @43 | ||
| 50 | inflateBack @44 | ||
| 51 | inflateBackEnd @45 | ||
| 52 | compressBound @46 | ||
| 53 | deflateBound @47 | ||
| 54 | gzclearerr @48 | ||
| 55 | gzungetc @49 | ||
| 56 | zlibCompileFlags @50 | ||
| 57 | deflatePrime @51 | ||
| 58 | deflatePending @52 | ||
| 59 | |||
| 60 | unzOpen @61 | ||
| 61 | unzClose @62 | ||
| 62 | unzGetGlobalInfo @63 | ||
| 63 | unzGetCurrentFileInfo @64 | ||
| 64 | unzGoToFirstFile @65 | ||
| 65 | unzGoToNextFile @66 | ||
| 66 | unzOpenCurrentFile @67 | ||
| 67 | unzReadCurrentFile @68 | ||
| 68 | unzOpenCurrentFile3 @69 | ||
| 69 | unztell @70 | ||
| 70 | unzeof @71 | ||
| 71 | unzCloseCurrentFile @72 | ||
| 72 | unzGetGlobalComment @73 | ||
| 73 | unzStringFileNameCompare @74 | ||
| 74 | unzLocateFile @75 | ||
| 75 | unzGetLocalExtrafield @76 | ||
| 76 | unzOpen2 @77 | ||
| 77 | unzOpenCurrentFile2 @78 | ||
| 78 | unzOpenCurrentFilePassword @79 | ||
| 79 | |||
| 80 | zipOpen @80 | ||
| 81 | zipOpenNewFileInZip @81 | ||
| 82 | zipWriteInFileInZip @82 | ||
| 83 | zipCloseFileInZip @83 | ||
| 84 | zipClose @84 | ||
| 85 | zipOpenNewFileInZip2 @86 | ||
| 86 | zipCloseFileInZipRaw @87 | ||
| 87 | zipOpen2 @88 | ||
| 88 | zipOpenNewFileInZip3 @89 | ||
| 89 | |||
| 90 | unzGetFilePos @100 | ||
| 91 | unzGoToFilePos @101 | ||
| 92 | |||
| 93 | fill_win32_filefunc @110 | ||
| 94 | |||
| 95 | ; zlibwapi v1.2.4 added: | ||
| 96 | fill_win32_filefunc64 @111 | ||
| 97 | fill_win32_filefunc64A @112 | ||
| 98 | fill_win32_filefunc64W @113 | ||
| 99 | |||
| 100 | unzOpen64 @120 | ||
| 101 | unzOpen2_64 @121 | ||
| 102 | unzGetGlobalInfo64 @122 | ||
| 103 | unzGetCurrentFileInfo64 @124 | ||
| 104 | unzGetCurrentFileZStreamPos64 @125 | ||
| 105 | unztell64 @126 | ||
| 106 | unzGetFilePos64 @127 | ||
| 107 | unzGoToFilePos64 @128 | ||
| 108 | |||
| 109 | zipOpen64 @130 | ||
| 110 | zipOpen2_64 @131 | ||
| 111 | zipOpenNewFileInZip64 @132 | ||
| 112 | zipOpenNewFileInZip2_64 @133 | ||
| 113 | zipOpenNewFileInZip3_64 @134 | ||
| 114 | zipOpenNewFileInZip4_64 @135 | ||
| 115 | zipCloseFileInZipRaw64 @136 | ||
| 116 | |||
| 117 | ; zlib1 v1.2.4 added: | ||
| 118 | adler32_combine @140 | ||
| 119 | crc32_combine @142 | ||
| 120 | deflateSetHeader @144 | ||
| 121 | deflateTune @145 | ||
| 122 | gzbuffer @146 | ||
| 123 | gzclose_r @147 | ||
| 124 | gzclose_w @148 | ||
| 125 | gzdirect @149 | ||
| 126 | gzoffset @150 | ||
| 127 | inflateGetHeader @156 | ||
| 128 | inflateMark @157 | ||
| 129 | inflatePrime @158 | ||
| 130 | inflateReset2 @159 | ||
| 131 | inflateUndermine @160 | ||
| 132 | |||
| 133 | ; zlib1 v1.2.6 added: | ||
| 134 | gzgetc_ @161 | ||
| 135 | inflateResetKeep @163 | ||
| 136 | deflateResetKeep @164 | ||
| 137 | |||
| 138 | ; zlib1 v1.2.7 added: | ||
| 139 | gzopen_w @165 | ||
| 140 | |||
| 141 | ; zlib1 v1.2.8 added: | ||
| 142 | inflateGetDictionary @166 | ||
| 143 | gzvprintf @167 | ||
| 144 | |||
| 145 | ; zlib1 v1.2.9 added: | ||
| 146 | inflateCodesUsed @168 | ||
| 147 | inflateValidate @169 | ||
| 148 | uncompress2 @170 | ||
| 149 | gzfread @171 | ||
| 150 | gzfwrite @172 | ||
| 151 | deflateGetDictionary @173 | ||
| 152 | adler32_z @174 | ||
| 153 | crc32_z @175 | ||
| 154 | |||
| 155 | ; zlib1 v1.2.12 added: | ||
| 156 | crc32_combine_gen @176 | ||
| 157 | crc32_combine_gen64 @177 | ||
| 158 | crc32_combine_op @178 | ||
| 159 | |||
| 160 | ; zlib1 v1.3.1.2 added: | ||
| 161 | deflateUsed @179 | ||
| 162 | |||
| 163 | ; zlib1 v1.3.2 added: | ||
| 164 | compressBound_z @180 | ||
| 165 | deflateBound_z @181 | ||
| 166 | compress_z @182 | ||
| 167 | compress2_z @183 | ||
| 168 | uncompress_z @184 | ||
| 169 | uncompress2_z @185 | ||
diff --git a/contrib/vstudio/vc17/zlibvc.sln b/contrib/vstudio/vc17/zlibvc.sln deleted file mode 100644 index 67896b74..00000000 --- a/contrib/vstudio/vc17/zlibvc.sln +++ /dev/null | |||
| @@ -1,179 +0,0 @@ | |||
| 1 | | ||
| 2 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| 3 | # Visual Studio Version 17 | ||
| 4 | VisualStudioVersion = 17.4.33015.44 | ||
| 5 | MinimumVisualStudioVersion = 10.0.40219.1 | ||
| 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcxproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" | ||
| 7 | EndProject | ||
| 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcxproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" | ||
| 9 | EndProject | ||
| 10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcxproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 11 | EndProject | ||
| 12 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlibdll", "testzlibdll.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}" | ||
| 13 | EndProject | ||
| 14 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 15 | EndProject | ||
| 16 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}" | ||
| 17 | EndProject | ||
| 18 | Global | ||
| 19 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| 20 | Debug|ARM = Debug|ARM | ||
| 21 | Debug|ARM64 = Debug|ARM64 | ||
| 22 | Debug|Win32 = Debug|Win32 | ||
| 23 | Debug|x64 = Debug|x64 | ||
| 24 | Release|ARM = Release|ARM | ||
| 25 | Release|ARM64 = Release|ARM64 | ||
| 26 | Release|Win32 = Release|Win32 | ||
| 27 | Release|x64 = Release|x64 | ||
| 28 | ReleaseWithoutAsm|ARM = ReleaseWithoutAsm|ARM | ||
| 29 | ReleaseWithoutAsm|ARM64 = ReleaseWithoutAsm|ARM64 | ||
| 30 | ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32 | ||
| 31 | ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64 | ||
| 32 | EndGlobalSection | ||
| 33 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| 34 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|ARM.ActiveCfg = Debug|ARM | ||
| 35 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|ARM.Build.0 = Debug|ARM | ||
| 36 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|ARM64.ActiveCfg = Debug|ARM64 | ||
| 37 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|ARM64.Build.0 = Debug|ARM64 | ||
| 38 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 39 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 40 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 41 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 | ||
| 42 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|ARM.ActiveCfg = Release|ARM | ||
| 43 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|ARM.Build.0 = Release|ARM | ||
| 44 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|ARM64.ActiveCfg = Release|ARM64 | ||
| 45 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|ARM64.Build.0 = Release|ARM64 | ||
| 46 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 47 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32 | ||
| 48 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64 | ||
| 49 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64 | ||
| 50 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|ARM.ActiveCfg = ReleaseWithoutAsm|ARM | ||
| 51 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|ARM.Build.0 = ReleaseWithoutAsm|ARM | ||
| 52 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|ARM64.ActiveCfg = ReleaseWithoutAsm|ARM64 | ||
| 53 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|ARM64.Build.0 = ReleaseWithoutAsm|ARM64 | ||
| 54 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 55 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 56 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 57 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 58 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|ARM.ActiveCfg = Debug|ARM | ||
| 59 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|ARM.Build.0 = Debug|ARM | ||
| 60 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|ARM64.ActiveCfg = Debug|ARM64 | ||
| 61 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|ARM64.Build.0 = Debug|ARM64 | ||
| 62 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 63 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 64 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 65 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64 | ||
| 66 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|ARM.ActiveCfg = Release|ARM | ||
| 67 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|ARM.Build.0 = Release|ARM | ||
| 68 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|ARM64.ActiveCfg = Release|ARM64 | ||
| 69 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|ARM64.Build.0 = Release|ARM64 | ||
| 70 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 71 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32 | ||
| 72 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64 | ||
| 73 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64 | ||
| 74 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|ARM.ActiveCfg = ReleaseWithoutAsm|ARM | ||
| 75 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|ARM.Build.0 = ReleaseWithoutAsm|ARM | ||
| 76 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|ARM64.ActiveCfg = ReleaseWithoutAsm|ARM64 | ||
| 77 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|ARM64.Build.0 = ReleaseWithoutAsm|ARM64 | ||
| 78 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 79 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 80 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 81 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 82 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM.ActiveCfg = Debug|ARM | ||
| 83 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM.Build.0 = Debug|ARM | ||
| 84 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM64.ActiveCfg = Debug|ARM64 | ||
| 85 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM64.Build.0 = Debug|ARM64 | ||
| 86 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 87 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 88 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 89 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
| 90 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM.ActiveCfg = Release|ARM | ||
| 91 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM.Build.0 = Release|ARM | ||
| 92 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM64.ActiveCfg = Release|ARM64 | ||
| 93 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM64.Build.0 = Release|ARM64 | ||
| 94 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 95 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
| 96 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
| 97 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
| 98 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM.ActiveCfg = ReleaseWithoutAsm|ARM | ||
| 99 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM.Build.0 = ReleaseWithoutAsm|ARM | ||
| 100 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM64.ActiveCfg = ReleaseWithoutAsm|ARM64 | ||
| 101 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM64.Build.0 = ReleaseWithoutAsm|ARM64 | ||
| 102 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 103 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 104 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 105 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 106 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|ARM.ActiveCfg = Debug|ARM | ||
| 107 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|ARM.Build.0 = Debug|ARM | ||
| 108 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|ARM64.ActiveCfg = Debug|ARM64 | ||
| 109 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|ARM64.Build.0 = Debug|ARM64 | ||
| 110 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 111 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 112 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 113 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64 | ||
| 114 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|ARM.ActiveCfg = Release|ARM | ||
| 115 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|ARM.Build.0 = Release|ARM | ||
| 116 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|ARM64.ActiveCfg = Release|ARM64 | ||
| 117 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|ARM64.Build.0 = Release|ARM64 | ||
| 118 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 119 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32 | ||
| 120 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64 | ||
| 121 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64 | ||
| 122 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|ARM.ActiveCfg = Release|ARM | ||
| 123 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|ARM.Build.0 = Release|ARM | ||
| 124 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|ARM64.ActiveCfg = Release|ARM64 | ||
| 125 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|ARM64.Build.0 = Release|ARM64 | ||
| 126 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 127 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 128 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM.ActiveCfg = Debug|ARM | ||
| 129 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM.Build.0 = Debug|ARM | ||
| 130 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM64.ActiveCfg = Debug|ARM64 | ||
| 131 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM64.Build.0 = Debug|ARM64 | ||
| 132 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 133 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 134 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 135 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
| 136 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM.ActiveCfg = Release|ARM | ||
| 137 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM.Build.0 = Release|ARM | ||
| 138 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM64.ActiveCfg = Release|ARM64 | ||
| 139 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM64.Build.0 = Release|ARM64 | ||
| 140 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 141 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
| 142 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
| 143 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
| 144 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM.ActiveCfg = Release|ARM | ||
| 145 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM.Build.0 = Release|ARM | ||
| 146 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM64.ActiveCfg = Release|ARM64 | ||
| 147 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM64.Build.0 = Release|ARM64 | ||
| 148 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 149 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 150 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|ARM.ActiveCfg = Debug|ARM | ||
| 151 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|ARM.Build.0 = Debug|ARM | ||
| 152 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|ARM64.ActiveCfg = Debug|ARM64 | ||
| 153 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|ARM64.Build.0 = Debug|ARM64 | ||
| 154 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 155 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 156 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 157 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64 | ||
| 158 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|ARM.ActiveCfg = Release|ARM | ||
| 159 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|ARM.Build.0 = Release|ARM | ||
| 160 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|ARM64.ActiveCfg = Release|ARM64 | ||
| 161 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|ARM64.Build.0 = Release|ARM64 | ||
| 162 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 163 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32 | ||
| 164 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64 | ||
| 165 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64 | ||
| 166 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|ARM.ActiveCfg = Release|ARM | ||
| 167 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|ARM.Build.0 = Release|ARM | ||
| 168 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|ARM64.ActiveCfg = Release|ARM64 | ||
| 169 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|ARM64.Build.0 = Release|ARM64 | ||
| 170 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 171 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 172 | EndGlobalSection | ||
| 173 | GlobalSection(SolutionProperties) = preSolution | ||
| 174 | HideSolutionNode = FALSE | ||
| 175 | EndGlobalSection | ||
| 176 | GlobalSection(ExtensibilityGlobals) = postSolution | ||
| 177 | SolutionGuid = {EAA58685-56D9-43F2-8703-FD2CB020745E} | ||
| 178 | EndGlobalSection | ||
| 179 | EndGlobal | ||
diff --git a/contrib/vstudio/vc17/zlibvc.vcxproj b/contrib/vstudio/vc17/zlibvc.vcxproj deleted file mode 100644 index 10a7a901..00000000 --- a/contrib/vstudio/vc17/zlibvc.vcxproj +++ /dev/null | |||
| @@ -1,875 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|ARM"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>ARM</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|ARM64"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>ARM64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Debug|x64"> | ||
| 17 | <Configuration>Debug</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|ARM"> | ||
| 21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 22 | <Platform>ARM</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|ARM64"> | ||
| 25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 26 | <Platform>ARM64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
| 29 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 30 | <Platform>Win32</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
| 33 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
| 34 | <Platform>x64</Platform> | ||
| 35 | </ProjectConfiguration> | ||
| 36 | <ProjectConfiguration Include="Release|ARM"> | ||
| 37 | <Configuration>Release</Configuration> | ||
| 38 | <Platform>ARM</Platform> | ||
| 39 | </ProjectConfiguration> | ||
| 40 | <ProjectConfiguration Include="Release|ARM64"> | ||
| 41 | <Configuration>Release</Configuration> | ||
| 42 | <Platform>ARM64</Platform> | ||
| 43 | </ProjectConfiguration> | ||
| 44 | <ProjectConfiguration Include="Release|Win32"> | ||
| 45 | <Configuration>Release</Configuration> | ||
| 46 | <Platform>Win32</Platform> | ||
| 47 | </ProjectConfiguration> | ||
| 48 | <ProjectConfiguration Include="Release|x64"> | ||
| 49 | <Configuration>Release</Configuration> | ||
| 50 | <Platform>x64</Platform> | ||
| 51 | </ProjectConfiguration> | ||
| 52 | </ItemGroup> | ||
| 53 | <PropertyGroup Label="Globals"> | ||
| 54 | <ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid> | ||
| 55 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
| 56 | </PropertyGroup> | ||
| 57 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 59 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 60 | <UseOfMfc>false</UseOfMfc> | ||
| 61 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 62 | <PlatformToolset>v143</PlatformToolset> | ||
| 63 | </PropertyGroup> | ||
| 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
| 65 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 66 | <UseOfMfc>false</UseOfMfc> | ||
| 67 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 68 | <PlatformToolset>v143</PlatformToolset> | ||
| 69 | </PropertyGroup> | ||
| 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 71 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 72 | <UseOfMfc>false</UseOfMfc> | ||
| 73 | <PlatformToolset>v143</PlatformToolset> | ||
| 74 | <CharacterSet>Unicode</CharacterSet> | ||
| 75 | </PropertyGroup> | ||
| 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 77 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 78 | <UseOfMfc>false</UseOfMfc> | ||
| 79 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 80 | <PlatformToolset>v143</PlatformToolset> | ||
| 81 | </PropertyGroup> | ||
| 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> | ||
| 83 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 84 | <UseOfMfc>false</UseOfMfc> | ||
| 85 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 86 | <PlatformToolset>v143</PlatformToolset> | ||
| 87 | </PropertyGroup> | ||
| 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> | ||
| 89 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 90 | <UseOfMfc>false</UseOfMfc> | ||
| 91 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 92 | <PlatformToolset>v143</PlatformToolset> | ||
| 93 | </PropertyGroup> | ||
| 94 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
| 95 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 96 | <UseOfMfc>false</UseOfMfc> | ||
| 97 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 98 | <PlatformToolset>v143</PlatformToolset> | ||
| 99 | </PropertyGroup> | ||
| 100 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="Configuration"> | ||
| 101 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 102 | <UseOfMfc>false</UseOfMfc> | ||
| 103 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 104 | <PlatformToolset>v143</PlatformToolset> | ||
| 105 | </PropertyGroup> | ||
| 106 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="Configuration"> | ||
| 107 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 108 | <UseOfMfc>false</UseOfMfc> | ||
| 109 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 110 | <PlatformToolset>v143</PlatformToolset> | ||
| 111 | </PropertyGroup> | ||
| 112 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 113 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 114 | <UseOfMfc>false</UseOfMfc> | ||
| 115 | <PlatformToolset>v143</PlatformToolset> | ||
| 116 | </PropertyGroup> | ||
| 117 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> | ||
| 118 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 119 | <UseOfMfc>false</UseOfMfc> | ||
| 120 | <PlatformToolset>v143</PlatformToolset> | ||
| 121 | </PropertyGroup> | ||
| 122 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> | ||
| 123 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 124 | <UseOfMfc>false</UseOfMfc> | ||
| 125 | <PlatformToolset>v143</PlatformToolset> | ||
| 126 | </PropertyGroup> | ||
| 127 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 128 | <ImportGroup Label="ExtensionSettings"> | ||
| 129 | </ImportGroup> | ||
| 130 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 131 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 132 | </ImportGroup> | ||
| 133 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
| 134 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 135 | </ImportGroup> | ||
| 136 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 137 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 138 | </ImportGroup> | ||
| 139 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 140 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 141 | </ImportGroup> | ||
| 142 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> | ||
| 143 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 144 | </ImportGroup> | ||
| 145 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> | ||
| 146 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 147 | </ImportGroup> | ||
| 148 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
| 149 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 150 | </ImportGroup> | ||
| 151 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="PropertySheets"> | ||
| 152 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 153 | </ImportGroup> | ||
| 154 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="PropertySheets"> | ||
| 155 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 156 | </ImportGroup> | ||
| 157 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 158 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 159 | </ImportGroup> | ||
| 160 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> | ||
| 161 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 162 | </ImportGroup> | ||
| 163 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> | ||
| 164 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 165 | </ImportGroup> | ||
| 166 | <PropertyGroup Label="UserMacros" /> | ||
| 167 | <PropertyGroup> | ||
| 168 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
| 169 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 170 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 171 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
| 172 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
| 173 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 174 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 175 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> | ||
| 176 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> | ||
| 177 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
| 178 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 179 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
| 180 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
| 181 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 182 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 183 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
| 184 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental> | ||
| 185 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</LinkIncremental> | ||
| 186 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
| 187 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</GenerateManifest> | ||
| 188 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">false</GenerateManifest> | ||
| 189 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 190 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 191 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</LinkIncremental> | ||
| 192 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">false</LinkIncremental> | ||
| 193 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">false</LinkIncremental> | ||
| 194 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> | ||
| 195 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">false</GenerateManifest> | ||
| 196 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">false</GenerateManifest> | ||
| 197 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
| 198 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 199 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
| 200 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental> | ||
| 201 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</LinkIncremental> | ||
| 202 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
| 203 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</GenerateManifest> | ||
| 204 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</GenerateManifest> | ||
| 205 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 206 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 207 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 208 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 209 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 210 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 211 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 212 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
| 213 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
| 214 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 215 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
| 216 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
| 217 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 218 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 219 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
| 220 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 221 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 222 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 223 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 224 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" /> | ||
| 225 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" /> | ||
| 226 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
| 227 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" /> | ||
| 228 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" /> | ||
| 229 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 230 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 231 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 232 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 233 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 234 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
| 235 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 236 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
| 237 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
| 238 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 239 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
| 240 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
| 241 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">zlibwapi</TargetName> | ||
| 242 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">zlibwapi</TargetName> | ||
| 243 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">zlibwapi</TargetName> | ||
| 244 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">zlibwapi</TargetName> | ||
| 245 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">zlibwapi</TargetName> | ||
| 246 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">zlibwapi</TargetName> | ||
| 247 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">zlibwapi</TargetName> | ||
| 248 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">zlibwapi</TargetName> | ||
| 249 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">zlibwapi</TargetName> | ||
| 250 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">zlibwapi</TargetName> | ||
| 251 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">zlibwapi</TargetName> | ||
| 252 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">zlibwapi</TargetName> | ||
| 253 | </PropertyGroup> | ||
| 254 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 255 | <OutDir>arm64\ZlibDll$(Configuration)\</OutDir> | ||
| 256 | <IntDir>arm64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 257 | </PropertyGroup> | ||
| 258 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
| 259 | <OutDir>arm\ZlibDll$(Configuration)\</OutDir> | ||
| 260 | <IntDir>arm\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 261 | </PropertyGroup> | ||
| 262 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 263 | <OutDir>arm64\ZlibDll$(Configuration)\</OutDir> | ||
| 264 | <IntDir>arm64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 265 | </PropertyGroup> | ||
| 266 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"> | ||
| 267 | <OutDir>arm64\ZlibDll$(Configuration)\</OutDir> | ||
| 268 | <IntDir>arm64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 269 | </PropertyGroup> | ||
| 270 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
| 271 | <OutDir>arm\ZlibDll$(Configuration)\</OutDir> | ||
| 272 | <IntDir>arm\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 273 | </PropertyGroup> | ||
| 274 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"> | ||
| 275 | <OutDir>arm\ZlibDll$(Configuration)\</OutDir> | ||
| 276 | <IntDir>arm\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
| 277 | </PropertyGroup> | ||
| 278 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 279 | <Midl> | ||
| 280 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 281 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 282 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 283 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 284 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 285 | </Midl> | ||
| 286 | <ClCompile> | ||
| 287 | <Optimization>Disabled</Optimization> | ||
| 288 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 289 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 290 | <ExceptionHandling> | ||
| 291 | </ExceptionHandling> | ||
| 292 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 293 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 294 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 295 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 296 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 297 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 298 | <BrowseInformation> | ||
| 299 | </BrowseInformation> | ||
| 300 | <WarningLevel>Level3</WarningLevel> | ||
| 301 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 302 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 303 | </ClCompile> | ||
| 304 | <ResourceCompile> | ||
| 305 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 306 | <Culture>0x040c</Culture> | ||
| 307 | </ResourceCompile> | ||
| 308 | <Link> | ||
| 309 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 310 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 311 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 312 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 313 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 314 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 315 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 316 | <GenerateMapFile>true</GenerateMapFile> | ||
| 317 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 318 | <SubSystem>Windows</SubSystem> | ||
| 319 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 320 | <DataExecutionPrevention> | ||
| 321 | </DataExecutionPrevention> | ||
| 322 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 323 | </Link> | ||
| 324 | </ItemDefinitionGroup> | ||
| 325 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
| 326 | <Midl> | ||
| 327 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 328 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 329 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 330 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 331 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 332 | </Midl> | ||
| 333 | <ClCompile> | ||
| 334 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 335 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 336 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 337 | <StringPooling>true</StringPooling> | ||
| 338 | <ExceptionHandling> | ||
| 339 | </ExceptionHandling> | ||
| 340 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 341 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 342 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 343 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 344 | <AssemblerOutput>All</AssemblerOutput> | ||
| 345 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 346 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 347 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 348 | <BrowseInformation> | ||
| 349 | </BrowseInformation> | ||
| 350 | <WarningLevel>Level3</WarningLevel> | ||
| 351 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 352 | </ClCompile> | ||
| 353 | <ResourceCompile> | ||
| 354 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 355 | <Culture>0x040c</Culture> | ||
| 356 | </ResourceCompile> | ||
| 357 | <Link> | ||
| 358 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 359 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 360 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 361 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 362 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 363 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 364 | <GenerateMapFile>true</GenerateMapFile> | ||
| 365 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 366 | <SubSystem>Windows</SubSystem> | ||
| 367 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 368 | <DataExecutionPrevention> | ||
| 369 | </DataExecutionPrevention> | ||
| 370 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 371 | </Link> | ||
| 372 | </ItemDefinitionGroup> | ||
| 373 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 374 | <Midl> | ||
| 375 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 376 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 377 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 378 | <TargetEnvironment>Win32</TargetEnvironment> | ||
| 379 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 380 | </Midl> | ||
| 381 | <ClCompile> | ||
| 382 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 383 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 384 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 385 | <StringPooling>true</StringPooling> | ||
| 386 | <ExceptionHandling> | ||
| 387 | </ExceptionHandling> | ||
| 388 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 389 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 390 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 391 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 392 | <AssemblerOutput>All</AssemblerOutput> | ||
| 393 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 394 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 395 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 396 | <BrowseInformation> | ||
| 397 | </BrowseInformation> | ||
| 398 | <WarningLevel>Level3</WarningLevel> | ||
| 399 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 400 | </ClCompile> | ||
| 401 | <ResourceCompile> | ||
| 402 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 403 | <Culture>0x040c</Culture> | ||
| 404 | </ResourceCompile> | ||
| 405 | <Link> | ||
| 406 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
| 407 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 408 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 409 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 410 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 411 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 412 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 413 | <GenerateMapFile>true</GenerateMapFile> | ||
| 414 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 415 | <SubSystem>Windows</SubSystem> | ||
| 416 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 417 | <DataExecutionPrevention> | ||
| 418 | </DataExecutionPrevention> | ||
| 419 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 420 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | ||
| 421 | </Link> | ||
| 422 | </ItemDefinitionGroup> | ||
| 423 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 424 | <Midl> | ||
| 425 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 426 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 427 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 428 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 429 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 430 | </Midl> | ||
| 431 | <ClCompile> | ||
| 432 | <Optimization>Disabled</Optimization> | ||
| 433 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 434 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 435 | <ExceptionHandling> | ||
| 436 | </ExceptionHandling> | ||
| 437 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 438 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 439 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 440 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 441 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 442 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 443 | <BrowseInformation> | ||
| 444 | </BrowseInformation> | ||
| 445 | <WarningLevel>Level3</WarningLevel> | ||
| 446 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 447 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 448 | </ClCompile> | ||
| 449 | <ResourceCompile> | ||
| 450 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 451 | <Culture>0x040c</Culture> | ||
| 452 | </ResourceCompile> | ||
| 453 | <Link> | ||
| 454 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 455 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 456 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 457 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 458 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 459 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 460 | <GenerateMapFile>true</GenerateMapFile> | ||
| 461 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 462 | <SubSystem>Windows</SubSystem> | ||
| 463 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 464 | <TargetMachine>MachineX64</TargetMachine> | ||
| 465 | </Link> | ||
| 466 | </ItemDefinitionGroup> | ||
| 467 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
| 468 | <Midl> | ||
| 469 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 470 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 471 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 472 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 473 | </Midl> | ||
| 474 | <ClCompile> | ||
| 475 | <Optimization>Disabled</Optimization> | ||
| 476 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 477 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 478 | <ExceptionHandling> | ||
| 479 | </ExceptionHandling> | ||
| 480 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 481 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 482 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 483 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 484 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 485 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 486 | <BrowseInformation> | ||
| 487 | </BrowseInformation> | ||
| 488 | <WarningLevel>Level3</WarningLevel> | ||
| 489 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 490 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 491 | </ClCompile> | ||
| 492 | <ResourceCompile> | ||
| 493 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 494 | <Culture>0x040c</Culture> | ||
| 495 | </ResourceCompile> | ||
| 496 | <Link> | ||
| 497 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 498 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 499 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 500 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 501 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 502 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 503 | <GenerateMapFile>true</GenerateMapFile> | ||
| 504 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 505 | <SubSystem>Windows</SubSystem> | ||
| 506 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 507 | </Link> | ||
| 508 | </ItemDefinitionGroup> | ||
| 509 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
| 510 | <Midl> | ||
| 511 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 512 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 513 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 514 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 515 | </Midl> | ||
| 516 | <ClCompile> | ||
| 517 | <Optimization>Disabled</Optimization> | ||
| 518 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 519 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 520 | <ExceptionHandling> | ||
| 521 | </ExceptionHandling> | ||
| 522 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 523 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 524 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 525 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 526 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 527 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 528 | <BrowseInformation> | ||
| 529 | </BrowseInformation> | ||
| 530 | <WarningLevel>Level3</WarningLevel> | ||
| 531 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 532 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 533 | </ClCompile> | ||
| 534 | <ResourceCompile> | ||
| 535 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 536 | <Culture>0x040c</Culture> | ||
| 537 | </ResourceCompile> | ||
| 538 | <Link> | ||
| 539 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 540 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 541 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 542 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 543 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 544 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 545 | <GenerateMapFile>true</GenerateMapFile> | ||
| 546 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 547 | <SubSystem>Windows</SubSystem> | ||
| 548 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 549 | </Link> | ||
| 550 | </ItemDefinitionGroup> | ||
| 551 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
| 552 | <Midl> | ||
| 553 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 554 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 555 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 556 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 557 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 558 | </Midl> | ||
| 559 | <ClCompile> | ||
| 560 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 561 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 562 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 563 | <StringPooling>true</StringPooling> | ||
| 564 | <ExceptionHandling> | ||
| 565 | </ExceptionHandling> | ||
| 566 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 567 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 568 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 569 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 570 | <AssemblerOutput>All</AssemblerOutput> | ||
| 571 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 572 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 573 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 574 | <BrowseInformation> | ||
| 575 | </BrowseInformation> | ||
| 576 | <WarningLevel>Level3</WarningLevel> | ||
| 577 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 578 | </ClCompile> | ||
| 579 | <ResourceCompile> | ||
| 580 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 581 | <Culture>0x040c</Culture> | ||
| 582 | </ResourceCompile> | ||
| 583 | <Link> | ||
| 584 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 585 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 586 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 587 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 588 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 589 | <GenerateMapFile>true</GenerateMapFile> | ||
| 590 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 591 | <SubSystem>Windows</SubSystem> | ||
| 592 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 593 | <TargetMachine>MachineX64</TargetMachine> | ||
| 594 | </Link> | ||
| 595 | </ItemDefinitionGroup> | ||
| 596 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"> | ||
| 597 | <Midl> | ||
| 598 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 599 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 600 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 601 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 602 | </Midl> | ||
| 603 | <ClCompile> | ||
| 604 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 605 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 606 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 607 | <StringPooling>true</StringPooling> | ||
| 608 | <ExceptionHandling> | ||
| 609 | </ExceptionHandling> | ||
| 610 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 611 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 612 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 613 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 614 | <AssemblerOutput>All</AssemblerOutput> | ||
| 615 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 616 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 617 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 618 | <BrowseInformation> | ||
| 619 | </BrowseInformation> | ||
| 620 | <WarningLevel>Level3</WarningLevel> | ||
| 621 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 622 | </ClCompile> | ||
| 623 | <ResourceCompile> | ||
| 624 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 625 | <Culture>0x040c</Culture> | ||
| 626 | </ResourceCompile> | ||
| 627 | <Link> | ||
| 628 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 629 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 630 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 631 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 632 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 633 | <GenerateMapFile>true</GenerateMapFile> | ||
| 634 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 635 | <SubSystem>Windows</SubSystem> | ||
| 636 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 637 | </Link> | ||
| 638 | </ItemDefinitionGroup> | ||
| 639 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"> | ||
| 640 | <Midl> | ||
| 641 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 642 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 643 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 644 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 645 | </Midl> | ||
| 646 | <ClCompile> | ||
| 647 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 648 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 649 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 650 | <StringPooling>true</StringPooling> | ||
| 651 | <ExceptionHandling> | ||
| 652 | </ExceptionHandling> | ||
| 653 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 654 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 655 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 656 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 657 | <AssemblerOutput>All</AssemblerOutput> | ||
| 658 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 659 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 660 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 661 | <BrowseInformation> | ||
| 662 | </BrowseInformation> | ||
| 663 | <WarningLevel>Level3</WarningLevel> | ||
| 664 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 665 | </ClCompile> | ||
| 666 | <ResourceCompile> | ||
| 667 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 668 | <Culture>0x040c</Culture> | ||
| 669 | </ResourceCompile> | ||
| 670 | <Link> | ||
| 671 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 672 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 673 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 674 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 675 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 676 | <GenerateMapFile>true</GenerateMapFile> | ||
| 677 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 678 | <SubSystem>Windows</SubSystem> | ||
| 679 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 680 | </Link> | ||
| 681 | </ItemDefinitionGroup> | ||
| 682 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 683 | <Midl> | ||
| 684 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 685 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 686 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 687 | <TargetEnvironment>X64</TargetEnvironment> | ||
| 688 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 689 | </Midl> | ||
| 690 | <ClCompile> | ||
| 691 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 692 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 693 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 694 | <StringPooling>true</StringPooling> | ||
| 695 | <ExceptionHandling> | ||
| 696 | </ExceptionHandling> | ||
| 697 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 698 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 699 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 700 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 701 | <AssemblerOutput>All</AssemblerOutput> | ||
| 702 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 703 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 704 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 705 | <BrowseInformation> | ||
| 706 | </BrowseInformation> | ||
| 707 | <WarningLevel>Level3</WarningLevel> | ||
| 708 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 709 | </ClCompile> | ||
| 710 | <ResourceCompile> | ||
| 711 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 712 | <Culture>0x040c</Culture> | ||
| 713 | </ResourceCompile> | ||
| 714 | <Link> | ||
| 715 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 716 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 717 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 718 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 719 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 720 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 721 | <GenerateMapFile>true</GenerateMapFile> | ||
| 722 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 723 | <SubSystem>Windows</SubSystem> | ||
| 724 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 725 | <TargetMachine>MachineX64</TargetMachine> | ||
| 726 | </Link> | ||
| 727 | </ItemDefinitionGroup> | ||
| 728 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
| 729 | <Midl> | ||
| 730 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 731 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 732 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 733 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 734 | </Midl> | ||
| 735 | <ClCompile> | ||
| 736 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 737 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 738 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 739 | <StringPooling>true</StringPooling> | ||
| 740 | <ExceptionHandling> | ||
| 741 | </ExceptionHandling> | ||
| 742 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 743 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 744 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 745 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 746 | <AssemblerOutput>All</AssemblerOutput> | ||
| 747 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 748 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 749 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 750 | <BrowseInformation> | ||
| 751 | </BrowseInformation> | ||
| 752 | <WarningLevel>Level3</WarningLevel> | ||
| 753 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 754 | </ClCompile> | ||
| 755 | <ResourceCompile> | ||
| 756 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 757 | <Culture>0x040c</Culture> | ||
| 758 | </ResourceCompile> | ||
| 759 | <Link> | ||
| 760 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 761 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 762 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 763 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 764 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 765 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 766 | <GenerateMapFile>true</GenerateMapFile> | ||
| 767 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 768 | <SubSystem>Windows</SubSystem> | ||
| 769 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 770 | </Link> | ||
| 771 | </ItemDefinitionGroup> | ||
| 772 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
| 773 | <Midl> | ||
| 774 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 775 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
| 776 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 777 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
| 778 | </Midl> | ||
| 779 | <ClCompile> | ||
| 780 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
| 781 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 782 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 783 | <StringPooling>true</StringPooling> | ||
| 784 | <ExceptionHandling> | ||
| 785 | </ExceptionHandling> | ||
| 786 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 787 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 788 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 789 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
| 790 | <AssemblerOutput>All</AssemblerOutput> | ||
| 791 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
| 792 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
| 793 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
| 794 | <BrowseInformation> | ||
| 795 | </BrowseInformation> | ||
| 796 | <WarningLevel>Level3</WarningLevel> | ||
| 797 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 798 | </ClCompile> | ||
| 799 | <ResourceCompile> | ||
| 800 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 801 | <Culture>0x040c</Culture> | ||
| 802 | </ResourceCompile> | ||
| 803 | <Link> | ||
| 804 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
| 805 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
| 806 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
| 807 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
| 808 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
| 809 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
| 810 | <GenerateMapFile>true</GenerateMapFile> | ||
| 811 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
| 812 | <SubSystem>Windows</SubSystem> | ||
| 813 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
| 814 | </Link> | ||
| 815 | </ItemDefinitionGroup> | ||
| 816 | <ItemGroup> | ||
| 817 | <ClCompile Include="..\..\..\adler32.c" /> | ||
| 818 | <ClCompile Include="..\..\..\compress.c" /> | ||
| 819 | <ClCompile Include="..\..\..\crc32.c" /> | ||
| 820 | <ClCompile Include="..\..\..\deflate.c" /> | ||
| 821 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
| 822 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
| 823 | <ClCompile Include="..\..\..\gzread.c" /> | ||
| 824 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
| 825 | <ClCompile Include="..\..\..\infback.c" /> | ||
| 826 | <ClCompile Include="..\..\..\inffast.c" /> | ||
| 827 | <ClCompile Include="..\..\..\inflate.c" /> | ||
| 828 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
| 829 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
| 830 | <ClCompile Include="..\..\minizip\iowin32.c" /> | ||
| 831 | <ClCompile Include="..\..\..\trees.c" /> | ||
| 832 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
| 833 | <ClCompile Include="..\..\minizip\unzip.c"> | ||
| 834 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 835 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 836 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 837 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 838 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 839 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 840 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 841 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 842 | </ClCompile> | ||
| 843 | <ClCompile Include="..\..\minizip\zip.c"> | ||
| 844 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 845 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 846 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 847 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 848 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 849 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 850 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 851 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 852 | </ClCompile> | ||
| 853 | <ClCompile Include="..\..\..\zutil.c" /> | ||
| 854 | </ItemGroup> | ||
| 855 | <ItemGroup> | ||
| 856 | <ResourceCompile Include="zlib.rc" /> | ||
| 857 | </ItemGroup> | ||
| 858 | <ItemGroup> | ||
| 859 | <None Include="zlibvc.def" /> | ||
| 860 | </ItemGroup> | ||
| 861 | <ItemGroup> | ||
| 862 | <ClInclude Include="..\..\..\deflate.h" /> | ||
| 863 | <ClInclude Include="..\..\..\infblock.h" /> | ||
| 864 | <ClInclude Include="..\..\..\infcodes.h" /> | ||
| 865 | <ClInclude Include="..\..\..\inffast.h" /> | ||
| 866 | <ClInclude Include="..\..\..\inftrees.h" /> | ||
| 867 | <ClInclude Include="..\..\..\infutil.h" /> | ||
| 868 | <ClInclude Include="..\..\..\zconf.h" /> | ||
| 869 | <ClInclude Include="..\..\..\zlib.h" /> | ||
| 870 | <ClInclude Include="..\..\..\zutil.h" /> | ||
| 871 | </ItemGroup> | ||
| 872 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 873 | <ImportGroup Label="ExtensionTargets"> | ||
| 874 | </ImportGroup> | ||
| 875 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc9/miniunz.vcproj b/contrib/vstudio/vc9/miniunz.vcproj deleted file mode 100644 index cc3d13a1..00000000 --- a/contrib/vstudio/vc9/miniunz.vcproj +++ /dev/null | |||
| @@ -1,565 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
| 2 | <VisualStudioProject | ||
| 3 | ProjectType="Visual C++" | ||
| 4 | Version="9.00" | ||
| 5 | Name="miniunz" | ||
| 6 | ProjectGUID="{C52F9E7B-498A-42BE-8DB4-85A15694382A}" | ||
| 7 | Keyword="Win32Proj" | ||
| 8 | TargetFrameworkVersion="131072" | ||
| 9 | > | ||
| 10 | <Platforms> | ||
| 11 | <Platform | ||
| 12 | Name="Win32" | ||
| 13 | /> | ||
| 14 | <Platform | ||
| 15 | Name="x64" | ||
| 16 | /> | ||
| 17 | <Platform | ||
| 18 | Name="Itanium" | ||
| 19 | /> | ||
| 20 | </Platforms> | ||
| 21 | <ToolFiles> | ||
| 22 | </ToolFiles> | ||
| 23 | <Configurations> | ||
| 24 | <Configuration | ||
| 25 | Name="Debug|Win32" | ||
| 26 | OutputDirectory="x86\MiniUnzip$(ConfigurationName)" | ||
| 27 | IntermediateDirectory="x86\MiniUnzip$(ConfigurationName)\Tmp" | ||
| 28 | ConfigurationType="1" | ||
| 29 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 30 | CharacterSet="2" | ||
| 31 | > | ||
| 32 | <Tool | ||
| 33 | Name="VCPreBuildEventTool" | ||
| 34 | /> | ||
| 35 | <Tool | ||
| 36 | Name="VCCustomBuildTool" | ||
| 37 | /> | ||
| 38 | <Tool | ||
| 39 | Name="VCXMLDataGeneratorTool" | ||
| 40 | /> | ||
| 41 | <Tool | ||
| 42 | Name="VCWebServiceProxyGeneratorTool" | ||
| 43 | /> | ||
| 44 | <Tool | ||
| 45 | Name="VCMIDLTool" | ||
| 46 | /> | ||
| 47 | <Tool | ||
| 48 | Name="VCCLCompilerTool" | ||
| 49 | Optimization="0" | ||
| 50 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 51 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE" | ||
| 52 | MinimalRebuild="true" | ||
| 53 | BasicRuntimeChecks="0" | ||
| 54 | RuntimeLibrary="1" | ||
| 55 | BufferSecurityCheck="false" | ||
| 56 | UsePrecompiledHeader="0" | ||
| 57 | AssemblerListingLocation="$(IntDir)\" | ||
| 58 | WarningLevel="3" | ||
| 59 | Detect64BitPortabilityProblems="true" | ||
| 60 | DebugInformationFormat="4" | ||
| 61 | /> | ||
| 62 | <Tool | ||
| 63 | Name="VCManagedResourceCompilerTool" | ||
| 64 | /> | ||
| 65 | <Tool | ||
| 66 | Name="VCResourceCompilerTool" | ||
| 67 | /> | ||
| 68 | <Tool | ||
| 69 | Name="VCPreLinkEventTool" | ||
| 70 | /> | ||
| 71 | <Tool | ||
| 72 | Name="VCLinkerTool" | ||
| 73 | AdditionalDependencies="x86\ZlibDllDebug\zlibwapi.lib" | ||
| 74 | OutputFile="$(OutDir)/miniunz.exe" | ||
| 75 | LinkIncremental="2" | ||
| 76 | GenerateManifest="false" | ||
| 77 | GenerateDebugInformation="true" | ||
| 78 | ProgramDatabaseFile="$(OutDir)/miniunz.pdb" | ||
| 79 | SubSystem="1" | ||
| 80 | RandomizedBaseAddress="1" | ||
| 81 | DataExecutionPrevention="0" | ||
| 82 | TargetMachine="1" | ||
| 83 | /> | ||
| 84 | <Tool | ||
| 85 | Name="VCALinkTool" | ||
| 86 | /> | ||
| 87 | <Tool | ||
| 88 | Name="VCManifestTool" | ||
| 89 | /> | ||
| 90 | <Tool | ||
| 91 | Name="VCXDCMakeTool" | ||
| 92 | /> | ||
| 93 | <Tool | ||
| 94 | Name="VCBscMakeTool" | ||
| 95 | /> | ||
| 96 | <Tool | ||
| 97 | Name="VCFxCopTool" | ||
| 98 | /> | ||
| 99 | <Tool | ||
| 100 | Name="VCAppVerifierTool" | ||
| 101 | /> | ||
| 102 | <Tool | ||
| 103 | Name="VCPostBuildEventTool" | ||
| 104 | /> | ||
| 105 | </Configuration> | ||
| 106 | <Configuration | ||
| 107 | Name="Release|Win32" | ||
| 108 | OutputDirectory="x86\MiniUnzip$(ConfigurationName)" | ||
| 109 | IntermediateDirectory="x86\MiniUnzip$(ConfigurationName)\Tmp" | ||
| 110 | ConfigurationType="1" | ||
| 111 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 112 | CharacterSet="2" | ||
| 113 | > | ||
| 114 | <Tool | ||
| 115 | Name="VCPreBuildEventTool" | ||
| 116 | /> | ||
| 117 | <Tool | ||
| 118 | Name="VCCustomBuildTool" | ||
| 119 | /> | ||
| 120 | <Tool | ||
| 121 | Name="VCXMLDataGeneratorTool" | ||
| 122 | /> | ||
| 123 | <Tool | ||
| 124 | Name="VCWebServiceProxyGeneratorTool" | ||
| 125 | /> | ||
| 126 | <Tool | ||
| 127 | Name="VCMIDLTool" | ||
| 128 | /> | ||
| 129 | <Tool | ||
| 130 | Name="VCCLCompilerTool" | ||
| 131 | Optimization="2" | ||
| 132 | InlineFunctionExpansion="1" | ||
| 133 | OmitFramePointers="true" | ||
| 134 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 135 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE" | ||
| 136 | StringPooling="true" | ||
| 137 | BasicRuntimeChecks="0" | ||
| 138 | RuntimeLibrary="0" | ||
| 139 | BufferSecurityCheck="false" | ||
| 140 | EnableFunctionLevelLinking="true" | ||
| 141 | UsePrecompiledHeader="0" | ||
| 142 | AssemblerListingLocation="$(IntDir)\" | ||
| 143 | WarningLevel="3" | ||
| 144 | Detect64BitPortabilityProblems="true" | ||
| 145 | DebugInformationFormat="3" | ||
| 146 | /> | ||
| 147 | <Tool | ||
| 148 | Name="VCManagedResourceCompilerTool" | ||
| 149 | /> | ||
| 150 | <Tool | ||
| 151 | Name="VCResourceCompilerTool" | ||
| 152 | /> | ||
| 153 | <Tool | ||
| 154 | Name="VCPreLinkEventTool" | ||
| 155 | /> | ||
| 156 | <Tool | ||
| 157 | Name="VCLinkerTool" | ||
| 158 | AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib" | ||
| 159 | OutputFile="$(OutDir)/miniunz.exe" | ||
| 160 | LinkIncremental="1" | ||
| 161 | GenerateManifest="false" | ||
| 162 | GenerateDebugInformation="true" | ||
| 163 | SubSystem="1" | ||
| 164 | OptimizeReferences="2" | ||
| 165 | EnableCOMDATFolding="2" | ||
| 166 | OptimizeForWindows98="1" | ||
| 167 | RandomizedBaseAddress="1" | ||
| 168 | DataExecutionPrevention="0" | ||
| 169 | TargetMachine="1" | ||
| 170 | /> | ||
| 171 | <Tool | ||
| 172 | Name="VCALinkTool" | ||
| 173 | /> | ||
| 174 | <Tool | ||
| 175 | Name="VCManifestTool" | ||
| 176 | /> | ||
| 177 | <Tool | ||
| 178 | Name="VCXDCMakeTool" | ||
| 179 | /> | ||
| 180 | <Tool | ||
| 181 | Name="VCBscMakeTool" | ||
| 182 | /> | ||
| 183 | <Tool | ||
| 184 | Name="VCFxCopTool" | ||
| 185 | /> | ||
| 186 | <Tool | ||
| 187 | Name="VCAppVerifierTool" | ||
| 188 | /> | ||
| 189 | <Tool | ||
| 190 | Name="VCPostBuildEventTool" | ||
| 191 | /> | ||
| 192 | </Configuration> | ||
| 193 | <Configuration | ||
| 194 | Name="Debug|x64" | ||
| 195 | OutputDirectory="x64\MiniUnzip$(ConfigurationName)" | ||
| 196 | IntermediateDirectory="x64\MiniUnzip$(ConfigurationName)\Tmp" | ||
| 197 | ConfigurationType="1" | ||
| 198 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 199 | CharacterSet="2" | ||
| 200 | > | ||
| 201 | <Tool | ||
| 202 | Name="VCPreBuildEventTool" | ||
| 203 | /> | ||
| 204 | <Tool | ||
| 205 | Name="VCCustomBuildTool" | ||
| 206 | /> | ||
| 207 | <Tool | ||
| 208 | Name="VCXMLDataGeneratorTool" | ||
| 209 | /> | ||
| 210 | <Tool | ||
| 211 | Name="VCWebServiceProxyGeneratorTool" | ||
| 212 | /> | ||
| 213 | <Tool | ||
| 214 | Name="VCMIDLTool" | ||
| 215 | TargetEnvironment="3" | ||
| 216 | /> | ||
| 217 | <Tool | ||
| 218 | Name="VCCLCompilerTool" | ||
| 219 | Optimization="0" | ||
| 220 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 221 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64" | ||
| 222 | MinimalRebuild="true" | ||
| 223 | BasicRuntimeChecks="0" | ||
| 224 | RuntimeLibrary="3" | ||
| 225 | BufferSecurityCheck="false" | ||
| 226 | UsePrecompiledHeader="0" | ||
| 227 | AssemblerListingLocation="$(IntDir)\" | ||
| 228 | WarningLevel="3" | ||
| 229 | Detect64BitPortabilityProblems="true" | ||
| 230 | DebugInformationFormat="3" | ||
| 231 | /> | ||
| 232 | <Tool | ||
| 233 | Name="VCManagedResourceCompilerTool" | ||
| 234 | /> | ||
| 235 | <Tool | ||
| 236 | Name="VCResourceCompilerTool" | ||
| 237 | /> | ||
| 238 | <Tool | ||
| 239 | Name="VCPreLinkEventTool" | ||
| 240 | /> | ||
| 241 | <Tool | ||
| 242 | Name="VCLinkerTool" | ||
| 243 | AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib" | ||
| 244 | OutputFile="$(OutDir)/miniunz.exe" | ||
| 245 | LinkIncremental="2" | ||
| 246 | GenerateManifest="false" | ||
| 247 | GenerateDebugInformation="true" | ||
| 248 | ProgramDatabaseFile="$(OutDir)/miniunz.pdb" | ||
| 249 | SubSystem="1" | ||
| 250 | TargetMachine="17" | ||
| 251 | /> | ||
| 252 | <Tool | ||
| 253 | Name="VCALinkTool" | ||
| 254 | /> | ||
| 255 | <Tool | ||
| 256 | Name="VCManifestTool" | ||
| 257 | /> | ||
| 258 | <Tool | ||
| 259 | Name="VCXDCMakeTool" | ||
| 260 | /> | ||
| 261 | <Tool | ||
| 262 | Name="VCBscMakeTool" | ||
| 263 | /> | ||
| 264 | <Tool | ||
| 265 | Name="VCFxCopTool" | ||
| 266 | /> | ||
| 267 | <Tool | ||
| 268 | Name="VCAppVerifierTool" | ||
| 269 | /> | ||
| 270 | <Tool | ||
| 271 | Name="VCWebDeploymentTool" | ||
| 272 | /> | ||
| 273 | <Tool | ||
| 274 | Name="VCPostBuildEventTool" | ||
| 275 | /> | ||
| 276 | </Configuration> | ||
| 277 | <Configuration | ||
| 278 | Name="Debug|Itanium" | ||
| 279 | OutputDirectory="ia64\MiniUnzip$(ConfigurationName)" | ||
| 280 | IntermediateDirectory="ia64\MiniUnzip$(ConfigurationName)\Tmp" | ||
| 281 | ConfigurationType="1" | ||
| 282 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 283 | CharacterSet="2" | ||
| 284 | > | ||
| 285 | <Tool | ||
| 286 | Name="VCPreBuildEventTool" | ||
| 287 | /> | ||
| 288 | <Tool | ||
| 289 | Name="VCCustomBuildTool" | ||
| 290 | /> | ||
| 291 | <Tool | ||
| 292 | Name="VCXMLDataGeneratorTool" | ||
| 293 | /> | ||
| 294 | <Tool | ||
| 295 | Name="VCWebServiceProxyGeneratorTool" | ||
| 296 | /> | ||
| 297 | <Tool | ||
| 298 | Name="VCMIDLTool" | ||
| 299 | TargetEnvironment="2" | ||
| 300 | /> | ||
| 301 | <Tool | ||
| 302 | Name="VCCLCompilerTool" | ||
| 303 | Optimization="0" | ||
| 304 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 305 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64" | ||
| 306 | MinimalRebuild="true" | ||
| 307 | BasicRuntimeChecks="0" | ||
| 308 | RuntimeLibrary="3" | ||
| 309 | BufferSecurityCheck="false" | ||
| 310 | UsePrecompiledHeader="0" | ||
| 311 | AssemblerListingLocation="$(IntDir)\" | ||
| 312 | WarningLevel="3" | ||
| 313 | Detect64BitPortabilityProblems="true" | ||
| 314 | DebugInformationFormat="3" | ||
| 315 | /> | ||
| 316 | <Tool | ||
| 317 | Name="VCManagedResourceCompilerTool" | ||
| 318 | /> | ||
| 319 | <Tool | ||
| 320 | Name="VCResourceCompilerTool" | ||
| 321 | /> | ||
| 322 | <Tool | ||
| 323 | Name="VCPreLinkEventTool" | ||
| 324 | /> | ||
| 325 | <Tool | ||
| 326 | Name="VCLinkerTool" | ||
| 327 | AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib" | ||
| 328 | OutputFile="$(OutDir)/miniunz.exe" | ||
| 329 | LinkIncremental="2" | ||
| 330 | GenerateManifest="false" | ||
| 331 | GenerateDebugInformation="true" | ||
| 332 | ProgramDatabaseFile="$(OutDir)/miniunz.pdb" | ||
| 333 | SubSystem="1" | ||
| 334 | TargetMachine="5" | ||
| 335 | /> | ||
| 336 | <Tool | ||
| 337 | Name="VCALinkTool" | ||
| 338 | /> | ||
| 339 | <Tool | ||
| 340 | Name="VCManifestTool" | ||
| 341 | /> | ||
| 342 | <Tool | ||
| 343 | Name="VCXDCMakeTool" | ||
| 344 | /> | ||
| 345 | <Tool | ||
| 346 | Name="VCBscMakeTool" | ||
| 347 | /> | ||
| 348 | <Tool | ||
| 349 | Name="VCFxCopTool" | ||
| 350 | /> | ||
| 351 | <Tool | ||
| 352 | Name="VCAppVerifierTool" | ||
| 353 | /> | ||
| 354 | <Tool | ||
| 355 | Name="VCWebDeploymentTool" | ||
| 356 | /> | ||
| 357 | <Tool | ||
| 358 | Name="VCPostBuildEventTool" | ||
| 359 | /> | ||
| 360 | </Configuration> | ||
| 361 | <Configuration | ||
| 362 | Name="Release|x64" | ||
| 363 | OutputDirectory="x64\MiniUnzip$(ConfigurationName)" | ||
| 364 | IntermediateDirectory="x64\MiniUnzip$(ConfigurationName)\Tmp" | ||
| 365 | ConfigurationType="1" | ||
| 366 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 367 | CharacterSet="2" | ||
| 368 | > | ||
| 369 | <Tool | ||
| 370 | Name="VCPreBuildEventTool" | ||
| 371 | /> | ||
| 372 | <Tool | ||
| 373 | Name="VCCustomBuildTool" | ||
| 374 | /> | ||
| 375 | <Tool | ||
| 376 | Name="VCXMLDataGeneratorTool" | ||
| 377 | /> | ||
| 378 | <Tool | ||
| 379 | Name="VCWebServiceProxyGeneratorTool" | ||
| 380 | /> | ||
| 381 | <Tool | ||
| 382 | Name="VCMIDLTool" | ||
| 383 | TargetEnvironment="3" | ||
| 384 | /> | ||
| 385 | <Tool | ||
| 386 | Name="VCCLCompilerTool" | ||
| 387 | Optimization="2" | ||
| 388 | InlineFunctionExpansion="1" | ||
| 389 | OmitFramePointers="true" | ||
| 390 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 391 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64" | ||
| 392 | StringPooling="true" | ||
| 393 | BasicRuntimeChecks="0" | ||
| 394 | RuntimeLibrary="2" | ||
| 395 | BufferSecurityCheck="false" | ||
| 396 | EnableFunctionLevelLinking="true" | ||
| 397 | UsePrecompiledHeader="0" | ||
| 398 | AssemblerListingLocation="$(IntDir)\" | ||
| 399 | WarningLevel="3" | ||
| 400 | Detect64BitPortabilityProblems="true" | ||
| 401 | DebugInformationFormat="3" | ||
| 402 | /> | ||
| 403 | <Tool | ||
| 404 | Name="VCManagedResourceCompilerTool" | ||
| 405 | /> | ||
| 406 | <Tool | ||
| 407 | Name="VCResourceCompilerTool" | ||
| 408 | /> | ||
| 409 | <Tool | ||
| 410 | Name="VCPreLinkEventTool" | ||
| 411 | /> | ||
| 412 | <Tool | ||
| 413 | Name="VCLinkerTool" | ||
| 414 | AdditionalDependencies="x64\ZlibDllRelease\zlibwapi.lib" | ||
| 415 | OutputFile="$(OutDir)/miniunz.exe" | ||
| 416 | LinkIncremental="1" | ||
| 417 | GenerateManifest="false" | ||
| 418 | GenerateDebugInformation="true" | ||
| 419 | SubSystem="1" | ||
| 420 | OptimizeReferences="2" | ||
| 421 | EnableCOMDATFolding="2" | ||
| 422 | OptimizeForWindows98="1" | ||
| 423 | TargetMachine="17" | ||
| 424 | /> | ||
| 425 | <Tool | ||
| 426 | Name="VCALinkTool" | ||
| 427 | /> | ||
| 428 | <Tool | ||
| 429 | Name="VCManifestTool" | ||
| 430 | /> | ||
| 431 | <Tool | ||
| 432 | Name="VCXDCMakeTool" | ||
| 433 | /> | ||
| 434 | <Tool | ||
| 435 | Name="VCBscMakeTool" | ||
| 436 | /> | ||
| 437 | <Tool | ||
| 438 | Name="VCFxCopTool" | ||
| 439 | /> | ||
| 440 | <Tool | ||
| 441 | Name="VCAppVerifierTool" | ||
| 442 | /> | ||
| 443 | <Tool | ||
| 444 | Name="VCWebDeploymentTool" | ||
| 445 | /> | ||
| 446 | <Tool | ||
| 447 | Name="VCPostBuildEventTool" | ||
| 448 | /> | ||
| 449 | </Configuration> | ||
| 450 | <Configuration | ||
| 451 | Name="Release|Itanium" | ||
| 452 | OutputDirectory="ia64\MiniUnzip$(ConfigurationName)" | ||
| 453 | IntermediateDirectory="ia64\MiniUnzip$(ConfigurationName)\Tmp" | ||
| 454 | ConfigurationType="1" | ||
| 455 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 456 | CharacterSet="2" | ||
| 457 | > | ||
| 458 | <Tool | ||
| 459 | Name="VCPreBuildEventTool" | ||
| 460 | /> | ||
| 461 | <Tool | ||
| 462 | Name="VCCustomBuildTool" | ||
| 463 | /> | ||
| 464 | <Tool | ||
| 465 | Name="VCXMLDataGeneratorTool" | ||
| 466 | /> | ||
| 467 | <Tool | ||
| 468 | Name="VCWebServiceProxyGeneratorTool" | ||
| 469 | /> | ||
| 470 | <Tool | ||
| 471 | Name="VCMIDLTool" | ||
| 472 | TargetEnvironment="2" | ||
| 473 | /> | ||
| 474 | <Tool | ||
| 475 | Name="VCCLCompilerTool" | ||
| 476 | Optimization="2" | ||
| 477 | InlineFunctionExpansion="1" | ||
| 478 | OmitFramePointers="true" | ||
| 479 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 480 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64" | ||
| 481 | StringPooling="true" | ||
| 482 | BasicRuntimeChecks="0" | ||
| 483 | RuntimeLibrary="2" | ||
| 484 | BufferSecurityCheck="false" | ||
| 485 | EnableFunctionLevelLinking="true" | ||
| 486 | UsePrecompiledHeader="0" | ||
| 487 | AssemblerListingLocation="$(IntDir)\" | ||
| 488 | WarningLevel="3" | ||
| 489 | Detect64BitPortabilityProblems="true" | ||
| 490 | DebugInformationFormat="3" | ||
| 491 | /> | ||
| 492 | <Tool | ||
| 493 | Name="VCManagedResourceCompilerTool" | ||
| 494 | /> | ||
| 495 | <Tool | ||
| 496 | Name="VCResourceCompilerTool" | ||
| 497 | /> | ||
| 498 | <Tool | ||
| 499 | Name="VCPreLinkEventTool" | ||
| 500 | /> | ||
| 501 | <Tool | ||
| 502 | Name="VCLinkerTool" | ||
| 503 | AdditionalDependencies="ia64\ZlibDllRelease\zlibwapi.lib" | ||
| 504 | OutputFile="$(OutDir)/miniunz.exe" | ||
| 505 | LinkIncremental="1" | ||
| 506 | GenerateManifest="false" | ||
| 507 | GenerateDebugInformation="true" | ||
| 508 | SubSystem="1" | ||
| 509 | OptimizeReferences="2" | ||
| 510 | EnableCOMDATFolding="2" | ||
| 511 | OptimizeForWindows98="1" | ||
| 512 | TargetMachine="5" | ||
| 513 | /> | ||
| 514 | <Tool | ||
| 515 | Name="VCALinkTool" | ||
| 516 | /> | ||
| 517 | <Tool | ||
| 518 | Name="VCManifestTool" | ||
| 519 | /> | ||
| 520 | <Tool | ||
| 521 | Name="VCXDCMakeTool" | ||
| 522 | /> | ||
| 523 | <Tool | ||
| 524 | Name="VCBscMakeTool" | ||
| 525 | /> | ||
| 526 | <Tool | ||
| 527 | Name="VCFxCopTool" | ||
| 528 | /> | ||
| 529 | <Tool | ||
| 530 | Name="VCAppVerifierTool" | ||
| 531 | /> | ||
| 532 | <Tool | ||
| 533 | Name="VCWebDeploymentTool" | ||
| 534 | /> | ||
| 535 | <Tool | ||
| 536 | Name="VCPostBuildEventTool" | ||
| 537 | /> | ||
| 538 | </Configuration> | ||
| 539 | </Configurations> | ||
| 540 | <References> | ||
| 541 | </References> | ||
| 542 | <Files> | ||
| 543 | <Filter | ||
| 544 | Name="Source Files" | ||
| 545 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat" | ||
| 546 | > | ||
| 547 | <File | ||
| 548 | RelativePath="..\..\minizip\miniunz.c" | ||
| 549 | > | ||
| 550 | </File> | ||
| 551 | </Filter> | ||
| 552 | <Filter | ||
| 553 | Name="Header Files" | ||
| 554 | Filter="h;hpp;hxx;hm;inl;inc" | ||
| 555 | > | ||
| 556 | </Filter> | ||
| 557 | <Filter | ||
| 558 | Name="Resource Files" | ||
| 559 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | ||
| 560 | > | ||
| 561 | </Filter> | ||
| 562 | </Files> | ||
| 563 | <Globals> | ||
| 564 | </Globals> | ||
| 565 | </VisualStudioProject> | ||
diff --git a/contrib/vstudio/vc9/minizip.vcproj b/contrib/vstudio/vc9/minizip.vcproj deleted file mode 100644 index fecd9dd0..00000000 --- a/contrib/vstudio/vc9/minizip.vcproj +++ /dev/null | |||
| @@ -1,562 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
| 2 | <VisualStudioProject | ||
| 3 | ProjectType="Visual C++" | ||
| 4 | Version="9.00" | ||
| 5 | Name="minizip" | ||
| 6 | ProjectGUID="{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 7 | Keyword="Win32Proj" | ||
| 8 | TargetFrameworkVersion="131072" | ||
| 9 | > | ||
| 10 | <Platforms> | ||
| 11 | <Platform | ||
| 12 | Name="Win32" | ||
| 13 | /> | ||
| 14 | <Platform | ||
| 15 | Name="x64" | ||
| 16 | /> | ||
| 17 | <Platform | ||
| 18 | Name="Itanium" | ||
| 19 | /> | ||
| 20 | </Platforms> | ||
| 21 | <ToolFiles> | ||
| 22 | </ToolFiles> | ||
| 23 | <Configurations> | ||
| 24 | <Configuration | ||
| 25 | Name="Debug|Win32" | ||
| 26 | OutputDirectory="x86\MiniZip$(ConfigurationName)" | ||
| 27 | IntermediateDirectory="x86\MiniZip$(ConfigurationName)\Tmp" | ||
| 28 | ConfigurationType="1" | ||
| 29 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 30 | CharacterSet="2" | ||
| 31 | > | ||
| 32 | <Tool | ||
| 33 | Name="VCPreBuildEventTool" | ||
| 34 | /> | ||
| 35 | <Tool | ||
| 36 | Name="VCCustomBuildTool" | ||
| 37 | /> | ||
| 38 | <Tool | ||
| 39 | Name="VCXMLDataGeneratorTool" | ||
| 40 | /> | ||
| 41 | <Tool | ||
| 42 | Name="VCWebServiceProxyGeneratorTool" | ||
| 43 | /> | ||
| 44 | <Tool | ||
| 45 | Name="VCMIDLTool" | ||
| 46 | /> | ||
| 47 | <Tool | ||
| 48 | Name="VCCLCompilerTool" | ||
| 49 | Optimization="0" | ||
| 50 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 51 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE" | ||
| 52 | MinimalRebuild="true" | ||
| 53 | BasicRuntimeChecks="0" | ||
| 54 | RuntimeLibrary="1" | ||
| 55 | BufferSecurityCheck="false" | ||
| 56 | UsePrecompiledHeader="0" | ||
| 57 | AssemblerListingLocation="$(IntDir)\" | ||
| 58 | WarningLevel="3" | ||
| 59 | Detect64BitPortabilityProblems="true" | ||
| 60 | DebugInformationFormat="4" | ||
| 61 | /> | ||
| 62 | <Tool | ||
| 63 | Name="VCManagedResourceCompilerTool" | ||
| 64 | /> | ||
| 65 | <Tool | ||
| 66 | Name="VCResourceCompilerTool" | ||
| 67 | /> | ||
| 68 | <Tool | ||
| 69 | Name="VCPreLinkEventTool" | ||
| 70 | /> | ||
| 71 | <Tool | ||
| 72 | Name="VCLinkerTool" | ||
| 73 | AdditionalDependencies="x86\ZlibDllDebug\zlibwapi.lib" | ||
| 74 | OutputFile="$(OutDir)/minizip.exe" | ||
| 75 | LinkIncremental="2" | ||
| 76 | GenerateManifest="false" | ||
| 77 | GenerateDebugInformation="true" | ||
| 78 | ProgramDatabaseFile="$(OutDir)/minizip.pdb" | ||
| 79 | SubSystem="1" | ||
| 80 | RandomizedBaseAddress="1" | ||
| 81 | DataExecutionPrevention="0" | ||
| 82 | TargetMachine="1" | ||
| 83 | /> | ||
| 84 | <Tool | ||
| 85 | Name="VCALinkTool" | ||
| 86 | /> | ||
| 87 | <Tool | ||
| 88 | Name="VCManifestTool" | ||
| 89 | /> | ||
| 90 | <Tool | ||
| 91 | Name="VCXDCMakeTool" | ||
| 92 | /> | ||
| 93 | <Tool | ||
| 94 | Name="VCBscMakeTool" | ||
| 95 | /> | ||
| 96 | <Tool | ||
| 97 | Name="VCFxCopTool" | ||
| 98 | /> | ||
| 99 | <Tool | ||
| 100 | Name="VCAppVerifierTool" | ||
| 101 | /> | ||
| 102 | <Tool | ||
| 103 | Name="VCPostBuildEventTool" | ||
| 104 | /> | ||
| 105 | </Configuration> | ||
| 106 | <Configuration | ||
| 107 | Name="Release|Win32" | ||
| 108 | OutputDirectory="x86\MiniZip$(ConfigurationName)" | ||
| 109 | IntermediateDirectory="x86\MiniZip$(ConfigurationName)\Tmp" | ||
| 110 | ConfigurationType="1" | ||
| 111 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 112 | CharacterSet="2" | ||
| 113 | > | ||
| 114 | <Tool | ||
| 115 | Name="VCPreBuildEventTool" | ||
| 116 | /> | ||
| 117 | <Tool | ||
| 118 | Name="VCCustomBuildTool" | ||
| 119 | /> | ||
| 120 | <Tool | ||
| 121 | Name="VCXMLDataGeneratorTool" | ||
| 122 | /> | ||
| 123 | <Tool | ||
| 124 | Name="VCWebServiceProxyGeneratorTool" | ||
| 125 | /> | ||
| 126 | <Tool | ||
| 127 | Name="VCMIDLTool" | ||
| 128 | /> | ||
| 129 | <Tool | ||
| 130 | Name="VCCLCompilerTool" | ||
| 131 | Optimization="2" | ||
| 132 | InlineFunctionExpansion="1" | ||
| 133 | OmitFramePointers="true" | ||
| 134 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 135 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE" | ||
| 136 | StringPooling="true" | ||
| 137 | BasicRuntimeChecks="0" | ||
| 138 | RuntimeLibrary="0" | ||
| 139 | BufferSecurityCheck="false" | ||
| 140 | EnableFunctionLevelLinking="true" | ||
| 141 | UsePrecompiledHeader="0" | ||
| 142 | AssemblerListingLocation="$(IntDir)\" | ||
| 143 | WarningLevel="3" | ||
| 144 | Detect64BitPortabilityProblems="true" | ||
| 145 | DebugInformationFormat="3" | ||
| 146 | /> | ||
| 147 | <Tool | ||
| 148 | Name="VCManagedResourceCompilerTool" | ||
| 149 | /> | ||
| 150 | <Tool | ||
| 151 | Name="VCResourceCompilerTool" | ||
| 152 | /> | ||
| 153 | <Tool | ||
| 154 | Name="VCPreLinkEventTool" | ||
| 155 | /> | ||
| 156 | <Tool | ||
| 157 | Name="VCLinkerTool" | ||
| 158 | AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib" | ||
| 159 | OutputFile="$(OutDir)/minizip.exe" | ||
| 160 | LinkIncremental="1" | ||
| 161 | GenerateDebugInformation="true" | ||
| 162 | SubSystem="1" | ||
| 163 | OptimizeReferences="2" | ||
| 164 | EnableCOMDATFolding="2" | ||
| 165 | OptimizeForWindows98="1" | ||
| 166 | RandomizedBaseAddress="1" | ||
| 167 | DataExecutionPrevention="0" | ||
| 168 | TargetMachine="1" | ||
| 169 | /> | ||
| 170 | <Tool | ||
| 171 | Name="VCALinkTool" | ||
| 172 | /> | ||
| 173 | <Tool | ||
| 174 | Name="VCManifestTool" | ||
| 175 | /> | ||
| 176 | <Tool | ||
| 177 | Name="VCXDCMakeTool" | ||
| 178 | /> | ||
| 179 | <Tool | ||
| 180 | Name="VCBscMakeTool" | ||
| 181 | /> | ||
| 182 | <Tool | ||
| 183 | Name="VCFxCopTool" | ||
| 184 | /> | ||
| 185 | <Tool | ||
| 186 | Name="VCAppVerifierTool" | ||
| 187 | /> | ||
| 188 | <Tool | ||
| 189 | Name="VCPostBuildEventTool" | ||
| 190 | /> | ||
| 191 | </Configuration> | ||
| 192 | <Configuration | ||
| 193 | Name="Debug|x64" | ||
| 194 | OutputDirectory="x64\$(ConfigurationName)" | ||
| 195 | IntermediateDirectory="x64\$(ConfigurationName)" | ||
| 196 | ConfigurationType="1" | ||
| 197 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 198 | CharacterSet="2" | ||
| 199 | > | ||
| 200 | <Tool | ||
| 201 | Name="VCPreBuildEventTool" | ||
| 202 | /> | ||
| 203 | <Tool | ||
| 204 | Name="VCCustomBuildTool" | ||
| 205 | /> | ||
| 206 | <Tool | ||
| 207 | Name="VCXMLDataGeneratorTool" | ||
| 208 | /> | ||
| 209 | <Tool | ||
| 210 | Name="VCWebServiceProxyGeneratorTool" | ||
| 211 | /> | ||
| 212 | <Tool | ||
| 213 | Name="VCMIDLTool" | ||
| 214 | TargetEnvironment="3" | ||
| 215 | /> | ||
| 216 | <Tool | ||
| 217 | Name="VCCLCompilerTool" | ||
| 218 | Optimization="0" | ||
| 219 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 220 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64" | ||
| 221 | MinimalRebuild="true" | ||
| 222 | BasicRuntimeChecks="0" | ||
| 223 | RuntimeLibrary="3" | ||
| 224 | BufferSecurityCheck="false" | ||
| 225 | UsePrecompiledHeader="0" | ||
| 226 | AssemblerListingLocation="$(IntDir)\" | ||
| 227 | WarningLevel="3" | ||
| 228 | Detect64BitPortabilityProblems="true" | ||
| 229 | DebugInformationFormat="3" | ||
| 230 | /> | ||
| 231 | <Tool | ||
| 232 | Name="VCManagedResourceCompilerTool" | ||
| 233 | /> | ||
| 234 | <Tool | ||
| 235 | Name="VCResourceCompilerTool" | ||
| 236 | /> | ||
| 237 | <Tool | ||
| 238 | Name="VCPreLinkEventTool" | ||
| 239 | /> | ||
| 240 | <Tool | ||
| 241 | Name="VCLinkerTool" | ||
| 242 | AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib" | ||
| 243 | OutputFile="$(OutDir)/minizip.exe" | ||
| 244 | LinkIncremental="2" | ||
| 245 | GenerateManifest="false" | ||
| 246 | GenerateDebugInformation="true" | ||
| 247 | ProgramDatabaseFile="$(OutDir)/minizip.pdb" | ||
| 248 | SubSystem="1" | ||
| 249 | TargetMachine="17" | ||
| 250 | /> | ||
| 251 | <Tool | ||
| 252 | Name="VCALinkTool" | ||
| 253 | /> | ||
| 254 | <Tool | ||
| 255 | Name="VCManifestTool" | ||
| 256 | /> | ||
| 257 | <Tool | ||
| 258 | Name="VCXDCMakeTool" | ||
| 259 | /> | ||
| 260 | <Tool | ||
| 261 | Name="VCBscMakeTool" | ||
| 262 | /> | ||
| 263 | <Tool | ||
| 264 | Name="VCFxCopTool" | ||
| 265 | /> | ||
| 266 | <Tool | ||
| 267 | Name="VCAppVerifierTool" | ||
| 268 | /> | ||
| 269 | <Tool | ||
| 270 | Name="VCWebDeploymentTool" | ||
| 271 | /> | ||
| 272 | <Tool | ||
| 273 | Name="VCPostBuildEventTool" | ||
| 274 | /> | ||
| 275 | </Configuration> | ||
| 276 | <Configuration | ||
| 277 | Name="Debug|Itanium" | ||
| 278 | OutputDirectory="ia64\$(ConfigurationName)" | ||
| 279 | IntermediateDirectory="ia64\$(ConfigurationName)" | ||
| 280 | ConfigurationType="1" | ||
| 281 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 282 | CharacterSet="2" | ||
| 283 | > | ||
| 284 | <Tool | ||
| 285 | Name="VCPreBuildEventTool" | ||
| 286 | /> | ||
| 287 | <Tool | ||
| 288 | Name="VCCustomBuildTool" | ||
| 289 | /> | ||
| 290 | <Tool | ||
| 291 | Name="VCXMLDataGeneratorTool" | ||
| 292 | /> | ||
| 293 | <Tool | ||
| 294 | Name="VCWebServiceProxyGeneratorTool" | ||
| 295 | /> | ||
| 296 | <Tool | ||
| 297 | Name="VCMIDLTool" | ||
| 298 | TargetEnvironment="2" | ||
| 299 | /> | ||
| 300 | <Tool | ||
| 301 | Name="VCCLCompilerTool" | ||
| 302 | Optimization="0" | ||
| 303 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 304 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64" | ||
| 305 | MinimalRebuild="true" | ||
| 306 | BasicRuntimeChecks="0" | ||
| 307 | RuntimeLibrary="3" | ||
| 308 | BufferSecurityCheck="false" | ||
| 309 | UsePrecompiledHeader="0" | ||
| 310 | AssemblerListingLocation="$(IntDir)\" | ||
| 311 | WarningLevel="3" | ||
| 312 | Detect64BitPortabilityProblems="true" | ||
| 313 | DebugInformationFormat="3" | ||
| 314 | /> | ||
| 315 | <Tool | ||
| 316 | Name="VCManagedResourceCompilerTool" | ||
| 317 | /> | ||
| 318 | <Tool | ||
| 319 | Name="VCResourceCompilerTool" | ||
| 320 | /> | ||
| 321 | <Tool | ||
| 322 | Name="VCPreLinkEventTool" | ||
| 323 | /> | ||
| 324 | <Tool | ||
| 325 | Name="VCLinkerTool" | ||
| 326 | AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib" | ||
| 327 | OutputFile="$(OutDir)/minizip.exe" | ||
| 328 | LinkIncremental="2" | ||
| 329 | GenerateManifest="false" | ||
| 330 | GenerateDebugInformation="true" | ||
| 331 | ProgramDatabaseFile="$(OutDir)/minizip.pdb" | ||
| 332 | SubSystem="1" | ||
| 333 | TargetMachine="5" | ||
| 334 | /> | ||
| 335 | <Tool | ||
| 336 | Name="VCALinkTool" | ||
| 337 | /> | ||
| 338 | <Tool | ||
| 339 | Name="VCManifestTool" | ||
| 340 | /> | ||
| 341 | <Tool | ||
| 342 | Name="VCXDCMakeTool" | ||
| 343 | /> | ||
| 344 | <Tool | ||
| 345 | Name="VCBscMakeTool" | ||
| 346 | /> | ||
| 347 | <Tool | ||
| 348 | Name="VCFxCopTool" | ||
| 349 | /> | ||
| 350 | <Tool | ||
| 351 | Name="VCAppVerifierTool" | ||
| 352 | /> | ||
| 353 | <Tool | ||
| 354 | Name="VCWebDeploymentTool" | ||
| 355 | /> | ||
| 356 | <Tool | ||
| 357 | Name="VCPostBuildEventTool" | ||
| 358 | /> | ||
| 359 | </Configuration> | ||
| 360 | <Configuration | ||
| 361 | Name="Release|x64" | ||
| 362 | OutputDirectory="x64\$(ConfigurationName)" | ||
| 363 | IntermediateDirectory="x64\$(ConfigurationName)" | ||
| 364 | ConfigurationType="1" | ||
| 365 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 366 | CharacterSet="2" | ||
| 367 | > | ||
| 368 | <Tool | ||
| 369 | Name="VCPreBuildEventTool" | ||
| 370 | /> | ||
| 371 | <Tool | ||
| 372 | Name="VCCustomBuildTool" | ||
| 373 | /> | ||
| 374 | <Tool | ||
| 375 | Name="VCXMLDataGeneratorTool" | ||
| 376 | /> | ||
| 377 | <Tool | ||
| 378 | Name="VCWebServiceProxyGeneratorTool" | ||
| 379 | /> | ||
| 380 | <Tool | ||
| 381 | Name="VCMIDLTool" | ||
| 382 | TargetEnvironment="3" | ||
| 383 | /> | ||
| 384 | <Tool | ||
| 385 | Name="VCCLCompilerTool" | ||
| 386 | Optimization="2" | ||
| 387 | InlineFunctionExpansion="1" | ||
| 388 | OmitFramePointers="true" | ||
| 389 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 390 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64" | ||
| 391 | StringPooling="true" | ||
| 392 | BasicRuntimeChecks="0" | ||
| 393 | RuntimeLibrary="2" | ||
| 394 | BufferSecurityCheck="false" | ||
| 395 | EnableFunctionLevelLinking="true" | ||
| 396 | UsePrecompiledHeader="0" | ||
| 397 | AssemblerListingLocation="$(IntDir)\" | ||
| 398 | WarningLevel="3" | ||
| 399 | Detect64BitPortabilityProblems="true" | ||
| 400 | DebugInformationFormat="3" | ||
| 401 | /> | ||
| 402 | <Tool | ||
| 403 | Name="VCManagedResourceCompilerTool" | ||
| 404 | /> | ||
| 405 | <Tool | ||
| 406 | Name="VCResourceCompilerTool" | ||
| 407 | /> | ||
| 408 | <Tool | ||
| 409 | Name="VCPreLinkEventTool" | ||
| 410 | /> | ||
| 411 | <Tool | ||
| 412 | Name="VCLinkerTool" | ||
| 413 | AdditionalDependencies="x64\ZlibDllRelease\zlibwapi.lib" | ||
| 414 | OutputFile="$(OutDir)/minizip.exe" | ||
| 415 | LinkIncremental="1" | ||
| 416 | GenerateDebugInformation="true" | ||
| 417 | SubSystem="1" | ||
| 418 | OptimizeReferences="2" | ||
| 419 | EnableCOMDATFolding="2" | ||
| 420 | OptimizeForWindows98="1" | ||
| 421 | TargetMachine="17" | ||
| 422 | /> | ||
| 423 | <Tool | ||
| 424 | Name="VCALinkTool" | ||
| 425 | /> | ||
| 426 | <Tool | ||
| 427 | Name="VCManifestTool" | ||
| 428 | /> | ||
| 429 | <Tool | ||
| 430 | Name="VCXDCMakeTool" | ||
| 431 | /> | ||
| 432 | <Tool | ||
| 433 | Name="VCBscMakeTool" | ||
| 434 | /> | ||
| 435 | <Tool | ||
| 436 | Name="VCFxCopTool" | ||
| 437 | /> | ||
| 438 | <Tool | ||
| 439 | Name="VCAppVerifierTool" | ||
| 440 | /> | ||
| 441 | <Tool | ||
| 442 | Name="VCWebDeploymentTool" | ||
| 443 | /> | ||
| 444 | <Tool | ||
| 445 | Name="VCPostBuildEventTool" | ||
| 446 | /> | ||
| 447 | </Configuration> | ||
| 448 | <Configuration | ||
| 449 | Name="Release|Itanium" | ||
| 450 | OutputDirectory="ia64\$(ConfigurationName)" | ||
| 451 | IntermediateDirectory="ia64\$(ConfigurationName)" | ||
| 452 | ConfigurationType="1" | ||
| 453 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 454 | CharacterSet="2" | ||
| 455 | > | ||
| 456 | <Tool | ||
| 457 | Name="VCPreBuildEventTool" | ||
| 458 | /> | ||
| 459 | <Tool | ||
| 460 | Name="VCCustomBuildTool" | ||
| 461 | /> | ||
| 462 | <Tool | ||
| 463 | Name="VCXMLDataGeneratorTool" | ||
| 464 | /> | ||
| 465 | <Tool | ||
| 466 | Name="VCWebServiceProxyGeneratorTool" | ||
| 467 | /> | ||
| 468 | <Tool | ||
| 469 | Name="VCMIDLTool" | ||
| 470 | TargetEnvironment="2" | ||
| 471 | /> | ||
| 472 | <Tool | ||
| 473 | Name="VCCLCompilerTool" | ||
| 474 | Optimization="2" | ||
| 475 | InlineFunctionExpansion="1" | ||
| 476 | OmitFramePointers="true" | ||
| 477 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 478 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64" | ||
| 479 | StringPooling="true" | ||
| 480 | BasicRuntimeChecks="0" | ||
| 481 | RuntimeLibrary="2" | ||
| 482 | BufferSecurityCheck="false" | ||
| 483 | EnableFunctionLevelLinking="true" | ||
| 484 | UsePrecompiledHeader="0" | ||
| 485 | AssemblerListingLocation="$(IntDir)\" | ||
| 486 | WarningLevel="3" | ||
| 487 | Detect64BitPortabilityProblems="true" | ||
| 488 | DebugInformationFormat="3" | ||
| 489 | /> | ||
| 490 | <Tool | ||
| 491 | Name="VCManagedResourceCompilerTool" | ||
| 492 | /> | ||
| 493 | <Tool | ||
| 494 | Name="VCResourceCompilerTool" | ||
| 495 | /> | ||
| 496 | <Tool | ||
| 497 | Name="VCPreLinkEventTool" | ||
| 498 | /> | ||
| 499 | <Tool | ||
| 500 | Name="VCLinkerTool" | ||
| 501 | AdditionalDependencies="ia64\ZlibDllRelease\zlibwapi.lib" | ||
| 502 | OutputFile="$(OutDir)/minizip.exe" | ||
| 503 | LinkIncremental="1" | ||
| 504 | GenerateDebugInformation="true" | ||
| 505 | SubSystem="1" | ||
| 506 | OptimizeReferences="2" | ||
| 507 | EnableCOMDATFolding="2" | ||
| 508 | OptimizeForWindows98="1" | ||
| 509 | TargetMachine="5" | ||
| 510 | /> | ||
| 511 | <Tool | ||
| 512 | Name="VCALinkTool" | ||
| 513 | /> | ||
| 514 | <Tool | ||
| 515 | Name="VCManifestTool" | ||
| 516 | /> | ||
| 517 | <Tool | ||
| 518 | Name="VCXDCMakeTool" | ||
| 519 | /> | ||
| 520 | <Tool | ||
| 521 | Name="VCBscMakeTool" | ||
| 522 | /> | ||
| 523 | <Tool | ||
| 524 | Name="VCFxCopTool" | ||
| 525 | /> | ||
| 526 | <Tool | ||
| 527 | Name="VCAppVerifierTool" | ||
| 528 | /> | ||
| 529 | <Tool | ||
| 530 | Name="VCWebDeploymentTool" | ||
| 531 | /> | ||
| 532 | <Tool | ||
| 533 | Name="VCPostBuildEventTool" | ||
| 534 | /> | ||
| 535 | </Configuration> | ||
| 536 | </Configurations> | ||
| 537 | <References> | ||
| 538 | </References> | ||
| 539 | <Files> | ||
| 540 | <Filter | ||
| 541 | Name="Source Files" | ||
| 542 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat" | ||
| 543 | > | ||
| 544 | <File | ||
| 545 | RelativePath="..\..\minizip\minizip.c" | ||
| 546 | > | ||
| 547 | </File> | ||
| 548 | </Filter> | ||
| 549 | <Filter | ||
| 550 | Name="Header Files" | ||
| 551 | Filter="h;hpp;hxx;hm;inl;inc" | ||
| 552 | > | ||
| 553 | </Filter> | ||
| 554 | <Filter | ||
| 555 | Name="Resource Files" | ||
| 556 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | ||
| 557 | > | ||
| 558 | </Filter> | ||
| 559 | </Files> | ||
| 560 | <Globals> | ||
| 561 | </Globals> | ||
| 562 | </VisualStudioProject> | ||
diff --git a/contrib/vstudio/vc9/testzlib.vcproj b/contrib/vstudio/vc9/testzlib.vcproj deleted file mode 100644 index ff69640e..00000000 --- a/contrib/vstudio/vc9/testzlib.vcproj +++ /dev/null | |||
| @@ -1,796 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
| 2 | <VisualStudioProject | ||
| 3 | ProjectType="Visual C++" | ||
| 4 | Version="9,00" | ||
| 5 | Name="testzlib" | ||
| 6 | ProjectGUID="{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 7 | RootNamespace="testzlib" | ||
| 8 | Keyword="Win32Proj" | ||
| 9 | TargetFrameworkVersion="131072" | ||
| 10 | > | ||
| 11 | <Platforms> | ||
| 12 | <Platform | ||
| 13 | Name="Win32" | ||
| 14 | /> | ||
| 15 | <Platform | ||
| 16 | Name="x64" | ||
| 17 | /> | ||
| 18 | <Platform | ||
| 19 | Name="Itanium" | ||
| 20 | /> | ||
| 21 | </Platforms> | ||
| 22 | <ToolFiles> | ||
| 23 | </ToolFiles> | ||
| 24 | <Configurations> | ||
| 25 | <Configuration | ||
| 26 | Name="Debug|Win32" | ||
| 27 | OutputDirectory="x86\TestZlib$(ConfigurationName)" | ||
| 28 | IntermediateDirectory="x86\TestZlib$(ConfigurationName)\Tmp" | ||
| 29 | ConfigurationType="1" | ||
| 30 | CharacterSet="2" | ||
| 31 | > | ||
| 32 | <Tool | ||
| 33 | Name="VCPreBuildEventTool" | ||
| 34 | /> | ||
| 35 | <Tool | ||
| 36 | Name="VCCustomBuildTool" | ||
| 37 | /> | ||
| 38 | <Tool | ||
| 39 | Name="VCXMLDataGeneratorTool" | ||
| 40 | /> | ||
| 41 | <Tool | ||
| 42 | Name="VCWebServiceProxyGeneratorTool" | ||
| 43 | /> | ||
| 44 | <Tool | ||
| 45 | Name="VCMIDLTool" | ||
| 46 | /> | ||
| 47 | <Tool | ||
| 48 | Name="VCCLCompilerTool" | ||
| 49 | Optimization="0" | ||
| 50 | AdditionalIncludeDirectories="..\..\.." | ||
| 51 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
| 52 | MinimalRebuild="true" | ||
| 53 | BasicRuntimeChecks="0" | ||
| 54 | RuntimeLibrary="1" | ||
| 55 | BufferSecurityCheck="false" | ||
| 56 | UsePrecompiledHeader="0" | ||
| 57 | AssemblerOutput="4" | ||
| 58 | AssemblerListingLocation="$(IntDir)\" | ||
| 59 | WarningLevel="3" | ||
| 60 | Detect64BitPortabilityProblems="true" | ||
| 61 | DebugInformationFormat="4" | ||
| 62 | /> | ||
| 63 | <Tool | ||
| 64 | Name="VCManagedResourceCompilerTool" | ||
| 65 | /> | ||
| 66 | <Tool | ||
| 67 | Name="VCResourceCompilerTool" | ||
| 68 | /> | ||
| 69 | <Tool | ||
| 70 | Name="VCPreLinkEventTool" | ||
| 71 | /> | ||
| 72 | <Tool | ||
| 73 | Name="VCLinkerTool" | ||
| 74 | OutputFile="$(OutDir)/testzlib.exe" | ||
| 75 | LinkIncremental="2" | ||
| 76 | GenerateManifest="false" | ||
| 77 | GenerateDebugInformation="true" | ||
| 78 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
| 79 | SubSystem="1" | ||
| 80 | RandomizedBaseAddress="1" | ||
| 81 | DataExecutionPrevention="0" | ||
| 82 | TargetMachine="1" | ||
| 83 | /> | ||
| 84 | <Tool | ||
| 85 | Name="VCALinkTool" | ||
| 86 | /> | ||
| 87 | <Tool | ||
| 88 | Name="VCManifestTool" | ||
| 89 | /> | ||
| 90 | <Tool | ||
| 91 | Name="VCXDCMakeTool" | ||
| 92 | /> | ||
| 93 | <Tool | ||
| 94 | Name="VCBscMakeTool" | ||
| 95 | /> | ||
| 96 | <Tool | ||
| 97 | Name="VCFxCopTool" | ||
| 98 | /> | ||
| 99 | <Tool | ||
| 100 | Name="VCAppVerifierTool" | ||
| 101 | /> | ||
| 102 | <Tool | ||
| 103 | Name="VCPostBuildEventTool" | ||
| 104 | /> | ||
| 105 | </Configuration> | ||
| 106 | <Configuration | ||
| 107 | Name="Debug|x64" | ||
| 108 | OutputDirectory="x64\TestZlib$(ConfigurationName)" | ||
| 109 | IntermediateDirectory="x64\TestZlib$(ConfigurationName)\Tmp" | ||
| 110 | ConfigurationType="1" | ||
| 111 | > | ||
| 112 | <Tool | ||
| 113 | Name="VCPreBuildEventTool" | ||
| 114 | /> | ||
| 115 | <Tool | ||
| 116 | Name="VCCustomBuildTool" | ||
| 117 | /> | ||
| 118 | <Tool | ||
| 119 | Name="VCXMLDataGeneratorTool" | ||
| 120 | /> | ||
| 121 | <Tool | ||
| 122 | Name="VCWebServiceProxyGeneratorTool" | ||
| 123 | /> | ||
| 124 | <Tool | ||
| 125 | Name="VCMIDLTool" | ||
| 126 | /> | ||
| 127 | <Tool | ||
| 128 | Name="VCCLCompilerTool" | ||
| 129 | AdditionalIncludeDirectories="..\..\.." | ||
| 130 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
| 131 | BasicRuntimeChecks="0" | ||
| 132 | RuntimeLibrary="3" | ||
| 133 | BufferSecurityCheck="false" | ||
| 134 | AssemblerListingLocation="$(IntDir)\" | ||
| 135 | /> | ||
| 136 | <Tool | ||
| 137 | Name="VCManagedResourceCompilerTool" | ||
| 138 | /> | ||
| 139 | <Tool | ||
| 140 | Name="VCResourceCompilerTool" | ||
| 141 | /> | ||
| 142 | <Tool | ||
| 143 | Name="VCPreLinkEventTool" | ||
| 144 | /> | ||
| 145 | <Tool | ||
| 146 | Name="VCLinkerTool" | ||
| 147 | GenerateManifest="false" | ||
| 148 | /> | ||
| 149 | <Tool | ||
| 150 | Name="VCALinkTool" | ||
| 151 | /> | ||
| 152 | <Tool | ||
| 153 | Name="VCManifestTool" | ||
| 154 | /> | ||
| 155 | <Tool | ||
| 156 | Name="VCXDCMakeTool" | ||
| 157 | /> | ||
| 158 | <Tool | ||
| 159 | Name="VCBscMakeTool" | ||
| 160 | /> | ||
| 161 | <Tool | ||
| 162 | Name="VCFxCopTool" | ||
| 163 | /> | ||
| 164 | <Tool | ||
| 165 | Name="VCAppVerifierTool" | ||
| 166 | /> | ||
| 167 | <Tool | ||
| 168 | Name="VCPostBuildEventTool" | ||
| 169 | /> | ||
| 170 | </Configuration> | ||
| 171 | <Configuration | ||
| 172 | Name="Debug|Itanium" | ||
| 173 | OutputDirectory="ia64\TestZlib$(ConfigurationName)" | ||
| 174 | IntermediateDirectory="ia64\TestZlib$(ConfigurationName)\Tmp" | ||
| 175 | ConfigurationType="1" | ||
| 176 | CharacterSet="2" | ||
| 177 | > | ||
| 178 | <Tool | ||
| 179 | Name="VCPreBuildEventTool" | ||
| 180 | /> | ||
| 181 | <Tool | ||
| 182 | Name="VCCustomBuildTool" | ||
| 183 | /> | ||
| 184 | <Tool | ||
| 185 | Name="VCXMLDataGeneratorTool" | ||
| 186 | /> | ||
| 187 | <Tool | ||
| 188 | Name="VCWebServiceProxyGeneratorTool" | ||
| 189 | /> | ||
| 190 | <Tool | ||
| 191 | Name="VCMIDLTool" | ||
| 192 | TargetEnvironment="2" | ||
| 193 | /> | ||
| 194 | <Tool | ||
| 195 | Name="VCCLCompilerTool" | ||
| 196 | Optimization="0" | ||
| 197 | AdditionalIncludeDirectories="..\..\.." | ||
| 198 | PreprocessorDefinitions="ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
| 199 | MinimalRebuild="true" | ||
| 200 | BasicRuntimeChecks="0" | ||
| 201 | RuntimeLibrary="3" | ||
| 202 | BufferSecurityCheck="false" | ||
| 203 | UsePrecompiledHeader="0" | ||
| 204 | AssemblerOutput="4" | ||
| 205 | AssemblerListingLocation="$(IntDir)\" | ||
| 206 | WarningLevel="3" | ||
| 207 | Detect64BitPortabilityProblems="true" | ||
| 208 | DebugInformationFormat="3" | ||
| 209 | /> | ||
| 210 | <Tool | ||
| 211 | Name="VCManagedResourceCompilerTool" | ||
| 212 | /> | ||
| 213 | <Tool | ||
| 214 | Name="VCResourceCompilerTool" | ||
| 215 | /> | ||
| 216 | <Tool | ||
| 217 | Name="VCPreLinkEventTool" | ||
| 218 | /> | ||
| 219 | <Tool | ||
| 220 | Name="VCLinkerTool" | ||
| 221 | OutputFile="$(OutDir)/testzlib.exe" | ||
| 222 | LinkIncremental="2" | ||
| 223 | GenerateManifest="false" | ||
| 224 | GenerateDebugInformation="true" | ||
| 225 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
| 226 | SubSystem="1" | ||
| 227 | TargetMachine="5" | ||
| 228 | /> | ||
| 229 | <Tool | ||
| 230 | Name="VCALinkTool" | ||
| 231 | /> | ||
| 232 | <Tool | ||
| 233 | Name="VCManifestTool" | ||
| 234 | /> | ||
| 235 | <Tool | ||
| 236 | Name="VCXDCMakeTool" | ||
| 237 | /> | ||
| 238 | <Tool | ||
| 239 | Name="VCBscMakeTool" | ||
| 240 | /> | ||
| 241 | <Tool | ||
| 242 | Name="VCFxCopTool" | ||
| 243 | /> | ||
| 244 | <Tool | ||
| 245 | Name="VCAppVerifierTool" | ||
| 246 | /> | ||
| 247 | <Tool | ||
| 248 | Name="VCPostBuildEventTool" | ||
| 249 | /> | ||
| 250 | </Configuration> | ||
| 251 | <Configuration | ||
| 252 | Name="ReleaseWithoutAsm|Win32" | ||
| 253 | OutputDirectory="x86\TestZlib$(ConfigurationName)" | ||
| 254 | IntermediateDirectory="x86\TestZlib$(ConfigurationName)\Tmp" | ||
| 255 | ConfigurationType="1" | ||
| 256 | CharacterSet="2" | ||
| 257 | WholeProgramOptimization="1" | ||
| 258 | > | ||
| 259 | <Tool | ||
| 260 | Name="VCPreBuildEventTool" | ||
| 261 | /> | ||
| 262 | <Tool | ||
| 263 | Name="VCCustomBuildTool" | ||
| 264 | /> | ||
| 265 | <Tool | ||
| 266 | Name="VCXMLDataGeneratorTool" | ||
| 267 | /> | ||
| 268 | <Tool | ||
| 269 | Name="VCWebServiceProxyGeneratorTool" | ||
| 270 | /> | ||
| 271 | <Tool | ||
| 272 | Name="VCMIDLTool" | ||
| 273 | /> | ||
| 274 | <Tool | ||
| 275 | Name="VCCLCompilerTool" | ||
| 276 | Optimization="2" | ||
| 277 | InlineFunctionExpansion="1" | ||
| 278 | OmitFramePointers="true" | ||
| 279 | AdditionalIncludeDirectories="..\..\.." | ||
| 280 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
| 281 | StringPooling="true" | ||
| 282 | BasicRuntimeChecks="0" | ||
| 283 | RuntimeLibrary="0" | ||
| 284 | BufferSecurityCheck="false" | ||
| 285 | EnableFunctionLevelLinking="true" | ||
| 286 | UsePrecompiledHeader="0" | ||
| 287 | AssemblerListingLocation="$(IntDir)\" | ||
| 288 | WarningLevel="3" | ||
| 289 | Detect64BitPortabilityProblems="true" | ||
| 290 | DebugInformationFormat="3" | ||
| 291 | /> | ||
| 292 | <Tool | ||
| 293 | Name="VCManagedResourceCompilerTool" | ||
| 294 | /> | ||
| 295 | <Tool | ||
| 296 | Name="VCResourceCompilerTool" | ||
| 297 | /> | ||
| 298 | <Tool | ||
| 299 | Name="VCPreLinkEventTool" | ||
| 300 | /> | ||
| 301 | <Tool | ||
| 302 | Name="VCLinkerTool" | ||
| 303 | OutputFile="$(OutDir)/testzlib.exe" | ||
| 304 | LinkIncremental="1" | ||
| 305 | GenerateManifest="false" | ||
| 306 | GenerateDebugInformation="true" | ||
| 307 | SubSystem="1" | ||
| 308 | OptimizeReferences="2" | ||
| 309 | EnableCOMDATFolding="2" | ||
| 310 | OptimizeForWindows98="1" | ||
| 311 | RandomizedBaseAddress="1" | ||
| 312 | DataExecutionPrevention="0" | ||
| 313 | TargetMachine="1" | ||
| 314 | /> | ||
| 315 | <Tool | ||
| 316 | Name="VCALinkTool" | ||
| 317 | /> | ||
| 318 | <Tool | ||
| 319 | Name="VCManifestTool" | ||
| 320 | /> | ||
| 321 | <Tool | ||
| 322 | Name="VCXDCMakeTool" | ||
| 323 | /> | ||
| 324 | <Tool | ||
| 325 | Name="VCBscMakeTool" | ||
| 326 | /> | ||
| 327 | <Tool | ||
| 328 | Name="VCFxCopTool" | ||
| 329 | /> | ||
| 330 | <Tool | ||
| 331 | Name="VCAppVerifierTool" | ||
| 332 | /> | ||
| 333 | <Tool | ||
| 334 | Name="VCPostBuildEventTool" | ||
| 335 | /> | ||
| 336 | </Configuration> | ||
| 337 | <Configuration | ||
| 338 | Name="ReleaseWithoutAsm|x64" | ||
| 339 | OutputDirectory="x64\TestZlib$(ConfigurationName)" | ||
| 340 | IntermediateDirectory="x64\TestZlib$(ConfigurationName)\Tmp" | ||
| 341 | ConfigurationType="1" | ||
| 342 | WholeProgramOptimization="1" | ||
| 343 | > | ||
| 344 | <Tool | ||
| 345 | Name="VCPreBuildEventTool" | ||
| 346 | /> | ||
| 347 | <Tool | ||
| 348 | Name="VCCustomBuildTool" | ||
| 349 | /> | ||
| 350 | <Tool | ||
| 351 | Name="VCXMLDataGeneratorTool" | ||
| 352 | /> | ||
| 353 | <Tool | ||
| 354 | Name="VCWebServiceProxyGeneratorTool" | ||
| 355 | /> | ||
| 356 | <Tool | ||
| 357 | Name="VCMIDLTool" | ||
| 358 | /> | ||
| 359 | <Tool | ||
| 360 | Name="VCCLCompilerTool" | ||
| 361 | AdditionalIncludeDirectories="..\..\.." | ||
| 362 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
| 363 | BasicRuntimeChecks="0" | ||
| 364 | RuntimeLibrary="2" | ||
| 365 | BufferSecurityCheck="false" | ||
| 366 | AssemblerListingLocation="$(IntDir)\" | ||
| 367 | /> | ||
| 368 | <Tool | ||
| 369 | Name="VCManagedResourceCompilerTool" | ||
| 370 | /> | ||
| 371 | <Tool | ||
| 372 | Name="VCResourceCompilerTool" | ||
| 373 | /> | ||
| 374 | <Tool | ||
| 375 | Name="VCPreLinkEventTool" | ||
| 376 | /> | ||
| 377 | <Tool | ||
| 378 | Name="VCLinkerTool" | ||
| 379 | AdditionalDependencies="" | ||
| 380 | GenerateManifest="false" | ||
| 381 | /> | ||
| 382 | <Tool | ||
| 383 | Name="VCALinkTool" | ||
| 384 | /> | ||
| 385 | <Tool | ||
| 386 | Name="VCManifestTool" | ||
| 387 | /> | ||
| 388 | <Tool | ||
| 389 | Name="VCXDCMakeTool" | ||
| 390 | /> | ||
| 391 | <Tool | ||
| 392 | Name="VCBscMakeTool" | ||
| 393 | /> | ||
| 394 | <Tool | ||
| 395 | Name="VCFxCopTool" | ||
| 396 | /> | ||
| 397 | <Tool | ||
| 398 | Name="VCAppVerifierTool" | ||
| 399 | /> | ||
| 400 | <Tool | ||
| 401 | Name="VCPostBuildEventTool" | ||
| 402 | /> | ||
| 403 | </Configuration> | ||
| 404 | <Configuration | ||
| 405 | Name="ReleaseWithoutAsm|Itanium" | ||
| 406 | OutputDirectory="ia64\TestZlib$(ConfigurationName)" | ||
| 407 | IntermediateDirectory="ia64\TestZlib$(ConfigurationName)\Tmp" | ||
| 408 | ConfigurationType="1" | ||
| 409 | CharacterSet="2" | ||
| 410 | WholeProgramOptimization="1" | ||
| 411 | > | ||
| 412 | <Tool | ||
| 413 | Name="VCPreBuildEventTool" | ||
| 414 | /> | ||
| 415 | <Tool | ||
| 416 | Name="VCCustomBuildTool" | ||
| 417 | /> | ||
| 418 | <Tool | ||
| 419 | Name="VCXMLDataGeneratorTool" | ||
| 420 | /> | ||
| 421 | <Tool | ||
| 422 | Name="VCWebServiceProxyGeneratorTool" | ||
| 423 | /> | ||
| 424 | <Tool | ||
| 425 | Name="VCMIDLTool" | ||
| 426 | TargetEnvironment="2" | ||
| 427 | /> | ||
| 428 | <Tool | ||
| 429 | Name="VCCLCompilerTool" | ||
| 430 | Optimization="2" | ||
| 431 | InlineFunctionExpansion="1" | ||
| 432 | OmitFramePointers="true" | ||
| 433 | AdditionalIncludeDirectories="..\..\.." | ||
| 434 | PreprocessorDefinitions="ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
| 435 | StringPooling="true" | ||
| 436 | BasicRuntimeChecks="0" | ||
| 437 | RuntimeLibrary="2" | ||
| 438 | BufferSecurityCheck="false" | ||
| 439 | EnableFunctionLevelLinking="true" | ||
| 440 | UsePrecompiledHeader="0" | ||
| 441 | AssemblerListingLocation="$(IntDir)\" | ||
| 442 | WarningLevel="3" | ||
| 443 | Detect64BitPortabilityProblems="true" | ||
| 444 | DebugInformationFormat="3" | ||
| 445 | /> | ||
| 446 | <Tool | ||
| 447 | Name="VCManagedResourceCompilerTool" | ||
| 448 | /> | ||
| 449 | <Tool | ||
| 450 | Name="VCResourceCompilerTool" | ||
| 451 | /> | ||
| 452 | <Tool | ||
| 453 | Name="VCPreLinkEventTool" | ||
| 454 | /> | ||
| 455 | <Tool | ||
| 456 | Name="VCLinkerTool" | ||
| 457 | OutputFile="$(OutDir)/testzlib.exe" | ||
| 458 | LinkIncremental="1" | ||
| 459 | GenerateManifest="false" | ||
| 460 | GenerateDebugInformation="true" | ||
| 461 | SubSystem="1" | ||
| 462 | OptimizeReferences="2" | ||
| 463 | EnableCOMDATFolding="2" | ||
| 464 | OptimizeForWindows98="1" | ||
| 465 | TargetMachine="5" | ||
| 466 | /> | ||
| 467 | <Tool | ||
| 468 | Name="VCALinkTool" | ||
| 469 | /> | ||
| 470 | <Tool | ||
| 471 | Name="VCManifestTool" | ||
| 472 | /> | ||
| 473 | <Tool | ||
| 474 | Name="VCXDCMakeTool" | ||
| 475 | /> | ||
| 476 | <Tool | ||
| 477 | Name="VCBscMakeTool" | ||
| 478 | /> | ||
| 479 | <Tool | ||
| 480 | Name="VCFxCopTool" | ||
| 481 | /> | ||
| 482 | <Tool | ||
| 483 | Name="VCAppVerifierTool" | ||
| 484 | /> | ||
| 485 | <Tool | ||
| 486 | Name="VCPostBuildEventTool" | ||
| 487 | /> | ||
| 488 | </Configuration> | ||
| 489 | <Configuration | ||
| 490 | Name="Release|Win32" | ||
| 491 | OutputDirectory="x86\TestZlib$(ConfigurationName)" | ||
| 492 | IntermediateDirectory="x86\TestZlib$(ConfigurationName)\Tmp" | ||
| 493 | ConfigurationType="1" | ||
| 494 | CharacterSet="2" | ||
| 495 | WholeProgramOptimization="1" | ||
| 496 | > | ||
| 497 | <Tool | ||
| 498 | Name="VCPreBuildEventTool" | ||
| 499 | /> | ||
| 500 | <Tool | ||
| 501 | Name="VCCustomBuildTool" | ||
| 502 | /> | ||
| 503 | <Tool | ||
| 504 | Name="VCXMLDataGeneratorTool" | ||
| 505 | /> | ||
| 506 | <Tool | ||
| 507 | Name="VCWebServiceProxyGeneratorTool" | ||
| 508 | /> | ||
| 509 | <Tool | ||
| 510 | Name="VCMIDLTool" | ||
| 511 | /> | ||
| 512 | <Tool | ||
| 513 | Name="VCCLCompilerTool" | ||
| 514 | Optimization="2" | ||
| 515 | InlineFunctionExpansion="1" | ||
| 516 | OmitFramePointers="true" | ||
| 517 | AdditionalIncludeDirectories="..\..\.." | ||
| 518 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
| 519 | StringPooling="true" | ||
| 520 | BasicRuntimeChecks="0" | ||
| 521 | RuntimeLibrary="0" | ||
| 522 | BufferSecurityCheck="false" | ||
| 523 | EnableFunctionLevelLinking="true" | ||
| 524 | UsePrecompiledHeader="0" | ||
| 525 | AssemblerListingLocation="$(IntDir)\" | ||
| 526 | WarningLevel="3" | ||
| 527 | Detect64BitPortabilityProblems="true" | ||
| 528 | DebugInformationFormat="3" | ||
| 529 | /> | ||
| 530 | <Tool | ||
| 531 | Name="VCManagedResourceCompilerTool" | ||
| 532 | /> | ||
| 533 | <Tool | ||
| 534 | Name="VCResourceCompilerTool" | ||
| 535 | /> | ||
| 536 | <Tool | ||
| 537 | Name="VCPreLinkEventTool" | ||
| 538 | /> | ||
| 539 | <Tool | ||
| 540 | Name="VCLinkerTool" | ||
| 541 | OutputFile="$(OutDir)/testzlib.exe" | ||
| 542 | LinkIncremental="1" | ||
| 543 | GenerateManifest="false" | ||
| 544 | GenerateDebugInformation="true" | ||
| 545 | SubSystem="1" | ||
| 546 | OptimizeReferences="2" | ||
| 547 | EnableCOMDATFolding="2" | ||
| 548 | OptimizeForWindows98="1" | ||
| 549 | RandomizedBaseAddress="1" | ||
| 550 | DataExecutionPrevention="0" | ||
| 551 | TargetMachine="1" | ||
| 552 | /> | ||
| 553 | <Tool | ||
| 554 | Name="VCALinkTool" | ||
| 555 | /> | ||
| 556 | <Tool | ||
| 557 | Name="VCManifestTool" | ||
| 558 | /> | ||
| 559 | <Tool | ||
| 560 | Name="VCXDCMakeTool" | ||
| 561 | /> | ||
| 562 | <Tool | ||
| 563 | Name="VCBscMakeTool" | ||
| 564 | /> | ||
| 565 | <Tool | ||
| 566 | Name="VCFxCopTool" | ||
| 567 | /> | ||
| 568 | <Tool | ||
| 569 | Name="VCAppVerifierTool" | ||
| 570 | /> | ||
| 571 | <Tool | ||
| 572 | Name="VCPostBuildEventTool" | ||
| 573 | /> | ||
| 574 | </Configuration> | ||
| 575 | <Configuration | ||
| 576 | Name="Release|x64" | ||
| 577 | OutputDirectory="x64\TestZlib$(ConfigurationName)" | ||
| 578 | IntermediateDirectory="x64\TestZlib$(ConfigurationName)\Tmp" | ||
| 579 | ConfigurationType="1" | ||
| 580 | WholeProgramOptimization="1" | ||
| 581 | > | ||
| 582 | <Tool | ||
| 583 | Name="VCPreBuildEventTool" | ||
| 584 | /> | ||
| 585 | <Tool | ||
| 586 | Name="VCCustomBuildTool" | ||
| 587 | /> | ||
| 588 | <Tool | ||
| 589 | Name="VCXMLDataGeneratorTool" | ||
| 590 | /> | ||
| 591 | <Tool | ||
| 592 | Name="VCWebServiceProxyGeneratorTool" | ||
| 593 | /> | ||
| 594 | <Tool | ||
| 595 | Name="VCMIDLTool" | ||
| 596 | /> | ||
| 597 | <Tool | ||
| 598 | Name="VCCLCompilerTool" | ||
| 599 | AdditionalIncludeDirectories="..\..\.." | ||
| 600 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
| 601 | BasicRuntimeChecks="0" | ||
| 602 | RuntimeLibrary="0" | ||
| 603 | BufferSecurityCheck="false" | ||
| 604 | AssemblerListingLocation="$(IntDir)\" | ||
| 605 | /> | ||
| 606 | <Tool | ||
| 607 | Name="VCManagedResourceCompilerTool" | ||
| 608 | /> | ||
| 609 | <Tool | ||
| 610 | Name="VCResourceCompilerTool" | ||
| 611 | /> | ||
| 612 | <Tool | ||
| 613 | Name="VCPreLinkEventTool" | ||
| 614 | /> | ||
| 615 | <Tool | ||
| 616 | Name="VCLinkerTool" | ||
| 617 | GenerateManifest="false" | ||
| 618 | /> | ||
| 619 | <Tool | ||
| 620 | Name="VCALinkTool" | ||
| 621 | /> | ||
| 622 | <Tool | ||
| 623 | Name="VCManifestTool" | ||
| 624 | /> | ||
| 625 | <Tool | ||
| 626 | Name="VCXDCMakeTool" | ||
| 627 | /> | ||
| 628 | <Tool | ||
| 629 | Name="VCBscMakeTool" | ||
| 630 | /> | ||
| 631 | <Tool | ||
| 632 | Name="VCFxCopTool" | ||
| 633 | /> | ||
| 634 | <Tool | ||
| 635 | Name="VCAppVerifierTool" | ||
| 636 | /> | ||
| 637 | <Tool | ||
| 638 | Name="VCPostBuildEventTool" | ||
| 639 | /> | ||
| 640 | </Configuration> | ||
| 641 | <Configuration | ||
| 642 | Name="Release|Itanium" | ||
| 643 | OutputDirectory="ia64\TestZlib$(ConfigurationName)" | ||
| 644 | IntermediateDirectory="ia64\TestZlib$(ConfigurationName)\Tmp" | ||
| 645 | ConfigurationType="1" | ||
| 646 | CharacterSet="2" | ||
| 647 | WholeProgramOptimization="1" | ||
| 648 | > | ||
| 649 | <Tool | ||
| 650 | Name="VCPreBuildEventTool" | ||
| 651 | /> | ||
| 652 | <Tool | ||
| 653 | Name="VCCustomBuildTool" | ||
| 654 | /> | ||
| 655 | <Tool | ||
| 656 | Name="VCXMLDataGeneratorTool" | ||
| 657 | /> | ||
| 658 | <Tool | ||
| 659 | Name="VCWebServiceProxyGeneratorTool" | ||
| 660 | /> | ||
| 661 | <Tool | ||
| 662 | Name="VCMIDLTool" | ||
| 663 | TargetEnvironment="2" | ||
| 664 | /> | ||
| 665 | <Tool | ||
| 666 | Name="VCCLCompilerTool" | ||
| 667 | Optimization="2" | ||
| 668 | InlineFunctionExpansion="1" | ||
| 669 | OmitFramePointers="true" | ||
| 670 | AdditionalIncludeDirectories="..\..\.." | ||
| 671 | PreprocessorDefinitions="ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
| 672 | StringPooling="true" | ||
| 673 | BasicRuntimeChecks="0" | ||
| 674 | RuntimeLibrary="2" | ||
| 675 | BufferSecurityCheck="false" | ||
| 676 | EnableFunctionLevelLinking="true" | ||
| 677 | UsePrecompiledHeader="0" | ||
| 678 | AssemblerListingLocation="$(IntDir)\" | ||
| 679 | WarningLevel="3" | ||
| 680 | Detect64BitPortabilityProblems="true" | ||
| 681 | DebugInformationFormat="3" | ||
| 682 | /> | ||
| 683 | <Tool | ||
| 684 | Name="VCManagedResourceCompilerTool" | ||
| 685 | /> | ||
| 686 | <Tool | ||
| 687 | Name="VCResourceCompilerTool" | ||
| 688 | /> | ||
| 689 | <Tool | ||
| 690 | Name="VCPreLinkEventTool" | ||
| 691 | /> | ||
| 692 | <Tool | ||
| 693 | Name="VCLinkerTool" | ||
| 694 | OutputFile="$(OutDir)/testzlib.exe" | ||
| 695 | LinkIncremental="1" | ||
| 696 | GenerateManifest="false" | ||
| 697 | GenerateDebugInformation="true" | ||
| 698 | SubSystem="1" | ||
| 699 | OptimizeReferences="2" | ||
| 700 | EnableCOMDATFolding="2" | ||
| 701 | OptimizeForWindows98="1" | ||
| 702 | TargetMachine="5" | ||
| 703 | /> | ||
| 704 | <Tool | ||
| 705 | Name="VCALinkTool" | ||
| 706 | /> | ||
| 707 | <Tool | ||
| 708 | Name="VCManifestTool" | ||
| 709 | /> | ||
| 710 | <Tool | ||
| 711 | Name="VCXDCMakeTool" | ||
| 712 | /> | ||
| 713 | <Tool | ||
| 714 | Name="VCBscMakeTool" | ||
| 715 | /> | ||
| 716 | <Tool | ||
| 717 | Name="VCFxCopTool" | ||
| 718 | /> | ||
| 719 | <Tool | ||
| 720 | Name="VCAppVerifierTool" | ||
| 721 | /> | ||
| 722 | <Tool | ||
| 723 | Name="VCPostBuildEventTool" | ||
| 724 | /> | ||
| 725 | </Configuration> | ||
| 726 | </Configurations> | ||
| 727 | <References> | ||
| 728 | </References> | ||
| 729 | <Files> | ||
| 730 | <Filter | ||
| 731 | Name="Source Files" | ||
| 732 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat" | ||
| 733 | > | ||
| 734 | <File | ||
| 735 | RelativePath="..\..\..\adler32.c" | ||
| 736 | > | ||
| 737 | </File> | ||
| 738 | <File | ||
| 739 | RelativePath="..\..\..\compress.c" | ||
| 740 | > | ||
| 741 | </File> | ||
| 742 | <File | ||
| 743 | RelativePath="..\..\..\crc32.c" | ||
| 744 | > | ||
| 745 | </File> | ||
| 746 | <File | ||
| 747 | RelativePath="..\..\..\deflate.c" | ||
| 748 | > | ||
| 749 | </File> | ||
| 750 | <File | ||
| 751 | RelativePath="..\..\..\infback.c" | ||
| 752 | > | ||
| 753 | </File> | ||
| 754 | <File | ||
| 755 | RelativePath="..\..\..\inffast.c" | ||
| 756 | > | ||
| 757 | </File> | ||
| 758 | <File | ||
| 759 | RelativePath="..\..\..\inflate.c" | ||
| 760 | > | ||
| 761 | </File> | ||
| 762 | <File | ||
| 763 | RelativePath="..\..\..\inftrees.c" | ||
| 764 | > | ||
| 765 | </File> | ||
| 766 | <File | ||
| 767 | RelativePath="..\..\testzlib\testzlib.c" | ||
| 768 | > | ||
| 769 | </File> | ||
| 770 | <File | ||
| 771 | RelativePath="..\..\..\trees.c" | ||
| 772 | > | ||
| 773 | </File> | ||
| 774 | <File | ||
| 775 | RelativePath="..\..\..\uncompr.c" | ||
| 776 | > | ||
| 777 | </File> | ||
| 778 | <File | ||
| 779 | RelativePath="..\..\..\zutil.c" | ||
| 780 | > | ||
| 781 | </File> | ||
| 782 | </Filter> | ||
| 783 | <Filter | ||
| 784 | Name="Header Files" | ||
| 785 | Filter="h;hpp;hxx;hm;inl;inc" | ||
| 786 | > | ||
| 787 | </Filter> | ||
| 788 | <Filter | ||
| 789 | Name="Resource Files" | ||
| 790 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | ||
| 791 | > | ||
| 792 | </Filter> | ||
| 793 | </Files> | ||
| 794 | <Globals> | ||
| 795 | </Globals> | ||
| 796 | </VisualStudioProject> | ||
diff --git a/contrib/vstudio/vc9/testzlibdll.vcproj b/contrib/vstudio/vc9/testzlibdll.vcproj deleted file mode 100644 index 6448b497..00000000 --- a/contrib/vstudio/vc9/testzlibdll.vcproj +++ /dev/null | |||
| @@ -1,565 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
| 2 | <VisualStudioProject | ||
| 3 | ProjectType="Visual C++" | ||
| 4 | Version="9.00" | ||
| 5 | Name="TestZlibDll" | ||
| 6 | ProjectGUID="{C52F9E7B-498A-42BE-8DB4-85A15694366A}" | ||
| 7 | Keyword="Win32Proj" | ||
| 8 | TargetFrameworkVersion="131072" | ||
| 9 | > | ||
| 10 | <Platforms> | ||
| 11 | <Platform | ||
| 12 | Name="Win32" | ||
| 13 | /> | ||
| 14 | <Platform | ||
| 15 | Name="x64" | ||
| 16 | /> | ||
| 17 | <Platform | ||
| 18 | Name="Itanium" | ||
| 19 | /> | ||
| 20 | </Platforms> | ||
| 21 | <ToolFiles> | ||
| 22 | </ToolFiles> | ||
| 23 | <Configurations> | ||
| 24 | <Configuration | ||
| 25 | Name="Debug|Win32" | ||
| 26 | OutputDirectory="x86\TestZlibDll$(ConfigurationName)" | ||
| 27 | IntermediateDirectory="x86\TestZlibDll$(ConfigurationName)\Tmp" | ||
| 28 | ConfigurationType="1" | ||
| 29 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 30 | CharacterSet="2" | ||
| 31 | > | ||
| 32 | <Tool | ||
| 33 | Name="VCPreBuildEventTool" | ||
| 34 | /> | ||
| 35 | <Tool | ||
| 36 | Name="VCCustomBuildTool" | ||
| 37 | /> | ||
| 38 | <Tool | ||
| 39 | Name="VCXMLDataGeneratorTool" | ||
| 40 | /> | ||
| 41 | <Tool | ||
| 42 | Name="VCWebServiceProxyGeneratorTool" | ||
| 43 | /> | ||
| 44 | <Tool | ||
| 45 | Name="VCMIDLTool" | ||
| 46 | /> | ||
| 47 | <Tool | ||
| 48 | Name="VCCLCompilerTool" | ||
| 49 | Optimization="0" | ||
| 50 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 51 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE" | ||
| 52 | MinimalRebuild="true" | ||
| 53 | BasicRuntimeChecks="0" | ||
| 54 | RuntimeLibrary="1" | ||
| 55 | BufferSecurityCheck="false" | ||
| 56 | UsePrecompiledHeader="0" | ||
| 57 | AssemblerListingLocation="$(IntDir)\" | ||
| 58 | WarningLevel="3" | ||
| 59 | Detect64BitPortabilityProblems="true" | ||
| 60 | DebugInformationFormat="4" | ||
| 61 | /> | ||
| 62 | <Tool | ||
| 63 | Name="VCManagedResourceCompilerTool" | ||
| 64 | /> | ||
| 65 | <Tool | ||
| 66 | Name="VCResourceCompilerTool" | ||
| 67 | /> | ||
| 68 | <Tool | ||
| 69 | Name="VCPreLinkEventTool" | ||
| 70 | /> | ||
| 71 | <Tool | ||
| 72 | Name="VCLinkerTool" | ||
| 73 | AdditionalDependencies="x86\ZlibDllDebug\zlibwapi.lib" | ||
| 74 | OutputFile="$(OutDir)/testzlib.exe" | ||
| 75 | LinkIncremental="2" | ||
| 76 | GenerateManifest="false" | ||
| 77 | GenerateDebugInformation="true" | ||
| 78 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
| 79 | SubSystem="1" | ||
| 80 | RandomizedBaseAddress="1" | ||
| 81 | DataExecutionPrevention="0" | ||
| 82 | TargetMachine="1" | ||
| 83 | /> | ||
| 84 | <Tool | ||
| 85 | Name="VCALinkTool" | ||
| 86 | /> | ||
| 87 | <Tool | ||
| 88 | Name="VCManifestTool" | ||
| 89 | /> | ||
| 90 | <Tool | ||
| 91 | Name="VCXDCMakeTool" | ||
| 92 | /> | ||
| 93 | <Tool | ||
| 94 | Name="VCBscMakeTool" | ||
| 95 | /> | ||
| 96 | <Tool | ||
| 97 | Name="VCFxCopTool" | ||
| 98 | /> | ||
| 99 | <Tool | ||
| 100 | Name="VCAppVerifierTool" | ||
| 101 | /> | ||
| 102 | <Tool | ||
| 103 | Name="VCPostBuildEventTool" | ||
| 104 | /> | ||
| 105 | </Configuration> | ||
| 106 | <Configuration | ||
| 107 | Name="Release|Win32" | ||
| 108 | OutputDirectory="x86\TestZlibDll$(ConfigurationName)" | ||
| 109 | IntermediateDirectory="x86\TestZlibDll$(ConfigurationName)\Tmp" | ||
| 110 | ConfigurationType="1" | ||
| 111 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 112 | CharacterSet="2" | ||
| 113 | > | ||
| 114 | <Tool | ||
| 115 | Name="VCPreBuildEventTool" | ||
| 116 | /> | ||
| 117 | <Tool | ||
| 118 | Name="VCCustomBuildTool" | ||
| 119 | /> | ||
| 120 | <Tool | ||
| 121 | Name="VCXMLDataGeneratorTool" | ||
| 122 | /> | ||
| 123 | <Tool | ||
| 124 | Name="VCWebServiceProxyGeneratorTool" | ||
| 125 | /> | ||
| 126 | <Tool | ||
| 127 | Name="VCMIDLTool" | ||
| 128 | /> | ||
| 129 | <Tool | ||
| 130 | Name="VCCLCompilerTool" | ||
| 131 | Optimization="2" | ||
| 132 | InlineFunctionExpansion="1" | ||
| 133 | OmitFramePointers="true" | ||
| 134 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 135 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE" | ||
| 136 | StringPooling="true" | ||
| 137 | BasicRuntimeChecks="0" | ||
| 138 | RuntimeLibrary="0" | ||
| 139 | BufferSecurityCheck="false" | ||
| 140 | EnableFunctionLevelLinking="true" | ||
| 141 | UsePrecompiledHeader="0" | ||
| 142 | AssemblerListingLocation="$(IntDir)\" | ||
| 143 | WarningLevel="3" | ||
| 144 | Detect64BitPortabilityProblems="true" | ||
| 145 | DebugInformationFormat="3" | ||
| 146 | /> | ||
| 147 | <Tool | ||
| 148 | Name="VCManagedResourceCompilerTool" | ||
| 149 | /> | ||
| 150 | <Tool | ||
| 151 | Name="VCResourceCompilerTool" | ||
| 152 | /> | ||
| 153 | <Tool | ||
| 154 | Name="VCPreLinkEventTool" | ||
| 155 | /> | ||
| 156 | <Tool | ||
| 157 | Name="VCLinkerTool" | ||
| 158 | AdditionalDependencies="x86\ZlibDllRelease\zlibwapi.lib" | ||
| 159 | OutputFile="$(OutDir)/testzlib.exe" | ||
| 160 | LinkIncremental="1" | ||
| 161 | GenerateManifest="false" | ||
| 162 | GenerateDebugInformation="true" | ||
| 163 | SubSystem="1" | ||
| 164 | OptimizeReferences="2" | ||
| 165 | EnableCOMDATFolding="2" | ||
| 166 | OptimizeForWindows98="1" | ||
| 167 | RandomizedBaseAddress="1" | ||
| 168 | DataExecutionPrevention="0" | ||
| 169 | TargetMachine="1" | ||
| 170 | /> | ||
| 171 | <Tool | ||
| 172 | Name="VCALinkTool" | ||
| 173 | /> | ||
| 174 | <Tool | ||
| 175 | Name="VCManifestTool" | ||
| 176 | /> | ||
| 177 | <Tool | ||
| 178 | Name="VCXDCMakeTool" | ||
| 179 | /> | ||
| 180 | <Tool | ||
| 181 | Name="VCBscMakeTool" | ||
| 182 | /> | ||
| 183 | <Tool | ||
| 184 | Name="VCFxCopTool" | ||
| 185 | /> | ||
| 186 | <Tool | ||
| 187 | Name="VCAppVerifierTool" | ||
| 188 | /> | ||
| 189 | <Tool | ||
| 190 | Name="VCPostBuildEventTool" | ||
| 191 | /> | ||
| 192 | </Configuration> | ||
| 193 | <Configuration | ||
| 194 | Name="Debug|x64" | ||
| 195 | OutputDirectory="x64\TestZlibDll$(ConfigurationName)" | ||
| 196 | IntermediateDirectory="x64\TestZlibDll$(ConfigurationName)\Tmp" | ||
| 197 | ConfigurationType="1" | ||
| 198 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 199 | CharacterSet="2" | ||
| 200 | > | ||
| 201 | <Tool | ||
| 202 | Name="VCPreBuildEventTool" | ||
| 203 | /> | ||
| 204 | <Tool | ||
| 205 | Name="VCCustomBuildTool" | ||
| 206 | /> | ||
| 207 | <Tool | ||
| 208 | Name="VCXMLDataGeneratorTool" | ||
| 209 | /> | ||
| 210 | <Tool | ||
| 211 | Name="VCWebServiceProxyGeneratorTool" | ||
| 212 | /> | ||
| 213 | <Tool | ||
| 214 | Name="VCMIDLTool" | ||
| 215 | TargetEnvironment="3" | ||
| 216 | /> | ||
| 217 | <Tool | ||
| 218 | Name="VCCLCompilerTool" | ||
| 219 | Optimization="0" | ||
| 220 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 221 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64" | ||
| 222 | MinimalRebuild="true" | ||
| 223 | BasicRuntimeChecks="0" | ||
| 224 | RuntimeLibrary="3" | ||
| 225 | BufferSecurityCheck="false" | ||
| 226 | UsePrecompiledHeader="0" | ||
| 227 | AssemblerListingLocation="$(IntDir)\" | ||
| 228 | WarningLevel="3" | ||
| 229 | Detect64BitPortabilityProblems="true" | ||
| 230 | DebugInformationFormat="3" | ||
| 231 | /> | ||
| 232 | <Tool | ||
| 233 | Name="VCManagedResourceCompilerTool" | ||
| 234 | /> | ||
| 235 | <Tool | ||
| 236 | Name="VCResourceCompilerTool" | ||
| 237 | /> | ||
| 238 | <Tool | ||
| 239 | Name="VCPreLinkEventTool" | ||
| 240 | /> | ||
| 241 | <Tool | ||
| 242 | Name="VCLinkerTool" | ||
| 243 | AdditionalDependencies="x64\ZlibDllDebug\zlibwapi.lib" | ||
| 244 | OutputFile="$(OutDir)/testzlib.exe" | ||
| 245 | LinkIncremental="2" | ||
| 246 | GenerateManifest="false" | ||
| 247 | GenerateDebugInformation="true" | ||
| 248 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
| 249 | SubSystem="1" | ||
| 250 | TargetMachine="17" | ||
| 251 | /> | ||
| 252 | <Tool | ||
| 253 | Name="VCALinkTool" | ||
| 254 | /> | ||
| 255 | <Tool | ||
| 256 | Name="VCManifestTool" | ||
| 257 | /> | ||
| 258 | <Tool | ||
| 259 | Name="VCXDCMakeTool" | ||
| 260 | /> | ||
| 261 | <Tool | ||
| 262 | Name="VCBscMakeTool" | ||
| 263 | /> | ||
| 264 | <Tool | ||
| 265 | Name="VCFxCopTool" | ||
| 266 | /> | ||
| 267 | <Tool | ||
| 268 | Name="VCAppVerifierTool" | ||
| 269 | /> | ||
| 270 | <Tool | ||
| 271 | Name="VCWebDeploymentTool" | ||
| 272 | /> | ||
| 273 | <Tool | ||
| 274 | Name="VCPostBuildEventTool" | ||
| 275 | /> | ||
| 276 | </Configuration> | ||
| 277 | <Configuration | ||
| 278 | Name="Debug|Itanium" | ||
| 279 | OutputDirectory="ia64\TestZlibDll$(ConfigurationName)" | ||
| 280 | IntermediateDirectory="ia64\TestZlibDll$(ConfigurationName)\Tmp" | ||
| 281 | ConfigurationType="1" | ||
| 282 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 283 | CharacterSet="2" | ||
| 284 | > | ||
| 285 | <Tool | ||
| 286 | Name="VCPreBuildEventTool" | ||
| 287 | /> | ||
| 288 | <Tool | ||
| 289 | Name="VCCustomBuildTool" | ||
| 290 | /> | ||
| 291 | <Tool | ||
| 292 | Name="VCXMLDataGeneratorTool" | ||
| 293 | /> | ||
| 294 | <Tool | ||
| 295 | Name="VCWebServiceProxyGeneratorTool" | ||
| 296 | /> | ||
| 297 | <Tool | ||
| 298 | Name="VCMIDLTool" | ||
| 299 | TargetEnvironment="2" | ||
| 300 | /> | ||
| 301 | <Tool | ||
| 302 | Name="VCCLCompilerTool" | ||
| 303 | Optimization="0" | ||
| 304 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 305 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64" | ||
| 306 | MinimalRebuild="true" | ||
| 307 | BasicRuntimeChecks="0" | ||
| 308 | RuntimeLibrary="3" | ||
| 309 | BufferSecurityCheck="false" | ||
| 310 | UsePrecompiledHeader="0" | ||
| 311 | AssemblerListingLocation="$(IntDir)\" | ||
| 312 | WarningLevel="3" | ||
| 313 | Detect64BitPortabilityProblems="true" | ||
| 314 | DebugInformationFormat="3" | ||
| 315 | /> | ||
| 316 | <Tool | ||
| 317 | Name="VCManagedResourceCompilerTool" | ||
| 318 | /> | ||
| 319 | <Tool | ||
| 320 | Name="VCResourceCompilerTool" | ||
| 321 | /> | ||
| 322 | <Tool | ||
| 323 | Name="VCPreLinkEventTool" | ||
| 324 | /> | ||
| 325 | <Tool | ||
| 326 | Name="VCLinkerTool" | ||
| 327 | AdditionalDependencies="ia64\ZlibDllDebug\zlibwapi.lib" | ||
| 328 | OutputFile="$(OutDir)/testzlib.exe" | ||
| 329 | LinkIncremental="2" | ||
| 330 | GenerateManifest="false" | ||
| 331 | GenerateDebugInformation="true" | ||
| 332 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
| 333 | SubSystem="1" | ||
| 334 | TargetMachine="5" | ||
| 335 | /> | ||
| 336 | <Tool | ||
| 337 | Name="VCALinkTool" | ||
| 338 | /> | ||
| 339 | <Tool | ||
| 340 | Name="VCManifestTool" | ||
| 341 | /> | ||
| 342 | <Tool | ||
| 343 | Name="VCXDCMakeTool" | ||
| 344 | /> | ||
| 345 | <Tool | ||
| 346 | Name="VCBscMakeTool" | ||
| 347 | /> | ||
| 348 | <Tool | ||
| 349 | Name="VCFxCopTool" | ||
| 350 | /> | ||
| 351 | <Tool | ||
| 352 | Name="VCAppVerifierTool" | ||
| 353 | /> | ||
| 354 | <Tool | ||
| 355 | Name="VCWebDeploymentTool" | ||
| 356 | /> | ||
| 357 | <Tool | ||
| 358 | Name="VCPostBuildEventTool" | ||
| 359 | /> | ||
| 360 | </Configuration> | ||
| 361 | <Configuration | ||
| 362 | Name="Release|x64" | ||
| 363 | OutputDirectory="x64\TestZlibDll$(ConfigurationName)" | ||
| 364 | IntermediateDirectory="x64\TestZlibDll$(ConfigurationName)\Tmp" | ||
| 365 | ConfigurationType="1" | ||
| 366 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 367 | CharacterSet="2" | ||
| 368 | > | ||
| 369 | <Tool | ||
| 370 | Name="VCPreBuildEventTool" | ||
| 371 | /> | ||
| 372 | <Tool | ||
| 373 | Name="VCCustomBuildTool" | ||
| 374 | /> | ||
| 375 | <Tool | ||
| 376 | Name="VCXMLDataGeneratorTool" | ||
| 377 | /> | ||
| 378 | <Tool | ||
| 379 | Name="VCWebServiceProxyGeneratorTool" | ||
| 380 | /> | ||
| 381 | <Tool | ||
| 382 | Name="VCMIDLTool" | ||
| 383 | TargetEnvironment="3" | ||
| 384 | /> | ||
| 385 | <Tool | ||
| 386 | Name="VCCLCompilerTool" | ||
| 387 | Optimization="2" | ||
| 388 | InlineFunctionExpansion="1" | ||
| 389 | OmitFramePointers="true" | ||
| 390 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 391 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64" | ||
| 392 | StringPooling="true" | ||
| 393 | BasicRuntimeChecks="0" | ||
| 394 | RuntimeLibrary="2" | ||
| 395 | BufferSecurityCheck="false" | ||
| 396 | EnableFunctionLevelLinking="true" | ||
| 397 | UsePrecompiledHeader="0" | ||
| 398 | AssemblerListingLocation="$(IntDir)\" | ||
| 399 | WarningLevel="3" | ||
| 400 | Detect64BitPortabilityProblems="true" | ||
| 401 | DebugInformationFormat="3" | ||
| 402 | /> | ||
| 403 | <Tool | ||
| 404 | Name="VCManagedResourceCompilerTool" | ||
| 405 | /> | ||
| 406 | <Tool | ||
| 407 | Name="VCResourceCompilerTool" | ||
| 408 | /> | ||
| 409 | <Tool | ||
| 410 | Name="VCPreLinkEventTool" | ||
| 411 | /> | ||
| 412 | <Tool | ||
| 413 | Name="VCLinkerTool" | ||
| 414 | AdditionalDependencies="x64\ZlibDllRelease\zlibwapi.lib" | ||
| 415 | OutputFile="$(OutDir)/testzlib.exe" | ||
| 416 | LinkIncremental="1" | ||
| 417 | GenerateManifest="false" | ||
| 418 | GenerateDebugInformation="true" | ||
| 419 | SubSystem="1" | ||
| 420 | OptimizeReferences="2" | ||
| 421 | EnableCOMDATFolding="2" | ||
| 422 | OptimizeForWindows98="1" | ||
| 423 | TargetMachine="17" | ||
| 424 | /> | ||
| 425 | <Tool | ||
| 426 | Name="VCALinkTool" | ||
| 427 | /> | ||
| 428 | <Tool | ||
| 429 | Name="VCManifestTool" | ||
| 430 | /> | ||
| 431 | <Tool | ||
| 432 | Name="VCXDCMakeTool" | ||
| 433 | /> | ||
| 434 | <Tool | ||
| 435 | Name="VCBscMakeTool" | ||
| 436 | /> | ||
| 437 | <Tool | ||
| 438 | Name="VCFxCopTool" | ||
| 439 | /> | ||
| 440 | <Tool | ||
| 441 | Name="VCAppVerifierTool" | ||
| 442 | /> | ||
| 443 | <Tool | ||
| 444 | Name="VCWebDeploymentTool" | ||
| 445 | /> | ||
| 446 | <Tool | ||
| 447 | Name="VCPostBuildEventTool" | ||
| 448 | /> | ||
| 449 | </Configuration> | ||
| 450 | <Configuration | ||
| 451 | Name="Release|Itanium" | ||
| 452 | OutputDirectory="ia64\TestZlibDll$(ConfigurationName)" | ||
| 453 | IntermediateDirectory="ia64\TestZlibDll$(ConfigurationName)\Tmp" | ||
| 454 | ConfigurationType="1" | ||
| 455 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 456 | CharacterSet="2" | ||
| 457 | > | ||
| 458 | <Tool | ||
| 459 | Name="VCPreBuildEventTool" | ||
| 460 | /> | ||
| 461 | <Tool | ||
| 462 | Name="VCCustomBuildTool" | ||
| 463 | /> | ||
| 464 | <Tool | ||
| 465 | Name="VCXMLDataGeneratorTool" | ||
| 466 | /> | ||
| 467 | <Tool | ||
| 468 | Name="VCWebServiceProxyGeneratorTool" | ||
| 469 | /> | ||
| 470 | <Tool | ||
| 471 | Name="VCMIDLTool" | ||
| 472 | TargetEnvironment="2" | ||
| 473 | /> | ||
| 474 | <Tool | ||
| 475 | Name="VCCLCompilerTool" | ||
| 476 | Optimization="2" | ||
| 477 | InlineFunctionExpansion="1" | ||
| 478 | OmitFramePointers="true" | ||
| 479 | AdditionalIncludeDirectories="..\..\..;..\..\minizip" | ||
| 480 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64" | ||
| 481 | StringPooling="true" | ||
| 482 | BasicRuntimeChecks="0" | ||
| 483 | RuntimeLibrary="2" | ||
| 484 | BufferSecurityCheck="false" | ||
| 485 | EnableFunctionLevelLinking="true" | ||
| 486 | UsePrecompiledHeader="0" | ||
| 487 | AssemblerListingLocation="$(IntDir)\" | ||
| 488 | WarningLevel="3" | ||
| 489 | Detect64BitPortabilityProblems="true" | ||
| 490 | DebugInformationFormat="3" | ||
| 491 | /> | ||
| 492 | <Tool | ||
| 493 | Name="VCManagedResourceCompilerTool" | ||
| 494 | /> | ||
| 495 | <Tool | ||
| 496 | Name="VCResourceCompilerTool" | ||
| 497 | /> | ||
| 498 | <Tool | ||
| 499 | Name="VCPreLinkEventTool" | ||
| 500 | /> | ||
| 501 | <Tool | ||
| 502 | Name="VCLinkerTool" | ||
| 503 | AdditionalDependencies="ia64\ZlibDllRelease\zlibwapi.lib" | ||
| 504 | OutputFile="$(OutDir)/testzlib.exe" | ||
| 505 | LinkIncremental="1" | ||
| 506 | GenerateManifest="false" | ||
| 507 | GenerateDebugInformation="true" | ||
| 508 | SubSystem="1" | ||
| 509 | OptimizeReferences="2" | ||
| 510 | EnableCOMDATFolding="2" | ||
| 511 | OptimizeForWindows98="1" | ||
| 512 | TargetMachine="5" | ||
| 513 | /> | ||
| 514 | <Tool | ||
| 515 | Name="VCALinkTool" | ||
| 516 | /> | ||
| 517 | <Tool | ||
| 518 | Name="VCManifestTool" | ||
| 519 | /> | ||
| 520 | <Tool | ||
| 521 | Name="VCXDCMakeTool" | ||
| 522 | /> | ||
| 523 | <Tool | ||
| 524 | Name="VCBscMakeTool" | ||
| 525 | /> | ||
| 526 | <Tool | ||
| 527 | Name="VCFxCopTool" | ||
| 528 | /> | ||
| 529 | <Tool | ||
| 530 | Name="VCAppVerifierTool" | ||
| 531 | /> | ||
| 532 | <Tool | ||
| 533 | Name="VCWebDeploymentTool" | ||
| 534 | /> | ||
| 535 | <Tool | ||
| 536 | Name="VCPostBuildEventTool" | ||
| 537 | /> | ||
| 538 | </Configuration> | ||
| 539 | </Configurations> | ||
| 540 | <References> | ||
| 541 | </References> | ||
| 542 | <Files> | ||
| 543 | <Filter | ||
| 544 | Name="Source Files" | ||
| 545 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat" | ||
| 546 | > | ||
| 547 | <File | ||
| 548 | RelativePath="..\..\testzlib\testzlib.c" | ||
| 549 | > | ||
| 550 | </File> | ||
| 551 | </Filter> | ||
| 552 | <Filter | ||
| 553 | Name="Header Files" | ||
| 554 | Filter="h;hpp;hxx;hm;inl;inc" | ||
| 555 | > | ||
| 556 | </Filter> | ||
| 557 | <Filter | ||
| 558 | Name="Resource Files" | ||
| 559 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | ||
| 560 | > | ||
| 561 | </Filter> | ||
| 562 | </Files> | ||
| 563 | <Globals> | ||
| 564 | </Globals> | ||
| 565 | </VisualStudioProject> | ||
diff --git a/contrib/vstudio/vc9/zlib.rc b/contrib/vstudio/vc9/zlib.rc deleted file mode 100644 index acbcf658..00000000 --- a/contrib/vstudio/vc9/zlib.rc +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | #include <windows.h> | ||
| 2 | |||
| 3 | #define IDR_VERSION1 1 | ||
| 4 | IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE | ||
| 5 | FILEVERSION 1, 3, 1, 2 | ||
| 6 | PRODUCTVERSION 1, 3, 1, 2 | ||
| 7 | FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
| 8 | FILEFLAGS 0 | ||
| 9 | FILEOS VOS_DOS_WINDOWS32 | ||
| 10 | FILETYPE VFT_DLL | ||
| 11 | FILESUBTYPE 0 // not used | ||
| 12 | BEGIN | ||
| 13 | BLOCK "StringFileInfo" | ||
| 14 | BEGIN | ||
| 15 | BLOCK "040904E4" | ||
| 16 | //language ID = U.S. English, char set = Windows, Multilingual | ||
| 17 | |||
| 18 | BEGIN | ||
| 19 | VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" | ||
| 20 | VALUE "FileVersion", "1.3.1.2\0" | ||
| 21 | VALUE "InternalName", "zlib\0" | ||
| 22 | VALUE "OriginalFilename", "zlibwapi.dll\0" | ||
| 23 | VALUE "ProductName", "ZLib.DLL\0" | ||
| 24 | VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" | ||
| 25 | VALUE "LegalCopyright", "(C) 1995-2025 Jean-loup Gailly & Mark Adler\0" | ||
| 26 | END | ||
| 27 | END | ||
| 28 | BLOCK "VarFileInfo" | ||
| 29 | BEGIN | ||
| 30 | VALUE "Translation", 0x0409, 1252 | ||
| 31 | END | ||
| 32 | END | ||
diff --git a/contrib/vstudio/vc9/zlibstat.vcproj b/contrib/vstudio/vc9/zlibstat.vcproj deleted file mode 100644 index 1bf15635..00000000 --- a/contrib/vstudio/vc9/zlibstat.vcproj +++ /dev/null | |||
| @@ -1,781 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
| 2 | <VisualStudioProject | ||
| 3 | ProjectType="Visual C++" | ||
| 4 | Version="9,00" | ||
| 5 | Name="zlibstat" | ||
| 6 | ProjectGUID="{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" | ||
| 7 | TargetFrameworkVersion="131072" | ||
| 8 | > | ||
| 9 | <Platforms> | ||
| 10 | <Platform | ||
| 11 | Name="Win32" | ||
| 12 | /> | ||
| 13 | <Platform | ||
| 14 | Name="x64" | ||
| 15 | /> | ||
| 16 | <Platform | ||
| 17 | Name="Itanium" | ||
| 18 | /> | ||
| 19 | </Platforms> | ||
| 20 | <ToolFiles> | ||
| 21 | </ToolFiles> | ||
| 22 | <Configurations> | ||
| 23 | <Configuration | ||
| 24 | Name="Debug|Win32" | ||
| 25 | OutputDirectory="x86\ZlibStat$(ConfigurationName)" | ||
| 26 | IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp" | ||
| 27 | ConfigurationType="4" | ||
| 28 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 29 | UseOfMFC="0" | ||
| 30 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 31 | > | ||
| 32 | <Tool | ||
| 33 | Name="VCPreBuildEventTool" | ||
| 34 | /> | ||
| 35 | <Tool | ||
| 36 | Name="VCCustomBuildTool" | ||
| 37 | /> | ||
| 38 | <Tool | ||
| 39 | Name="VCXMLDataGeneratorTool" | ||
| 40 | /> | ||
| 41 | <Tool | ||
| 42 | Name="VCWebServiceProxyGeneratorTool" | ||
| 43 | /> | ||
| 44 | <Tool | ||
| 45 | Name="VCMIDLTool" | ||
| 46 | /> | ||
| 47 | <Tool | ||
| 48 | Name="VCCLCompilerTool" | ||
| 49 | Optimization="0" | ||
| 50 | AdditionalIncludeDirectories="..\..\.." | ||
| 51 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
| 52 | ExceptionHandling="0" | ||
| 53 | RuntimeLibrary="1" | ||
| 54 | BufferSecurityCheck="false" | ||
| 55 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
| 56 | AssemblerListingLocation="$(IntDir)\" | ||
| 57 | ObjectFile="$(IntDir)\" | ||
| 58 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 59 | WarningLevel="3" | ||
| 60 | SuppressStartupBanner="true" | ||
| 61 | Detect64BitPortabilityProblems="true" | ||
| 62 | DebugInformationFormat="1" | ||
| 63 | /> | ||
| 64 | <Tool | ||
| 65 | Name="VCManagedResourceCompilerTool" | ||
| 66 | /> | ||
| 67 | <Tool | ||
| 68 | Name="VCResourceCompilerTool" | ||
| 69 | Culture="1036" | ||
| 70 | /> | ||
| 71 | <Tool | ||
| 72 | Name="VCPreLinkEventTool" | ||
| 73 | /> | ||
| 74 | <Tool | ||
| 75 | Name="VCLibrarianTool" | ||
| 76 | AdditionalOptions="/MACHINE:X86 /NODEFAULTLIB" | ||
| 77 | OutputFile="$(OutDir)\zlibstat.lib" | ||
| 78 | SuppressStartupBanner="true" | ||
| 79 | /> | ||
| 80 | <Tool | ||
| 81 | Name="VCALinkTool" | ||
| 82 | /> | ||
| 83 | <Tool | ||
| 84 | Name="VCXDCMakeTool" | ||
| 85 | /> | ||
| 86 | <Tool | ||
| 87 | Name="VCBscMakeTool" | ||
| 88 | /> | ||
| 89 | <Tool | ||
| 90 | Name="VCFxCopTool" | ||
| 91 | /> | ||
| 92 | <Tool | ||
| 93 | Name="VCPostBuildEventTool" | ||
| 94 | /> | ||
| 95 | </Configuration> | ||
| 96 | <Configuration | ||
| 97 | Name="Debug|x64" | ||
| 98 | OutputDirectory="x64\ZlibStat$(ConfigurationName)" | ||
| 99 | IntermediateDirectory="x64\ZlibStat$(ConfigurationName)\Tmp" | ||
| 100 | ConfigurationType="4" | ||
| 101 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 102 | UseOfMFC="0" | ||
| 103 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 104 | > | ||
| 105 | <Tool | ||
| 106 | Name="VCPreBuildEventTool" | ||
| 107 | /> | ||
| 108 | <Tool | ||
| 109 | Name="VCCustomBuildTool" | ||
| 110 | /> | ||
| 111 | <Tool | ||
| 112 | Name="VCXMLDataGeneratorTool" | ||
| 113 | /> | ||
| 114 | <Tool | ||
| 115 | Name="VCWebServiceProxyGeneratorTool" | ||
| 116 | /> | ||
| 117 | <Tool | ||
| 118 | Name="VCMIDLTool" | ||
| 119 | TargetEnvironment="3" | ||
| 120 | /> | ||
| 121 | <Tool | ||
| 122 | Name="VCCLCompilerTool" | ||
| 123 | Optimization="0" | ||
| 124 | AdditionalIncludeDirectories="..\..\.." | ||
| 125 | PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
| 126 | ExceptionHandling="0" | ||
| 127 | RuntimeLibrary="3" | ||
| 128 | BufferSecurityCheck="false" | ||
| 129 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
| 130 | AssemblerListingLocation="$(IntDir)\" | ||
| 131 | ObjectFile="$(IntDir)\" | ||
| 132 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 133 | WarningLevel="3" | ||
| 134 | SuppressStartupBanner="true" | ||
| 135 | Detect64BitPortabilityProblems="true" | ||
| 136 | DebugInformationFormat="1" | ||
| 137 | /> | ||
| 138 | <Tool | ||
| 139 | Name="VCManagedResourceCompilerTool" | ||
| 140 | /> | ||
| 141 | <Tool | ||
| 142 | Name="VCResourceCompilerTool" | ||
| 143 | Culture="1036" | ||
| 144 | /> | ||
| 145 | <Tool | ||
| 146 | Name="VCPreLinkEventTool" | ||
| 147 | /> | ||
| 148 | <Tool | ||
| 149 | Name="VCLibrarianTool" | ||
| 150 | AdditionalOptions="/MACHINE:AMD64 /NODEFAULTLIB" | ||
| 151 | OutputFile="$(OutDir)\zlibstat.lib" | ||
| 152 | SuppressStartupBanner="true" | ||
| 153 | /> | ||
| 154 | <Tool | ||
| 155 | Name="VCALinkTool" | ||
| 156 | /> | ||
| 157 | <Tool | ||
| 158 | Name="VCXDCMakeTool" | ||
| 159 | /> | ||
| 160 | <Tool | ||
| 161 | Name="VCBscMakeTool" | ||
| 162 | /> | ||
| 163 | <Tool | ||
| 164 | Name="VCFxCopTool" | ||
| 165 | /> | ||
| 166 | <Tool | ||
| 167 | Name="VCPostBuildEventTool" | ||
| 168 | /> | ||
| 169 | </Configuration> | ||
| 170 | <Configuration | ||
| 171 | Name="Debug|Itanium" | ||
| 172 | OutputDirectory="ia64\ZlibStat$(ConfigurationName)" | ||
| 173 | IntermediateDirectory="ia64\ZlibStat$(ConfigurationName)\Tmp" | ||
| 174 | ConfigurationType="4" | ||
| 175 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 176 | UseOfMFC="0" | ||
| 177 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 178 | > | ||
| 179 | <Tool | ||
| 180 | Name="VCPreBuildEventTool" | ||
| 181 | /> | ||
| 182 | <Tool | ||
| 183 | Name="VCCustomBuildTool" | ||
| 184 | /> | ||
| 185 | <Tool | ||
| 186 | Name="VCXMLDataGeneratorTool" | ||
| 187 | /> | ||
| 188 | <Tool | ||
| 189 | Name="VCWebServiceProxyGeneratorTool" | ||
| 190 | /> | ||
| 191 | <Tool | ||
| 192 | Name="VCMIDLTool" | ||
| 193 | TargetEnvironment="2" | ||
| 194 | /> | ||
| 195 | <Tool | ||
| 196 | Name="VCCLCompilerTool" | ||
| 197 | Optimization="0" | ||
| 198 | AdditionalIncludeDirectories="..\..\.." | ||
| 199 | PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
| 200 | ExceptionHandling="0" | ||
| 201 | RuntimeLibrary="3" | ||
| 202 | BufferSecurityCheck="false" | ||
| 203 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
| 204 | AssemblerListingLocation="$(IntDir)\" | ||
| 205 | ObjectFile="$(IntDir)\" | ||
| 206 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 207 | WarningLevel="3" | ||
| 208 | SuppressStartupBanner="true" | ||
| 209 | Detect64BitPortabilityProblems="true" | ||
| 210 | DebugInformationFormat="1" | ||
| 211 | /> | ||
| 212 | <Tool | ||
| 213 | Name="VCManagedResourceCompilerTool" | ||
| 214 | /> | ||
| 215 | <Tool | ||
| 216 | Name="VCResourceCompilerTool" | ||
| 217 | Culture="1036" | ||
| 218 | /> | ||
| 219 | <Tool | ||
| 220 | Name="VCPreLinkEventTool" | ||
| 221 | /> | ||
| 222 | <Tool | ||
| 223 | Name="VCLibrarianTool" | ||
| 224 | AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB" | ||
| 225 | OutputFile="$(OutDir)\zlibstat.lib" | ||
| 226 | SuppressStartupBanner="true" | ||
| 227 | /> | ||
| 228 | <Tool | ||
| 229 | Name="VCALinkTool" | ||
| 230 | /> | ||
| 231 | <Tool | ||
| 232 | Name="VCXDCMakeTool" | ||
| 233 | /> | ||
| 234 | <Tool | ||
| 235 | Name="VCBscMakeTool" | ||
| 236 | /> | ||
| 237 | <Tool | ||
| 238 | Name="VCFxCopTool" | ||
| 239 | /> | ||
| 240 | <Tool | ||
| 241 | Name="VCPostBuildEventTool" | ||
| 242 | /> | ||
| 243 | </Configuration> | ||
| 244 | <Configuration | ||
| 245 | Name="Release|Win32" | ||
| 246 | OutputDirectory="x86\ZlibStat$(ConfigurationName)" | ||
| 247 | IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp" | ||
| 248 | ConfigurationType="4" | ||
| 249 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 250 | UseOfMFC="0" | ||
| 251 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 252 | > | ||
| 253 | <Tool | ||
| 254 | Name="VCPreBuildEventTool" | ||
| 255 | /> | ||
| 256 | <Tool | ||
| 257 | Name="VCCustomBuildTool" | ||
| 258 | /> | ||
| 259 | <Tool | ||
| 260 | Name="VCXMLDataGeneratorTool" | ||
| 261 | /> | ||
| 262 | <Tool | ||
| 263 | Name="VCWebServiceProxyGeneratorTool" | ||
| 264 | /> | ||
| 265 | <Tool | ||
| 266 | Name="VCMIDLTool" | ||
| 267 | /> | ||
| 268 | <Tool | ||
| 269 | Name="VCCLCompilerTool" | ||
| 270 | InlineFunctionExpansion="1" | ||
| 271 | AdditionalIncludeDirectories="..\..\.." | ||
| 272 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
| 273 | StringPooling="true" | ||
| 274 | ExceptionHandling="0" | ||
| 275 | RuntimeLibrary="0" | ||
| 276 | BufferSecurityCheck="false" | ||
| 277 | EnableFunctionLevelLinking="true" | ||
| 278 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
| 279 | AssemblerListingLocation="$(IntDir)\" | ||
| 280 | ObjectFile="$(IntDir)\" | ||
| 281 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 282 | WarningLevel="3" | ||
| 283 | SuppressStartupBanner="true" | ||
| 284 | /> | ||
| 285 | <Tool | ||
| 286 | Name="VCManagedResourceCompilerTool" | ||
| 287 | /> | ||
| 288 | <Tool | ||
| 289 | Name="VCResourceCompilerTool" | ||
| 290 | Culture="1036" | ||
| 291 | /> | ||
| 292 | <Tool | ||
| 293 | Name="VCPreLinkEventTool" | ||
| 294 | /> | ||
| 295 | <Tool | ||
| 296 | Name="VCLibrarianTool" | ||
| 297 | AdditionalOptions="/MACHINE:X86 /NODEFAULTLIB" | ||
| 298 | OutputFile="$(OutDir)\zlibstat.lib" | ||
| 299 | SuppressStartupBanner="true" | ||
| 300 | /> | ||
| 301 | <Tool | ||
| 302 | Name="VCALinkTool" | ||
| 303 | /> | ||
| 304 | <Tool | ||
| 305 | Name="VCXDCMakeTool" | ||
| 306 | /> | ||
| 307 | <Tool | ||
| 308 | Name="VCBscMakeTool" | ||
| 309 | /> | ||
| 310 | <Tool | ||
| 311 | Name="VCFxCopTool" | ||
| 312 | /> | ||
| 313 | <Tool | ||
| 314 | Name="VCPostBuildEventTool" | ||
| 315 | /> | ||
| 316 | </Configuration> | ||
| 317 | <Configuration | ||
| 318 | Name="Release|x64" | ||
| 319 | OutputDirectory="x64\ZlibStat$(ConfigurationName)" | ||
| 320 | IntermediateDirectory="x64\ZlibStat$(ConfigurationName)\Tmp" | ||
| 321 | ConfigurationType="4" | ||
| 322 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 323 | UseOfMFC="0" | ||
| 324 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 325 | > | ||
| 326 | <Tool | ||
| 327 | Name="VCPreBuildEventTool" | ||
| 328 | /> | ||
| 329 | <Tool | ||
| 330 | Name="VCCustomBuildTool" | ||
| 331 | /> | ||
| 332 | <Tool | ||
| 333 | Name="VCXMLDataGeneratorTool" | ||
| 334 | /> | ||
| 335 | <Tool | ||
| 336 | Name="VCWebServiceProxyGeneratorTool" | ||
| 337 | /> | ||
| 338 | <Tool | ||
| 339 | Name="VCMIDLTool" | ||
| 340 | TargetEnvironment="3" | ||
| 341 | /> | ||
| 342 | <Tool | ||
| 343 | Name="VCCLCompilerTool" | ||
| 344 | InlineFunctionExpansion="1" | ||
| 345 | AdditionalIncludeDirectories="..\..\.." | ||
| 346 | PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
| 347 | StringPooling="true" | ||
| 348 | ExceptionHandling="0" | ||
| 349 | RuntimeLibrary="2" | ||
| 350 | BufferSecurityCheck="false" | ||
| 351 | EnableFunctionLevelLinking="true" | ||
| 352 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
| 353 | AssemblerListingLocation="$(IntDir)\" | ||
| 354 | ObjectFile="$(IntDir)\" | ||
| 355 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 356 | WarningLevel="3" | ||
| 357 | SuppressStartupBanner="true" | ||
| 358 | /> | ||
| 359 | <Tool | ||
| 360 | Name="VCManagedResourceCompilerTool" | ||
| 361 | /> | ||
| 362 | <Tool | ||
| 363 | Name="VCResourceCompilerTool" | ||
| 364 | Culture="1036" | ||
| 365 | /> | ||
| 366 | <Tool | ||
| 367 | Name="VCPreLinkEventTool" | ||
| 368 | /> | ||
| 369 | <Tool | ||
| 370 | Name="VCLibrarianTool" | ||
| 371 | AdditionalOptions="/MACHINE:AMD64 /NODEFAULTLIB" | ||
| 372 | OutputFile="$(OutDir)\zlibstat.lib" | ||
| 373 | SuppressStartupBanner="true" | ||
| 374 | /> | ||
| 375 | <Tool | ||
| 376 | Name="VCALinkTool" | ||
| 377 | /> | ||
| 378 | <Tool | ||
| 379 | Name="VCXDCMakeTool" | ||
| 380 | /> | ||
| 381 | <Tool | ||
| 382 | Name="VCBscMakeTool" | ||
| 383 | /> | ||
| 384 | <Tool | ||
| 385 | Name="VCFxCopTool" | ||
| 386 | /> | ||
| 387 | <Tool | ||
| 388 | Name="VCPostBuildEventTool" | ||
| 389 | /> | ||
| 390 | </Configuration> | ||
| 391 | <Configuration | ||
| 392 | Name="Release|Itanium" | ||
| 393 | OutputDirectory="ia64\ZlibStat$(ConfigurationName)" | ||
| 394 | IntermediateDirectory="ia64\ZlibStat$(ConfigurationName)\Tmp" | ||
| 395 | ConfigurationType="4" | ||
| 396 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 397 | UseOfMFC="0" | ||
| 398 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 399 | > | ||
| 400 | <Tool | ||
| 401 | Name="VCPreBuildEventTool" | ||
| 402 | /> | ||
| 403 | <Tool | ||
| 404 | Name="VCCustomBuildTool" | ||
| 405 | /> | ||
| 406 | <Tool | ||
| 407 | Name="VCXMLDataGeneratorTool" | ||
| 408 | /> | ||
| 409 | <Tool | ||
| 410 | Name="VCWebServiceProxyGeneratorTool" | ||
| 411 | /> | ||
| 412 | <Tool | ||
| 413 | Name="VCMIDLTool" | ||
| 414 | TargetEnvironment="2" | ||
| 415 | /> | ||
| 416 | <Tool | ||
| 417 | Name="VCCLCompilerTool" | ||
| 418 | InlineFunctionExpansion="1" | ||
| 419 | AdditionalIncludeDirectories="..\..\.." | ||
| 420 | PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
| 421 | StringPooling="true" | ||
| 422 | ExceptionHandling="0" | ||
| 423 | RuntimeLibrary="2" | ||
| 424 | BufferSecurityCheck="false" | ||
| 425 | EnableFunctionLevelLinking="true" | ||
| 426 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
| 427 | AssemblerListingLocation="$(IntDir)\" | ||
| 428 | ObjectFile="$(IntDir)\" | ||
| 429 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 430 | WarningLevel="3" | ||
| 431 | SuppressStartupBanner="true" | ||
| 432 | /> | ||
| 433 | <Tool | ||
| 434 | Name="VCManagedResourceCompilerTool" | ||
| 435 | /> | ||
| 436 | <Tool | ||
| 437 | Name="VCResourceCompilerTool" | ||
| 438 | Culture="1036" | ||
| 439 | /> | ||
| 440 | <Tool | ||
| 441 | Name="VCPreLinkEventTool" | ||
| 442 | /> | ||
| 443 | <Tool | ||
| 444 | Name="VCLibrarianTool" | ||
| 445 | AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB" | ||
| 446 | OutputFile="$(OutDir)\zlibstat.lib" | ||
| 447 | SuppressStartupBanner="true" | ||
| 448 | /> | ||
| 449 | <Tool | ||
| 450 | Name="VCALinkTool" | ||
| 451 | /> | ||
| 452 | <Tool | ||
| 453 | Name="VCXDCMakeTool" | ||
| 454 | /> | ||
| 455 | <Tool | ||
| 456 | Name="VCBscMakeTool" | ||
| 457 | /> | ||
| 458 | <Tool | ||
| 459 | Name="VCFxCopTool" | ||
| 460 | /> | ||
| 461 | <Tool | ||
| 462 | Name="VCPostBuildEventTool" | ||
| 463 | /> | ||
| 464 | </Configuration> | ||
| 465 | <Configuration | ||
| 466 | Name="ReleaseWithoutAsm|Win32" | ||
| 467 | OutputDirectory="x86\ZlibStat$(ConfigurationName)" | ||
| 468 | IntermediateDirectory="x86\ZlibStat$(ConfigurationName)\Tmp" | ||
| 469 | ConfigurationType="4" | ||
| 470 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 471 | UseOfMFC="0" | ||
| 472 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 473 | > | ||
| 474 | <Tool | ||
| 475 | Name="VCPreBuildEventTool" | ||
| 476 | /> | ||
| 477 | <Tool | ||
| 478 | Name="VCCustomBuildTool" | ||
| 479 | /> | ||
| 480 | <Tool | ||
| 481 | Name="VCXMLDataGeneratorTool" | ||
| 482 | /> | ||
| 483 | <Tool | ||
| 484 | Name="VCWebServiceProxyGeneratorTool" | ||
| 485 | /> | ||
| 486 | <Tool | ||
| 487 | Name="VCMIDLTool" | ||
| 488 | /> | ||
| 489 | <Tool | ||
| 490 | Name="VCCLCompilerTool" | ||
| 491 | InlineFunctionExpansion="1" | ||
| 492 | AdditionalIncludeDirectories="..\..\.." | ||
| 493 | PreprocessorDefinitions="WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" | ||
| 494 | StringPooling="true" | ||
| 495 | ExceptionHandling="0" | ||
| 496 | RuntimeLibrary="0" | ||
| 497 | BufferSecurityCheck="false" | ||
| 498 | EnableFunctionLevelLinking="true" | ||
| 499 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
| 500 | AssemblerListingLocation="$(IntDir)\" | ||
| 501 | ObjectFile="$(IntDir)\" | ||
| 502 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 503 | WarningLevel="3" | ||
| 504 | SuppressStartupBanner="true" | ||
| 505 | /> | ||
| 506 | <Tool | ||
| 507 | Name="VCManagedResourceCompilerTool" | ||
| 508 | /> | ||
| 509 | <Tool | ||
| 510 | Name="VCResourceCompilerTool" | ||
| 511 | Culture="1036" | ||
| 512 | /> | ||
| 513 | <Tool | ||
| 514 | Name="VCPreLinkEventTool" | ||
| 515 | /> | ||
| 516 | <Tool | ||
| 517 | Name="VCLibrarianTool" | ||
| 518 | AdditionalOptions="/MACHINE:X86 /NODEFAULTLIB" | ||
| 519 | OutputFile="$(OutDir)\zlibstat.lib" | ||
| 520 | SuppressStartupBanner="true" | ||
| 521 | /> | ||
| 522 | <Tool | ||
| 523 | Name="VCALinkTool" | ||
| 524 | /> | ||
| 525 | <Tool | ||
| 526 | Name="VCXDCMakeTool" | ||
| 527 | /> | ||
| 528 | <Tool | ||
| 529 | Name="VCBscMakeTool" | ||
| 530 | /> | ||
| 531 | <Tool | ||
| 532 | Name="VCFxCopTool" | ||
| 533 | /> | ||
| 534 | <Tool | ||
| 535 | Name="VCPostBuildEventTool" | ||
| 536 | /> | ||
| 537 | </Configuration> | ||
| 538 | <Configuration | ||
| 539 | Name="ReleaseWithoutAsm|x64" | ||
| 540 | OutputDirectory="x64\ZlibStat$(ConfigurationName)" | ||
| 541 | IntermediateDirectory="x64\ZlibStat$(ConfigurationName)\Tmp" | ||
| 542 | ConfigurationType="4" | ||
| 543 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 544 | UseOfMFC="0" | ||
| 545 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 546 | > | ||
| 547 | <Tool | ||
| 548 | Name="VCPreBuildEventTool" | ||
| 549 | /> | ||
| 550 | <Tool | ||
| 551 | Name="VCCustomBuildTool" | ||
| 552 | /> | ||
| 553 | <Tool | ||
| 554 | Name="VCXMLDataGeneratorTool" | ||
| 555 | /> | ||
| 556 | <Tool | ||
| 557 | Name="VCWebServiceProxyGeneratorTool" | ||
| 558 | /> | ||
| 559 | <Tool | ||
| 560 | Name="VCMIDLTool" | ||
| 561 | TargetEnvironment="3" | ||
| 562 | /> | ||
| 563 | <Tool | ||
| 564 | Name="VCCLCompilerTool" | ||
| 565 | InlineFunctionExpansion="1" | ||
| 566 | AdditionalIncludeDirectories="..\..\.." | ||
| 567 | PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
| 568 | StringPooling="true" | ||
| 569 | ExceptionHandling="0" | ||
| 570 | RuntimeLibrary="2" | ||
| 571 | BufferSecurityCheck="false" | ||
| 572 | EnableFunctionLevelLinking="true" | ||
| 573 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
| 574 | AssemblerListingLocation="$(IntDir)\" | ||
| 575 | ObjectFile="$(IntDir)\" | ||
| 576 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 577 | WarningLevel="3" | ||
| 578 | SuppressStartupBanner="true" | ||
| 579 | /> | ||
| 580 | <Tool | ||
| 581 | Name="VCManagedResourceCompilerTool" | ||
| 582 | /> | ||
| 583 | <Tool | ||
| 584 | Name="VCResourceCompilerTool" | ||
| 585 | Culture="1036" | ||
| 586 | /> | ||
| 587 | <Tool | ||
| 588 | Name="VCPreLinkEventTool" | ||
| 589 | /> | ||
| 590 | <Tool | ||
| 591 | Name="VCLibrarianTool" | ||
| 592 | AdditionalOptions="/MACHINE:AMD64 /NODEFAULTLIB" | ||
| 593 | OutputFile="$(OutDir)\zlibstat.lib" | ||
| 594 | SuppressStartupBanner="true" | ||
| 595 | /> | ||
| 596 | <Tool | ||
| 597 | Name="VCALinkTool" | ||
| 598 | /> | ||
| 599 | <Tool | ||
| 600 | Name="VCXDCMakeTool" | ||
| 601 | /> | ||
| 602 | <Tool | ||
| 603 | Name="VCBscMakeTool" | ||
| 604 | /> | ||
| 605 | <Tool | ||
| 606 | Name="VCFxCopTool" | ||
| 607 | /> | ||
| 608 | <Tool | ||
| 609 | Name="VCPostBuildEventTool" | ||
| 610 | /> | ||
| 611 | </Configuration> | ||
| 612 | <Configuration | ||
| 613 | Name="ReleaseWithoutAsm|Itanium" | ||
| 614 | OutputDirectory="ia64\ZlibStat$(ConfigurationName)" | ||
| 615 | IntermediateDirectory="ia64\ZlibStat$(ConfigurationName)\Tmp" | ||
| 616 | ConfigurationType="4" | ||
| 617 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 618 | UseOfMFC="0" | ||
| 619 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 620 | > | ||
| 621 | <Tool | ||
| 622 | Name="VCPreBuildEventTool" | ||
| 623 | /> | ||
| 624 | <Tool | ||
| 625 | Name="VCCustomBuildTool" | ||
| 626 | /> | ||
| 627 | <Tool | ||
| 628 | Name="VCXMLDataGeneratorTool" | ||
| 629 | /> | ||
| 630 | <Tool | ||
| 631 | Name="VCWebServiceProxyGeneratorTool" | ||
| 632 | /> | ||
| 633 | <Tool | ||
| 634 | Name="VCMIDLTool" | ||
| 635 | TargetEnvironment="2" | ||
| 636 | /> | ||
| 637 | <Tool | ||
| 638 | Name="VCCLCompilerTool" | ||
| 639 | InlineFunctionExpansion="1" | ||
| 640 | AdditionalIncludeDirectories="..\..\.." | ||
| 641 | PreprocessorDefinitions="ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64" | ||
| 642 | StringPooling="true" | ||
| 643 | ExceptionHandling="0" | ||
| 644 | RuntimeLibrary="2" | ||
| 645 | BufferSecurityCheck="false" | ||
| 646 | EnableFunctionLevelLinking="true" | ||
| 647 | PrecompiledHeaderFile="$(IntDir)/zlibstat.pch" | ||
| 648 | AssemblerListingLocation="$(IntDir)\" | ||
| 649 | ObjectFile="$(IntDir)\" | ||
| 650 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 651 | WarningLevel="3" | ||
| 652 | SuppressStartupBanner="true" | ||
| 653 | /> | ||
| 654 | <Tool | ||
| 655 | Name="VCManagedResourceCompilerTool" | ||
| 656 | /> | ||
| 657 | <Tool | ||
| 658 | Name="VCResourceCompilerTool" | ||
| 659 | Culture="1036" | ||
| 660 | /> | ||
| 661 | <Tool | ||
| 662 | Name="VCPreLinkEventTool" | ||
| 663 | /> | ||
| 664 | <Tool | ||
| 665 | Name="VCLibrarianTool" | ||
| 666 | AdditionalOptions="/MACHINE:IA64 /NODEFAULTLIB" | ||
| 667 | OutputFile="$(OutDir)\zlibstat.lib" | ||
| 668 | SuppressStartupBanner="true" | ||
| 669 | /> | ||
| 670 | <Tool | ||
| 671 | Name="VCALinkTool" | ||
| 672 | /> | ||
| 673 | <Tool | ||
| 674 | Name="VCXDCMakeTool" | ||
| 675 | /> | ||
| 676 | <Tool | ||
| 677 | Name="VCBscMakeTool" | ||
| 678 | /> | ||
| 679 | <Tool | ||
| 680 | Name="VCFxCopTool" | ||
| 681 | /> | ||
| 682 | <Tool | ||
| 683 | Name="VCPostBuildEventTool" | ||
| 684 | /> | ||
| 685 | </Configuration> | ||
| 686 | </Configurations> | ||
| 687 | <References> | ||
| 688 | </References> | ||
| 689 | <Files> | ||
| 690 | <Filter | ||
| 691 | Name="Source Files" | ||
| 692 | > | ||
| 693 | <File | ||
| 694 | RelativePath="..\..\..\adler32.c" | ||
| 695 | > | ||
| 696 | </File> | ||
| 697 | <File | ||
| 698 | RelativePath="..\..\..\compress.c" | ||
| 699 | > | ||
| 700 | </File> | ||
| 701 | <File | ||
| 702 | RelativePath="..\..\..\crc32.c" | ||
| 703 | > | ||
| 704 | </File> | ||
| 705 | <File | ||
| 706 | RelativePath="..\..\..\deflate.c" | ||
| 707 | > | ||
| 708 | </File> | ||
| 709 | <File | ||
| 710 | RelativePath="..\..\..\gzclose.c" | ||
| 711 | > | ||
| 712 | </File> | ||
| 713 | <File | ||
| 714 | RelativePath="..\..\..\gzguts.h" | ||
| 715 | > | ||
| 716 | </File> | ||
| 717 | <File | ||
| 718 | RelativePath="..\..\..\gzlib.c" | ||
| 719 | > | ||
| 720 | </File> | ||
| 721 | <File | ||
| 722 | RelativePath="..\..\..\gzread.c" | ||
| 723 | > | ||
| 724 | </File> | ||
| 725 | <File | ||
| 726 | RelativePath="..\..\..\gzwrite.c" | ||
| 727 | > | ||
| 728 | </File> | ||
| 729 | <File | ||
| 730 | RelativePath="..\..\..\infback.c" | ||
| 731 | > | ||
| 732 | </File> | ||
| 733 | <File | ||
| 734 | RelativePath="..\..\..\inffast.c" | ||
| 735 | > | ||
| 736 | </File> | ||
| 737 | <File | ||
| 738 | RelativePath="..\..\..\inflate.c" | ||
| 739 | > | ||
| 740 | </File> | ||
| 741 | <File | ||
| 742 | RelativePath="..\..\..\inftrees.c" | ||
| 743 | > | ||
| 744 | </File> | ||
| 745 | <File | ||
| 746 | RelativePath="..\..\minizip\ioapi.c" | ||
| 747 | > | ||
| 748 | </File> | ||
| 749 | <File | ||
| 750 | RelativePath="..\..\..\trees.c" | ||
| 751 | > | ||
| 752 | </File> | ||
| 753 | <File | ||
| 754 | RelativePath="..\..\..\uncompr.c" | ||
| 755 | > | ||
| 756 | </File> | ||
| 757 | <File | ||
| 758 | RelativePath="..\..\minizip\unzip.c" | ||
| 759 | > | ||
| 760 | </File> | ||
| 761 | <File | ||
| 762 | RelativePath="..\..\minizip\zip.c" | ||
| 763 | > | ||
| 764 | </File> | ||
| 765 | <File | ||
| 766 | RelativePath=".\zlib.rc" | ||
| 767 | > | ||
| 768 | </File> | ||
| 769 | <File | ||
| 770 | RelativePath=".\zlibvc.def" | ||
| 771 | > | ||
| 772 | </File> | ||
| 773 | <File | ||
| 774 | RelativePath="..\..\..\zutil.c" | ||
| 775 | > | ||
| 776 | </File> | ||
| 777 | </Filter> | ||
| 778 | </Files> | ||
| 779 | <Globals> | ||
| 780 | </Globals> | ||
| 781 | </VisualStudioProject> | ||
diff --git a/contrib/vstudio/vc9/zlibvc.def b/contrib/vstudio/vc9/zlibvc.def deleted file mode 100644 index e7fe0a32..00000000 --- a/contrib/vstudio/vc9/zlibvc.def +++ /dev/null | |||
| @@ -1,169 +0,0 @@ | |||
| 1 | LIBRARY | ||
| 2 | ; zlib data compression and ZIP file I/O library | ||
| 3 | |||
| 4 | VERSION 1.3 | ||
| 5 | |||
| 6 | EXPORTS | ||
| 7 | adler32 @1 | ||
| 8 | compress @2 | ||
| 9 | crc32 @3 | ||
| 10 | deflate @4 | ||
| 11 | deflateCopy @5 | ||
| 12 | deflateEnd @6 | ||
| 13 | deflateInit2_ @7 | ||
| 14 | deflateInit_ @8 | ||
| 15 | deflateParams @9 | ||
| 16 | deflateReset @10 | ||
| 17 | deflateSetDictionary @11 | ||
| 18 | gzclose @12 | ||
| 19 | gzdopen @13 | ||
| 20 | gzerror @14 | ||
| 21 | gzflush @15 | ||
| 22 | gzopen @16 | ||
| 23 | gzread @17 | ||
| 24 | gzwrite @18 | ||
| 25 | inflate @19 | ||
| 26 | inflateEnd @20 | ||
| 27 | inflateInit2_ @21 | ||
| 28 | inflateInit_ @22 | ||
| 29 | inflateReset @23 | ||
| 30 | inflateSetDictionary @24 | ||
| 31 | inflateSync @25 | ||
| 32 | uncompress @26 | ||
| 33 | zlibVersion @27 | ||
| 34 | gzprintf @28 | ||
| 35 | gzputc @29 | ||
| 36 | gzgetc @30 | ||
| 37 | gzseek @31 | ||
| 38 | gzrewind @32 | ||
| 39 | gztell @33 | ||
| 40 | gzeof @34 | ||
| 41 | gzsetparams @35 | ||
| 42 | zError @36 | ||
| 43 | inflateSyncPoint @37 | ||
| 44 | get_crc_table @38 | ||
| 45 | compress2 @39 | ||
| 46 | gzputs @40 | ||
| 47 | gzgets @41 | ||
| 48 | inflateCopy @42 | ||
| 49 | inflateBackInit_ @43 | ||
| 50 | inflateBack @44 | ||
| 51 | inflateBackEnd @45 | ||
| 52 | compressBound @46 | ||
| 53 | deflateBound @47 | ||
| 54 | gzclearerr @48 | ||
| 55 | gzungetc @49 | ||
| 56 | zlibCompileFlags @50 | ||
| 57 | deflatePrime @51 | ||
| 58 | deflatePending @52 | ||
| 59 | |||
| 60 | unzOpen @61 | ||
| 61 | unzClose @62 | ||
| 62 | unzGetGlobalInfo @63 | ||
| 63 | unzGetCurrentFileInfo @64 | ||
| 64 | unzGoToFirstFile @65 | ||
| 65 | unzGoToNextFile @66 | ||
| 66 | unzOpenCurrentFile @67 | ||
| 67 | unzReadCurrentFile @68 | ||
| 68 | unzOpenCurrentFile3 @69 | ||
| 69 | unztell @70 | ||
| 70 | unzeof @71 | ||
| 71 | unzCloseCurrentFile @72 | ||
| 72 | unzGetGlobalComment @73 | ||
| 73 | unzStringFileNameCompare @74 | ||
| 74 | unzLocateFile @75 | ||
| 75 | unzGetLocalExtrafield @76 | ||
| 76 | unzOpen2 @77 | ||
| 77 | unzOpenCurrentFile2 @78 | ||
| 78 | unzOpenCurrentFilePassword @79 | ||
| 79 | |||
| 80 | zipOpen @80 | ||
| 81 | zipOpenNewFileInZip @81 | ||
| 82 | zipWriteInFileInZip @82 | ||
| 83 | zipCloseFileInZip @83 | ||
| 84 | zipClose @84 | ||
| 85 | zipOpenNewFileInZip2 @86 | ||
| 86 | zipCloseFileInZipRaw @87 | ||
| 87 | zipOpen2 @88 | ||
| 88 | zipOpenNewFileInZip3 @89 | ||
| 89 | |||
| 90 | unzGetFilePos @100 | ||
| 91 | unzGoToFilePos @101 | ||
| 92 | |||
| 93 | fill_win32_filefunc @110 | ||
| 94 | |||
| 95 | ; zlibwapi v1.2.4 added: | ||
| 96 | fill_win32_filefunc64 @111 | ||
| 97 | fill_win32_filefunc64A @112 | ||
| 98 | fill_win32_filefunc64W @113 | ||
| 99 | |||
| 100 | unzOpen64 @120 | ||
| 101 | unzOpen2_64 @121 | ||
| 102 | unzGetGlobalInfo64 @122 | ||
| 103 | unzGetCurrentFileInfo64 @124 | ||
| 104 | unzGetCurrentFileZStreamPos64 @125 | ||
| 105 | unztell64 @126 | ||
| 106 | unzGetFilePos64 @127 | ||
| 107 | unzGoToFilePos64 @128 | ||
| 108 | |||
| 109 | zipOpen64 @130 | ||
| 110 | zipOpen2_64 @131 | ||
| 111 | zipOpenNewFileInZip64 @132 | ||
| 112 | zipOpenNewFileInZip2_64 @133 | ||
| 113 | zipOpenNewFileInZip3_64 @134 | ||
| 114 | zipOpenNewFileInZip4_64 @135 | ||
| 115 | zipCloseFileInZipRaw64 @136 | ||
| 116 | |||
| 117 | ; zlib1 v1.2.4 added: | ||
| 118 | adler32_combine @140 | ||
| 119 | crc32_combine @142 | ||
| 120 | deflateSetHeader @144 | ||
| 121 | deflateTune @145 | ||
| 122 | gzbuffer @146 | ||
| 123 | gzclose_r @147 | ||
| 124 | gzclose_w @148 | ||
| 125 | gzdirect @149 | ||
| 126 | gzoffset @150 | ||
| 127 | inflateGetHeader @156 | ||
| 128 | inflateMark @157 | ||
| 129 | inflatePrime @158 | ||
| 130 | inflateReset2 @159 | ||
| 131 | inflateUndermine @160 | ||
| 132 | |||
| 133 | ; zlib1 v1.2.6 added: | ||
| 134 | gzgetc_ @161 | ||
| 135 | inflateResetKeep @163 | ||
| 136 | deflateResetKeep @164 | ||
| 137 | |||
| 138 | ; zlib1 v1.2.7 added: | ||
| 139 | gzopen_w @165 | ||
| 140 | |||
| 141 | ; zlib1 v1.2.8 added: | ||
| 142 | inflateGetDictionary @166 | ||
| 143 | gzvprintf @167 | ||
| 144 | |||
| 145 | ; zlib1 v1.2.9 added: | ||
| 146 | inflateCodesUsed @168 | ||
| 147 | inflateValidate @169 | ||
| 148 | uncompress2 @170 | ||
| 149 | gzfread @171 | ||
| 150 | gzfwrite @172 | ||
| 151 | deflateGetDictionary @173 | ||
| 152 | adler32_z @174 | ||
| 153 | crc32_z @175 | ||
| 154 | |||
| 155 | ; zlib1 v1.2.12 added: | ||
| 156 | crc32_combine_gen @176 | ||
| 157 | crc32_combine_gen64 @177 | ||
| 158 | crc32_combine_op @178 | ||
| 159 | |||
| 160 | ; zlib1 v1.3.1.2 added: | ||
| 161 | deflateUsed @179 | ||
| 162 | |||
| 163 | ; zlib1 v1.3.2 added: | ||
| 164 | compressBound_z @180 | ||
| 165 | deflateBound_z @181 | ||
| 166 | compress_z @182 | ||
| 167 | compress2_z @183 | ||
| 168 | uncompress_z @184 | ||
| 169 | uncompress2_z @185 | ||
diff --git a/contrib/vstudio/vc9/zlibvc.sln b/contrib/vstudio/vc9/zlibvc.sln deleted file mode 100644 index b4829671..00000000 --- a/contrib/vstudio/vc9/zlibvc.sln +++ /dev/null | |||
| @@ -1,144 +0,0 @@ | |||
| 1 | | ||
| 2 | Microsoft Visual Studio Solution File, Format Version 10.00 | ||
| 3 | # Visual Studio 2008 | ||
| 4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" | ||
| 5 | EndProject | ||
| 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" | ||
| 7 | EndProject | ||
| 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 9 | EndProject | ||
| 10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestZlibDll", "testzlibdll.vcproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}" | ||
| 11 | ProjectSection(ProjectDependencies) = postProject | ||
| 12 | {8FD826F8-3739-44E6-8CC8-997122E53B8D} = {8FD826F8-3739-44E6-8CC8-997122E53B8D} | ||
| 13 | EndProjectSection | ||
| 14 | EndProject | ||
| 15 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" | ||
| 16 | ProjectSection(ProjectDependencies) = postProject | ||
| 17 | {8FD826F8-3739-44E6-8CC8-997122E53B8D} = {8FD826F8-3739-44E6-8CC8-997122E53B8D} | ||
| 18 | EndProjectSection | ||
| 19 | EndProject | ||
| 20 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}" | ||
| 21 | ProjectSection(ProjectDependencies) = postProject | ||
| 22 | {8FD826F8-3739-44E6-8CC8-997122E53B8D} = {8FD826F8-3739-44E6-8CC8-997122E53B8D} | ||
| 23 | EndProjectSection | ||
| 24 | EndProject | ||
| 25 | Global | ||
| 26 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| 27 | Debug|Itanium = Debug|Itanium | ||
| 28 | Debug|Win32 = Debug|Win32 | ||
| 29 | Debug|x64 = Debug|x64 | ||
| 30 | Release|Itanium = Release|Itanium | ||
| 31 | Release|Win32 = Release|Win32 | ||
| 32 | Release|x64 = Release|x64 | ||
| 33 | ReleaseWithoutAsm|Itanium = ReleaseWithoutAsm|Itanium | ||
| 34 | ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32 | ||
| 35 | ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64 | ||
| 36 | EndGlobalSection | ||
| 37 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| 38 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
| 39 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.Build.0 = Debug|Itanium | ||
| 40 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 41 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 42 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 43 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 | ||
| 44 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.ActiveCfg = Release|Itanium | ||
| 45 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.Build.0 = Release|Itanium | ||
| 46 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 47 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32 | ||
| 48 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64 | ||
| 49 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64 | ||
| 50 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium | ||
| 51 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium | ||
| 52 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 53 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 54 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 55 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 56 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
| 57 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.Build.0 = Debug|Itanium | ||
| 58 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 59 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 60 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 61 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64 | ||
| 62 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.ActiveCfg = Release|Itanium | ||
| 63 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.Build.0 = Release|Itanium | ||
| 64 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 65 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32 | ||
| 66 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64 | ||
| 67 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64 | ||
| 68 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium | ||
| 69 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium | ||
| 70 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 71 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 72 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 73 | {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 74 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
| 75 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.Build.0 = Debug|Itanium | ||
| 76 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 77 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 78 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 79 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
| 80 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Itanium | ||
| 81 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.Build.0 = Release|Itanium | ||
| 82 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 83 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
| 84 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
| 85 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
| 86 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium | ||
| 87 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium | ||
| 88 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 | ||
| 89 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 | ||
| 90 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 | ||
| 91 | {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 | ||
| 92 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
| 93 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.Build.0 = Debug|Itanium | ||
| 94 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 95 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 96 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 97 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64 | ||
| 98 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.ActiveCfg = Release|Itanium | ||
| 99 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.Build.0 = Release|Itanium | ||
| 100 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 101 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32 | ||
| 102 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64 | ||
| 103 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64 | ||
| 104 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium | ||
| 105 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium | ||
| 106 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 107 | {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 108 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
| 109 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.Build.0 = Debug|Itanium | ||
| 110 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 111 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 112 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 113 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 | ||
| 114 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Itanium | ||
| 115 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.Build.0 = Release|Itanium | ||
| 116 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 117 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 | ||
| 118 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 | ||
| 119 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 | ||
| 120 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium | ||
| 121 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium | ||
| 122 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 123 | {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 124 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.ActiveCfg = Debug|Itanium | ||
| 125 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.Build.0 = Debug|Itanium | ||
| 126 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 127 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 128 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 129 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64 | ||
| 130 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.ActiveCfg = Release|Itanium | ||
| 131 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.Build.0 = Release|Itanium | ||
| 132 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 133 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32 | ||
| 134 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64 | ||
| 135 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64 | ||
| 136 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium | ||
| 137 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium | ||
| 138 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 | ||
| 139 | {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 | ||
| 140 | EndGlobalSection | ||
| 141 | GlobalSection(SolutionProperties) = preSolution | ||
| 142 | HideSolutionNode = FALSE | ||
| 143 | EndGlobalSection | ||
| 144 | EndGlobal | ||
diff --git a/contrib/vstudio/vc9/zlibvc.vcproj b/contrib/vstudio/vc9/zlibvc.vcproj deleted file mode 100644 index f11dd1fb..00000000 --- a/contrib/vstudio/vc9/zlibvc.vcproj +++ /dev/null | |||
| @@ -1,1100 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
| 2 | <VisualStudioProject | ||
| 3 | ProjectType="Visual C++" | ||
| 4 | Version="9,00" | ||
| 5 | Name="zlibvc" | ||
| 6 | ProjectGUID="{8FD826F8-3739-44E6-8CC8-997122E53B8D}" | ||
| 7 | RootNamespace="zlibvc" | ||
| 8 | TargetFrameworkVersion="131072" | ||
| 9 | > | ||
| 10 | <Platforms> | ||
| 11 | <Platform | ||
| 12 | Name="Win32" | ||
| 13 | /> | ||
| 14 | <Platform | ||
| 15 | Name="x64" | ||
| 16 | /> | ||
| 17 | <Platform | ||
| 18 | Name="Itanium" | ||
| 19 | /> | ||
| 20 | </Platforms> | ||
| 21 | <ToolFiles> | ||
| 22 | </ToolFiles> | ||
| 23 | <Configurations> | ||
| 24 | <Configuration | ||
| 25 | Name="Debug|Win32" | ||
| 26 | OutputDirectory="x86\ZlibDll$(ConfigurationName)" | ||
| 27 | IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp" | ||
| 28 | ConfigurationType="2" | ||
| 29 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 30 | UseOfMFC="0" | ||
| 31 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 32 | > | ||
| 33 | <Tool | ||
| 34 | Name="VCPreBuildEventTool" | ||
| 35 | /> | ||
| 36 | <Tool | ||
| 37 | Name="VCCustomBuildTool" | ||
| 38 | /> | ||
| 39 | <Tool | ||
| 40 | Name="VCXMLDataGeneratorTool" | ||
| 41 | /> | ||
| 42 | <Tool | ||
| 43 | Name="VCWebServiceProxyGeneratorTool" | ||
| 44 | /> | ||
| 45 | <Tool | ||
| 46 | Name="VCMIDLTool" | ||
| 47 | PreprocessorDefinitions="_DEBUG" | ||
| 48 | MkTypLibCompatible="true" | ||
| 49 | SuppressStartupBanner="true" | ||
| 50 | TargetEnvironment="1" | ||
| 51 | TypeLibraryName="$(OutDir)/zlibvc.tlb" | ||
| 52 | /> | ||
| 53 | <Tool | ||
| 54 | Name="VCCLCompilerTool" | ||
| 55 | Optimization="0" | ||
| 56 | AdditionalIncludeDirectories="..\..\.." | ||
| 57 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI" | ||
| 58 | ExceptionHandling="0" | ||
| 59 | RuntimeLibrary="1" | ||
| 60 | BufferSecurityCheck="false" | ||
| 61 | PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" | ||
| 62 | AssemblerListingLocation="$(IntDir)\" | ||
| 63 | ObjectFile="$(IntDir)\" | ||
| 64 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 65 | BrowseInformation="0" | ||
| 66 | WarningLevel="3" | ||
| 67 | SuppressStartupBanner="true" | ||
| 68 | DebugInformationFormat="4" | ||
| 69 | /> | ||
| 70 | <Tool | ||
| 71 | Name="VCManagedResourceCompilerTool" | ||
| 72 | /> | ||
| 73 | <Tool | ||
| 74 | Name="VCResourceCompilerTool" | ||
| 75 | PreprocessorDefinitions="_DEBUG" | ||
| 76 | Culture="1036" | ||
| 77 | /> | ||
| 78 | <Tool | ||
| 79 | Name="VCPreLinkEventTool" | ||
| 80 | /> | ||
| 81 | <Tool | ||
| 82 | Name="VCLinkerTool" | ||
| 83 | AdditionalOptions="/MACHINE:I386" | ||
| 84 | OutputFile="$(OutDir)\zlibwapi.dll" | ||
| 85 | LinkIncremental="2" | ||
| 86 | SuppressStartupBanner="true" | ||
| 87 | GenerateManifest="false" | ||
| 88 | ModuleDefinitionFile=".\zlibvc.def" | ||
| 89 | GenerateDebugInformation="true" | ||
| 90 | ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb" | ||
| 91 | GenerateMapFile="true" | ||
| 92 | MapFileName="$(OutDir)/zlibwapi.map" | ||
| 93 | SubSystem="2" | ||
| 94 | RandomizedBaseAddress="1" | ||
| 95 | DataExecutionPrevention="0" | ||
| 96 | ImportLibrary="$(OutDir)/zlibwapi.lib" | ||
| 97 | /> | ||
| 98 | <Tool | ||
| 99 | Name="VCALinkTool" | ||
| 100 | /> | ||
| 101 | <Tool | ||
| 102 | Name="VCManifestTool" | ||
| 103 | /> | ||
| 104 | <Tool | ||
| 105 | Name="VCXDCMakeTool" | ||
| 106 | /> | ||
| 107 | <Tool | ||
| 108 | Name="VCBscMakeTool" | ||
| 109 | /> | ||
| 110 | <Tool | ||
| 111 | Name="VCFxCopTool" | ||
| 112 | /> | ||
| 113 | <Tool | ||
| 114 | Name="VCAppVerifierTool" | ||
| 115 | /> | ||
| 116 | <Tool | ||
| 117 | Name="VCPostBuildEventTool" | ||
| 118 | /> | ||
| 119 | </Configuration> | ||
| 120 | <Configuration | ||
| 121 | Name="Debug|x64" | ||
| 122 | OutputDirectory="x64\ZlibDll$(ConfigurationName)" | ||
| 123 | IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp" | ||
| 124 | ConfigurationType="2" | ||
| 125 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 126 | UseOfMFC="0" | ||
| 127 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 128 | > | ||
| 129 | <Tool | ||
| 130 | Name="VCPreBuildEventTool" | ||
| 131 | /> | ||
| 132 | <Tool | ||
| 133 | Name="VCCustomBuildTool" | ||
| 134 | /> | ||
| 135 | <Tool | ||
| 136 | Name="VCXMLDataGeneratorTool" | ||
| 137 | /> | ||
| 138 | <Tool | ||
| 139 | Name="VCWebServiceProxyGeneratorTool" | ||
| 140 | /> | ||
| 141 | <Tool | ||
| 142 | Name="VCMIDLTool" | ||
| 143 | PreprocessorDefinitions="_DEBUG" | ||
| 144 | MkTypLibCompatible="true" | ||
| 145 | SuppressStartupBanner="true" | ||
| 146 | TargetEnvironment="3" | ||
| 147 | TypeLibraryName="$(OutDir)/zlibvc.tlb" | ||
| 148 | /> | ||
| 149 | <Tool | ||
| 150 | Name="VCCLCompilerTool" | ||
| 151 | Optimization="0" | ||
| 152 | AdditionalIncludeDirectories="..\..\.." | ||
| 153 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64" | ||
| 154 | ExceptionHandling="0" | ||
| 155 | RuntimeLibrary="3" | ||
| 156 | BufferSecurityCheck="false" | ||
| 157 | PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" | ||
| 158 | AssemblerListingLocation="$(IntDir)\" | ||
| 159 | ObjectFile="$(IntDir)\" | ||
| 160 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 161 | BrowseInformation="0" | ||
| 162 | WarningLevel="3" | ||
| 163 | SuppressStartupBanner="true" | ||
| 164 | DebugInformationFormat="3" | ||
| 165 | /> | ||
| 166 | <Tool | ||
| 167 | Name="VCManagedResourceCompilerTool" | ||
| 168 | /> | ||
| 169 | <Tool | ||
| 170 | Name="VCResourceCompilerTool" | ||
| 171 | PreprocessorDefinitions="_DEBUG" | ||
| 172 | Culture="1036" | ||
| 173 | /> | ||
| 174 | <Tool | ||
| 175 | Name="VCPreLinkEventTool" | ||
| 176 | /> | ||
| 177 | <Tool | ||
| 178 | Name="VCLinkerTool" | ||
| 179 | OutputFile="$(OutDir)\zlibwapi.dll" | ||
| 180 | LinkIncremental="2" | ||
| 181 | SuppressStartupBanner="true" | ||
| 182 | GenerateManifest="false" | ||
| 183 | ModuleDefinitionFile=".\zlibvc.def" | ||
| 184 | GenerateDebugInformation="true" | ||
| 185 | ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb" | ||
| 186 | GenerateMapFile="true" | ||
| 187 | MapFileName="$(OutDir)/zlibwapi.map" | ||
| 188 | SubSystem="2" | ||
| 189 | ImportLibrary="$(OutDir)/zlibwapi.lib" | ||
| 190 | TargetMachine="17" | ||
| 191 | /> | ||
| 192 | <Tool | ||
| 193 | Name="VCALinkTool" | ||
| 194 | /> | ||
| 195 | <Tool | ||
| 196 | Name="VCManifestTool" | ||
| 197 | /> | ||
| 198 | <Tool | ||
| 199 | Name="VCXDCMakeTool" | ||
| 200 | /> | ||
| 201 | <Tool | ||
| 202 | Name="VCBscMakeTool" | ||
| 203 | /> | ||
| 204 | <Tool | ||
| 205 | Name="VCFxCopTool" | ||
| 206 | /> | ||
| 207 | <Tool | ||
| 208 | Name="VCAppVerifierTool" | ||
| 209 | /> | ||
| 210 | <Tool | ||
| 211 | Name="VCPostBuildEventTool" | ||
| 212 | /> | ||
| 213 | </Configuration> | ||
| 214 | <Configuration | ||
| 215 | Name="Debug|Itanium" | ||
| 216 | OutputDirectory="ia64\ZlibDll$(ConfigurationName)" | ||
| 217 | IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp" | ||
| 218 | ConfigurationType="2" | ||
| 219 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 220 | UseOfMFC="0" | ||
| 221 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 222 | > | ||
| 223 | <Tool | ||
| 224 | Name="VCPreBuildEventTool" | ||
| 225 | /> | ||
| 226 | <Tool | ||
| 227 | Name="VCCustomBuildTool" | ||
| 228 | /> | ||
| 229 | <Tool | ||
| 230 | Name="VCXMLDataGeneratorTool" | ||
| 231 | /> | ||
| 232 | <Tool | ||
| 233 | Name="VCWebServiceProxyGeneratorTool" | ||
| 234 | /> | ||
| 235 | <Tool | ||
| 236 | Name="VCMIDLTool" | ||
| 237 | PreprocessorDefinitions="_DEBUG" | ||
| 238 | MkTypLibCompatible="true" | ||
| 239 | SuppressStartupBanner="true" | ||
| 240 | TargetEnvironment="2" | ||
| 241 | TypeLibraryName="$(OutDir)/zlibvc.tlb" | ||
| 242 | /> | ||
| 243 | <Tool | ||
| 244 | Name="VCCLCompilerTool" | ||
| 245 | Optimization="0" | ||
| 246 | AdditionalIncludeDirectories="..\..\.." | ||
| 247 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64" | ||
| 248 | ExceptionHandling="0" | ||
| 249 | RuntimeLibrary="3" | ||
| 250 | BufferSecurityCheck="false" | ||
| 251 | PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" | ||
| 252 | AssemblerListingLocation="$(IntDir)\" | ||
| 253 | ObjectFile="$(IntDir)\" | ||
| 254 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 255 | BrowseInformation="0" | ||
| 256 | WarningLevel="3" | ||
| 257 | SuppressStartupBanner="true" | ||
| 258 | DebugInformationFormat="3" | ||
| 259 | /> | ||
| 260 | <Tool | ||
| 261 | Name="VCManagedResourceCompilerTool" | ||
| 262 | /> | ||
| 263 | <Tool | ||
| 264 | Name="VCResourceCompilerTool" | ||
| 265 | PreprocessorDefinitions="_DEBUG" | ||
| 266 | Culture="1036" | ||
| 267 | /> | ||
| 268 | <Tool | ||
| 269 | Name="VCPreLinkEventTool" | ||
| 270 | /> | ||
| 271 | <Tool | ||
| 272 | Name="VCLinkerTool" | ||
| 273 | OutputFile="$(OutDir)\zlibwapi.dll" | ||
| 274 | LinkIncremental="2" | ||
| 275 | SuppressStartupBanner="true" | ||
| 276 | GenerateManifest="false" | ||
| 277 | ModuleDefinitionFile=".\zlibvc.def" | ||
| 278 | GenerateDebugInformation="true" | ||
| 279 | ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb" | ||
| 280 | GenerateMapFile="true" | ||
| 281 | MapFileName="$(OutDir)/zlibwapi.map" | ||
| 282 | SubSystem="2" | ||
| 283 | ImportLibrary="$(OutDir)/zlibwapi.lib" | ||
| 284 | TargetMachine="5" | ||
| 285 | /> | ||
| 286 | <Tool | ||
| 287 | Name="VCALinkTool" | ||
| 288 | /> | ||
| 289 | <Tool | ||
| 290 | Name="VCManifestTool" | ||
| 291 | /> | ||
| 292 | <Tool | ||
| 293 | Name="VCXDCMakeTool" | ||
| 294 | /> | ||
| 295 | <Tool | ||
| 296 | Name="VCBscMakeTool" | ||
| 297 | /> | ||
| 298 | <Tool | ||
| 299 | Name="VCFxCopTool" | ||
| 300 | /> | ||
| 301 | <Tool | ||
| 302 | Name="VCAppVerifierTool" | ||
| 303 | /> | ||
| 304 | <Tool | ||
| 305 | Name="VCPostBuildEventTool" | ||
| 306 | /> | ||
| 307 | </Configuration> | ||
| 308 | <Configuration | ||
| 309 | Name="ReleaseWithoutAsm|Win32" | ||
| 310 | OutputDirectory="x86\ZlibDll$(ConfigurationName)" | ||
| 311 | IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp" | ||
| 312 | ConfigurationType="2" | ||
| 313 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 314 | UseOfMFC="0" | ||
| 315 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 316 | WholeProgramOptimization="1" | ||
| 317 | > | ||
| 318 | <Tool | ||
| 319 | Name="VCPreBuildEventTool" | ||
| 320 | /> | ||
| 321 | <Tool | ||
| 322 | Name="VCCustomBuildTool" | ||
| 323 | /> | ||
| 324 | <Tool | ||
| 325 | Name="VCXMLDataGeneratorTool" | ||
| 326 | /> | ||
| 327 | <Tool | ||
| 328 | Name="VCWebServiceProxyGeneratorTool" | ||
| 329 | /> | ||
| 330 | <Tool | ||
| 331 | Name="VCMIDLTool" | ||
| 332 | PreprocessorDefinitions="NDEBUG" | ||
| 333 | MkTypLibCompatible="true" | ||
| 334 | SuppressStartupBanner="true" | ||
| 335 | TargetEnvironment="1" | ||
| 336 | TypeLibraryName="$(OutDir)/zlibvc.tlb" | ||
| 337 | /> | ||
| 338 | <Tool | ||
| 339 | Name="VCCLCompilerTool" | ||
| 340 | InlineFunctionExpansion="1" | ||
| 341 | AdditionalIncludeDirectories="..\..\.." | ||
| 342 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI" | ||
| 343 | StringPooling="true" | ||
| 344 | ExceptionHandling="0" | ||
| 345 | RuntimeLibrary="2" | ||
| 346 | BufferSecurityCheck="false" | ||
| 347 | EnableFunctionLevelLinking="true" | ||
| 348 | PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" | ||
| 349 | AssemblerOutput="2" | ||
| 350 | AssemblerListingLocation="$(IntDir)\" | ||
| 351 | ObjectFile="$(IntDir)\" | ||
| 352 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 353 | BrowseInformation="0" | ||
| 354 | WarningLevel="3" | ||
| 355 | SuppressStartupBanner="true" | ||
| 356 | /> | ||
| 357 | <Tool | ||
| 358 | Name="VCManagedResourceCompilerTool" | ||
| 359 | /> | ||
| 360 | <Tool | ||
| 361 | Name="VCResourceCompilerTool" | ||
| 362 | PreprocessorDefinitions="NDEBUG" | ||
| 363 | Culture="1036" | ||
| 364 | /> | ||
| 365 | <Tool | ||
| 366 | Name="VCPreLinkEventTool" | ||
| 367 | /> | ||
| 368 | <Tool | ||
| 369 | Name="VCLinkerTool" | ||
| 370 | AdditionalOptions="/MACHINE:I386" | ||
| 371 | OutputFile="$(OutDir)\zlibwapi.dll" | ||
| 372 | LinkIncremental="1" | ||
| 373 | SuppressStartupBanner="true" | ||
| 374 | GenerateManifest="false" | ||
| 375 | IgnoreAllDefaultLibraries="false" | ||
| 376 | ModuleDefinitionFile=".\zlibvc.def" | ||
| 377 | ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb" | ||
| 378 | GenerateMapFile="true" | ||
| 379 | MapFileName="$(OutDir)/zlibwapi.map" | ||
| 380 | SubSystem="2" | ||
| 381 | OptimizeForWindows98="1" | ||
| 382 | RandomizedBaseAddress="1" | ||
| 383 | DataExecutionPrevention="0" | ||
| 384 | ImportLibrary="$(OutDir)/zlibwapi.lib" | ||
| 385 | /> | ||
| 386 | <Tool | ||
| 387 | Name="VCALinkTool" | ||
| 388 | /> | ||
| 389 | <Tool | ||
| 390 | Name="VCManifestTool" | ||
| 391 | /> | ||
| 392 | <Tool | ||
| 393 | Name="VCXDCMakeTool" | ||
| 394 | /> | ||
| 395 | <Tool | ||
| 396 | Name="VCBscMakeTool" | ||
| 397 | /> | ||
| 398 | <Tool | ||
| 399 | Name="VCFxCopTool" | ||
| 400 | /> | ||
| 401 | <Tool | ||
| 402 | Name="VCAppVerifierTool" | ||
| 403 | /> | ||
| 404 | <Tool | ||
| 405 | Name="VCPostBuildEventTool" | ||
| 406 | /> | ||
| 407 | </Configuration> | ||
| 408 | <Configuration | ||
| 409 | Name="ReleaseWithoutAsm|x64" | ||
| 410 | OutputDirectory="x64\ZlibDll$(ConfigurationName)" | ||
| 411 | IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp" | ||
| 412 | ConfigurationType="2" | ||
| 413 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 414 | UseOfMFC="0" | ||
| 415 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 416 | WholeProgramOptimization="1" | ||
| 417 | > | ||
| 418 | <Tool | ||
| 419 | Name="VCPreBuildEventTool" | ||
| 420 | /> | ||
| 421 | <Tool | ||
| 422 | Name="VCCustomBuildTool" | ||
| 423 | /> | ||
| 424 | <Tool | ||
| 425 | Name="VCXMLDataGeneratorTool" | ||
| 426 | /> | ||
| 427 | <Tool | ||
| 428 | Name="VCWebServiceProxyGeneratorTool" | ||
| 429 | /> | ||
| 430 | <Tool | ||
| 431 | Name="VCMIDLTool" | ||
| 432 | PreprocessorDefinitions="NDEBUG" | ||
| 433 | MkTypLibCompatible="true" | ||
| 434 | SuppressStartupBanner="true" | ||
| 435 | TargetEnvironment="3" | ||
| 436 | TypeLibraryName="$(OutDir)/zlibvc.tlb" | ||
| 437 | /> | ||
| 438 | <Tool | ||
| 439 | Name="VCCLCompilerTool" | ||
| 440 | InlineFunctionExpansion="1" | ||
| 441 | AdditionalIncludeDirectories="..\..\.." | ||
| 442 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64" | ||
| 443 | StringPooling="true" | ||
| 444 | ExceptionHandling="0" | ||
| 445 | RuntimeLibrary="2" | ||
| 446 | BufferSecurityCheck="false" | ||
| 447 | EnableFunctionLevelLinking="true" | ||
| 448 | PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" | ||
| 449 | AssemblerOutput="2" | ||
| 450 | AssemblerListingLocation="$(IntDir)\" | ||
| 451 | ObjectFile="$(IntDir)\" | ||
| 452 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 453 | BrowseInformation="0" | ||
| 454 | WarningLevel="3" | ||
| 455 | SuppressStartupBanner="true" | ||
| 456 | /> | ||
| 457 | <Tool | ||
| 458 | Name="VCManagedResourceCompilerTool" | ||
| 459 | /> | ||
| 460 | <Tool | ||
| 461 | Name="VCResourceCompilerTool" | ||
| 462 | PreprocessorDefinitions="NDEBUG" | ||
| 463 | Culture="1036" | ||
| 464 | /> | ||
| 465 | <Tool | ||
| 466 | Name="VCPreLinkEventTool" | ||
| 467 | /> | ||
| 468 | <Tool | ||
| 469 | Name="VCLinkerTool" | ||
| 470 | OutputFile="$(OutDir)\zlibwapi.dll" | ||
| 471 | LinkIncremental="1" | ||
| 472 | SuppressStartupBanner="true" | ||
| 473 | GenerateManifest="false" | ||
| 474 | IgnoreAllDefaultLibraries="false" | ||
| 475 | ModuleDefinitionFile=".\zlibvc.def" | ||
| 476 | ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb" | ||
| 477 | GenerateMapFile="true" | ||
| 478 | MapFileName="$(OutDir)/zlibwapi.map" | ||
| 479 | SubSystem="2" | ||
| 480 | OptimizeForWindows98="1" | ||
| 481 | ImportLibrary="$(OutDir)/zlibwapi.lib" | ||
| 482 | TargetMachine="17" | ||
| 483 | /> | ||
| 484 | <Tool | ||
| 485 | Name="VCALinkTool" | ||
| 486 | /> | ||
| 487 | <Tool | ||
| 488 | Name="VCManifestTool" | ||
| 489 | /> | ||
| 490 | <Tool | ||
| 491 | Name="VCXDCMakeTool" | ||
| 492 | /> | ||
| 493 | <Tool | ||
| 494 | Name="VCBscMakeTool" | ||
| 495 | /> | ||
| 496 | <Tool | ||
| 497 | Name="VCFxCopTool" | ||
| 498 | /> | ||
| 499 | <Tool | ||
| 500 | Name="VCAppVerifierTool" | ||
| 501 | /> | ||
| 502 | <Tool | ||
| 503 | Name="VCPostBuildEventTool" | ||
| 504 | /> | ||
| 505 | </Configuration> | ||
| 506 | <Configuration | ||
| 507 | Name="ReleaseWithoutAsm|Itanium" | ||
| 508 | OutputDirectory="ia64\ZlibDll$(ConfigurationName)" | ||
| 509 | IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp" | ||
| 510 | ConfigurationType="2" | ||
| 511 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 512 | UseOfMFC="0" | ||
| 513 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 514 | WholeProgramOptimization="1" | ||
| 515 | > | ||
| 516 | <Tool | ||
| 517 | Name="VCPreBuildEventTool" | ||
| 518 | /> | ||
| 519 | <Tool | ||
| 520 | Name="VCCustomBuildTool" | ||
| 521 | /> | ||
| 522 | <Tool | ||
| 523 | Name="VCXMLDataGeneratorTool" | ||
| 524 | /> | ||
| 525 | <Tool | ||
| 526 | Name="VCWebServiceProxyGeneratorTool" | ||
| 527 | /> | ||
| 528 | <Tool | ||
| 529 | Name="VCMIDLTool" | ||
| 530 | PreprocessorDefinitions="NDEBUG" | ||
| 531 | MkTypLibCompatible="true" | ||
| 532 | SuppressStartupBanner="true" | ||
| 533 | TargetEnvironment="2" | ||
| 534 | TypeLibraryName="$(OutDir)/zlibvc.tlb" | ||
| 535 | /> | ||
| 536 | <Tool | ||
| 537 | Name="VCCLCompilerTool" | ||
| 538 | InlineFunctionExpansion="1" | ||
| 539 | AdditionalIncludeDirectories="..\..\.." | ||
| 540 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64" | ||
| 541 | StringPooling="true" | ||
| 542 | ExceptionHandling="0" | ||
| 543 | RuntimeLibrary="2" | ||
| 544 | BufferSecurityCheck="false" | ||
| 545 | EnableFunctionLevelLinking="true" | ||
| 546 | PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" | ||
| 547 | AssemblerOutput="2" | ||
| 548 | AssemblerListingLocation="$(IntDir)\" | ||
| 549 | ObjectFile="$(IntDir)\" | ||
| 550 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 551 | BrowseInformation="0" | ||
| 552 | WarningLevel="3" | ||
| 553 | SuppressStartupBanner="true" | ||
| 554 | /> | ||
| 555 | <Tool | ||
| 556 | Name="VCManagedResourceCompilerTool" | ||
| 557 | /> | ||
| 558 | <Tool | ||
| 559 | Name="VCResourceCompilerTool" | ||
| 560 | PreprocessorDefinitions="NDEBUG" | ||
| 561 | Culture="1036" | ||
| 562 | /> | ||
| 563 | <Tool | ||
| 564 | Name="VCPreLinkEventTool" | ||
| 565 | /> | ||
| 566 | <Tool | ||
| 567 | Name="VCLinkerTool" | ||
| 568 | OutputFile="$(OutDir)\zlibwapi.dll" | ||
| 569 | LinkIncremental="1" | ||
| 570 | SuppressStartupBanner="true" | ||
| 571 | GenerateManifest="false" | ||
| 572 | IgnoreAllDefaultLibraries="false" | ||
| 573 | ModuleDefinitionFile=".\zlibvc.def" | ||
| 574 | ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb" | ||
| 575 | GenerateMapFile="true" | ||
| 576 | MapFileName="$(OutDir)/zlibwapi.map" | ||
| 577 | SubSystem="2" | ||
| 578 | OptimizeForWindows98="1" | ||
| 579 | ImportLibrary="$(OutDir)/zlibwapi.lib" | ||
| 580 | TargetMachine="5" | ||
| 581 | /> | ||
| 582 | <Tool | ||
| 583 | Name="VCALinkTool" | ||
| 584 | /> | ||
| 585 | <Tool | ||
| 586 | Name="VCManifestTool" | ||
| 587 | /> | ||
| 588 | <Tool | ||
| 589 | Name="VCXDCMakeTool" | ||
| 590 | /> | ||
| 591 | <Tool | ||
| 592 | Name="VCBscMakeTool" | ||
| 593 | /> | ||
| 594 | <Tool | ||
| 595 | Name="VCFxCopTool" | ||
| 596 | /> | ||
| 597 | <Tool | ||
| 598 | Name="VCAppVerifierTool" | ||
| 599 | /> | ||
| 600 | <Tool | ||
| 601 | Name="VCPostBuildEventTool" | ||
| 602 | /> | ||
| 603 | </Configuration> | ||
| 604 | <Configuration | ||
| 605 | Name="Release|Win32" | ||
| 606 | OutputDirectory="x86\ZlibDll$(ConfigurationName)" | ||
| 607 | IntermediateDirectory="x86\ZlibDll$(ConfigurationName)\Tmp" | ||
| 608 | ConfigurationType="2" | ||
| 609 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 610 | UseOfMFC="0" | ||
| 611 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 612 | WholeProgramOptimization="1" | ||
| 613 | > | ||
| 614 | <Tool | ||
| 615 | Name="VCPreBuildEventTool" | ||
| 616 | /> | ||
| 617 | <Tool | ||
| 618 | Name="VCCustomBuildTool" | ||
| 619 | /> | ||
| 620 | <Tool | ||
| 621 | Name="VCXMLDataGeneratorTool" | ||
| 622 | /> | ||
| 623 | <Tool | ||
| 624 | Name="VCWebServiceProxyGeneratorTool" | ||
| 625 | /> | ||
| 626 | <Tool | ||
| 627 | Name="VCMIDLTool" | ||
| 628 | PreprocessorDefinitions="NDEBUG" | ||
| 629 | MkTypLibCompatible="true" | ||
| 630 | SuppressStartupBanner="true" | ||
| 631 | TargetEnvironment="1" | ||
| 632 | TypeLibraryName="$(OutDir)/zlibvc.tlb" | ||
| 633 | /> | ||
| 634 | <Tool | ||
| 635 | Name="VCCLCompilerTool" | ||
| 636 | InlineFunctionExpansion="1" | ||
| 637 | AdditionalIncludeDirectories="..\..\.." | ||
| 638 | PreprocessorDefinitions="WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI" | ||
| 639 | StringPooling="true" | ||
| 640 | ExceptionHandling="0" | ||
| 641 | RuntimeLibrary="0" | ||
| 642 | BufferSecurityCheck="false" | ||
| 643 | EnableFunctionLevelLinking="true" | ||
| 644 | PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" | ||
| 645 | AssemblerOutput="2" | ||
| 646 | AssemblerListingLocation="$(IntDir)\" | ||
| 647 | ObjectFile="$(IntDir)\" | ||
| 648 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 649 | BrowseInformation="0" | ||
| 650 | WarningLevel="3" | ||
| 651 | SuppressStartupBanner="true" | ||
| 652 | /> | ||
| 653 | <Tool | ||
| 654 | Name="VCManagedResourceCompilerTool" | ||
| 655 | /> | ||
| 656 | <Tool | ||
| 657 | Name="VCResourceCompilerTool" | ||
| 658 | PreprocessorDefinitions="NDEBUG" | ||
| 659 | Culture="1036" | ||
| 660 | /> | ||
| 661 | <Tool | ||
| 662 | Name="VCPreLinkEventTool" | ||
| 663 | /> | ||
| 664 | <Tool | ||
| 665 | Name="VCLinkerTool" | ||
| 666 | AdditionalOptions="/MACHINE:I386" | ||
| 667 | OutputFile="$(OutDir)\zlibwapi.dll" | ||
| 668 | LinkIncremental="1" | ||
| 669 | SuppressStartupBanner="true" | ||
| 670 | GenerateManifest="false" | ||
| 671 | IgnoreAllDefaultLibraries="false" | ||
| 672 | ModuleDefinitionFile=".\zlibvc.def" | ||
| 673 | ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb" | ||
| 674 | GenerateMapFile="true" | ||
| 675 | MapFileName="$(OutDir)/zlibwapi.map" | ||
| 676 | SubSystem="2" | ||
| 677 | OptimizeForWindows98="1" | ||
| 678 | RandomizedBaseAddress="1" | ||
| 679 | DataExecutionPrevention="0" | ||
| 680 | ImportLibrary="$(OutDir)/zlibwapi.lib" | ||
| 681 | /> | ||
| 682 | <Tool | ||
| 683 | Name="VCALinkTool" | ||
| 684 | /> | ||
| 685 | <Tool | ||
| 686 | Name="VCManifestTool" | ||
| 687 | /> | ||
| 688 | <Tool | ||
| 689 | Name="VCXDCMakeTool" | ||
| 690 | /> | ||
| 691 | <Tool | ||
| 692 | Name="VCBscMakeTool" | ||
| 693 | /> | ||
| 694 | <Tool | ||
| 695 | Name="VCFxCopTool" | ||
| 696 | /> | ||
| 697 | <Tool | ||
| 698 | Name="VCAppVerifierTool" | ||
| 699 | /> | ||
| 700 | <Tool | ||
| 701 | Name="VCPostBuildEventTool" | ||
| 702 | /> | ||
| 703 | </Configuration> | ||
| 704 | <Configuration | ||
| 705 | Name="Release|x64" | ||
| 706 | OutputDirectory="x64\ZlibDll$(ConfigurationName)" | ||
| 707 | IntermediateDirectory="x64\ZlibDll$(ConfigurationName)\Tmp" | ||
| 708 | ConfigurationType="2" | ||
| 709 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 710 | UseOfMFC="0" | ||
| 711 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 712 | WholeProgramOptimization="1" | ||
| 713 | > | ||
| 714 | <Tool | ||
| 715 | Name="VCPreBuildEventTool" | ||
| 716 | /> | ||
| 717 | <Tool | ||
| 718 | Name="VCCustomBuildTool" | ||
| 719 | /> | ||
| 720 | <Tool | ||
| 721 | Name="VCXMLDataGeneratorTool" | ||
| 722 | /> | ||
| 723 | <Tool | ||
| 724 | Name="VCWebServiceProxyGeneratorTool" | ||
| 725 | /> | ||
| 726 | <Tool | ||
| 727 | Name="VCMIDLTool" | ||
| 728 | PreprocessorDefinitions="NDEBUG" | ||
| 729 | MkTypLibCompatible="true" | ||
| 730 | SuppressStartupBanner="true" | ||
| 731 | TargetEnvironment="3" | ||
| 732 | TypeLibraryName="$(OutDir)/zlibvc.tlb" | ||
| 733 | /> | ||
| 734 | <Tool | ||
| 735 | Name="VCCLCompilerTool" | ||
| 736 | InlineFunctionExpansion="1" | ||
| 737 | AdditionalIncludeDirectories="..\..\.." | ||
| 738 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64" | ||
| 739 | StringPooling="true" | ||
| 740 | ExceptionHandling="0" | ||
| 741 | RuntimeLibrary="2" | ||
| 742 | BufferSecurityCheck="false" | ||
| 743 | EnableFunctionLevelLinking="true" | ||
| 744 | PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" | ||
| 745 | AssemblerOutput="2" | ||
| 746 | AssemblerListingLocation="$(IntDir)\" | ||
| 747 | ObjectFile="$(IntDir)\" | ||
| 748 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 749 | BrowseInformation="0" | ||
| 750 | WarningLevel="3" | ||
| 751 | SuppressStartupBanner="true" | ||
| 752 | /> | ||
| 753 | <Tool | ||
| 754 | Name="VCManagedResourceCompilerTool" | ||
| 755 | /> | ||
| 756 | <Tool | ||
| 757 | Name="VCResourceCompilerTool" | ||
| 758 | PreprocessorDefinitions="NDEBUG" | ||
| 759 | Culture="1036" | ||
| 760 | /> | ||
| 761 | <Tool | ||
| 762 | Name="VCPreLinkEventTool" | ||
| 763 | /> | ||
| 764 | <Tool | ||
| 765 | Name="VCLinkerTool" | ||
| 766 | OutputFile="$(OutDir)\zlibwapi.dll" | ||
| 767 | LinkIncremental="1" | ||
| 768 | SuppressStartupBanner="true" | ||
| 769 | GenerateManifest="false" | ||
| 770 | IgnoreAllDefaultLibraries="false" | ||
| 771 | ModuleDefinitionFile=".\zlibvc.def" | ||
| 772 | ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb" | ||
| 773 | GenerateMapFile="true" | ||
| 774 | MapFileName="$(OutDir)/zlibwapi.map" | ||
| 775 | SubSystem="2" | ||
| 776 | OptimizeForWindows98="1" | ||
| 777 | ImportLibrary="$(OutDir)/zlibwapi.lib" | ||
| 778 | TargetMachine="17" | ||
| 779 | /> | ||
| 780 | <Tool | ||
| 781 | Name="VCALinkTool" | ||
| 782 | /> | ||
| 783 | <Tool | ||
| 784 | Name="VCManifestTool" | ||
| 785 | /> | ||
| 786 | <Tool | ||
| 787 | Name="VCXDCMakeTool" | ||
| 788 | /> | ||
| 789 | <Tool | ||
| 790 | Name="VCBscMakeTool" | ||
| 791 | /> | ||
| 792 | <Tool | ||
| 793 | Name="VCFxCopTool" | ||
| 794 | /> | ||
| 795 | <Tool | ||
| 796 | Name="VCAppVerifierTool" | ||
| 797 | /> | ||
| 798 | <Tool | ||
| 799 | Name="VCPostBuildEventTool" | ||
| 800 | /> | ||
| 801 | </Configuration> | ||
| 802 | <Configuration | ||
| 803 | Name="Release|Itanium" | ||
| 804 | OutputDirectory="ia64\ZlibDll$(ConfigurationName)" | ||
| 805 | IntermediateDirectory="ia64\ZlibDll$(ConfigurationName)\Tmp" | ||
| 806 | ConfigurationType="2" | ||
| 807 | InheritedPropertySheets="UpgradeFromVC70.vsprops" | ||
| 808 | UseOfMFC="0" | ||
| 809 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
| 810 | WholeProgramOptimization="1" | ||
| 811 | > | ||
| 812 | <Tool | ||
| 813 | Name="VCPreBuildEventTool" | ||
| 814 | /> | ||
| 815 | <Tool | ||
| 816 | Name="VCCustomBuildTool" | ||
| 817 | /> | ||
| 818 | <Tool | ||
| 819 | Name="VCXMLDataGeneratorTool" | ||
| 820 | /> | ||
| 821 | <Tool | ||
| 822 | Name="VCWebServiceProxyGeneratorTool" | ||
| 823 | /> | ||
| 824 | <Tool | ||
| 825 | Name="VCMIDLTool" | ||
| 826 | PreprocessorDefinitions="NDEBUG" | ||
| 827 | MkTypLibCompatible="true" | ||
| 828 | SuppressStartupBanner="true" | ||
| 829 | TargetEnvironment="2" | ||
| 830 | TypeLibraryName="$(OutDir)/zlibvc.tlb" | ||
| 831 | /> | ||
| 832 | <Tool | ||
| 833 | Name="VCCLCompilerTool" | ||
| 834 | InlineFunctionExpansion="1" | ||
| 835 | AdditionalIncludeDirectories="..\..\.." | ||
| 836 | PreprocessorDefinitions="_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64" | ||
| 837 | StringPooling="true" | ||
| 838 | ExceptionHandling="0" | ||
| 839 | RuntimeLibrary="2" | ||
| 840 | BufferSecurityCheck="false" | ||
| 841 | EnableFunctionLevelLinking="true" | ||
| 842 | PrecompiledHeaderFile="$(IntDir)/zlibvc.pch" | ||
| 843 | AssemblerOutput="2" | ||
| 844 | AssemblerListingLocation="$(IntDir)\" | ||
| 845 | ObjectFile="$(IntDir)\" | ||
| 846 | ProgramDataBaseFileName="$(OutDir)\" | ||
| 847 | BrowseInformation="0" | ||
| 848 | WarningLevel="3" | ||
| 849 | SuppressStartupBanner="true" | ||
| 850 | /> | ||
| 851 | <Tool | ||
| 852 | Name="VCManagedResourceCompilerTool" | ||
| 853 | /> | ||
| 854 | <Tool | ||
| 855 | Name="VCResourceCompilerTool" | ||
| 856 | PreprocessorDefinitions="NDEBUG" | ||
| 857 | Culture="1036" | ||
| 858 | /> | ||
| 859 | <Tool | ||
| 860 | Name="VCPreLinkEventTool" | ||
| 861 | /> | ||
| 862 | <Tool | ||
| 863 | Name="VCLinkerTool" | ||
| 864 | OutputFile="$(OutDir)\zlibwapi.dll" | ||
| 865 | LinkIncremental="1" | ||
| 866 | SuppressStartupBanner="true" | ||
| 867 | GenerateManifest="false" | ||
| 868 | IgnoreAllDefaultLibraries="false" | ||
| 869 | ModuleDefinitionFile=".\zlibvc.def" | ||
| 870 | ProgramDatabaseFile="$(OutDir)/zlibwapi.pdb" | ||
| 871 | GenerateMapFile="true" | ||
| 872 | MapFileName="$(OutDir)/zlibwapi.map" | ||
| 873 | SubSystem="2" | ||
| 874 | OptimizeForWindows98="1" | ||
| 875 | ImportLibrary="$(OutDir)/zlibwapi.lib" | ||
| 876 | TargetMachine="5" | ||
| 877 | /> | ||
| 878 | <Tool | ||
| 879 | Name="VCALinkTool" | ||
| 880 | /> | ||
| 881 | <Tool | ||
| 882 | Name="VCManifestTool" | ||
| 883 | /> | ||
| 884 | <Tool | ||
| 885 | Name="VCXDCMakeTool" | ||
| 886 | /> | ||
| 887 | <Tool | ||
| 888 | Name="VCBscMakeTool" | ||
| 889 | /> | ||
| 890 | <Tool | ||
| 891 | Name="VCFxCopTool" | ||
| 892 | /> | ||
| 893 | <Tool | ||
| 894 | Name="VCAppVerifierTool" | ||
| 895 | /> | ||
| 896 | <Tool | ||
| 897 | Name="VCPostBuildEventTool" | ||
| 898 | /> | ||
| 899 | </Configuration> | ||
| 900 | </Configurations> | ||
| 901 | <References> | ||
| 902 | </References> | ||
| 903 | <Files> | ||
| 904 | <Filter | ||
| 905 | Name="Source Files" | ||
| 906 | Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90" | ||
| 907 | > | ||
| 908 | <File | ||
| 909 | RelativePath="..\..\..\adler32.c" | ||
| 910 | > | ||
| 911 | </File> | ||
| 912 | <File | ||
| 913 | RelativePath="..\..\..\compress.c" | ||
| 914 | > | ||
| 915 | </File> | ||
| 916 | <File | ||
| 917 | RelativePath="..\..\..\crc32.c" | ||
| 918 | > | ||
| 919 | </File> | ||
| 920 | <File | ||
| 921 | RelativePath="..\..\..\deflate.c" | ||
| 922 | > | ||
| 923 | </File> | ||
| 924 | <File | ||
| 925 | RelativePath="..\..\..\gzclose.c" | ||
| 926 | > | ||
| 927 | </File> | ||
| 928 | <File | ||
| 929 | RelativePath="..\..\..\gzguts.h" | ||
| 930 | > | ||
| 931 | </File> | ||
| 932 | <File | ||
| 933 | RelativePath="..\..\..\gzlib.c" | ||
| 934 | > | ||
| 935 | </File> | ||
| 936 | <File | ||
| 937 | RelativePath="..\..\..\gzread.c" | ||
| 938 | > | ||
| 939 | </File> | ||
| 940 | <File | ||
| 941 | RelativePath="..\..\..\gzwrite.c" | ||
| 942 | > | ||
| 943 | </File> | ||
| 944 | <File | ||
| 945 | RelativePath="..\..\..\infback.c" | ||
| 946 | > | ||
| 947 | </File> | ||
| 948 | <File | ||
| 949 | RelativePath="..\..\..\inffast.c" | ||
| 950 | > | ||
| 951 | </File> | ||
| 952 | <File | ||
| 953 | RelativePath="..\..\..\inflate.c" | ||
| 954 | > | ||
| 955 | </File> | ||
| 956 | <File | ||
| 957 | RelativePath="..\..\..\inftrees.c" | ||
| 958 | > | ||
| 959 | </File> | ||
| 960 | <File | ||
| 961 | RelativePath="..\..\minizip\ioapi.c" | ||
| 962 | > | ||
| 963 | </File> | ||
| 964 | <File | ||
| 965 | RelativePath="..\..\minizip\iowin32.c" | ||
| 966 | > | ||
| 967 | </File> | ||
| 968 | <File | ||
| 969 | RelativePath="..\..\..\trees.c" | ||
| 970 | > | ||
| 971 | </File> | ||
| 972 | <File | ||
| 973 | RelativePath="..\..\..\uncompr.c" | ||
| 974 | > | ||
| 975 | </File> | ||
| 976 | <File | ||
| 977 | RelativePath="..\..\minizip\unzip.c" | ||
| 978 | > | ||
| 979 | <FileConfiguration | ||
| 980 | Name="Release|Win32" | ||
| 981 | > | ||
| 982 | <Tool | ||
| 983 | Name="VCCLCompilerTool" | ||
| 984 | AdditionalIncludeDirectories="" | ||
| 985 | PreprocessorDefinitions="ZLIB_INTERNAL" | ||
| 986 | /> | ||
| 987 | </FileConfiguration> | ||
| 988 | <FileConfiguration | ||
| 989 | Name="Release|x64" | ||
| 990 | > | ||
| 991 | <Tool | ||
| 992 | Name="VCCLCompilerTool" | ||
| 993 | AdditionalIncludeDirectories="" | ||
| 994 | PreprocessorDefinitions="ZLIB_INTERNAL" | ||
| 995 | /> | ||
| 996 | </FileConfiguration> | ||
| 997 | <FileConfiguration | ||
| 998 | Name="Release|Itanium" | ||
| 999 | > | ||
| 1000 | <Tool | ||
| 1001 | Name="VCCLCompilerTool" | ||
| 1002 | AdditionalIncludeDirectories="" | ||
| 1003 | PreprocessorDefinitions="ZLIB_INTERNAL" | ||
| 1004 | /> | ||
| 1005 | </FileConfiguration> | ||
| 1006 | </File> | ||
| 1007 | <File | ||
| 1008 | RelativePath="..\..\minizip\zip.c" | ||
| 1009 | > | ||
| 1010 | <FileConfiguration | ||
| 1011 | Name="Release|Win32" | ||
| 1012 | > | ||
| 1013 | <Tool | ||
| 1014 | Name="VCCLCompilerTool" | ||
| 1015 | AdditionalIncludeDirectories="" | ||
| 1016 | PreprocessorDefinitions="ZLIB_INTERNAL" | ||
| 1017 | /> | ||
| 1018 | </FileConfiguration> | ||
| 1019 | <FileConfiguration | ||
| 1020 | Name="Release|x64" | ||
| 1021 | > | ||
| 1022 | <Tool | ||
| 1023 | Name="VCCLCompilerTool" | ||
| 1024 | AdditionalIncludeDirectories="" | ||
| 1025 | PreprocessorDefinitions="ZLIB_INTERNAL" | ||
| 1026 | /> | ||
| 1027 | </FileConfiguration> | ||
| 1028 | <FileConfiguration | ||
| 1029 | Name="Release|Itanium" | ||
| 1030 | > | ||
| 1031 | <Tool | ||
| 1032 | Name="VCCLCompilerTool" | ||
| 1033 | AdditionalIncludeDirectories="" | ||
| 1034 | PreprocessorDefinitions="ZLIB_INTERNAL" | ||
| 1035 | /> | ||
| 1036 | </FileConfiguration> | ||
| 1037 | </File> | ||
| 1038 | <File | ||
| 1039 | RelativePath=".\zlib.rc" | ||
| 1040 | > | ||
| 1041 | </File> | ||
| 1042 | <File | ||
| 1043 | RelativePath=".\zlibvc.def" | ||
| 1044 | > | ||
| 1045 | </File> | ||
| 1046 | <File | ||
| 1047 | RelativePath="..\..\..\zutil.c" | ||
| 1048 | > | ||
| 1049 | </File> | ||
| 1050 | </Filter> | ||
| 1051 | <Filter | ||
| 1052 | Name="Header Files" | ||
| 1053 | Filter="h;hpp;hxx;hm;inl;fi;fd" | ||
| 1054 | > | ||
| 1055 | <File | ||
| 1056 | RelativePath="..\..\..\deflate.h" | ||
| 1057 | > | ||
| 1058 | </File> | ||
| 1059 | <File | ||
| 1060 | RelativePath="..\..\..\infblock.h" | ||
| 1061 | > | ||
| 1062 | </File> | ||
| 1063 | <File | ||
| 1064 | RelativePath="..\..\..\infcodes.h" | ||
| 1065 | > | ||
| 1066 | </File> | ||
| 1067 | <File | ||
| 1068 | RelativePath="..\..\..\inffast.h" | ||
| 1069 | > | ||
| 1070 | </File> | ||
| 1071 | <File | ||
| 1072 | RelativePath="..\..\..\inftrees.h" | ||
| 1073 | > | ||
| 1074 | </File> | ||
| 1075 | <File | ||
| 1076 | RelativePath="..\..\..\infutil.h" | ||
| 1077 | > | ||
| 1078 | </File> | ||
| 1079 | <File | ||
| 1080 | RelativePath="..\..\..\zconf.h" | ||
| 1081 | > | ||
| 1082 | </File> | ||
| 1083 | <File | ||
| 1084 | RelativePath="..\..\..\zlib.h" | ||
| 1085 | > | ||
| 1086 | </File> | ||
| 1087 | <File | ||
| 1088 | RelativePath="..\..\..\zutil.h" | ||
| 1089 | > | ||
| 1090 | </File> | ||
| 1091 | </Filter> | ||
| 1092 | <Filter | ||
| 1093 | Name="Resource Files" | ||
| 1094 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe" | ||
| 1095 | > | ||
| 1096 | </Filter> | ||
| 1097 | </Files> | ||
| 1098 | <Globals> | ||
| 1099 | </Globals> | ||
| 1100 | </VisualStudioProject> | ||
