diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/vstudio/vc14/zlibvc.vcxproj | 692 | ||||
-rw-r--r-- | contrib/vstudio/vc14/zlibvc.vcxproj.user | 4 |
2 files changed, 696 insertions, 0 deletions
diff --git a/contrib/vstudio/vc14/zlibvc.vcxproj b/contrib/vstudio/vc14/zlibvc.vcxproj new file mode 100644 index 0000000..f8f673c --- /dev/null +++ b/contrib/vstudio/vc14/zlibvc.vcxproj | |||
@@ -0,0 +1,692 @@ | |||
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>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
211 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(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>..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(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 | <PreBuildEvent> | ||
247 | <Command>cd ..\..\masmx86 | ||
248 | bld_ml32.bat</Command> | ||
249 | </PreBuildEvent> | ||
250 | </ItemDefinitionGroup> | ||
251 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
252 | <Midl> | ||
253 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
254 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
255 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
256 | <TargetEnvironment>Win32</TargetEnvironment> | ||
257 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
258 | </Midl> | ||
259 | <ClCompile> | ||
260 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
261 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
262 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
263 | <StringPooling>true</StringPooling> | ||
264 | <ExceptionHandling> | ||
265 | </ExceptionHandling> | ||
266 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
267 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
268 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
269 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
270 | <AssemblerOutput>All</AssemblerOutput> | ||
271 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
272 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
273 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
274 | <BrowseInformation> | ||
275 | </BrowseInformation> | ||
276 | <WarningLevel>Level3</WarningLevel> | ||
277 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
278 | </ClCompile> | ||
279 | <ResourceCompile> | ||
280 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
281 | <Culture>0x040c</Culture> | ||
282 | </ResourceCompile> | ||
283 | <Link> | ||
284 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
285 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
286 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
287 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
288 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
289 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
290 | <GenerateMapFile>true</GenerateMapFile> | ||
291 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
292 | <SubSystem>Windows</SubSystem> | ||
293 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
294 | <DataExecutionPrevention> | ||
295 | </DataExecutionPrevention> | ||
296 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
297 | </Link> | ||
298 | </ItemDefinitionGroup> | ||
299 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
300 | <Midl> | ||
301 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
302 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
303 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
304 | <TargetEnvironment>Win32</TargetEnvironment> | ||
305 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
306 | </Midl> | ||
307 | <ClCompile> | ||
308 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
309 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
310 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
311 | <StringPooling>true</StringPooling> | ||
312 | <ExceptionHandling> | ||
313 | </ExceptionHandling> | ||
314 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
315 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
316 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
317 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
318 | <AssemblerOutput>All</AssemblerOutput> | ||
319 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
320 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
321 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
322 | <BrowseInformation> | ||
323 | </BrowseInformation> | ||
324 | <WarningLevel>Level3</WarningLevel> | ||
325 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
326 | </ClCompile> | ||
327 | <ResourceCompile> | ||
328 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
329 | <Culture>0x040c</Culture> | ||
330 | </ResourceCompile> | ||
331 | <Link> | ||
332 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
333 | <AdditionalDependencies>..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
334 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
335 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
336 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
337 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
338 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
339 | <GenerateMapFile>true</GenerateMapFile> | ||
340 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
341 | <SubSystem>Windows</SubSystem> | ||
342 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
343 | <DataExecutionPrevention> | ||
344 | </DataExecutionPrevention> | ||
345 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
346 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | ||
347 | </Link> | ||
348 | <PreBuildEvent> | ||
349 | <Command>cd ..\..\masmx86 | ||
350 | bld_ml32.bat</Command> | ||
351 | </PreBuildEvent> | ||
352 | </ItemDefinitionGroup> | ||
353 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
354 | <Midl> | ||
355 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
356 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
357 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
358 | <TargetEnvironment>X64</TargetEnvironment> | ||
359 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
360 | </Midl> | ||
361 | <ClCompile> | ||
362 | <Optimization>Disabled</Optimization> | ||
363 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
364 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
365 | <ExceptionHandling> | ||
366 | </ExceptionHandling> | ||
367 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
368 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
369 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
370 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
371 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
372 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
373 | <BrowseInformation> | ||
374 | </BrowseInformation> | ||
375 | <WarningLevel>Level3</WarningLevel> | ||
376 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
377 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
378 | </ClCompile> | ||
379 | <ResourceCompile> | ||
380 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
381 | <Culture>0x040c</Culture> | ||
382 | </ResourceCompile> | ||
383 | <Link> | ||
384 | <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
385 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
386 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
387 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
388 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
389 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
390 | <GenerateMapFile>true</GenerateMapFile> | ||
391 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
392 | <SubSystem>Windows</SubSystem> | ||
393 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
394 | <TargetMachine>MachineX64</TargetMachine> | ||
395 | </Link> | ||
396 | <PreBuildEvent> | ||
397 | <Command>cd ..\..\contrib\masmx64 | ||
398 | bld_ml64.bat</Command> | ||
399 | </PreBuildEvent> | ||
400 | </ItemDefinitionGroup> | ||
401 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
402 | <Midl> | ||
403 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
404 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
405 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
406 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
407 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
408 | </Midl> | ||
409 | <ClCompile> | ||
410 | <Optimization>Disabled</Optimization> | ||
411 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
412 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
413 | <ExceptionHandling> | ||
414 | </ExceptionHandling> | ||
415 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
416 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
417 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
418 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
419 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
420 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
421 | <BrowseInformation> | ||
422 | </BrowseInformation> | ||
423 | <WarningLevel>Level3</WarningLevel> | ||
424 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
425 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
426 | </ClCompile> | ||
427 | <ResourceCompile> | ||
428 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
429 | <Culture>0x040c</Culture> | ||
430 | </ResourceCompile> | ||
431 | <Link> | ||
432 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
433 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
434 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
435 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
436 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
437 | <GenerateMapFile>true</GenerateMapFile> | ||
438 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
439 | <SubSystem>Windows</SubSystem> | ||
440 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
441 | <TargetMachine>MachineIA64</TargetMachine> | ||
442 | </Link> | ||
443 | </ItemDefinitionGroup> | ||
444 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
445 | <Midl> | ||
446 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
447 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
448 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
449 | <TargetEnvironment>X64</TargetEnvironment> | ||
450 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
451 | </Midl> | ||
452 | <ClCompile> | ||
453 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
454 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
455 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
456 | <StringPooling>true</StringPooling> | ||
457 | <ExceptionHandling> | ||
458 | </ExceptionHandling> | ||
459 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
460 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
461 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
462 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
463 | <AssemblerOutput>All</AssemblerOutput> | ||
464 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
465 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
466 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
467 | <BrowseInformation> | ||
468 | </BrowseInformation> | ||
469 | <WarningLevel>Level3</WarningLevel> | ||
470 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
471 | </ClCompile> | ||
472 | <ResourceCompile> | ||
473 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
474 | <Culture>0x040c</Culture> | ||
475 | </ResourceCompile> | ||
476 | <Link> | ||
477 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
478 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
479 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
480 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
481 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
482 | <GenerateMapFile>true</GenerateMapFile> | ||
483 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
484 | <SubSystem>Windows</SubSystem> | ||
485 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
486 | <TargetMachine>MachineX64</TargetMachine> | ||
487 | </Link> | ||
488 | </ItemDefinitionGroup> | ||
489 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
490 | <Midl> | ||
491 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
492 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
493 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
494 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
495 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
496 | </Midl> | ||
497 | <ClCompile> | ||
498 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
499 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
500 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
501 | <StringPooling>true</StringPooling> | ||
502 | <ExceptionHandling> | ||
503 | </ExceptionHandling> | ||
504 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
505 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
506 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
507 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
508 | <AssemblerOutput>All</AssemblerOutput> | ||
509 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
510 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
511 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
512 | <BrowseInformation> | ||
513 | </BrowseInformation> | ||
514 | <WarningLevel>Level3</WarningLevel> | ||
515 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
516 | </ClCompile> | ||
517 | <ResourceCompile> | ||
518 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
519 | <Culture>0x040c</Culture> | ||
520 | </ResourceCompile> | ||
521 | <Link> | ||
522 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
523 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
524 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
525 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
526 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
527 | <GenerateMapFile>true</GenerateMapFile> | ||
528 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
529 | <SubSystem>Windows</SubSystem> | ||
530 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
531 | <TargetMachine>MachineIA64</TargetMachine> | ||
532 | </Link> | ||
533 | </ItemDefinitionGroup> | ||
534 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
535 | <Midl> | ||
536 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
537 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
538 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
539 | <TargetEnvironment>X64</TargetEnvironment> | ||
540 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
541 | </Midl> | ||
542 | <ClCompile> | ||
543 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
544 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
545 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
546 | <StringPooling>true</StringPooling> | ||
547 | <ExceptionHandling> | ||
548 | </ExceptionHandling> | ||
549 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
550 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
551 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
552 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
553 | <AssemblerOutput>All</AssemblerOutput> | ||
554 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
555 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
556 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
557 | <BrowseInformation> | ||
558 | </BrowseInformation> | ||
559 | <WarningLevel>Level3</WarningLevel> | ||
560 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
561 | </ClCompile> | ||
562 | <ResourceCompile> | ||
563 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
564 | <Culture>0x040c</Culture> | ||
565 | </ResourceCompile> | ||
566 | <Link> | ||
567 | <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
568 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
569 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
570 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
571 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
572 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
573 | <GenerateMapFile>true</GenerateMapFile> | ||
574 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
575 | <SubSystem>Windows</SubSystem> | ||
576 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
577 | <TargetMachine>MachineX64</TargetMachine> | ||
578 | </Link> | ||
579 | <PreBuildEvent> | ||
580 | <Command>cd ..\..\masmx64 | ||
581 | bld_ml64.bat</Command> | ||
582 | </PreBuildEvent> | ||
583 | </ItemDefinitionGroup> | ||
584 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
585 | <Midl> | ||
586 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
587 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
588 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
589 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
590 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
591 | </Midl> | ||
592 | <ClCompile> | ||
593 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
594 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
595 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
596 | <StringPooling>true</StringPooling> | ||
597 | <ExceptionHandling> | ||
598 | </ExceptionHandling> | ||
599 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
600 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
601 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
602 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
603 | <AssemblerOutput>All</AssemblerOutput> | ||
604 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
605 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
606 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
607 | <BrowseInformation> | ||
608 | </BrowseInformation> | ||
609 | <WarningLevel>Level3</WarningLevel> | ||
610 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
611 | </ClCompile> | ||
612 | <ResourceCompile> | ||
613 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
614 | <Culture>0x040c</Culture> | ||
615 | </ResourceCompile> | ||
616 | <Link> | ||
617 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
618 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
619 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
620 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
621 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
622 | <GenerateMapFile>true</GenerateMapFile> | ||
623 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
624 | <SubSystem>Windows</SubSystem> | ||
625 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
626 | <TargetMachine>MachineIA64</TargetMachine> | ||
627 | </Link> | ||
628 | </ItemDefinitionGroup> | ||
629 | <ItemGroup> | ||
630 | <ClCompile Include="..\..\..\adler32.c" /> | ||
631 | <ClCompile Include="..\..\..\compress.c" /> | ||
632 | <ClCompile Include="..\..\..\crc32.c" /> | ||
633 | <ClCompile Include="..\..\..\deflate.c" /> | ||
634 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
635 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
636 | <ClCompile Include="..\..\..\gzread.c" /> | ||
637 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
638 | <ClCompile Include="..\..\..\infback.c" /> | ||
639 | <ClCompile Include="..\..\masmx64\inffas8664.c"> | ||
640 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</ExcludedFromBuild> | ||
641 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||
642 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">true</ExcludedFromBuild> | ||
643 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">true</ExcludedFromBuild> | ||
644 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">true</ExcludedFromBuild> | ||
645 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||
646 | </ClCompile> | ||
647 | <ClCompile Include="..\..\..\inffast.c" /> | ||
648 | <ClCompile Include="..\..\..\inflate.c" /> | ||
649 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
650 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
651 | <ClCompile Include="..\..\minizip\iowin32.c" /> | ||
652 | <ClCompile Include="..\..\..\trees.c" /> | ||
653 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
654 | <ClCompile Include="..\..\minizip\unzip.c"> | ||
655 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
656 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
657 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
658 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
659 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
660 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
661 | </ClCompile> | ||
662 | <ClCompile Include="..\..\minizip\zip.c"> | ||
663 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
664 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
665 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
666 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
667 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
668 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
669 | </ClCompile> | ||
670 | <ClCompile Include="..\..\..\zutil.c" /> | ||
671 | </ItemGroup> | ||
672 | <ItemGroup> | ||
673 | <ResourceCompile Include="zlib.rc" /> | ||
674 | </ItemGroup> | ||
675 | <ItemGroup> | ||
676 | <None Include="zlibvc.def" /> | ||
677 | </ItemGroup> | ||
678 | <ItemGroup> | ||
679 | <ClInclude Include="..\..\..\deflate.h" /> | ||
680 | <ClInclude Include="..\..\..\infblock.h" /> | ||
681 | <ClInclude Include="..\..\..\infcodes.h" /> | ||
682 | <ClInclude Include="..\..\..\inffast.h" /> | ||
683 | <ClInclude Include="..\..\..\inftrees.h" /> | ||
684 | <ClInclude Include="..\..\..\infutil.h" /> | ||
685 | <ClInclude Include="..\..\..\zconf.h" /> | ||
686 | <ClInclude Include="..\..\..\zlib.h" /> | ||
687 | <ClInclude Include="..\..\..\zutil.h" /> | ||
688 | </ItemGroup> | ||
689 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
690 | <ImportGroup Label="ExtensionTargets"> | ||
691 | </ImportGroup> | ||
692 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc14/zlibvc.vcxproj.user b/contrib/vstudio/vc14/zlibvc.vcxproj.user new file mode 100644 index 0000000..abe8dd8 --- /dev/null +++ b/contrib/vstudio/vc14/zlibvc.vcxproj.user | |||
@@ -0,0 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <PropertyGroup /> | ||
4 | </Project> \ No newline at end of file | ||