zlib update 1.2.7
[platform/upstream/libwebsockets.git] / win32port / zlib / ZLib.vcxproj
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 static|Win32">
5       <Configuration>Debug static</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|Win32">
9       <Configuration>Debug</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Debug|x64">
13       <Configuration>Debug</Configuration>
14       <Platform>x64</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release DLL|Win32">
17       <Configuration>Release DLL</Configuration>
18       <Platform>Win32</Platform>
19     </ProjectConfiguration>
20     <ProjectConfiguration Include="Release DLL|x64">
21       <Configuration>Release DLL</Configuration>
22       <Platform>x64</Platform>
23     </ProjectConfiguration>
24     <ProjectConfiguration Include="Release static|Win32">
25       <Configuration>Release static</Configuration>
26       <Platform>Win32</Platform>
27     </ProjectConfiguration>
28     <ProjectConfiguration Include="Release|Win32">
29       <Configuration>Release</Configuration>
30       <Platform>Win32</Platform>
31     </ProjectConfiguration>
32     <ProjectConfiguration Include="Release|x64">
33       <Configuration>Release</Configuration>
34       <Platform>x64</Platform>
35     </ProjectConfiguration>
36   </ItemGroup>
37   <PropertyGroup Label="Globals">
38     <ProjectGuid>{4156FC56-8443-2973-4FE2-A0BB2C621525}</ProjectGuid>
39   </PropertyGroup>
40   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
42     <ConfigurationType>StaticLibrary</ConfigurationType>
43     <UseOfMfc>false</UseOfMfc>
44     <CharacterSet>MultiByte</CharacterSet>
45   </PropertyGroup>
46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47     <ConfigurationType>StaticLibrary</ConfigurationType>
48     <UseOfMfc>false</UseOfMfc>
49     <CharacterSet>MultiByte</CharacterSet>
50   </PropertyGroup>
51   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
52     <ConfigurationType>StaticLibrary</ConfigurationType>
53     <CharacterSet>MultiByte</CharacterSet>
54   </PropertyGroup>
55   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|Win32'" Label="Configuration">
56     <ConfigurationType>StaticLibrary</ConfigurationType>
57     <CharacterSet>MultiByte</CharacterSet>
58   </PropertyGroup>
59   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
60     <ConfigurationType>StaticLibrary</ConfigurationType>
61     <CharacterSet>MultiByte</CharacterSet>
62   </PropertyGroup>
63   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|x64'" Label="Configuration">
64     <ConfigurationType>StaticLibrary</ConfigurationType>
65     <CharacterSet>MultiByte</CharacterSet>
66   </PropertyGroup>
67   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release static|Win32'">
68     <ConfigurationType>StaticLibrary</ConfigurationType>
69   </PropertyGroup>
70   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'" Label="Configuration">
71     <ConfigurationType>StaticLibrary</ConfigurationType>
72   </PropertyGroup>
73   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
74   <ImportGroup Label="ExtensionSettings">
75   </ImportGroup>
76   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
77     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
78     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
79   </ImportGroup>
80   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
81     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
82     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
83   </ImportGroup>
84   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
85     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
86     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
87   </ImportGroup>
88   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|Win32'" Label="PropertySheets">
89     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
90     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
91   </ImportGroup>
92   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
93     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
94     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
95   </ImportGroup>
96   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|x64'" Label="PropertySheets">
97     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
98     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
99   </ImportGroup>
100   <PropertyGroup Label="UserMacros" />
101   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
102     <OutDir>DebugV10\</OutDir>
103     <IntDir>DebugV10\</IntDir>
104   </PropertyGroup>
105   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|Win32'">
106     <OutDir>$(SolutionDir)..\output\</OutDir>
107     <IntDir>DebugV10\</IntDir>
108     <TargetName>ZLib_vc100-mt-sgd</TargetName>
109   </PropertyGroup>
110   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
111     <OutDir>DebugV10\</OutDir>
112     <IntDir>DebugV10\</IntDir>
113   </PropertyGroup>
114   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|x64'">
115     <OutDir>DebugV10\</OutDir>
116     <IntDir>DebugV10\</IntDir>
117   </PropertyGroup>
118   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119     <IntDir>.\Release\</IntDir>
120     <OutDir>.\Release\</OutDir>
121   </PropertyGroup>
122   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
123     <OutDir>.\Release\</OutDir>
124     <IntDir>.\Release\</IntDir>
125   </PropertyGroup>
126   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release static|Win32'">
127     <OutDir>$(SolutionDir)..\output\</OutDir>
128     <TargetName>ZLib_vc100-mt-s</TargetName>
129   </PropertyGroup>
130   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
131     <OutDir>$(SolutionDir)..\output\</OutDir>
132     <TargetName>ZLib_vc100-mt-s</TargetName>
133   </PropertyGroup>
134   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
135     <ClCompile>
136       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
137       <InlineFunctionExpansion>Default</InlineFunctionExpansion>
138       <FunctionLevelLinking>false</FunctionLevelLinking>
139       <Optimization>Disabled</Optimization>
140       <SuppressStartupBanner>true</SuppressStartupBanner>
141       <WarningLevel>Level3</WarningLevel>
142       <MinimalRebuild>true</MinimalRebuild>
143       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
144       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
145       <AssemblerListingLocation>DebugV10\</AssemblerListingLocation>
146       <PrecompiledHeaderOutputFile>DebugV10\ZLib.pch</PrecompiledHeaderOutputFile>
147       <ObjectFileName>DebugV10\</ObjectFileName>
148       <ProgramDataBaseFileName>DebugV10\</ProgramDataBaseFileName>
149       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
150       <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
151       <ExceptionHandling>false</ExceptionHandling>
152     </ClCompile>
153     <ResourceCompile>
154       <Culture>0x1c09</Culture>
155       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
156     </ResourceCompile>
157     <Bscmake>
158       <SuppressStartupBanner>true</SuppressStartupBanner>
159       <OutputFile>DebugV10\ZLib.bsc</OutputFile>
160     </Bscmake>
161     <Lib>
162       <SuppressStartupBanner>true</SuppressStartupBanner>
163       <OutputFile>DebugV10\ZLib.lib</OutputFile>
164     </Lib>
165   </ItemDefinitionGroup>
166   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|Win32'">
167     <ClCompile>
168       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
169       <InlineFunctionExpansion>Default</InlineFunctionExpansion>
170       <FunctionLevelLinking>false</FunctionLevelLinking>
171       <Optimization>Disabled</Optimization>
172       <SuppressStartupBanner>true</SuppressStartupBanner>
173       <WarningLevel>Level3</WarningLevel>
174       <MinimalRebuild>true</MinimalRebuild>
175       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
176       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
177       <AssemblerListingLocation>DebugV10\</AssemblerListingLocation>
178       <PrecompiledHeaderOutputFile>DebugV10\ZLib.pch</PrecompiledHeaderOutputFile>
179       <ObjectFileName>DebugV10\</ObjectFileName>
180       <ProgramDataBaseFileName>DebugV10\</ProgramDataBaseFileName>
181       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
182       <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
183       <ExceptionHandling>false</ExceptionHandling>
184     </ClCompile>
185     <ResourceCompile>
186       <Culture>0x1c09</Culture>
187       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
188     </ResourceCompile>
189     <Bscmake>
190       <SuppressStartupBanner>true</SuppressStartupBanner>
191       <OutputFile>DebugV10\ZLib.bsc</OutputFile>
192     </Bscmake>
193     <Lib>
194       <SuppressStartupBanner>true</SuppressStartupBanner>
195       <OutputFile>$(OutDir)ZLib_vc100-mt-sgd.lib</OutputFile>
196     </Lib>
197   </ItemDefinitionGroup>
198   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
199     <ClCompile>
200       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
201       <InlineFunctionExpansion>Default</InlineFunctionExpansion>
202       <FunctionLevelLinking>false</FunctionLevelLinking>
203       <Optimization>Disabled</Optimization>
204       <SuppressStartupBanner>true</SuppressStartupBanner>
205       <WarningLevel>Level3</WarningLevel>
206       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
207       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
208       <AssemblerListingLocation>DebugV10\</AssemblerListingLocation>
209       <PrecompiledHeaderOutputFile>DebugV10\ZLib.pch</PrecompiledHeaderOutputFile>
210       <ObjectFileName>DebugV10\</ObjectFileName>
211       <ProgramDataBaseFileName>DebugV10\</ProgramDataBaseFileName>
212       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
213       <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
214     </ClCompile>
215     <ResourceCompile>
216       <Culture>0x1c09</Culture>
217       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
218     </ResourceCompile>
219     <Bscmake>
220       <SuppressStartupBanner>true</SuppressStartupBanner>
221       <OutputFile>DebugV10\ZLib.bsc</OutputFile>
222     </Bscmake>
223     <Lib>
224       <SuppressStartupBanner>true</SuppressStartupBanner>
225       <OutputFile>DebugV10\ZLib.lib</OutputFile>
226     </Lib>
227   </ItemDefinitionGroup>
228   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|x64'">
229     <ClCompile>
230       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
231       <InlineFunctionExpansion>Default</InlineFunctionExpansion>
232       <FunctionLevelLinking>false</FunctionLevelLinking>
233       <Optimization>Disabled</Optimization>
234       <SuppressStartupBanner>true</SuppressStartupBanner>
235       <WarningLevel>Level3</WarningLevel>
236       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
237       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
238       <AssemblerListingLocation>DebugV10\</AssemblerListingLocation>
239       <PrecompiledHeaderOutputFile>DebugV10\ZLib.pch</PrecompiledHeaderOutputFile>
240       <ObjectFileName>DebugV10\</ObjectFileName>
241       <ProgramDataBaseFileName>DebugV10\</ProgramDataBaseFileName>
242       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
243       <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
244     </ClCompile>
245     <ResourceCompile>
246       <Culture>0x1c09</Culture>
247       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
248     </ResourceCompile>
249     <Bscmake>
250       <SuppressStartupBanner>true</SuppressStartupBanner>
251       <OutputFile>DebugV10\ZLib.bsc</OutputFile>
252     </Bscmake>
253     <Lib>
254       <SuppressStartupBanner>true</SuppressStartupBanner>
255       <OutputFile>DebugV10\ZLib.lib</OutputFile>
256     </Lib>
257   </ItemDefinitionGroup>
258   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
259     <ClCompile>
260       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
261       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
262       <StringPooling>true</StringPooling>
263       <FunctionLevelLinking>true</FunctionLevelLinking>
264       <Optimization>MaxSpeed</Optimization>
265       <SuppressStartupBanner>true</SuppressStartupBanner>
266       <WarningLevel>Level3</WarningLevel>
267       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
268       <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
269       <PrecompiledHeaderOutputFile>.\Release\ZLib.pch</PrecompiledHeaderOutputFile>
270       <ObjectFileName>.\Release\</ObjectFileName>
271       <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
272       <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
273       <ExceptionHandling>false</ExceptionHandling>
274     </ClCompile>
275     <ResourceCompile>
276       <Culture>0x1c09</Culture>
277       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
278     </ResourceCompile>
279     <Bscmake>
280       <SuppressStartupBanner>true</SuppressStartupBanner>
281       <OutputFile>.\Release\ZLib.bsc</OutputFile>
282     </Bscmake>
283     <Lib>
284       <SuppressStartupBanner>true</SuppressStartupBanner>
285       <OutputFile>.\Release\ZLib.lib</OutputFile>
286     </Lib>
287   </ItemDefinitionGroup>
288   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
289     <ClCompile>
290       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
291       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
292       <StringPooling>true</StringPooling>
293       <FunctionLevelLinking>true</FunctionLevelLinking>
294       <Optimization>MaxSpeed</Optimization>
295       <SuppressStartupBanner>true</SuppressStartupBanner>
296       <WarningLevel>Level3</WarningLevel>
297       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
298       <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
299       <PrecompiledHeaderOutputFile>.\Release\ZLib.pch</PrecompiledHeaderOutputFile>
300       <ObjectFileName>.\Release\</ObjectFileName>
301       <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
302       <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
303     </ClCompile>
304     <ResourceCompile>
305       <Culture>0x1c09</Culture>
306       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
307     </ResourceCompile>
308     <Bscmake>
309       <SuppressStartupBanner>true</SuppressStartupBanner>
310       <OutputFile>.\Release\ZLib.bsc</OutputFile>
311     </Bscmake>
312     <Lib>
313       <SuppressStartupBanner>true</SuppressStartupBanner>
314       <OutputFile>.\Release\ZLib.lib</OutputFile>
315     </Lib>
316   </ItemDefinitionGroup>
317   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release static|Win32'">
318     <Lib>
319       <OutputFile>$(OutDir)ZLib_vc100-mt-s.lib</OutputFile>
320     </Lib>
321     <ClCompile>
322       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
323       <ExceptionHandling>false</ExceptionHandling>
324     </ClCompile>
325   </ItemDefinitionGroup>
326   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
327     <Lib>
328       <OutputFile>$(OutDir)ZLib_vc100-mt-s.lib</OutputFile>
329       <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
330     </Lib>
331     <ClCompile>
332       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
333       <ExceptionHandling>false</ExceptionHandling>
334       <BufferSecurityCheck>false</BufferSecurityCheck>
335       <WholeProgramOptimization>true</WholeProgramOptimization>
336       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
337       <PreprocessorDefinitions>WIN32</PreprocessorDefinitions>
338       <FunctionLevelLinking>true</FunctionLevelLinking>
339       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
340       <FloatingPointModel>Fast</FloatingPointModel>
341       <StringPooling>true</StringPooling>
342     </ClCompile>
343   </ItemDefinitionGroup>
344   <ItemGroup>
345     <ClCompile Include="adler32.c" />
346     <ClCompile Include="compress.c" />
347     <ClCompile Include="crc32.c" />
348     <ClCompile Include="deflate.c" />
349     <ClCompile Include="gzclose.c" />
350     <ClCompile Include="gzlib.c" />
351     <ClCompile Include="gzread.c" />
352     <ClCompile Include="gzwrite.c" />
353     <ClCompile Include="infback.c" />
354     <ClCompile Include="inffast.c" />
355     <ClCompile Include="inflate.c" />
356     <ClCompile Include="inftrees.c" />
357     <ClCompile Include="trees.c" />
358     <ClCompile Include="uncompr.c" />
359     <ClCompile Include="zutil.c" />
360   </ItemGroup>
361   <ItemGroup>
362     <ClInclude Include="crc32.h" />
363     <ClInclude Include="deflate.h" />
364     <ClInclude Include="gzguts.h" />
365     <ClInclude Include="inffast.h" />
366     <ClInclude Include="inffixed.h" />
367     <ClInclude Include="inflate.h" />
368     <ClInclude Include="inftrees.h" />
369     <ClInclude Include="trees.h" />
370     <ClInclude Include="zconf.h" />
371     <ClInclude Include="zlib.h" />
372     <ClInclude Include="zutil.h" />
373   </ItemGroup>
374   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
375   <ImportGroup Label="ExtensionTargets">
376   </ImportGroup>
377 </Project>