diff options
Diffstat (limited to 'contrib/vstudio/vc11/zlibvc.vcxproj')
-rw-r--r-- | contrib/vstudio/vc11/zlibvc.vcxproj | 494 |
1 files changed, 489 insertions, 5 deletions
diff --git a/contrib/vstudio/vc11/zlibvc.vcxproj b/contrib/vstudio/vc11/zlibvc.vcxproj index dfaccf5..c65b95f 100644 --- a/contrib/vstudio/vc11/zlibvc.vcxproj +++ b/contrib/vstudio/vc11/zlibvc.vcxproj | |||
@@ -1,10 +1,38 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | <ItemGroup Label="ProjectConfigurations"> | 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> | ||
4 | <ProjectConfiguration Include="Debug|x64"> | 12 | <ProjectConfiguration Include="Debug|x64"> |
5 | <Configuration>Debug</Configuration> | 13 | <Configuration>Debug</Configuration> |
6 | <Platform>x64</Platform> | 14 | <Platform>x64</Platform> |
7 | </ProjectConfiguration> | 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> | ||
8 | <ProjectConfiguration Include="Release|x64"> | 36 | <ProjectConfiguration Include="Release|x64"> |
9 | <Configuration>Release</Configuration> | 37 | <Configuration>Release</Configuration> |
10 | <Platform>x64</Platform> | 38 | <Platform>x64</Platform> |
@@ -14,12 +42,50 @@ | |||
14 | <ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid> | 42 | <ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid> |
15 | </PropertyGroup> | 43 | </PropertyGroup> |
16 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 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> | ||
17 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
18 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 78 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
19 | <UseOfMfc>false</UseOfMfc> | 79 | <UseOfMfc>false</UseOfMfc> |
20 | <WholeProgramOptimization>true</WholeProgramOptimization> | 80 | <WholeProgramOptimization>true</WholeProgramOptimization> |
21 | <PlatformToolset>v110</PlatformToolset> | 81 | <PlatformToolset>v110</PlatformToolset> |
22 | </PropertyGroup> | 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> | ||
23 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
24 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 90 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
25 | <UseOfMfc>false</UseOfMfc> | 91 | <UseOfMfc>false</UseOfMfc> |
@@ -28,32 +94,258 @@ | |||
28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 94 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
29 | <ImportGroup Label="ExtensionSettings"> | 95 | <ImportGroup Label="ExtensionSettings"> |
30 | </ImportGroup> | 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> | ||
31 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | 115 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
32 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 116 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
33 | </ImportGroup> | 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> | ||
34 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | 121 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
35 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 122 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
36 | </ImportGroup> | 123 | </ImportGroup> |
37 | <PropertyGroup Label="UserMacros" /> | 124 | <PropertyGroup Label="UserMacros" /> |
38 | <PropertyGroup> | 125 | <PropertyGroup> |
39 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | 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> | ||
40 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\</OutDir> | 139 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\</OutDir> |
41 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | 140 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> |
42 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | 141 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
43 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | 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> | ||
44 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\</OutDir> | 155 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\</OutDir> |
45 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | 156 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> |
46 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | 157 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
47 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | 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'" /> | ||
48 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | 169 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
49 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | 170 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
50 | <CodeAnalysisRuleAssemblies 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'" /> | ||
51 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | 187 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
52 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | 188 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
53 | <CodeAnalysisRuleAssemblies 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> | ||
54 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">zlibwapi</TargetName> | 193 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">zlibwapi</TargetName> |
194 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">zlibwapi</TargetName> | ||
55 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">zlibwapi</TargetName> | 195 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">zlibwapi</TargetName> |
56 | </PropertyGroup> | 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>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
208 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(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>..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(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 | <PreBuildEvent> | ||
244 | <Command>cd ..\..\masmx86 | ||
245 | bld_ml32.bat</Command> | ||
246 | </PreBuildEvent> | ||
247 | </ItemDefinitionGroup> | ||
248 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
249 | <Midl> | ||
250 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
251 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
252 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
253 | <TargetEnvironment>Win32</TargetEnvironment> | ||
254 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
255 | </Midl> | ||
256 | <ClCompile> | ||
257 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
258 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
259 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
260 | <StringPooling>true</StringPooling> | ||
261 | <ExceptionHandling> | ||
262 | </ExceptionHandling> | ||
263 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
264 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
265 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
266 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
267 | <AssemblerOutput>All</AssemblerOutput> | ||
268 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
269 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
270 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
271 | <BrowseInformation> | ||
272 | </BrowseInformation> | ||
273 | <WarningLevel>Level3</WarningLevel> | ||
274 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
275 | </ClCompile> | ||
276 | <ResourceCompile> | ||
277 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
278 | <Culture>0x040c</Culture> | ||
279 | </ResourceCompile> | ||
280 | <Link> | ||
281 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
282 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
283 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
284 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
285 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
286 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
287 | <GenerateMapFile>true</GenerateMapFile> | ||
288 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
289 | <SubSystem>Windows</SubSystem> | ||
290 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
291 | <DataExecutionPrevention> | ||
292 | </DataExecutionPrevention> | ||
293 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
294 | </Link> | ||
295 | </ItemDefinitionGroup> | ||
296 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
297 | <Midl> | ||
298 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
299 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
300 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
301 | <TargetEnvironment>Win32</TargetEnvironment> | ||
302 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
303 | </Midl> | ||
304 | <ClCompile> | ||
305 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
306 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
307 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
308 | <StringPooling>true</StringPooling> | ||
309 | <ExceptionHandling> | ||
310 | </ExceptionHandling> | ||
311 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
312 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
313 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
314 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
315 | <AssemblerOutput>All</AssemblerOutput> | ||
316 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
317 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
318 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
319 | <BrowseInformation> | ||
320 | </BrowseInformation> | ||
321 | <WarningLevel>Level3</WarningLevel> | ||
322 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
323 | </ClCompile> | ||
324 | <ResourceCompile> | ||
325 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
326 | <Culture>0x040c</Culture> | ||
327 | </ResourceCompile> | ||
328 | <Link> | ||
329 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
330 | <AdditionalDependencies>..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
331 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
332 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
333 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
334 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
335 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
336 | <GenerateMapFile>true</GenerateMapFile> | ||
337 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
338 | <SubSystem>Windows</SubSystem> | ||
339 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
340 | <DataExecutionPrevention> | ||
341 | </DataExecutionPrevention> | ||
342 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
343 | </Link> | ||
344 | <PreBuildEvent> | ||
345 | <Command>cd ..\..\masmx86 | ||
346 | bld_ml32.bat</Command> | ||
347 | </PreBuildEvent> | ||
348 | </ItemDefinitionGroup> | ||
57 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 349 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
58 | <Midl> | 350 | <Midl> |
59 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 351 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
@@ -88,7 +380,7 @@ | |||
88 | <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies> | 380 | <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies> |
89 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | 381 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> |
90 | <SuppressStartupBanner>true</SuppressStartupBanner> | 382 | <SuppressStartupBanner>true</SuppressStartupBanner> |
91 | <ModuleDefinitionFile>.\zlibvc11.def</ModuleDefinitionFile> | 383 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> |
92 | <GenerateDebugInformation>true</GenerateDebugInformation> | 384 | <GenerateDebugInformation>true</GenerateDebugInformation> |
93 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | 385 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> |
94 | <GenerateMapFile>true</GenerateMapFile> | 386 | <GenerateMapFile>true</GenerateMapFile> |
@@ -98,10 +390,143 @@ | |||
98 | <TargetMachine>MachineX64</TargetMachine> | 390 | <TargetMachine>MachineX64</TargetMachine> |
99 | </Link> | 391 | </Link> |
100 | <PreBuildEvent> | 392 | <PreBuildEvent> |
101 | <Command>cd ..\..\masmx64 | 393 | <Command>cd ..\..\contrib\masmx64 |
102 | bld_ml64.bat</Command> | 394 | bld_ml64.bat</Command> |
103 | </PreBuildEvent> | 395 | </PreBuildEvent> |
104 | </ItemDefinitionGroup> | 396 | </ItemDefinitionGroup> |
397 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
398 | <Midl> | ||
399 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
400 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
401 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
402 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
403 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
404 | </Midl> | ||
405 | <ClCompile> | ||
406 | <Optimization>Disabled</Optimization> | ||
407 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
408 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
409 | <ExceptionHandling> | ||
410 | </ExceptionHandling> | ||
411 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
412 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
413 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
414 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
415 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
416 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
417 | <BrowseInformation> | ||
418 | </BrowseInformation> | ||
419 | <WarningLevel>Level3</WarningLevel> | ||
420 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
421 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
422 | </ClCompile> | ||
423 | <ResourceCompile> | ||
424 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
425 | <Culture>0x040c</Culture> | ||
426 | </ResourceCompile> | ||
427 | <Link> | ||
428 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
429 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
430 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
431 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
432 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
433 | <GenerateMapFile>true</GenerateMapFile> | ||
434 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
435 | <SubSystem>Windows</SubSystem> | ||
436 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
437 | <TargetMachine>MachineIA64</TargetMachine> | ||
438 | </Link> | ||
439 | </ItemDefinitionGroup> | ||
440 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
441 | <Midl> | ||
442 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
443 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
444 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
445 | <TargetEnvironment>X64</TargetEnvironment> | ||
446 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
447 | </Midl> | ||
448 | <ClCompile> | ||
449 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
450 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
451 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
452 | <StringPooling>true</StringPooling> | ||
453 | <ExceptionHandling> | ||
454 | </ExceptionHandling> | ||
455 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
456 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
457 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
458 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
459 | <AssemblerOutput>All</AssemblerOutput> | ||
460 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
461 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
462 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
463 | <BrowseInformation> | ||
464 | </BrowseInformation> | ||
465 | <WarningLevel>Level3</WarningLevel> | ||
466 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
467 | </ClCompile> | ||
468 | <ResourceCompile> | ||
469 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
470 | <Culture>0x040c</Culture> | ||
471 | </ResourceCompile> | ||
472 | <Link> | ||
473 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
474 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
475 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
476 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
477 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
478 | <GenerateMapFile>true</GenerateMapFile> | ||
479 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
480 | <SubSystem>Windows</SubSystem> | ||
481 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
482 | <TargetMachine>MachineX64</TargetMachine> | ||
483 | </Link> | ||
484 | </ItemDefinitionGroup> | ||
485 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
486 | <Midl> | ||
487 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
488 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
489 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
490 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
491 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
492 | </Midl> | ||
493 | <ClCompile> | ||
494 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
495 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
496 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
497 | <StringPooling>true</StringPooling> | ||
498 | <ExceptionHandling> | ||
499 | </ExceptionHandling> | ||
500 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
501 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
502 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
503 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
504 | <AssemblerOutput>All</AssemblerOutput> | ||
505 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
506 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
507 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
508 | <BrowseInformation> | ||
509 | </BrowseInformation> | ||
510 | <WarningLevel>Level3</WarningLevel> | ||
511 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
512 | </ClCompile> | ||
513 | <ResourceCompile> | ||
514 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
515 | <Culture>0x040c</Culture> | ||
516 | </ResourceCompile> | ||
517 | <Link> | ||
518 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
519 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
520 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
521 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
522 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
523 | <GenerateMapFile>true</GenerateMapFile> | ||
524 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
525 | <SubSystem>Windows</SubSystem> | ||
526 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
527 | <TargetMachine>MachineIA64</TargetMachine> | ||
528 | </Link> | ||
529 | </ItemDefinitionGroup> | ||
105 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 530 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
106 | <Midl> | 531 | <Midl> |
107 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 532 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
@@ -139,20 +564,64 @@ bld_ml64.bat</Command> | |||
139 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | 564 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> |
140 | <SuppressStartupBanner>true</SuppressStartupBanner> | 565 | <SuppressStartupBanner>true</SuppressStartupBanner> |
141 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | 566 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
142 | <ModuleDefinitionFile>.\zlibvc11.def</ModuleDefinitionFile> | 567 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> |
143 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | 568 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> |
144 | <GenerateMapFile>true</GenerateMapFile> | 569 | <GenerateMapFile>true</GenerateMapFile> |
145 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | 570 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> |
146 | <SubSystem>Windows</SubSystem> | 571 | <SubSystem>Windows</SubSystem> |
147 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | 572 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> |
148 | <TargetMachine>MachineX64</TargetMachine> | 573 | <TargetMachine>MachineX64</TargetMachine> |
149 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
150 | </Link> | 574 | </Link> |
151 | <PreBuildEvent> | 575 | <PreBuildEvent> |
152 | <Command>cd ..\..\masmx64 | 576 | <Command>cd ..\..\masmx64 |
153 | bld_ml64.bat</Command> | 577 | bld_ml64.bat</Command> |
154 | </PreBuildEvent> | 578 | </PreBuildEvent> |
155 | </ItemDefinitionGroup> | 579 | </ItemDefinitionGroup> |
580 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
581 | <Midl> | ||
582 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
583 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
584 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
585 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
586 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
587 | </Midl> | ||
588 | <ClCompile> | ||
589 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
590 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
591 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
592 | <StringPooling>true</StringPooling> | ||
593 | <ExceptionHandling> | ||
594 | </ExceptionHandling> | ||
595 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
596 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
597 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
598 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
599 | <AssemblerOutput>All</AssemblerOutput> | ||
600 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
601 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
602 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
603 | <BrowseInformation> | ||
604 | </BrowseInformation> | ||
605 | <WarningLevel>Level3</WarningLevel> | ||
606 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
607 | </ClCompile> | ||
608 | <ResourceCompile> | ||
609 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
610 | <Culture>0x040c</Culture> | ||
611 | </ResourceCompile> | ||
612 | <Link> | ||
613 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
614 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
615 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
616 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
617 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
618 | <GenerateMapFile>true</GenerateMapFile> | ||
619 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
620 | <SubSystem>Windows</SubSystem> | ||
621 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
622 | <TargetMachine>MachineIA64</TargetMachine> | ||
623 | </Link> | ||
624 | </ItemDefinitionGroup> | ||
156 | <ItemGroup> | 625 | <ItemGroup> |
157 | <ClCompile Include="..\..\..\adler32.c" /> | 626 | <ClCompile Include="..\..\..\adler32.c" /> |
158 | <ClCompile Include="..\..\..\compress.c" /> | 627 | <ClCompile Include="..\..\..\compress.c" /> |
@@ -163,7 +632,14 @@ bld_ml64.bat</Command> | |||
163 | <ClCompile Include="..\..\..\gzread.c" /> | 632 | <ClCompile Include="..\..\..\gzread.c" /> |
164 | <ClCompile Include="..\..\..\gzwrite.c" /> | 633 | <ClCompile Include="..\..\..\gzwrite.c" /> |
165 | <ClCompile Include="..\..\..\infback.c" /> | 634 | <ClCompile Include="..\..\..\infback.c" /> |
166 | <ClCompile Include="..\..\masmx64\inffas8664.c" /> | 635 | <ClCompile Include="..\..\masmx64\inffas8664.c"> |
636 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</ExcludedFromBuild> | ||
637 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||
638 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">true</ExcludedFromBuild> | ||
639 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">true</ExcludedFromBuild> | ||
640 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">true</ExcludedFromBuild> | ||
641 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||
642 | </ClCompile> | ||
167 | <ClCompile Include="..\..\..\inffast.c" /> | 643 | <ClCompile Include="..\..\..\inffast.c" /> |
168 | <ClCompile Include="..\..\..\inflate.c" /> | 644 | <ClCompile Include="..\..\..\inflate.c" /> |
169 | <ClCompile Include="..\..\..\inftrees.c" /> | 645 | <ClCompile Include="..\..\..\inftrees.c" /> |
@@ -172,10 +648,18 @@ bld_ml64.bat</Command> | |||
172 | <ClCompile Include="..\..\..\trees.c" /> | 648 | <ClCompile Include="..\..\..\trees.c" /> |
173 | <ClCompile Include="..\..\..\uncompr.c" /> | 649 | <ClCompile Include="..\..\..\uncompr.c" /> |
174 | <ClCompile Include="..\..\minizip\unzip.c"> | 650 | <ClCompile Include="..\..\minizip\unzip.c"> |
651 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
652 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
653 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
654 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
175 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 655 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
176 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 656 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
177 | </ClCompile> | 657 | </ClCompile> |
178 | <ClCompile Include="..\..\minizip\zip.c"> | 658 | <ClCompile Include="..\..\minizip\zip.c"> |
659 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
660 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
661 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
662 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
179 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 663 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
180 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 664 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
181 | </ClCompile> | 665 | </ClCompile> |