]>
Commit | Line | Data |
---|---|---|
9c0d9ce3 DS |
1 | <?xml version="1.0" encoding="utf-8"?>\r |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r | |
3 | <ItemGroup Label="ProjectConfigurations">\r | |
4 | <ProjectConfiguration Include="Debug Library|Win32">\r | |
5 | <Configuration>Debug Library</Configuration>\r | |
6 | <Platform>Win32</Platform>\r | |
7 | </ProjectConfiguration>\r | |
8 | <ProjectConfiguration Include="Debug|Win32">\r | |
9 | <Configuration>Debug</Configuration>\r | |
10 | <Platform>Win32</Platform>\r | |
11 | </ProjectConfiguration>\r | |
12 | <ProjectConfiguration Include="Release Library|Win32">\r | |
13 | <Configuration>Release Library</Configuration>\r | |
14 | <Platform>Win32</Platform>\r | |
15 | </ProjectConfiguration>\r | |
16 | <ProjectConfiguration Include="Release|Win32">\r | |
17 | <Configuration>Release</Configuration>\r | |
18 | <Platform>Win32</Platform>\r | |
19 | </ProjectConfiguration>\r | |
20 | </ItemGroup>\r | |
21 | <ItemGroup>\r | |
22 | <ClCompile Include="$(ZLibSrcDir)\adler32.c" />\r | |
23 | <ClCompile Include="$(ZLibSrcDir)\compress.c" />\r | |
24 | <ClCompile Include="$(ZLibSrcDir)\crc32.c" />\r | |
25 | <ClCompile Include="$(ZLibSrcDir)\deflate.c" />\r | |
26 | <ClCompile Include="$(ZLibSrcDir)\infback.c" />\r | |
27 | <ClCompile Include="$(ZLibSrcDir)\inffast.c" />\r | |
28 | <ClCompile Include="$(ZLibSrcDir)\inflate.c" />\r | |
29 | <ClCompile Include="$(ZLibSrcDir)\inftrees.c" />\r | |
30 | <ClCompile Include="$(ZLibSrcDir)\trees.c" />\r | |
31 | <ClCompile Include="$(ZLibSrcDir)\uncompr.c" />\r | |
32 | <ClCompile Include="$(ZLibSrcDir)\zutil.c" />\r | |
33 | </ItemGroup>\r | |
34 | <PropertyGroup Label="Globals">\r | |
fff5f7d5 | 35 | <ProjectGuid>{60F89955-91C6-3A36-8000-13C592FEC2DF}</ProjectGuid>\r |
9c0d9ce3 | 36 | <Keyword>Win32Proj</Keyword>\r |
fff5f7d5 | 37 | <RootNamespace>zlib</RootNamespace>\r |
9c0d9ce3 | 38 | </PropertyGroup>\r |
9c0d9ce3 | 39 | <Import Project="$(SolutionDir)\zlib.props" />\r |
fff5f7d5 | 40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r |
9c0d9ce3 DS |
41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration">\r |
42 | <ConfigurationType>StaticLibrary</ConfigurationType>\r | |
43 | </PropertyGroup>\r | |
44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r | |
45 | <ConfigurationType>StaticLibrary</ConfigurationType>\r | |
46 | </PropertyGroup>\r | |
47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="Configuration">\r | |
48 | <ConfigurationType>StaticLibrary</ConfigurationType>\r | |
49 | </PropertyGroup>\r | |
50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r | |
51 | <ConfigurationType>StaticLibrary</ConfigurationType>\r | |
52 | </PropertyGroup>\r | |
53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r | |
54 | <ConfigurationType>StaticLibrary</ConfigurationType>\r | |
55 | </PropertyGroup>\r | |
56 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r | |
57 | <ImportGroup Label="ExtensionSettings">\r | |
58 | </ImportGroup>\r | |
59 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="PropertySheets">\r | |
60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />\r | |
61 | </ImportGroup>\r | |
62 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r | |
63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />\r | |
64 | </ImportGroup>\r | |
65 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="PropertySheets">\r | |
66 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />\r | |
67 | </ImportGroup>\r | |
68 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r | |
69 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r | |
70 | </ImportGroup>\r | |
71 | <PropertyGroup Label="UserMacros" />\r | |
72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">\r | |
73 | <LinkIncremental>true</LinkIncremental>\r | |
74 | </PropertyGroup>\r | |
75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r | |
76 | <LinkIncremental>true</LinkIncremental>\r | |
77 | </PropertyGroup>\r | |
78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">\r | |
79 | <LinkIncremental>true</LinkIncremental>\r | |
80 | </PropertyGroup>\r | |
81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r | |
82 | <LinkIncremental>true</LinkIncremental>\r | |
83 | </PropertyGroup>\r | |
84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r | |
85 | <LinkIncremental>true</LinkIncremental>\r | |
86 | </PropertyGroup>\r | |
87 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">\r | |
88 | <ClCompile>\r | |
fff5f7d5 | 89 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r |
9c0d9ce3 DS |
90 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\r |
91 | <WarningLevel>TurnOffAllWarnings</WarningLevel>\r | |
92 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r | |
93 | <Optimization>Disabled</Optimization>\r | |
94 | <BrowseInformation>true</BrowseInformation>\r | |
fff5f7d5 | 95 | <FunctionLevelLinking>true</FunctionLevelLinking>\r |
9c0d9ce3 DS |
96 | </ClCompile>\r |
97 | <Link>\r | |
98 | <TargetMachine>MachineX86</TargetMachine>\r | |
99 | <GenerateDebugInformation>true</GenerateDebugInformation>\r | |
100 | <SubSystem>Windows</SubSystem>\r | |
101 | </Link>\r | |
102 | </ItemDefinitionGroup>\r | |
103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r | |
104 | <ClCompile>\r | |
fff5f7d5 | 105 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r |
9c0d9ce3 DS |
106 | <WarningLevel>TurnOffAllWarnings</WarningLevel>\r |
107 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r | |
108 | <Optimization>Disabled</Optimization>\r | |
109 | <BrowseInformation>true</BrowseInformation>\r | |
fff5f7d5 VZ |
110 | <FunctionLevelLinking>true</FunctionLevelLinking>\r |
111 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r | |
9c0d9ce3 DS |
112 | </ClCompile>\r |
113 | <Link>\r | |
114 | <TargetMachine>MachineX86</TargetMachine>\r | |
115 | <GenerateDebugInformation>true</GenerateDebugInformation>\r | |
116 | <SubSystem>Windows</SubSystem>\r | |
117 | </Link>\r | |
118 | </ItemDefinitionGroup>\r | |
119 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">\r | |
120 | <ClCompile>\r | |
121 | <WarningLevel>Level3</WarningLevel>\r | |
122 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r | |
123 | <Optimization>Full</Optimization>\r | |
124 | <IntrinsicFunctions>true</IntrinsicFunctions>\r | |
125 | <WholeProgramOptimization>true</WholeProgramOptimization>\r | |
126 | <BufferSecurityCheck>false</BufferSecurityCheck>\r | |
127 | <BrowseInformation>true</BrowseInformation>\r | |
128 | <FunctionLevelLinking>true</FunctionLevelLinking>\r | |
129 | <TreatWarningAsError>true</TreatWarningAsError>\r | |
130 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>\r | |
fff5f7d5 | 131 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r |
9c0d9ce3 DS |
132 | </ClCompile>\r |
133 | <Link>\r | |
134 | <TargetMachine>MachineX86</TargetMachine>\r | |
135 | <GenerateDebugInformation>true</GenerateDebugInformation>\r | |
136 | <SubSystem>Windows</SubSystem>\r | |
137 | </Link>\r | |
138 | <Lib>\r | |
139 | <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>\r | |
140 | </Lib>\r | |
141 | </ItemDefinitionGroup>\r | |
142 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r | |
143 | <ClCompile>\r | |
144 | <WarningLevel>Level3</WarningLevel>\r | |
145 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r | |
146 | <Optimization>Full</Optimization>\r | |
147 | <IntrinsicFunctions>true</IntrinsicFunctions>\r | |
148 | <WholeProgramOptimization>true</WholeProgramOptimization>\r | |
149 | <BufferSecurityCheck>false</BufferSecurityCheck>\r | |
150 | <BrowseInformation>true</BrowseInformation>\r | |
151 | <FunctionLevelLinking>true</FunctionLevelLinking>\r | |
152 | <TreatWarningAsError>true</TreatWarningAsError>\r | |
fff5f7d5 | 153 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r |
9c0d9ce3 DS |
154 | </ClCompile>\r |
155 | <Link>\r | |
156 | <TargetMachine>MachineX86</TargetMachine>\r | |
157 | <GenerateDebugInformation>true</GenerateDebugInformation>\r | |
158 | <SubSystem>Windows</SubSystem>\r | |
fff5f7d5 VZ |
159 | <EnableCOMDATFolding>true</EnableCOMDATFolding>\r |
160 | <OptimizeReferences>true</OptimizeReferences>\r | |
9c0d9ce3 DS |
161 | </Link>\r |
162 | <Lib>\r | |
163 | <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>\r | |
164 | </Lib>\r | |
165 | </ItemDefinitionGroup>\r | |
9c0d9ce3 DS |
166 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r |
167 | <ImportGroup Label="ExtensionTargets">\r | |
168 | </ImportGroup>\r | |
169 | </Project>\r |