diff options
Diffstat (limited to 'contrib/vstudio/vc17/zlibvc.vcxproj')
-rw-r--r-- | contrib/vstudio/vc17/zlibvc.vcxproj | 875 |
1 files changed, 875 insertions, 0 deletions
diff --git a/contrib/vstudio/vc17/zlibvc.vcxproj b/contrib/vstudio/vc17/zlibvc.vcxproj new file mode 100644 index 0000000..10a7a90 --- /dev/null +++ b/contrib/vstudio/vc17/zlibvc.vcxproj | |||
@@ -0,0 +1,875 @@ | |||
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|ARM"> | ||
5 | <Configuration>Debug</Configuration> | ||
6 | <Platform>ARM</Platform> | ||
7 | </ProjectConfiguration> | ||
8 | <ProjectConfiguration Include="Debug|ARM64"> | ||
9 | <Configuration>Debug</Configuration> | ||
10 | <Platform>ARM64</Platform> | ||
11 | </ProjectConfiguration> | ||
12 | <ProjectConfiguration Include="Debug|Win32"> | ||
13 | <Configuration>Debug</Configuration> | ||
14 | <Platform>Win32</Platform> | ||
15 | </ProjectConfiguration> | ||
16 | <ProjectConfiguration Include="Debug|x64"> | ||
17 | <Configuration>Debug</Configuration> | ||
18 | <Platform>x64</Platform> | ||
19 | </ProjectConfiguration> | ||
20 | <ProjectConfiguration Include="ReleaseWithoutAsm|ARM"> | ||
21 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
22 | <Platform>ARM</Platform> | ||
23 | </ProjectConfiguration> | ||
24 | <ProjectConfiguration Include="ReleaseWithoutAsm|ARM64"> | ||
25 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
26 | <Platform>ARM64</Platform> | ||
27 | </ProjectConfiguration> | ||
28 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | ||
29 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
30 | <Platform>Win32</Platform> | ||
31 | </ProjectConfiguration> | ||
32 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | ||
33 | <Configuration>ReleaseWithoutAsm</Configuration> | ||
34 | <Platform>x64</Platform> | ||
35 | </ProjectConfiguration> | ||
36 | <ProjectConfiguration Include="Release|ARM"> | ||
37 | <Configuration>Release</Configuration> | ||
38 | <Platform>ARM</Platform> | ||
39 | </ProjectConfiguration> | ||
40 | <ProjectConfiguration Include="Release|ARM64"> | ||
41 | <Configuration>Release</Configuration> | ||
42 | <Platform>ARM64</Platform> | ||
43 | </ProjectConfiguration> | ||
44 | <ProjectConfiguration Include="Release|Win32"> | ||
45 | <Configuration>Release</Configuration> | ||
46 | <Platform>Win32</Platform> | ||
47 | </ProjectConfiguration> | ||
48 | <ProjectConfiguration Include="Release|x64"> | ||
49 | <Configuration>Release</Configuration> | ||
50 | <Platform>x64</Platform> | ||
51 | </ProjectConfiguration> | ||
52 | </ItemGroup> | ||
53 | <PropertyGroup Label="Globals"> | ||
54 | <ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid> | ||
55 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
56 | </PropertyGroup> | ||
57 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
59 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
60 | <UseOfMfc>false</UseOfMfc> | ||
61 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
62 | <PlatformToolset>v143</PlatformToolset> | ||
63 | </PropertyGroup> | ||
64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | ||
65 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
66 | <UseOfMfc>false</UseOfMfc> | ||
67 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
68 | <PlatformToolset>v143</PlatformToolset> | ||
69 | </PropertyGroup> | ||
70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
71 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
72 | <UseOfMfc>false</UseOfMfc> | ||
73 | <PlatformToolset>v143</PlatformToolset> | ||
74 | <CharacterSet>Unicode</CharacterSet> | ||
75 | </PropertyGroup> | ||
76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
77 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
78 | <UseOfMfc>false</UseOfMfc> | ||
79 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
80 | <PlatformToolset>v143</PlatformToolset> | ||
81 | </PropertyGroup> | ||
82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> | ||
83 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
84 | <UseOfMfc>false</UseOfMfc> | ||
85 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
86 | <PlatformToolset>v143</PlatformToolset> | ||
87 | </PropertyGroup> | ||
88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> | ||
89 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
90 | <UseOfMfc>false</UseOfMfc> | ||
91 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
92 | <PlatformToolset>v143</PlatformToolset> | ||
93 | </PropertyGroup> | ||
94 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | ||
95 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
96 | <UseOfMfc>false</UseOfMfc> | ||
97 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
98 | <PlatformToolset>v143</PlatformToolset> | ||
99 | </PropertyGroup> | ||
100 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="Configuration"> | ||
101 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
102 | <UseOfMfc>false</UseOfMfc> | ||
103 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
104 | <PlatformToolset>v143</PlatformToolset> | ||
105 | </PropertyGroup> | ||
106 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="Configuration"> | ||
107 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
108 | <UseOfMfc>false</UseOfMfc> | ||
109 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
110 | <PlatformToolset>v143</PlatformToolset> | ||
111 | </PropertyGroup> | ||
112 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
113 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
114 | <UseOfMfc>false</UseOfMfc> | ||
115 | <PlatformToolset>v143</PlatformToolset> | ||
116 | </PropertyGroup> | ||
117 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> | ||
118 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
119 | <UseOfMfc>false</UseOfMfc> | ||
120 | <PlatformToolset>v143</PlatformToolset> | ||
121 | </PropertyGroup> | ||
122 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> | ||
123 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
124 | <UseOfMfc>false</UseOfMfc> | ||
125 | <PlatformToolset>v143</PlatformToolset> | ||
126 | </PropertyGroup> | ||
127 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
128 | <ImportGroup Label="ExtensionSettings"> | ||
129 | </ImportGroup> | ||
130 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
131 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
132 | </ImportGroup> | ||
133 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | ||
134 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
135 | </ImportGroup> | ||
136 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
137 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
138 | </ImportGroup> | ||
139 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
140 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
141 | </ImportGroup> | ||
142 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> | ||
143 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
144 | </ImportGroup> | ||
145 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> | ||
146 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
147 | </ImportGroup> | ||
148 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | ||
149 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
150 | </ImportGroup> | ||
151 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="PropertySheets"> | ||
152 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
153 | </ImportGroup> | ||
154 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="PropertySheets"> | ||
155 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
156 | </ImportGroup> | ||
157 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
158 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
159 | </ImportGroup> | ||
160 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> | ||
161 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
162 | </ImportGroup> | ||
163 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> | ||
164 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
165 | </ImportGroup> | ||
166 | <PropertyGroup Label="UserMacros" /> | ||
167 | <PropertyGroup> | ||
168 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
169 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
170 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
171 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
172 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
173 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
174 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
175 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> | ||
176 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> | ||
177 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\</OutDir> | ||
178 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
179 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
180 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | ||
181 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
182 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
183 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
184 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental> | ||
185 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</LinkIncremental> | ||
186 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
187 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</GenerateManifest> | ||
188 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">false</GenerateManifest> | ||
189 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
190 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
191 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</LinkIncremental> | ||
192 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">false</LinkIncremental> | ||
193 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">false</LinkIncremental> | ||
194 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> | ||
195 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">false</GenerateManifest> | ||
196 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">false</GenerateManifest> | ||
197 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
198 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
199 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
200 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental> | ||
201 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</LinkIncremental> | ||
202 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
203 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</GenerateManifest> | ||
204 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</GenerateManifest> | ||
205 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
206 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
207 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
208 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
209 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
210 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
211 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
212 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
213 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
214 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
215 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
216 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
217 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
218 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
219 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | ||
220 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
221 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
222 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
223 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
224 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" /> | ||
225 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" /> | ||
226 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | ||
227 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" /> | ||
228 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" /> | ||
229 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
230 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
231 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
232 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
233 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
234 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
235 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
236 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
237 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
238 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
239 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
240 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
241 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">zlibwapi</TargetName> | ||
242 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">zlibwapi</TargetName> | ||
243 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">zlibwapi</TargetName> | ||
244 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">zlibwapi</TargetName> | ||
245 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">zlibwapi</TargetName> | ||
246 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">zlibwapi</TargetName> | ||
247 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">zlibwapi</TargetName> | ||
248 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">zlibwapi</TargetName> | ||
249 | <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">zlibwapi</TargetName> | ||
250 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">zlibwapi</TargetName> | ||
251 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">zlibwapi</TargetName> | ||
252 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">zlibwapi</TargetName> | ||
253 | </PropertyGroup> | ||
254 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
255 | <OutDir>arm64\ZlibDll$(Configuration)\</OutDir> | ||
256 | <IntDir>arm64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
257 | </PropertyGroup> | ||
258 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
259 | <OutDir>arm\ZlibDll$(Configuration)\</OutDir> | ||
260 | <IntDir>arm\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
261 | </PropertyGroup> | ||
262 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
263 | <OutDir>arm64\ZlibDll$(Configuration)\</OutDir> | ||
264 | <IntDir>arm64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
265 | </PropertyGroup> | ||
266 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"> | ||
267 | <OutDir>arm64\ZlibDll$(Configuration)\</OutDir> | ||
268 | <IntDir>arm64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
269 | </PropertyGroup> | ||
270 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
271 | <OutDir>arm\ZlibDll$(Configuration)\</OutDir> | ||
272 | <IntDir>arm\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
273 | </PropertyGroup> | ||
274 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"> | ||
275 | <OutDir>arm\ZlibDll$(Configuration)\</OutDir> | ||
276 | <IntDir>arm\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
277 | </PropertyGroup> | ||
278 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
279 | <Midl> | ||
280 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
281 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
282 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
283 | <TargetEnvironment>Win32</TargetEnvironment> | ||
284 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
285 | </Midl> | ||
286 | <ClCompile> | ||
287 | <Optimization>Disabled</Optimization> | ||
288 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
289 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
290 | <ExceptionHandling> | ||
291 | </ExceptionHandling> | ||
292 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
293 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
294 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
295 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
296 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
297 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
298 | <BrowseInformation> | ||
299 | </BrowseInformation> | ||
300 | <WarningLevel>Level3</WarningLevel> | ||
301 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
302 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
303 | </ClCompile> | ||
304 | <ResourceCompile> | ||
305 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
306 | <Culture>0x040c</Culture> | ||
307 | </ResourceCompile> | ||
308 | <Link> | ||
309 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
310 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
311 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
312 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
313 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
314 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
315 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
316 | <GenerateMapFile>true</GenerateMapFile> | ||
317 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
318 | <SubSystem>Windows</SubSystem> | ||
319 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
320 | <DataExecutionPrevention> | ||
321 | </DataExecutionPrevention> | ||
322 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
323 | </Link> | ||
324 | </ItemDefinitionGroup> | ||
325 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | ||
326 | <Midl> | ||
327 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
328 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
329 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
330 | <TargetEnvironment>Win32</TargetEnvironment> | ||
331 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
332 | </Midl> | ||
333 | <ClCompile> | ||
334 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
335 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
336 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
337 | <StringPooling>true</StringPooling> | ||
338 | <ExceptionHandling> | ||
339 | </ExceptionHandling> | ||
340 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
341 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
342 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
343 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
344 | <AssemblerOutput>All</AssemblerOutput> | ||
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 | </ClCompile> | ||
353 | <ResourceCompile> | ||
354 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
355 | <Culture>0x040c</Culture> | ||
356 | </ResourceCompile> | ||
357 | <Link> | ||
358 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
359 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
360 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
361 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
362 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
363 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
364 | <GenerateMapFile>true</GenerateMapFile> | ||
365 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
366 | <SubSystem>Windows</SubSystem> | ||
367 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
368 | <DataExecutionPrevention> | ||
369 | </DataExecutionPrevention> | ||
370 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
371 | </Link> | ||
372 | </ItemDefinitionGroup> | ||
373 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
374 | <Midl> | ||
375 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
376 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
377 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
378 | <TargetEnvironment>Win32</TargetEnvironment> | ||
379 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
380 | </Midl> | ||
381 | <ClCompile> | ||
382 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
383 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
384 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
385 | <StringPooling>true</StringPooling> | ||
386 | <ExceptionHandling> | ||
387 | </ExceptionHandling> | ||
388 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
389 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
390 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
391 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
392 | <AssemblerOutput>All</AssemblerOutput> | ||
393 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
394 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
395 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
396 | <BrowseInformation> | ||
397 | </BrowseInformation> | ||
398 | <WarningLevel>Level3</WarningLevel> | ||
399 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
400 | </ClCompile> | ||
401 | <ResourceCompile> | ||
402 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
403 | <Culture>0x040c</Culture> | ||
404 | </ResourceCompile> | ||
405 | <Link> | ||
406 | <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | ||
407 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
408 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
409 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
410 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
411 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
412 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
413 | <GenerateMapFile>true</GenerateMapFile> | ||
414 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
415 | <SubSystem>Windows</SubSystem> | ||
416 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
417 | <DataExecutionPrevention> | ||
418 | </DataExecutionPrevention> | ||
419 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
420 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | ||
421 | </Link> | ||
422 | </ItemDefinitionGroup> | ||
423 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
424 | <Midl> | ||
425 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
426 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
427 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
428 | <TargetEnvironment>X64</TargetEnvironment> | ||
429 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
430 | </Midl> | ||
431 | <ClCompile> | ||
432 | <Optimization>Disabled</Optimization> | ||
433 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
434 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
435 | <ExceptionHandling> | ||
436 | </ExceptionHandling> | ||
437 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
438 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
439 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
440 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
441 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
442 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
443 | <BrowseInformation> | ||
444 | </BrowseInformation> | ||
445 | <WarningLevel>Level3</WarningLevel> | ||
446 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
447 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
448 | </ClCompile> | ||
449 | <ResourceCompile> | ||
450 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
451 | <Culture>0x040c</Culture> | ||
452 | </ResourceCompile> | ||
453 | <Link> | ||
454 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
455 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
456 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
457 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
458 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
459 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
460 | <GenerateMapFile>true</GenerateMapFile> | ||
461 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
462 | <SubSystem>Windows</SubSystem> | ||
463 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
464 | <TargetMachine>MachineX64</TargetMachine> | ||
465 | </Link> | ||
466 | </ItemDefinitionGroup> | ||
467 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
468 | <Midl> | ||
469 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
470 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
471 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
472 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
473 | </Midl> | ||
474 | <ClCompile> | ||
475 | <Optimization>Disabled</Optimization> | ||
476 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
477 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
478 | <ExceptionHandling> | ||
479 | </ExceptionHandling> | ||
480 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
481 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
482 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
483 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
484 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
485 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
486 | <BrowseInformation> | ||
487 | </BrowseInformation> | ||
488 | <WarningLevel>Level3</WarningLevel> | ||
489 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
490 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
491 | </ClCompile> | ||
492 | <ResourceCompile> | ||
493 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
494 | <Culture>0x040c</Culture> | ||
495 | </ResourceCompile> | ||
496 | <Link> | ||
497 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
498 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
499 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
500 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
501 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
502 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
503 | <GenerateMapFile>true</GenerateMapFile> | ||
504 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
505 | <SubSystem>Windows</SubSystem> | ||
506 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
507 | </Link> | ||
508 | </ItemDefinitionGroup> | ||
509 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
510 | <Midl> | ||
511 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
512 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
513 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
514 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
515 | </Midl> | ||
516 | <ClCompile> | ||
517 | <Optimization>Disabled</Optimization> | ||
518 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
519 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
520 | <ExceptionHandling> | ||
521 | </ExceptionHandling> | ||
522 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
523 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
524 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
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 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
533 | </ClCompile> | ||
534 | <ResourceCompile> | ||
535 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
536 | <Culture>0x040c</Culture> | ||
537 | </ResourceCompile> | ||
538 | <Link> | ||
539 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
540 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
541 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
542 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
543 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
544 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
545 | <GenerateMapFile>true</GenerateMapFile> | ||
546 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
547 | <SubSystem>Windows</SubSystem> | ||
548 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
549 | </Link> | ||
550 | </ItemDefinitionGroup> | ||
551 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | ||
552 | <Midl> | ||
553 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
554 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
555 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
556 | <TargetEnvironment>X64</TargetEnvironment> | ||
557 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
558 | </Midl> | ||
559 | <ClCompile> | ||
560 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
561 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
562 | <PreprocessorDefinitions>WIN32;_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>MachineX64</TargetMachine> | ||
594 | </Link> | ||
595 | </ItemDefinitionGroup> | ||
596 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"> | ||
597 | <Midl> | ||
598 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
599 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
600 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
601 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
602 | </Midl> | ||
603 | <ClCompile> | ||
604 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
605 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
606 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
607 | <StringPooling>true</StringPooling> | ||
608 | <ExceptionHandling> | ||
609 | </ExceptionHandling> | ||
610 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
611 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
612 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
613 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
614 | <AssemblerOutput>All</AssemblerOutput> | ||
615 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
616 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
617 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
618 | <BrowseInformation> | ||
619 | </BrowseInformation> | ||
620 | <WarningLevel>Level3</WarningLevel> | ||
621 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
622 | </ClCompile> | ||
623 | <ResourceCompile> | ||
624 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
625 | <Culture>0x040c</Culture> | ||
626 | </ResourceCompile> | ||
627 | <Link> | ||
628 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
629 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
630 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
631 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
632 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
633 | <GenerateMapFile>true</GenerateMapFile> | ||
634 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
635 | <SubSystem>Windows</SubSystem> | ||
636 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
637 | </Link> | ||
638 | </ItemDefinitionGroup> | ||
639 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"> | ||
640 | <Midl> | ||
641 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
642 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
643 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
644 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
645 | </Midl> | ||
646 | <ClCompile> | ||
647 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
648 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
649 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
650 | <StringPooling>true</StringPooling> | ||
651 | <ExceptionHandling> | ||
652 | </ExceptionHandling> | ||
653 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
654 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
655 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
656 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
657 | <AssemblerOutput>All</AssemblerOutput> | ||
658 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
659 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
660 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
661 | <BrowseInformation> | ||
662 | </BrowseInformation> | ||
663 | <WarningLevel>Level3</WarningLevel> | ||
664 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
665 | </ClCompile> | ||
666 | <ResourceCompile> | ||
667 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
668 | <Culture>0x040c</Culture> | ||
669 | </ResourceCompile> | ||
670 | <Link> | ||
671 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
672 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
673 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
674 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
675 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
676 | <GenerateMapFile>true</GenerateMapFile> | ||
677 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
678 | <SubSystem>Windows</SubSystem> | ||
679 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
680 | </Link> | ||
681 | </ItemDefinitionGroup> | ||
682 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
683 | <Midl> | ||
684 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
685 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
686 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
687 | <TargetEnvironment>X64</TargetEnvironment> | ||
688 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
689 | </Midl> | ||
690 | <ClCompile> | ||
691 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
692 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
693 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
694 | <StringPooling>true</StringPooling> | ||
695 | <ExceptionHandling> | ||
696 | </ExceptionHandling> | ||
697 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
698 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
699 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
700 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
701 | <AssemblerOutput>All</AssemblerOutput> | ||
702 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
703 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
704 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
705 | <BrowseInformation> | ||
706 | </BrowseInformation> | ||
707 | <WarningLevel>Level3</WarningLevel> | ||
708 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
709 | </ClCompile> | ||
710 | <ResourceCompile> | ||
711 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
712 | <Culture>0x040c</Culture> | ||
713 | </ResourceCompile> | ||
714 | <Link> | ||
715 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
716 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
717 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
718 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
719 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
720 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
721 | <GenerateMapFile>true</GenerateMapFile> | ||
722 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
723 | <SubSystem>Windows</SubSystem> | ||
724 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
725 | <TargetMachine>MachineX64</TargetMachine> | ||
726 | </Link> | ||
727 | </ItemDefinitionGroup> | ||
728 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
729 | <Midl> | ||
730 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
731 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
732 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
733 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
734 | </Midl> | ||
735 | <ClCompile> | ||
736 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
737 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
738 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
739 | <StringPooling>true</StringPooling> | ||
740 | <ExceptionHandling> | ||
741 | </ExceptionHandling> | ||
742 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
743 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
744 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
745 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
746 | <AssemblerOutput>All</AssemblerOutput> | ||
747 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
748 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
749 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
750 | <BrowseInformation> | ||
751 | </BrowseInformation> | ||
752 | <WarningLevel>Level3</WarningLevel> | ||
753 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
754 | </ClCompile> | ||
755 | <ResourceCompile> | ||
756 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
757 | <Culture>0x040c</Culture> | ||
758 | </ResourceCompile> | ||
759 | <Link> | ||
760 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
761 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
762 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
763 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
764 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
765 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
766 | <GenerateMapFile>true</GenerateMapFile> | ||
767 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
768 | <SubSystem>Windows</SubSystem> | ||
769 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
770 | </Link> | ||
771 | </ItemDefinitionGroup> | ||
772 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
773 | <Midl> | ||
774 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
775 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
776 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
777 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
778 | </Midl> | ||
779 | <ClCompile> | ||
780 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
781 | <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
782 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
783 | <StringPooling>true</StringPooling> | ||
784 | <ExceptionHandling> | ||
785 | </ExceptionHandling> | ||
786 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
787 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
788 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
789 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
790 | <AssemblerOutput>All</AssemblerOutput> | ||
791 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
792 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
793 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
794 | <BrowseInformation> | ||
795 | </BrowseInformation> | ||
796 | <WarningLevel>Level3</WarningLevel> | ||
797 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
798 | </ClCompile> | ||
799 | <ResourceCompile> | ||
800 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
801 | <Culture>0x040c</Culture> | ||
802 | </ResourceCompile> | ||
803 | <Link> | ||
804 | <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | ||
805 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
806 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
807 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
808 | <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> | ||
809 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
810 | <GenerateMapFile>true</GenerateMapFile> | ||
811 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
812 | <SubSystem>Windows</SubSystem> | ||
813 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
814 | </Link> | ||
815 | </ItemDefinitionGroup> | ||
816 | <ItemGroup> | ||
817 | <ClCompile Include="..\..\..\adler32.c" /> | ||
818 | <ClCompile Include="..\..\..\compress.c" /> | ||
819 | <ClCompile Include="..\..\..\crc32.c" /> | ||
820 | <ClCompile Include="..\..\..\deflate.c" /> | ||
821 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
822 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
823 | <ClCompile Include="..\..\..\gzread.c" /> | ||
824 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
825 | <ClCompile Include="..\..\..\infback.c" /> | ||
826 | <ClCompile Include="..\..\..\inffast.c" /> | ||
827 | <ClCompile Include="..\..\..\inflate.c" /> | ||
828 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
829 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
830 | <ClCompile Include="..\..\minizip\iowin32.c" /> | ||
831 | <ClCompile Include="..\..\..\trees.c" /> | ||
832 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
833 | <ClCompile Include="..\..\minizip\unzip.c"> | ||
834 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
835 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
836 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
837 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
838 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
839 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
840 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
841 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
842 | </ClCompile> | ||
843 | <ClCompile Include="..\..\minizip\zip.c"> | ||
844 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
845 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
846 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
847 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
848 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
849 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
850 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
851 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
852 | </ClCompile> | ||
853 | <ClCompile Include="..\..\..\zutil.c" /> | ||
854 | </ItemGroup> | ||
855 | <ItemGroup> | ||
856 | <ResourceCompile Include="zlib.rc" /> | ||
857 | </ItemGroup> | ||
858 | <ItemGroup> | ||
859 | <None Include="zlibvc.def" /> | ||
860 | </ItemGroup> | ||
861 | <ItemGroup> | ||
862 | <ClInclude Include="..\..\..\deflate.h" /> | ||
863 | <ClInclude Include="..\..\..\infblock.h" /> | ||
864 | <ClInclude Include="..\..\..\infcodes.h" /> | ||
865 | <ClInclude Include="..\..\..\inffast.h" /> | ||
866 | <ClInclude Include="..\..\..\inftrees.h" /> | ||
867 | <ClInclude Include="..\..\..\infutil.h" /> | ||
868 | <ClInclude Include="..\..\..\zconf.h" /> | ||
869 | <ClInclude Include="..\..\..\zlib.h" /> | ||
870 | <ClInclude Include="..\..\..\zutil.h" /> | ||
871 | </ItemGroup> | ||
872 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
873 | <ImportGroup Label="ExtensionTargets"> | ||
874 | </ImportGroup> | ||
875 | </Project> \ No newline at end of file | ||