diff options
Diffstat (limited to 'contrib/vstudio/vc10/zlibvc.vcxproj')
-rw-r--r-- | contrib/vstudio/vc10/zlibvc.vcxproj | 669 |
1 files changed, 669 insertions, 0 deletions
diff --git a/contrib/vstudio/vc10/zlibvc.vcxproj b/contrib/vstudio/vc10/zlibvc.vcxproj new file mode 100644 index 0000000..e1067fa --- /dev/null +++ b/contrib/vstudio/vc10/zlibvc.vcxproj | |||
@@ -0,0 +1,669 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <ItemGroup Label="ProjectConfigurations"> | ||
4 | <ProjectConfiguration Include="Debug|Itanium"> | ||
5 | <Configuration>Debug</Configuration> | ||
6 | <Platform>Itanium</Platform> | ||
7 | </ProjectConfiguration> | ||
8 | <ProjectConfiguration Include="Debug|Win32"> | ||
9 | <Configuration>Debug</Configuration> | ||
10 | <Platform>Win32</Platform> | ||
11 | </ProjectConfiguration> | ||
12 | <ProjectConfiguration Include="Debug|x64"> | ||
13 | <Configuration>Debug</Configuration> | ||
14 | <Platform>x64</Platform> | ||
15 | </ProjectConfiguration> | ||
16 | <ProjectConfiguration Include="ReleaseWithoutAsm|Itanium"> | ||
17 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
18 | <Platform>Itanium</Platform> | ||
19 | </ProjectConfiguration> | ||
20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
22 | <Platform>Win32</Platform> | ||
23 | </ProjectConfiguration> | ||
24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
26 | <Platform>x64</Platform> | ||
27 | </ProjectConfiguration> | ||
28 | <ProjectConfiguration Include="Release|Itanium"> | ||
29 | <Configuration>Release</Configuration> | ||
30 | <Platform>Itanium</Platform> | ||
31 | </ProjectConfiguration> | ||
32 | <ProjectConfiguration Include="Release|Win32"> | ||
33 | <Configuration>Release</Configuration> | ||
34 | <Platform>Win32</Platform> | ||
35 | </ProjectConfiguration> | ||
36 | <ProjectConfiguration Include="Release|x64"> | ||
37 | <Configuration>Release</Configuration> | ||
38 | <Platform>x64</Platform> | ||
39 | </ProjectConfiguration> | ||
40 | </ItemGroup> | ||
41 | <PropertyGroup Label="Globals"> | ||
42 | <ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid> | ||
43 | </PropertyGroup> | ||
44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
46 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
47 | <UseOfMfc>false</UseOfMfc> | ||
48 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
49 | </PropertyGroup> | ||
50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
51 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
52 | <UseOfMfc>false</UseOfMfc> | ||
53 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
54 | </PropertyGroup> | ||
55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
56 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
57 | <UseOfMfc>false</UseOfMfc> | ||
58 | </PropertyGroup> | ||
59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | ||
60 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
61 | <UseOfMfc>false</UseOfMfc> | ||
62 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
63 | </PropertyGroup> | ||
64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | ||
65 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
66 | <UseOfMfc>false</UseOfMfc> | ||
67 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
68 | </PropertyGroup> | ||
69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | ||
70 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
71 | <UseOfMfc>false</UseOfMfc> | ||
72 | </PropertyGroup> | ||
73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
74 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
75 | <UseOfMfc>false</UseOfMfc> | ||
76 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
77 | </PropertyGroup> | ||
78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
79 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
80 | <UseOfMfc>false</UseOfMfc> | ||
81 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
82 | </PropertyGroup> | ||
83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
84 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
85 | <UseOfMfc>false</UseOfMfc> | ||
86 | </PropertyGroup> | ||
87 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
88 | <ImportGroup Label="ExtensionSettings"> | ||
89 | </ImportGroup> | ||
90 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
91 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
92 | </ImportGroup> | ||
93 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
94 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
95 | </ImportGroup> | ||
96 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
97 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
98 | </ImportGroup> | ||
99 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | ||
100 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
101 | </ImportGroup> | ||
102 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | ||
103 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
104 | </ImportGroup> | ||
105 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | ||
106 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
107 | </ImportGroup> | ||
108 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
110 | </ImportGroup> | ||
111 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
112 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
113 | </ImportGroup> | ||
114 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
115 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
116 | </ImportGroup> | ||
117 | <PropertyGroup Label="UserMacros" /> | ||
118 | <PropertyGroup> | ||
119 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
120 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
121 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
122 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
123 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
124 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
125 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
126 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> | ||
127 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> | ||
128 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
129 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
130 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
131 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
132 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
133 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
134 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
135 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
136 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
137 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
138 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental> | ||
139 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest> | ||
140 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
141 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
142 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</LinkIncremental> | ||
143 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> | ||
144 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
145 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
146 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</LinkIncremental> | ||
147 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</GenerateManifest> | ||
148 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
149 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
150 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
151 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
152 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibDll$(Configuration)\</OutDir> | ||
153 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
154 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental> | ||
155 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest> | ||
156 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
157 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
158 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | ||
159 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
160 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
161 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
162 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
163 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
164 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
165 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
166 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
167 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | ||
168 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
169 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
170 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
171 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
172 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
173 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
174 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
175 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
176 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | ||
177 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
178 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
179 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
180 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
181 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
182 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
183 | </PropertyGroup> | ||
184 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
185 | <Midl> | ||
186 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
187 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
188 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
189 | <TargetEnvironment>Win32</TargetEnvironment> | ||
190 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
191 | </Midl> | ||
192 | <ClCompile> | ||
193 | <Optimization>Disabled</Optimization> | ||
194 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
195 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
196 | <ExceptionHandling> | ||
197 | </ExceptionHandling> | ||
198 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
199 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
200 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
201 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
202 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
203 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
204 | <BrowseInformation> | ||
205 | </BrowseInformation> | ||
206 | <WarningLevel>Level3</WarningLevel> | ||
207 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
208 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
209 | </ClCompile> | ||
210 | <ResourceCompile> | ||
211 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
212 | <Culture>0x040c</Culture> | ||
213 | </ResourceCompile> | ||
214 | <Link> | ||
215 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
216 | <AdditionalDependencies>..\..\masmx86\gvmat32.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
217 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
218 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
219 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
220 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
221 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
222 | <GenerateMapFile>true</GenerateMapFile> | ||
223 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
224 | <SubSystem>Windows</SubSystem> | ||
225 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
226 | <DataExecutionPrevention> | ||
227 | </DataExecutionPrevention> | ||
228 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
229 | </Link> | ||
230 | </ItemDefinitionGroup> | ||
231 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
232 | <Midl> | ||
233 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
234 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
235 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
236 | <TargetEnvironment>Win32</TargetEnvironment> | ||
237 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
238 | </Midl> | ||
239 | <ClCompile> | ||
240 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
241 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
242 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
243 | <StringPooling>true</StringPooling> | ||
244 | <ExceptionHandling> | ||
245 | </ExceptionHandling> | ||
246 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
247 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
248 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
249 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
250 | <AssemblerOutput>All</AssemblerOutput> | ||
251 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
252 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
253 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
254 | <BrowseInformation> | ||
255 | </BrowseInformation> | ||
256 | <WarningLevel>Level3</WarningLevel> | ||
257 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
258 | </ClCompile> | ||
259 | <ResourceCompile> | ||
260 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
261 | <Culture>0x040c</Culture> | ||
262 | </ResourceCompile> | ||
263 | <Link> | ||
264 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
265 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
266 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
267 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
268 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
269 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
270 | <GenerateMapFile>true</GenerateMapFile> | ||
271 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
272 | <SubSystem>Windows</SubSystem> | ||
273 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
274 | <DataExecutionPrevention> | ||
275 | </DataExecutionPrevention> | ||
276 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
277 | </Link> | ||
278 | </ItemDefinitionGroup> | ||
279 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
280 | <Midl> | ||
281 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
282 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
283 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
284 | <TargetEnvironment>Win32</TargetEnvironment> | ||
285 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
286 | </Midl> | ||
287 | <ClCompile> | ||
288 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
289 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
290 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
291 | <StringPooling>true</StringPooling> | ||
292 | <ExceptionHandling> | ||
293 | </ExceptionHandling> | ||
294 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
295 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
296 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
297 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
298 | <AssemblerOutput>All</AssemblerOutput> | ||
299 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
300 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
301 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
302 | <BrowseInformation> | ||
303 | </BrowseInformation> | ||
304 | <WarningLevel>Level3</WarningLevel> | ||
305 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
306 | </ClCompile> | ||
307 | <ResourceCompile> | ||
308 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
309 | <Culture>0x040c</Culture> | ||
310 | </ResourceCompile> | ||
311 | <Link> | ||
312 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
313 | <AdditionalDependencies>..\..\masmx86\gvmat32.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
314 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
315 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
316 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
317 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
318 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
319 | <GenerateMapFile>true</GenerateMapFile> | ||
320 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
321 | <SubSystem>Windows</SubSystem> | ||
322 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
323 | <DataExecutionPrevention> | ||
324 | </DataExecutionPrevention> | ||
325 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
326 | </Link> | ||
327 | </ItemDefinitionGroup> | ||
328 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
329 | <Midl> | ||
330 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
331 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
332 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
333 | <TargetEnvironment>X64</TargetEnvironment> | ||
334 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
335 | </Midl> | ||
336 | <ClCompile> | ||
337 | <Optimization>Disabled</Optimization> | ||
338 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
339 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
340 | <ExceptionHandling> | ||
341 | </ExceptionHandling> | ||
342 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
343 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
344 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
345 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
346 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
347 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
348 | <BrowseInformation> | ||
349 | </BrowseInformation> | ||
350 | <WarningLevel>Level3</WarningLevel> | ||
351 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
352 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
353 | </ClCompile> | ||
354 | <ResourceCompile> | ||
355 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
356 | <Culture>0x040c</Culture> | ||
357 | </ResourceCompile> | ||
358 | <Link> | ||
359 | <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
360 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
361 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
362 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
363 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
364 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
365 | <GenerateMapFile>true</GenerateMapFile> | ||
366 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
367 | <SubSystem>Windows</SubSystem> | ||
368 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
369 | <TargetMachine>MachineX64</TargetMachine> | ||
370 | </Link> | ||
371 | </ItemDefinitionGroup> | ||
372 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | ||
373 | <Midl> | ||
374 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
375 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
376 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
377 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
378 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
379 | </Midl> | ||
380 | <ClCompile> | ||
381 | <Optimization>Disabled</Optimization> | ||
382 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
383 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
384 | <ExceptionHandling> | ||
385 | </ExceptionHandling> | ||
386 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
387 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
388 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
389 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
390 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
391 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
392 | <BrowseInformation> | ||
393 | </BrowseInformation> | ||
394 | <WarningLevel>Level3</WarningLevel> | ||
395 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
396 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
397 | </ClCompile> | ||
398 | <ResourceCompile> | ||
399 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
400 | <Culture>0x040c</Culture> | ||
401 | </ResourceCompile> | ||
402 | <Link> | ||
403 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
404 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
405 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
406 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
407 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
408 | <GenerateMapFile>true</GenerateMapFile> | ||
409 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
410 | <SubSystem>Windows</SubSystem> | ||
411 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
412 | <TargetMachine>MachineIA64</TargetMachine> | ||
413 | </Link> | ||
414 | </ItemDefinitionGroup> | ||
415 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
416 | <Midl> | ||
417 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
418 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
419 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
420 | <TargetEnvironment>X64</TargetEnvironment> | ||
421 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
422 | </Midl> | ||
423 | <ClCompile> | ||
424 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
425 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
426 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
427 | <StringPooling>true</StringPooling> | ||
428 | <ExceptionHandling> | ||
429 | </ExceptionHandling> | ||
430 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
431 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
432 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
433 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
434 | <AssemblerOutput>All</AssemblerOutput> | ||
435 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
436 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
437 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
438 | <BrowseInformation> | ||
439 | </BrowseInformation> | ||
440 | <WarningLevel>Level3</WarningLevel> | ||
441 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
442 | </ClCompile> | ||
443 | <ResourceCompile> | ||
444 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
445 | <Culture>0x040c</Culture> | ||
446 | </ResourceCompile> | ||
447 | <Link> | ||
448 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
449 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
450 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
451 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
452 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
453 | <GenerateMapFile>true</GenerateMapFile> | ||
454 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
455 | <SubSystem>Windows</SubSystem> | ||
456 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
457 | <TargetMachine>MachineX64</TargetMachine> | ||
458 | </Link> | ||
459 | </ItemDefinitionGroup> | ||
460 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | ||
461 | <Midl> | ||
462 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
463 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
464 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
465 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
466 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
467 | </Midl> | ||
468 | <ClCompile> | ||
469 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
470 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
471 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
472 | <StringPooling>true</StringPooling> | ||
473 | <ExceptionHandling> | ||
474 | </ExceptionHandling> | ||
475 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
476 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
477 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
478 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
479 | <AssemblerOutput>All</AssemblerOutput> | ||
480 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
481 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
482 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
483 | <BrowseInformation> | ||
484 | </BrowseInformation> | ||
485 | <WarningLevel>Level3</WarningLevel> | ||
486 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
487 | </ClCompile> | ||
488 | <ResourceCompile> | ||
489 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
490 | <Culture>0x040c</Culture> | ||
491 | </ResourceCompile> | ||
492 | <Link> | ||
493 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
494 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
495 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
496 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
497 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
498 | <GenerateMapFile>true</GenerateMapFile> | ||
499 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
500 | <SubSystem>Windows</SubSystem> | ||
501 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
502 | <TargetMachine>MachineIA64</TargetMachine> | ||
503 | </Link> | ||
504 | </ItemDefinitionGroup> | ||
505 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
506 | <Midl> | ||
507 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
508 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
509 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
510 | <TargetEnvironment>X64</TargetEnvironment> | ||
511 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
512 | </Midl> | ||
513 | <ClCompile> | ||
514 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
515 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
516 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
517 | <StringPooling>true</StringPooling> | ||
518 | <ExceptionHandling> | ||
519 | </ExceptionHandling> | ||
520 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
521 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
522 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
523 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
524 | <AssemblerOutput>All</AssemblerOutput> | ||
525 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
526 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
527 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
528 | <BrowseInformation> | ||
529 | </BrowseInformation> | ||
530 | <WarningLevel>Level3</WarningLevel> | ||
531 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
532 | </ClCompile> | ||
533 | <ResourceCompile> | ||
534 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
535 | <Culture>0x040c</Culture> | ||
536 | </ResourceCompile> | ||
537 | <Link> | ||
538 | <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
539 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
540 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
541 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
542 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
543 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
544 | <GenerateMapFile>true</GenerateMapFile> | ||
545 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
546 | <SubSystem>Windows</SubSystem> | ||
547 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
548 | <TargetMachine>MachineX64</TargetMachine> | ||
549 | </Link> | ||
550 | </ItemDefinitionGroup> | ||
551 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | ||
552 | <Midl> | ||
553 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
554 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
555 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
556 | <TargetEnvironment>Itanium</TargetEnvironment> | ||
557 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
558 | </Midl> | ||
559 | <ClCompile> | ||
560 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
561 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
562 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
563 | <StringPooling>true</StringPooling> | ||
564 | <ExceptionHandling> | ||
565 | </ExceptionHandling> | ||
566 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
567 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
568 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
569 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
570 | <AssemblerOutput>All</AssemblerOutput> | ||
571 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
572 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
573 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
574 | <BrowseInformation> | ||
575 | </BrowseInformation> | ||
576 | <WarningLevel>Level3</WarningLevel> | ||
577 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
578 | </ClCompile> | ||
579 | <ResourceCompile> | ||
580 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
581 | <Culture>0x040c</Culture> | ||
582 | </ResourceCompile> | ||
583 | <Link> | ||
584 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
585 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
586 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
587 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
588 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
589 | <GenerateMapFile>true</GenerateMapFile> | ||
590 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
591 | <SubSystem>Windows</SubSystem> | ||
592 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
593 | <TargetMachine>MachineIA64</TargetMachine> | ||
594 | </Link> | ||
595 | </ItemDefinitionGroup> | ||
596 | <ItemGroup> | ||
597 | <ClCompile Include="..\..\..\adler32.c" /> | ||
598 | <ClCompile Include="..\..\..\compress.c" /> | ||
599 | <ClCompile Include="..\..\..\crc32.c" /> | ||
600 | <ClCompile Include="..\..\..\deflate.c" /> | ||
601 | <ClCompile Include="..\..\masmx86\gvmat32c.c"> | ||
602 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</ExcludedFromBuild> | ||
603 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> | ||
604 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">true</ExcludedFromBuild> | ||
605 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">true</ExcludedFromBuild> | ||
606 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">true</ExcludedFromBuild> | ||
607 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">true</ExcludedFromBuild> | ||
608 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> | ||
609 | </ClCompile> | ||
610 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
611 | <ClCompile Include="..\..\..\gzio.c" /> | ||
612 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
613 | <ClCompile Include="..\..\..\gzread.c" /> | ||
614 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
615 | <ClCompile Include="..\..\..\infback.c" /> | ||
616 | <ClCompile Include="..\..\masmx64\inffas8664.c"> | ||
617 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</ExcludedFromBuild> | ||
618 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||
619 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">true</ExcludedFromBuild> | ||
620 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">true</ExcludedFromBuild> | ||
621 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">true</ExcludedFromBuild> | ||
622 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||
623 | </ClCompile> | ||
624 | <ClCompile Include="..\..\..\inffast.c" /> | ||
625 | <ClCompile Include="..\..\..\inflate.c" /> | ||
626 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
627 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
628 | <ClCompile Include="..\..\minizip\iowin32.c" /> | ||
629 | <ClCompile Include="..\..\..\trees.c" /> | ||
630 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
631 | <ClCompile Include="..\..\minizip\unzip.c"> | ||
632 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
633 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
634 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
635 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
636 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
637 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
638 | </ClCompile> | ||
639 | <ClCompile Include="..\..\minizip\zip.c"> | ||
640 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
641 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
642 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
643 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
644 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
645 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
646 | </ClCompile> | ||
647 | <ClCompile Include="..\..\..\zutil.c" /> | ||
648 | </ItemGroup> | ||
649 | <ItemGroup> | ||
650 | <ResourceCompile Include="zlib.rc" /> | ||
651 | </ItemGroup> | ||
652 | <ItemGroup> | ||
653 | <None Include="zlibvc.def" /> | ||
654 | </ItemGroup> | ||
655 | <ItemGroup> | ||
656 | <ClInclude Include="..\..\..\deflate.h" /> | ||
657 | <ClInclude Include="..\..\..\infblock.h" /> | ||
658 | <ClInclude Include="..\..\..\infcodes.h" /> | ||
659 | <ClInclude Include="..\..\..\inffast.h" /> | ||
660 | <ClInclude Include="..\..\..\inftrees.h" /> | ||
661 | <ClInclude Include="..\..\..\infutil.h" /> | ||
662 | <ClInclude Include="..\..\..\zconf.h" /> | ||
663 | <ClInclude Include="..\..\..\zlib.h" /> | ||
664 | <ClInclude Include="..\..\..\zutil.h" /> | ||
665 | </ItemGroup> | ||
666 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
667 | <ImportGroup Label="ExtensionTargets"> | ||
668 | </ImportGroup> | ||
669 | </Project> \ No newline at end of file | ||