diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/vstudio/vc143/minizip.vcxproj | 405 |
1 files changed, 405 insertions, 0 deletions
diff --git a/contrib/vstudio/vc143/minizip.vcxproj b/contrib/vstudio/vc143/minizip.vcxproj new file mode 100644 index 0000000..dd3c52e --- /dev/null +++ b/contrib/vstudio/vc143/minizip.vcxproj | |||
@@ -0,0 +1,405 @@ | |||
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="Release|ARM"> | ||
21 | <Configuration>Release</Configuration> | ||
22 | <Platform>ARM</Platform> | ||
23 | </ProjectConfiguration> | ||
24 | <ProjectConfiguration Include="Release|ARM64"> | ||
25 | <Configuration>Release</Configuration> | ||
26 | <Platform>ARM64</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>{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid> | ||
39 | <Keyword>Win32Proj</Keyword> | ||
40 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
41 | </PropertyGroup> | ||
42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
44 | <ConfigurationType>Application</ConfigurationType> | ||
45 | <CharacterSet>MultiByte</CharacterSet> | ||
46 | <PlatformToolset>v143</PlatformToolset> | ||
47 | </PropertyGroup> | ||
48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
49 | <ConfigurationType>Application</ConfigurationType> | ||
50 | <CharacterSet>Unicode</CharacterSet> | ||
51 | <PlatformToolset>v143</PlatformToolset> | ||
52 | </PropertyGroup> | ||
53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
54 | <ConfigurationType>Application</ConfigurationType> | ||
55 | <CharacterSet>MultiByte</CharacterSet> | ||
56 | <PlatformToolset>v143</PlatformToolset> | ||
57 | </PropertyGroup> | ||
58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> | ||
59 | <ConfigurationType>Application</ConfigurationType> | ||
60 | <CharacterSet>MultiByte</CharacterSet> | ||
61 | <PlatformToolset>v143</PlatformToolset> | ||
62 | </PropertyGroup> | ||
63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> | ||
64 | <ConfigurationType>Application</ConfigurationType> | ||
65 | <CharacterSet>MultiByte</CharacterSet> | ||
66 | <PlatformToolset>v143</PlatformToolset> | ||
67 | </PropertyGroup> | ||
68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
69 | <ConfigurationType>Application</ConfigurationType> | ||
70 | <CharacterSet>MultiByte</CharacterSet> | ||
71 | <PlatformToolset>v143</PlatformToolset> | ||
72 | </PropertyGroup> | ||
73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> | ||
74 | <ConfigurationType>Application</ConfigurationType> | ||
75 | <CharacterSet>MultiByte</CharacterSet> | ||
76 | <PlatformToolset>v143</PlatformToolset> | ||
77 | </PropertyGroup> | ||
78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> | ||
79 | <ConfigurationType>Application</ConfigurationType> | ||
80 | <CharacterSet>MultiByte</CharacterSet> | ||
81 | <PlatformToolset>v143</PlatformToolset> | ||
82 | </PropertyGroup> | ||
83 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
84 | <ImportGroup Label="ExtensionSettings"> | ||
85 | </ImportGroup> | ||
86 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
87 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
88 | </ImportGroup> | ||
89 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
90 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
91 | </ImportGroup> | ||
92 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
93 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
94 | </ImportGroup> | ||
95 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> | ||
96 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
97 | </ImportGroup> | ||
98 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> | ||
99 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
100 | </ImportGroup> | ||
101 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
102 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
103 | </ImportGroup> | ||
104 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> | ||
105 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
106 | </ImportGroup> | ||
107 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> | ||
108 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
109 | </ImportGroup> | ||
110 | <PropertyGroup Label="UserMacros" /> | ||
111 | <PropertyGroup> | ||
112 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
113 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniZip$(Configuration)\</OutDir> | ||
114 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\MiniZip$(Configuration)\Tmp\</IntDir> | ||
115 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | ||
116 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | ||
117 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniZip$(Configuration)\</OutDir> | ||
118 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\MiniZip$(Configuration)\Tmp\</IntDir> | ||
119 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | ||
120 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\$(Configuration)\</OutDir> | ||
121 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\$(Configuration)\</IntDir> | ||
122 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
123 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental> | ||
124 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</LinkIncremental> | ||
125 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
126 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</GenerateManifest> | ||
127 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">false</GenerateManifest> | ||
128 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\$(Configuration)\</OutDir> | ||
129 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\$(Configuration)\</IntDir> | ||
130 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
131 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental> | ||
132 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</LinkIncremental> | ||
133 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
134 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
135 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
136 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
137 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
138 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
139 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
140 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
141 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
142 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
143 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> | ||
144 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> | ||
145 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
146 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
147 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
148 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
149 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
150 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
151 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
152 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
153 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
154 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
155 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> | ||
156 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> | ||
157 | </PropertyGroup> | ||
158 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
159 | <OutDir>arm64\MiniZip$(Configuration)\</OutDir> | ||
160 | <IntDir>arm64\MiniZip$(Configuration)\Tmp\</IntDir> | ||
161 | </PropertyGroup> | ||
162 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
163 | <OutDir>arm64\MiniZip$(Configuration)\</OutDir> | ||
164 | <IntDir>arm64\MiniZip$(Configuration)\Tmp\</IntDir> | ||
165 | </PropertyGroup> | ||
166 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
167 | <OutDir>arm\MiniZip$(Configuration)\</OutDir> | ||
168 | <IntDir>arm\MiniZip$(Configuration)\Tmp\</IntDir> | ||
169 | </PropertyGroup> | ||
170 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
171 | <OutDir>arm\MiniZip$(Configuration)\</OutDir> | ||
172 | <IntDir>arm\MiniZip$(Configuration)\Tmp\</IntDir> | ||
173 | </PropertyGroup> | ||
174 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
175 | <ClCompile> | ||
176 | <Optimization>Disabled</Optimization> | ||
177 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
178 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
179 | <MinimalRebuild>true</MinimalRebuild> | ||
180 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
181 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
182 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
183 | <PrecompiledHeader> | ||
184 | </PrecompiledHeader> | ||
185 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
186 | <WarningLevel>Level3</WarningLevel> | ||
187 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
188 | </ClCompile> | ||
189 | <Link> | ||
190 | <AdditionalDependencies>x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
191 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
192 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
193 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
194 | <SubSystem>Console</SubSystem> | ||
195 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
196 | <DataExecutionPrevention> | ||
197 | </DataExecutionPrevention> | ||
198 | <TargetMachine>MachineX86</TargetMachine> | ||
199 | </Link> | ||
200 | </ItemDefinitionGroup> | ||
201 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
202 | <ClCompile> | ||
203 | <Optimization>MaxSpeed</Optimization> | ||
204 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
205 | <OmitFramePointers>true</OmitFramePointers> | ||
206 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
207 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
208 | <StringPooling>true</StringPooling> | ||
209 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
210 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
211 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
212 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
213 | <PrecompiledHeader> | ||
214 | </PrecompiledHeader> | ||
215 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
216 | <WarningLevel>Level3</WarningLevel> | ||
217 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
218 | </ClCompile> | ||
219 | <Link> | ||
220 | <AdditionalDependencies>x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
221 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
222 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
223 | <SubSystem>Console</SubSystem> | ||
224 | <OptimizeReferences>true</OptimizeReferences> | ||
225 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
226 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
227 | <DataExecutionPrevention> | ||
228 | </DataExecutionPrevention> | ||
229 | <TargetMachine>MachineX86</TargetMachine> | ||
230 | </Link> | ||
231 | </ItemDefinitionGroup> | ||
232 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
233 | <Midl> | ||
234 | <TargetEnvironment>X64</TargetEnvironment> | ||
235 | </Midl> | ||
236 | <ClCompile> | ||
237 | <Optimization>Disabled</Optimization> | ||
238 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
239 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
240 | <MinimalRebuild>true</MinimalRebuild> | ||
241 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
242 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
243 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
244 | <PrecompiledHeader> | ||
245 | </PrecompiledHeader> | ||
246 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
247 | <WarningLevel>Level3</WarningLevel> | ||
248 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
249 | </ClCompile> | ||
250 | <Link> | ||
251 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
252 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
253 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
254 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
255 | <SubSystem>Console</SubSystem> | ||
256 | <TargetMachine>MachineX64</TargetMachine> | ||
257 | </Link> | ||
258 | </ItemDefinitionGroup> | ||
259 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
260 | <Midl /> | ||
261 | <ClCompile> | ||
262 | <Optimization>Disabled</Optimization> | ||
263 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
264 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
265 | <MinimalRebuild>true</MinimalRebuild> | ||
266 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
267 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
268 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
269 | <PrecompiledHeader> | ||
270 | </PrecompiledHeader> | ||
271 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
272 | <WarningLevel>Level3</WarningLevel> | ||
273 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
274 | </ClCompile> | ||
275 | <Link> | ||
276 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
277 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
278 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
279 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
280 | <SubSystem>Console</SubSystem> | ||
281 | </Link> | ||
282 | </ItemDefinitionGroup> | ||
283 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
284 | <Midl /> | ||
285 | <ClCompile> | ||
286 | <Optimization>Disabled</Optimization> | ||
287 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
288 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
289 | <MinimalRebuild>true</MinimalRebuild> | ||
290 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
291 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
292 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
293 | <PrecompiledHeader> | ||
294 | </PrecompiledHeader> | ||
295 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
296 | <WarningLevel>Level3</WarningLevel> | ||
297 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
298 | </ClCompile> | ||
299 | <Link> | ||
300 | <AdditionalDependencies>x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
301 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
302 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
303 | <ProgramDatabaseFile>$(OutDir)minizip.pdb</ProgramDatabaseFile> | ||
304 | <SubSystem>Console</SubSystem> | ||
305 | </Link> | ||
306 | </ItemDefinitionGroup> | ||
307 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
308 | <Midl> | ||
309 | <TargetEnvironment>X64</TargetEnvironment> | ||
310 | </Midl> | ||
311 | <ClCompile> | ||
312 | <Optimization>MaxSpeed</Optimization> | ||
313 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
314 | <OmitFramePointers>true</OmitFramePointers> | ||
315 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
316 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
317 | <StringPooling>true</StringPooling> | ||
318 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
319 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
320 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
321 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
322 | <PrecompiledHeader> | ||
323 | </PrecompiledHeader> | ||
324 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
325 | <WarningLevel>Level3</WarningLevel> | ||
326 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
327 | </ClCompile> | ||
328 | <Link> | ||
329 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
330 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
331 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
332 | <SubSystem>Console</SubSystem> | ||
333 | <OptimizeReferences>true</OptimizeReferences> | ||
334 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
335 | <TargetMachine>MachineX64</TargetMachine> | ||
336 | </Link> | ||
337 | </ItemDefinitionGroup> | ||
338 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
339 | <Midl /> | ||
340 | <ClCompile> | ||
341 | <Optimization>MaxSpeed</Optimization> | ||
342 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
343 | <OmitFramePointers>true</OmitFramePointers> | ||
344 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
345 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
346 | <StringPooling>true</StringPooling> | ||
347 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
348 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
349 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
350 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
351 | <PrecompiledHeader> | ||
352 | </PrecompiledHeader> | ||
353 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
354 | <WarningLevel>Level3</WarningLevel> | ||
355 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
356 | </ClCompile> | ||
357 | <Link> | ||
358 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
359 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
360 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
361 | <SubSystem>Console</SubSystem> | ||
362 | <OptimizeReferences>true</OptimizeReferences> | ||
363 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
364 | </Link> | ||
365 | </ItemDefinitionGroup> | ||
366 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
367 | <Midl /> | ||
368 | <ClCompile> | ||
369 | <Optimization>MaxSpeed</Optimization> | ||
370 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
371 | <OmitFramePointers>true</OmitFramePointers> | ||
372 | <AdditionalIncludeDirectories>..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
373 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
374 | <StringPooling>true</StringPooling> | ||
375 | <BasicRuntimeChecks>Default</BasicRuntimeChecks> | ||
376 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
377 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
378 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
379 | <PrecompiledHeader> | ||
380 | </PrecompiledHeader> | ||
381 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
382 | <WarningLevel>Level3</WarningLevel> | ||
383 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
384 | </ClCompile> | ||
385 | <Link> | ||
386 | <AdditionalDependencies>x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
387 | <OutputFile>$(OutDir)minizip.exe</OutputFile> | ||
388 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
389 | <SubSystem>Console</SubSystem> | ||
390 | <OptimizeReferences>true</OptimizeReferences> | ||
391 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
392 | </Link> | ||
393 | </ItemDefinitionGroup> | ||
394 | <ItemGroup> | ||
395 | <ClCompile Include="..\..\minizip\minizip.c" /> | ||
396 | </ItemGroup> | ||
397 | <ItemGroup> | ||
398 | <ProjectReference Include="zlibvc.vcxproj"> | ||
399 | <Project>{8fd826f8-3739-44e6-8cc8-997122e53b8d}</Project> | ||
400 | </ProjectReference> | ||
401 | </ItemGroup> | ||
402 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
403 | <ImportGroup Label="ExtensionTargets"> | ||
404 | </ImportGroup> | ||
405 | </Project> \ No newline at end of file | ||