Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
ee59ca7f
Commit
ee59ca7f
authored
Apr 26, 2024
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'merge-zlib' (1.3.1) into 10.4
parents
45846bac
5aff13b6
Changes
36
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
3779 additions
and
139 deletions
+3779
-139
storage/connect/ioapi.h
storage/connect/ioapi.h
+1
-1
storage/connect/unzip.c
storage/connect/unzip.c
+6
-6
storage/connect/unzip.h
storage/connect/unzip.h
+1
-1
storage/connect/zip.c
storage/connect/zip.c
+16
-5
storage/connect/zip.h
storage/connect/zip.h
+2
-2
zlib/ChangeLog
zlib/ChangeLog
+10
-0
zlib/FAQ
zlib/FAQ
+1
-2
zlib/README
zlib/README
+3
-3
zlib/contrib/nuget/nuget.csproj
zlib/contrib/nuget/nuget.csproj
+43
-0
zlib/contrib/nuget/nuget.sln
zlib/contrib/nuget/nuget.sln
+22
-0
zlib/contrib/vstudio/vc17/miniunz.vcxproj
zlib/contrib/vstudio/vc17/miniunz.vcxproj
+409
-0
zlib/contrib/vstudio/vc17/minizip.vcxproj
zlib/contrib/vstudio/vc17/minizip.vcxproj
+405
-0
zlib/contrib/vstudio/vc17/testzlib.vcxproj
zlib/contrib/vstudio/vc17/testzlib.vcxproj
+473
-0
zlib/contrib/vstudio/vc17/testzlibdll.vcxproj
zlib/contrib/vstudio/vc17/testzlibdll.vcxproj
+409
-0
zlib/contrib/vstudio/vc17/zlib.rc
zlib/contrib/vstudio/vc17/zlib.rc
+32
-0
zlib/contrib/vstudio/vc17/zlibstat.vcxproj
zlib/contrib/vstudio/vc17/zlibstat.vcxproj
+602
-0
zlib/contrib/vstudio/vc17/zlibvc.def
zlib/contrib/vstudio/vc17/zlibvc.def
+158
-0
zlib/contrib/vstudio/vc17/zlibvc.sln
zlib/contrib/vstudio/vc17/zlibvc.sln
+179
-0
zlib/contrib/vstudio/vc17/zlibvc.vcxproj
zlib/contrib/vstudio/vc17/zlibvc.vcxproj
+875
-0
zlib/deflate.c
zlib/deflate.c
+36
-11
zlib/deflate.h
zlib/deflate.h
+33
-2
zlib/gzguts.h
zlib/gzguts.h
+2
-6
zlib/gzlib.c
zlib/gzlib.c
+6
-6
zlib/inflate.c
zlib/inflate.c
+1
-1
zlib/inftrees.c
zlib/inftrees.c
+3
-3
zlib/inftrees.h
zlib/inftrees.h
+2
-2
zlib/qnx/package.qpg
zlib/qnx/package.qpg
+5
-5
zlib/treebuild.xml
zlib/treebuild.xml
+2
-2
zlib/trees.c
zlib/trees.c
+17
-3
zlib/win32/DLL_FAQ.txt
zlib/win32/DLL_FAQ.txt
+2
-18
zlib/win32/README-WIN32.txt
zlib/win32/README-WIN32.txt
+4
-4
zlib/zconf.h.cmakein
zlib/zconf.h.cmakein
+1
-9
zlib/zconf.h.in
zlib/zconf.h.in
+1
-9
zlib/zlib.3
zlib/zlib.3
+3
-3
zlib/zlib.h
zlib/zlib.h
+11
-11
zlib/zutil.h
zlib/zutil.h
+3
-24
No files found.
storage/connect/ioapi.h
View file @
ee59ca7f
...
@@ -144,7 +144,7 @@ typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stre
...
@@ -144,7 +144,7 @@ typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stre
typedef
long
(
ZCALLBACK
*
seek_file_func
)
OF
((
voidpf
opaque
,
voidpf
stream
,
uLong
offset
,
int
origin
));
typedef
long
(
ZCALLBACK
*
seek_file_func
)
OF
((
voidpf
opaque
,
voidpf
stream
,
uLong
offset
,
int
origin
));
/* here is the "old" 32 bits structure
structure
*/
/* here is the "old" 32 bits structure */
typedef
struct
zlib_filefunc_def_s
typedef
struct
zlib_filefunc_def_s
{
{
open_file_func
zopen_file
;
open_file_func
zopen_file
;
...
...
storage/connect/unzip.c
View file @
ee59ca7f
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
const
char
unz_copyright
[]
=
const
char
unz_copyright
[]
=
" unzip 1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll"
;
" unzip 1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll"
;
/* unz_file_info
_internt
al contain internal info about a file in zipfile*/
/* unz_file_info
64_intern
al contain internal info about a file in zipfile*/
typedef
struct
unz_file_info64_internal_s
typedef
struct
unz_file_info64_internal_s
{
{
ZPOS64_T
offset_curfile
;
/* relative offset of local header 8 bytes */
ZPOS64_T
offset_curfile
;
/* relative offset of local header 8 bytes */
...
@@ -542,7 +542,7 @@ local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_def* pzlib
...
@@ -542,7 +542,7 @@ local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_def* pzlib
if
(
unz64local_getLong
(
pzlib_filefunc_def
,
filestream
,
&
uL
)
!=
UNZ_OK
)
if
(
unz64local_getLong
(
pzlib_filefunc_def
,
filestream
,
&
uL
)
!=
UNZ_OK
)
return
0
;
return
0
;
/* number of the disk with the start of the zip64 end of
central directory */
/* number of the disk with the start of the zip64 end of central directory */
if
(
unz64local_getLong
(
pzlib_filefunc_def
,
filestream
,
&
uL
)
!=
UNZ_OK
)
if
(
unz64local_getLong
(
pzlib_filefunc_def
,
filestream
,
&
uL
)
!=
UNZ_OK
)
return
0
;
return
0
;
if
(
uL
!=
0
)
if
(
uL
!=
0
)
...
@@ -590,10 +590,10 @@ local unzFile unzOpenInternal (const void *path,
...
@@ -590,10 +590,10 @@ local unzFile unzOpenInternal (const void *path,
ZPOS64_T
central_pos
;
ZPOS64_T
central_pos
;
uLong
uL
;
uLong
uL
;
uLong
number_disk
;
/* number of the current dis
t
, used for
uLong
number_disk
;
/* number of the current dis
k
, used for
spaning ZIP, unsupported, always 0*/
span
n
ing ZIP, unsupported, always 0*/
uLong
number_disk_with_CD
;
/* number the
the
disk with central dir, used
uLong
number_disk_with_CD
;
/* number the disk with central dir, used
for spaning ZIP, unsupported, always 0*/
for span
n
ing ZIP, unsupported, always 0*/
ZPOS64_T
number_entry_CD
;
/* total number of entries in
ZPOS64_T
number_entry_CD
;
/* total number of entries in
the central dir
the central dir
(same than number_entry on nospan) */
(same than number_entry on nospan) */
...
...
storage/connect/unzip.h
View file @
ee59ca7f
...
@@ -306,7 +306,7 @@ extern int ZEXPORT unzGetCurrentFileInfo OF((unzFile file,
...
@@ -306,7 +306,7 @@ extern int ZEXPORT unzGetCurrentFileInfo OF((unzFile file,
Get Info about the current file
Get Info about the current file
if pfile_info!=NULL, the *pfile_info structure will contain somes info about
if pfile_info!=NULL, the *pfile_info structure will contain somes info about
the current file
the current file
if szFileName!=NULL, the file
man
e string will be copied in szFileName
if szFileName!=NULL, the file
nam
e string will be copied in szFileName
(fileNameBufferSize is the size of the buffer)
(fileNameBufferSize is the size of the buffer)
if extraField!=NULL, the extra field information will be copied in extraField
if extraField!=NULL, the extra field information will be copied in extraField
(extraFieldBufferSize is the size of the buffer).
(extraFieldBufferSize is the size of the buffer).
...
...
storage/connect/zip.c
View file @
ee59ca7f
...
@@ -575,7 +575,7 @@ local ZPOS64_T zip64local_SearchCentralDir64(const zlib_filefunc64_32_def* pzlib
...
@@ -575,7 +575,7 @@ local ZPOS64_T zip64local_SearchCentralDir64(const zlib_filefunc64_32_def* pzlib
if
(
zip64local_getLong
(
pzlib_filefunc_def
,
filestream
,
&
uL
)
!=
ZIP_OK
)
if
(
zip64local_getLong
(
pzlib_filefunc_def
,
filestream
,
&
uL
)
!=
ZIP_OK
)
return
0
;
return
0
;
/* number of the disk with the start of the zip64 end of
central directory */
/* number of the disk with the start of the zip64 end of central directory */
if
(
zip64local_getLong
(
pzlib_filefunc_def
,
filestream
,
&
uL
)
!=
ZIP_OK
)
if
(
zip64local_getLong
(
pzlib_filefunc_def
,
filestream
,
&
uL
)
!=
ZIP_OK
)
return
0
;
return
0
;
if
(
uL
!=
0
)
if
(
uL
!=
0
)
...
@@ -614,9 +614,9 @@ local int LoadCentralDirectoryRecord(zip64_internal* pziinit) {
...
@@ -614,9 +614,9 @@ local int LoadCentralDirectoryRecord(zip64_internal* pziinit) {
ZPOS64_T
central_pos
;
ZPOS64_T
central_pos
;
uLong
uL
;
uLong
uL
;
uLong
number_disk
;
/* number of the current dis
t
, used for
uLong
number_disk
;
/* number of the current dis
k
, used for
spanning ZIP, unsupported, always 0*/
spanning ZIP, unsupported, always 0*/
uLong
number_disk_with_CD
;
/* number
the
the disk with central dir, used
uLong
number_disk_with_CD
;
/* number
of
the disk with central dir, used
for spanning ZIP, unsupported, always 0*/
for spanning ZIP, unsupported, always 0*/
ZPOS64_T
number_entry
;
ZPOS64_T
number_entry
;
ZPOS64_T
number_entry_CD
;
/* total number of entries in
ZPOS64_T
number_entry_CD
;
/* total number of entries in
...
@@ -1043,6 +1043,17 @@ extern int ZEXPORT zipOpenNewFileInZip4_64(zipFile file, const char* filename, c
...
@@ -1043,6 +1043,17 @@ extern int ZEXPORT zipOpenNewFileInZip4_64(zipFile file, const char* filename, c
return
ZIP_PARAMERROR
;
return
ZIP_PARAMERROR
;
#endif
#endif
// The filename and comment length must fit in 16 bits.
if
((
filename
!=
NULL
)
&&
(
strlen
(
filename
)
>
0xffff
))
return
ZIP_PARAMERROR
;
if
((
comment
!=
NULL
)
&&
(
strlen
(
comment
)
>
0xffff
))
return
ZIP_PARAMERROR
;
// The extra field length must fit in 16 bits. If the member also requires
// a Zip64 extra block, that will also need to fit within that 16-bit
// length, but that will be checked for later.
if
((
size_extrafield_local
>
0xffff
)
||
(
size_extrafield_global
>
0xffff
))
return
ZIP_PARAMERROR
;
zi
=
(
zip64_internal
*
)
file
;
zi
=
(
zip64_internal
*
)
file
;
if
(
zi
->
in_opened_file_inzip
==
1
)
if
(
zi
->
in_opened_file_inzip
==
1
)
...
@@ -1597,7 +1608,7 @@ extern int ZEXPORT zipCloseFileInZipRaw64(zipFile file, ZPOS64_T uncompressed_si
...
@@ -1597,7 +1608,7 @@ extern int ZEXPORT zipCloseFileInZipRaw64(zipFile file, ZPOS64_T uncompressed_si
if
((
uLong
)(
datasize
+
4
)
>
zi
->
ci
.
size_centralExtraFree
)
if
((
uLong
)(
datasize
+
4
)
>
zi
->
ci
.
size_centralExtraFree
)
{
{
// we can
not write more data to the buffer that we have room for.
// we cannot write more data to the buffer that we have room for.
return
ZIP_BADZIPFILE
;
return
ZIP_BADZIPFILE
;
}
}
...
@@ -1861,7 +1872,7 @@ extern int ZEXPORT zipClose(zipFile file, const char* global_comment) {
...
@@ -1861,7 +1872,7 @@ extern int ZEXPORT zipClose(zipFile file, const char* global_comment) {
free_linkedlist
(
&
(
zi
->
central_dir
));
free_linkedlist
(
&
(
zi
->
central_dir
));
pos
=
centraldir_pos_inzip
-
zi
->
add_position_when_writing_offset
;
pos
=
centraldir_pos_inzip
-
zi
->
add_position_when_writing_offset
;
if
(
pos
>=
0xffffffff
||
zi
->
number_entry
>
0xFFFF
)
if
(
pos
>=
0xffffffff
||
zi
->
number_entry
>
=
0xFFFF
)
{
{
ZPOS64_T
Zip64EOCDpos
=
ZTELL64
(
zi
->
z_filefunc
,
zi
->
filestream
);
ZPOS64_T
Zip64EOCDpos
=
ZTELL64
(
zi
->
z_filefunc
,
zi
->
filestream
);
Write_Zip64EndOfCentralDirectoryRecord
(
zi
,
size_centraldir
,
centraldir_pos_inzip
);
Write_Zip64EndOfCentralDirectoryRecord
(
zi
,
size_centraldir
,
centraldir_pos_inzip
);
...
...
storage/connect/zip.h
View file @
ee59ca7f
...
@@ -177,9 +177,9 @@ extern int ZEXPORT zipOpenNewFileInZip64(zipFile file,
...
@@ -177,9 +177,9 @@ extern int ZEXPORT zipOpenNewFileInZip64(zipFile file,
filename : the filename in zip (if NULL, '-' without quote will be used
filename : the filename in zip (if NULL, '-' without quote will be used
*zipfi contain supplemental information
*zipfi contain supplemental information
if extrafield_local!=NULL and size_extrafield_local>0, extrafield_local
if extrafield_local!=NULL and size_extrafield_local>0, extrafield_local
contains the extrafield data
the
the local header
contains the extrafield data
for
the local header
if extrafield_global!=NULL and size_extrafield_global>0, extrafield_global
if extrafield_global!=NULL and size_extrafield_global>0, extrafield_global
contains the extrafield data
the the loc
al header
contains the extrafield data
for the glob
al header
if comment != NULL, comment contain the comment string
if comment != NULL, comment contain the comment string
method contain the compression method (0 for store, Z_DEFLATED for deflate)
method contain the compression method (0 for store, Z_DEFLATED for deflate)
level contain the level of compression (can be Z_DEFAULT_COMPRESSION)
level contain the level of compression (can be Z_DEFAULT_COMPRESSION)
...
...
zlib/ChangeLog
View file @
ee59ca7f
ChangeLog file for zlib
ChangeLog file for zlib
Changes in 1.3.1 (22 Jan 2024)
- Reject overflows of zip header fields in minizip
- Fix bug in inflateSync() for data held in bit buffer
- Add LIT_MEM define to use more memory for a small deflate speedup
- Fix decision on the emission of Zip64 end records in minizip
- Add bounds checking to ERR_MSG() macro, used by zError()
- Neutralize zip file traversal attacks in miniunz
- Fix a bug in ZLIB_DEBUG compiles in check_match()
- Various portability and appearance improvements
Changes in 1.3 (18 Aug 2023)
Changes in 1.3 (18 Aug 2023)
- Remove K&R function definitions and zlib2ansi
- Remove K&R function definitions and zlib2ansi
- Fix bug in deflateBound() for level 0 and memLevel 9
- Fix bug in deflateBound() for level 0 and memLevel 9
...
...
zlib/FAQ
View file @
ee59ca7f
...
@@ -14,8 +14,7 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
...
@@ -14,8 +14,7 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
2. Where can I get a Windows DLL version?
2. Where can I get a Windows DLL version?
The zlib sources can be compiled without change to produce a DLL. See the
The zlib sources can be compiled without change to produce a DLL. See the
file win32/DLL_FAQ.txt in the zlib distribution. Pointers to the
file win32/DLL_FAQ.txt in the zlib distribution.
precompiled DLL are found in the zlib web site at http://zlib.net/ .
3. Where can I get a Visual Basic interface to zlib?
3. Where can I get a Visual Basic interface to zlib?
...
...
zlib/README
View file @
ee59ca7f
ZLIB DATA COMPRESSION LIBRARY
ZLIB DATA COMPRESSION LIBRARY
zlib 1.3 is a general purpose data compression library. All the code is
zlib 1.3
.1
is a general purpose data compression library. All the code is
thread safe. The data format used by the zlib library is described by RFCs
thread safe. The data format used by the zlib library is described by RFCs
(Request for Comments) 1950 to 1952 in the files
(Request for Comments) 1950 to 1952 in the files
http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
...
@@ -31,7 +31,7 @@ Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
...
@@ -31,7 +31,7 @@ Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
issue of Dr. Dobb's Journal; a copy of the article is available at
issue of Dr. Dobb's Journal; a copy of the article is available at
https://marknelson.us/posts/1997/01/01/zlib-engine.html .
https://marknelson.us/posts/1997/01/01/zlib-engine.html .
The changes made in version 1.3 are documented in the file ChangeLog.
The changes made in version 1.3
.1
are documented in the file ChangeLog.
Unsupported third party contributions are provided in directory contrib/ .
Unsupported third party contributions are provided in directory contrib/ .
...
@@ -83,7 +83,7 @@ Acknowledgments:
...
@@ -83,7 +83,7 @@ Acknowledgments:
Copyright notice:
Copyright notice:
(C) 1995-202
3
Jean-loup Gailly and Mark Adler
(C) 1995-202
4
Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
warranty. In no event will the authors be held liable for any damages
...
...
zlib/contrib/nuget/nuget.csproj
0 → 100644
View file @
ee59ca7f
<Project Sdk="Microsoft.Build.NoTargets/3.5.6">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageId>madler.zlib.redist</PackageId>
<PackageId Condition="$([MSBuild]::IsOSPlatform('Windows'))">$(PackageId).win</PackageId>
<PackageId Condition="$([MSBuild]::IsOSPlatform('Linux'))">$(PackageId).linux</PackageId>
<PackageId Condition="$([MSBuild]::IsOSPlatform('OSX'))">$(PackageId).osx</PackageId>
<Copyright>(C) 1995-2024 Jean-loup Gailly and Mark Adler</Copyright>
<version>1.3.1</version>
<PackageDescription>NuGet Package for consuming native builds of zlib into .NET without complexity.</PackageDescription>
<!--
Warns about not having any lib or ref assemblies (.NET Assemblies) in those directories.
Native only packages that is to be consumed in .NET should not require these.
-->
<NoWarn>NU5128</NoWarn>
<PackageOutputPath>$(MSBuildProjectDirectory)</PackageOutputPath>
<Authors>Jean-loup Gailly and Mark Adler</Authors>
</PropertyGroup>
<ItemGroup>
<None Include="../../LICENSE" Pack="true" PackagePath="" />
<!-- Package up Windows builds. -->
<None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x86/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x86/native" />
<None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x64/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x64/native" />
<None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/arm/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-arm/native" />
<None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/arm64/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-arm64/native" />
<!-- Include debug symbols as well as we never know if they might actually be needed in the future. -->
<None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x86/ZlibDll$(Configuration)/zlibwapi.pdb" Pack="true" PackagePath="runtimes/win-x86/native" />
<None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x64/ZlibDll$(Configuration)/zlibwapi.pdb" Pack="true" PackagePath="runtimes/win-x64/native" />
<None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/arm/ZlibDll$(Configuration)/zlibwapi.pdb" Pack="true" PackagePath="runtimes/win-arm/native" />
<None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/arm64/ZlibDll$(Configuration)/zlibwapi.pdb" Pack="true" PackagePath="runtimes/win-arm64/native" />
<!-- Package up Linux builds. -->
<None Condition="$([MSBuild]::IsOSPlatform('Linux'))" Include="./linux-x86/libz.so" Pack="true" PackagePath="runtimes/linux-x86/native" />
<None Condition="$([MSBuild]::IsOSPlatform('Linux'))" Include="./linux-x64/libz.so" Pack="true" PackagePath="runtimes/linux-x64/native" />
<None Condition="$([MSBuild]::IsOSPlatform('Linux'))" Include="./linux-arm/libz.so" Pack="true" PackagePath="runtimes/linux-arm/native" />
<None Condition="$([MSBuild]::IsOSPlatform('Linux'))" Include="./linux-arm64/libz.so" Pack="true" PackagePath="runtimes/linux-arm64/native" />
<!-- Package up MacOS builds. -->
<None Condition="$([MSBuild]::IsOSPlatform('OSX'))" Include="./osx-x64/libz.dylib" Pack="true" PackagePath="runtimes/osx-x64/native" />
<None Condition="$([MSBuild]::IsOSPlatform('OSX'))" Include="./osx-arm64/libz.dylib" Pack="true" PackagePath="runtimes/osx-arm64/native" />
</ItemGroup>
</Project>
zlib/contrib/nuget/nuget.sln
0 → 100644
View file @
ee59ca7f
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nuget", "nuget.csproj", "{B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
zlib/contrib/vstudio/vc17/miniunz.vcxproj
0 → 100644
View file @
ee59ca7f
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|ARM"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|ARM64"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM64"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{C52F9E7B-498A-42BE-8DB4-85A15694382A}
</ProjectGuid>
<Keyword>
Win32Proj
</Keyword>
<WindowsTargetPlatformVersion>
10.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30128.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
x86\MiniUnzip$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
x86\MiniUnzip$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
true
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
x86\MiniUnzip$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
x86\MiniUnzip$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
x64\MiniUnzip$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
x64\MiniUnzip$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
true
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
true
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
true
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
x64\MiniUnzip$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
x64\MiniUnzip$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
false
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
false
</GenerateManifest>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
/>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
<OutDir>
arm64\MiniUnzip$(Configuration)\
</OutDir>
<IntDir>
arm64\MiniUnzip$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
<OutDir>
arm64\MiniUnzip$(Configuration)\
</OutDir>
<IntDir>
arm64\MiniUnzip$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
<OutDir>
arm\MiniUnzip$(Configuration)\
</OutDir>
<IntDir>
arm\MiniUnzip$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
<OutDir>
arm\MiniUnzip$(Configuration)\
</OutDir>
<IntDir>
arm\MiniUnzip$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)miniunz.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)miniunz.pdb
</ProgramDatabaseFile>
<SubSystem>
Console
</SubSystem>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)miniunz.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<Midl>
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)miniunz.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)miniunz.pdb
</ProgramDatabaseFile>
<SubSystem>
Console
</SubSystem>
<TargetMachine>
MachineX64
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
<Midl
/>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)miniunz.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)miniunz.pdb
</ProgramDatabaseFile>
<SubSystem>
Console
</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
<Midl
/>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)miniunz.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)miniunz.pdb
</ProgramDatabaseFile>
<SubSystem>
Console
</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<Midl>
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)miniunz.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<TargetMachine>
MachineX64
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
<Midl
/>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)miniunz.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
<Midl
/>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)miniunz.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\minizip\miniunz.c"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"zlibvc.vcxproj"
>
<Project>
{8fd826f8-3739-44e6-8cc8-997122e53b8d}
</Project>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
zlib/contrib/vstudio/vc17/minizip.vcxproj
0 → 100644
View file @
ee59ca7f
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|ARM"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|ARM64"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM64"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}
</ProjectGuid>
<Keyword>
Win32Proj
</Keyword>
<WindowsTargetPlatformVersion>
10.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30128.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
x86\MiniZip$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
x86\MiniZip$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
true
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
x86\MiniZip$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
x86\MiniZip$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</LinkIncremental>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
x64\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
x64\$(Configuration)\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
true
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
true
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
true
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
x64\$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
x64\$(Configuration)\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
false
</LinkIncremental>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
/>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
<OutDir>
arm64\MiniZip$(Configuration)\
</OutDir>
<IntDir>
arm64\MiniZip$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
<OutDir>
arm64\MiniZip$(Configuration)\
</OutDir>
<IntDir>
arm64\MiniZip$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
<OutDir>
arm\MiniZip$(Configuration)\
</OutDir>
<IntDir>
arm\MiniZip$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
<OutDir>
arm\MiniZip$(Configuration)\
</OutDir>
<IntDir>
arm\MiniZip$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)minizip.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)minizip.pdb
</ProgramDatabaseFile>
<SubSystem>
Console
</SubSystem>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)minizip.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<Midl>
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)minizip.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)minizip.pdb
</ProgramDatabaseFile>
<SubSystem>
Console
</SubSystem>
<TargetMachine>
MachineX64
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
<Midl
/>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)minizip.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)minizip.pdb
</ProgramDatabaseFile>
<SubSystem>
Console
</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
<Midl
/>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)minizip.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)minizip.pdb
</ProgramDatabaseFile>
<SubSystem>
Console
</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<Midl>
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)minizip.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<TargetMachine>
MachineX64
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
<Midl
/>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)minizip.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
<Midl
/>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)minizip.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\minizip\minizip.c"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"zlibvc.vcxproj"
>
<Project>
{8fd826f8-3739-44e6-8cc8-997122e53b8d}
</Project>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
zlib/contrib/vstudio/vc17/testzlib.vcxproj
0 → 100644
View file @
ee59ca7f
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|ARM"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|ARM64"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseWithoutAsm|ARM"
>
<Configuration>
ReleaseWithoutAsm
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseWithoutAsm|ARM64"
>
<Configuration>
ReleaseWithoutAsm
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseWithoutAsm|Win32"
>
<Configuration>
ReleaseWithoutAsm
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseWithoutAsm|x64"
>
<Configuration>
ReleaseWithoutAsm
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM64"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}
</ProjectGuid>
<RootNamespace>
testzlib
</RootNamespace>
<Keyword>
Win32Proj
</Keyword>
<WindowsTargetPlatformVersion>
10.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30128.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
x86\TestZlib$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
x86\TestZlib$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
true
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
x86\TestZlib$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
x86\TestZlib$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
false
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
x86\TestZlib$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
x86\TestZlib$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
x64\TestZlib$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
x64\TestZlib$(Configuration)\Tmp\
</IntDir>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
x64\TestZlib$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
x64\TestZlib$(Configuration)\Tmp\
</IntDir>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
x64\TestZlib$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
x64\TestZlib$(Configuration)\Tmp\
</IntDir>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
false
</GenerateManifest>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
/>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
<OutDir>
arm64\TestZlib$(Configuration)\
</OutDir>
<IntDir>
arm64\TestZlib$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
<OutDir>
arm64\TestZlib$(Configuration)\
</OutDir>
<IntDir>
arm64\TestZlib$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
>
<OutDir>
arm64\TestZlib$(Configuration)\
</OutDir>
<IntDir>
arm64\TestZlib$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
<OutDir>
arm\TestZlib$(Configuration)\
</OutDir>
<IntDir>
arm\TestZlib$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
<OutDir>
arm\TestZlib$(Configuration)\
</OutDir>
<IntDir>
arm\TestZlib$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
>
<OutDir>
arm\TestZlib$(Configuration)\
</OutDir>
<IntDir>
arm\TestZlib$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerOutput>
AssemblyAndSourceCode
</AssemblerOutput>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)testzlib.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)testzlib.pdb
</ProgramDatabaseFile>
<SubSystem>
Console
</SubSystem>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<OutputFile>
$(OutDir)testzlib.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)testzlib.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<TargetMachine>
MachineX86
</TargetMachine>
<ImageHasSafeExceptionHandlers>
false
</ImageHasSafeExceptionHandlers>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<ClCompile>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
</ClCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
<ClCompile>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
</ClCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
<ClCompile>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
</ClCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
<ClCompile>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
</ClCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
>
<ClCompile>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
</ClCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
>
<ClCompile>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
</ClCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<ClCompile>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
</ClCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
<ClCompile>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
</ClCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
<ClCompile>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
</ClCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\adler32.c"
/>
<ClCompile
Include=
"..\..\..\compress.c"
/>
<ClCompile
Include=
"..\..\..\crc32.c"
/>
<ClCompile
Include=
"..\..\..\deflate.c"
/>
<ClCompile
Include=
"..\..\..\infback.c"
/>
<ClCompile
Include=
"..\..\..\inffast.c"
/>
<ClCompile
Include=
"..\..\..\inflate.c"
/>
<ClCompile
Include=
"..\..\..\inftrees.c"
/>
<ClCompile
Include=
"..\..\testzlib\testzlib.c"
/>
<ClCompile
Include=
"..\..\..\trees.c"
/>
<ClCompile
Include=
"..\..\..\uncompr.c"
/>
<ClCompile
Include=
"..\..\..\zutil.c"
/>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
zlib/contrib/vstudio/vc17/testzlibdll.vcxproj
0 → 100644
View file @
ee59ca7f
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|ARM"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|ARM64"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM64"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{C52F9E7B-498A-42BE-8DB4-85A15694366A}
</ProjectGuid>
<Keyword>
Win32Proj
</Keyword>
<WindowsTargetPlatformVersion>
10.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<CharacterSet>
MultiByte
</CharacterSet>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30128.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
x86\TestZlibDll$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
x86\TestZlibDll$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
true
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
x86\TestZlibDll$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
x86\TestZlibDll$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
x64\TestZlibDll$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
x64\TestZlibDll$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
true
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
true
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
true
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
x64\TestZlibDll$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
x64\TestZlibDll$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
false
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
false
</GenerateManifest>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
/>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
<OutDir>
arm64\TestZlibDll$(Configuration)\
</OutDir>
<IntDir>
arm64\TestZlibDll$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
<OutDir>
arm64\TestZlibDll$(Configuration)\
</OutDir>
<IntDir>
arm64\TestZlibDll$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
<OutDir>
arm\TestZlibDll$(Configuration)\
</OutDir>
<IntDir>
arm\TestZlibDll$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
<OutDir>
arm\TestZlibDll$(Configuration)\
</OutDir>
<IntDir>
arm\TestZlibDll$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)testzlibdll.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)testzlib.pdb
</ProgramDatabaseFile>
<SubSystem>
Console
</SubSystem>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)testzlibdll.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<Midl>
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)testzlibdll.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)testzlib.pdb
</ProgramDatabaseFile>
<SubSystem>
Console
</SubSystem>
<TargetMachine>
MachineX64
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
<Midl
/>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)testzlibdll.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)testzlib.pdb
</ProgramDatabaseFile>
<SubSystem>
Console
</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
<Midl
/>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)testzlibdll.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)testzlib.pdb
</ProgramDatabaseFile>
<SubSystem>
Console
</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<Midl>
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)testzlibdll.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<TargetMachine>
MachineX64
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
<Midl
/>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)testzlibdll.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
<Midl
/>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<OmitFramePointers>
true
</OmitFramePointers>
<AdditionalIncludeDirectories>
..\..\..;..\..\minizip;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeader>
</PrecompiledHeader>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<WarningLevel>
Level3
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>
x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)testzlibdll.exe
</OutputFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Console
</SubSystem>
<OptimizeReferences>
true
</OptimizeReferences>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\testzlib\testzlib.c"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"zlibvc.vcxproj"
>
<Project>
{8fd826f8-3739-44e6-8cc8-997122e53b8d}
</Project>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
zlib/contrib/vstudio/vc17/zlib.rc
0 → 100644
View file @
ee59ca7f
#include <windows.h>
#define IDR_VERSION1 1
IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
FILEVERSION 1, 3, 1, 0
PRODUCTVERSION 1, 3, 1, 0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS 0
FILEOS VOS_DOS_WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0 // not used
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
//language ID = U.S. English, char set = Windows, Multilingual
BEGIN
VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
VALUE "FileVersion", "1.3.1\0"
VALUE "InternalName", "zlib\0"
VALUE "OriginalFilename", "zlibwapi.dll\0"
VALUE "ProductName", "ZLib.DLL\0"
VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
VALUE "LegalCopyright", "(C) 1995-2024 Jean-loup Gailly & Mark Adler\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1252
END
END
zlib/contrib/vstudio/vc17/zlibstat.vcxproj
0 → 100644
View file @
ee59ca7f
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|ARM"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|ARM64"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseWithoutAsm|ARM"
>
<Configuration>
ReleaseWithoutAsm
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseWithoutAsm|ARM64"
>
<Configuration>
ReleaseWithoutAsm
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseWithoutAsm|Win32"
>
<Configuration>
ReleaseWithoutAsm
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseWithoutAsm|x64"
>
<Configuration>
ReleaseWithoutAsm
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM64"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}
</ProjectGuid>
<WindowsTargetPlatformVersion>
10.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
<CharacterSet>
Unicode
</CharacterSet>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30128.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
x86\ZlibStat$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
x86\ZlibStat$(Configuration)\Tmp\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
x86\ZlibStat$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
x86\ZlibStat$(Configuration)\Tmp\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
x86\ZlibStat$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
x86\ZlibStat$(Configuration)\Tmp\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
x64\ZlibStat$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
x64\ZlibStat$(Configuration)\Tmp\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
x64\ZlibStat$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
x64\ZlibStat$(Configuration)\Tmp\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
x64\ZlibStat$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
x64\ZlibStat$(Configuration)\Tmp\
</IntDir>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
/>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
<OutDir>
arm64\ZlibStat$(Configuration)\
</OutDir>
<IntDir>
arm64\ZlibStat$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
<OutDir>
arm64\ZlibStat$(Configuration)\
</OutDir>
<IntDir>
arm64\ZlibStat$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
>
<OutDir>
arm64\ZlibStat$(Configuration)\
</OutDir>
<IntDir>
arm64\ZlibStat$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
<OutDir>
arm\ZlibStat$(Configuration)\
</OutDir>
<IntDir>
arm\ZlibStat$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
<OutDir>
arm\ZlibStat$(Configuration)\
</OutDir>
<IntDir>
arm\ZlibStat$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
>
<OutDir>
arm\ZlibStat$(Configuration)\
</OutDir>
<IntDir>
arm\ZlibStat$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibstat.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
OldStyle
</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Lib>
<AdditionalOptions>
/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)
</AdditionalOptions>
<OutputFile>
$(OutDir)zlibstat.lib
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibstat.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Lib>
<AdditionalOptions>
/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)
</AdditionalOptions>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)zlibstat.lib
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibstat.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Lib>
<AdditionalOptions>
/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)
</AdditionalOptions>
<OutputFile>
$(OutDir)zlibstat.lib
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<Midl>
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibstat.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
OldStyle
</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Lib>
<AdditionalOptions>
/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)
</AdditionalOptions>
<OutputFile>
$(OutDir)zlibstat.lib
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
<Midl
/>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibstat.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
OldStyle
</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Lib>
<AdditionalOptions>
/MACHINE:ARM64 /NODEFAULTLIB %(AdditionalOptions)
</AdditionalOptions>
<OutputFile>
$(OutDir)zlibstat.lib
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
<Midl
/>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibstat.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
OldStyle
</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Lib>
<AdditionalOptions>
/MACHINE:ARM /NODEFAULTLIB %(AdditionalOptions)
</AdditionalOptions>
<OutputFile>
$(OutDir)zlibstat.lib
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<Midl>
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibstat.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Lib>
<AdditionalOptions>
/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)
</AdditionalOptions>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)zlibstat.lib
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
<Midl
/>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibstat.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Lib>
<AdditionalOptions>
/MACHINE:ARM64 /NODEFAULTLIB %(AdditionalOptions)
</AdditionalOptions>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)zlibstat.lib
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
<Midl
/>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibstat.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Lib>
<AdditionalOptions>
/MACHINE:ARM /NODEFAULTLIB %(AdditionalOptions)
</AdditionalOptions>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)zlibstat.lib
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
<Midl>
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibstat.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Lib>
<AdditionalOptions>
/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)
</AdditionalOptions>
<OutputFile>
$(OutDir)zlibstat.lib
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
>
<Midl
/>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibstat.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Lib>
<AdditionalOptions>
/MACHINE:ARM64 /NODEFAULTLIB %(AdditionalOptions)
</AdditionalOptions>
<OutputFile>
$(OutDir)zlibstat.lib
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
>
<Midl
/>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibstat.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Lib>
<AdditionalOptions>
/MACHINE:ARM /NODEFAULTLIB %(AdditionalOptions)
</AdditionalOptions>
<OutputFile>
$(OutDir)zlibstat.lib
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</Lib>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\adler32.c"
/>
<ClCompile
Include=
"..\..\..\compress.c"
/>
<ClCompile
Include=
"..\..\..\crc32.c"
/>
<ClCompile
Include=
"..\..\..\deflate.c"
/>
<ClCompile
Include=
"..\..\..\gzclose.c"
/>
<ClCompile
Include=
"..\..\..\gzlib.c"
/>
<ClCompile
Include=
"..\..\..\gzread.c"
/>
<ClCompile
Include=
"..\..\..\gzwrite.c"
/>
<ClCompile
Include=
"..\..\..\infback.c"
/>
<ClCompile
Include=
"..\..\..\inffast.c"
/>
<ClCompile
Include=
"..\..\..\inflate.c"
/>
<ClCompile
Include=
"..\..\..\inftrees.c"
/>
<ClCompile
Include=
"..\..\minizip\ioapi.c"
/>
<ClCompile
Include=
"..\..\..\trees.c"
/>
<ClCompile
Include=
"..\..\..\uncompr.c"
/>
<ClCompile
Include=
"..\..\minizip\unzip.c"
/>
<ClCompile
Include=
"..\..\minizip\zip.c"
/>
<ClCompile
Include=
"..\..\..\zutil.c"
/>
</ItemGroup>
<ItemGroup>
<ResourceCompile
Include=
"zlib.rc"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"zlibvc.def"
/>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
zlib/contrib/vstudio/vc17/zlibvc.def
0 → 100644
View file @
ee59ca7f
LIBRARY
; zlib data compression and ZIP file I/O library
VERSION 1.3.1
EXPORTS
adler32 @1
compress @2
crc32 @3
deflate @4
deflateCopy @5
deflateEnd @6
deflateInit2_ @7
deflateInit_ @8
deflateParams @9
deflateReset @10
deflateSetDictionary @11
gzclose @12
gzdopen @13
gzerror @14
gzflush @15
gzopen @16
gzread @17
gzwrite @18
inflate @19
inflateEnd @20
inflateInit2_ @21
inflateInit_ @22
inflateReset @23
inflateSetDictionary @24
inflateSync @25
uncompress @26
zlibVersion @27
gzprintf @28
gzputc @29
gzgetc @30
gzseek @31
gzrewind @32
gztell @33
gzeof @34
gzsetparams @35
zError @36
inflateSyncPoint @37
get_crc_table @38
compress2 @39
gzputs @40
gzgets @41
inflateCopy @42
inflateBackInit_ @43
inflateBack @44
inflateBackEnd @45
compressBound @46
deflateBound @47
gzclearerr @48
gzungetc @49
zlibCompileFlags @50
deflatePrime @51
deflatePending @52
unzOpen @61
unzClose @62
unzGetGlobalInfo @63
unzGetCurrentFileInfo @64
unzGoToFirstFile @65
unzGoToNextFile @66
unzOpenCurrentFile @67
unzReadCurrentFile @68
unzOpenCurrentFile3 @69
unztell @70
unzeof @71
unzCloseCurrentFile @72
unzGetGlobalComment @73
unzStringFileNameCompare @74
unzLocateFile @75
unzGetLocalExtrafield @76
unzOpen2 @77
unzOpenCurrentFile2 @78
unzOpenCurrentFilePassword @79
zipOpen @80
zipOpenNewFileInZip @81
zipWriteInFileInZip @82
zipCloseFileInZip @83
zipClose @84
zipOpenNewFileInZip2 @86
zipCloseFileInZipRaw @87
zipOpen2 @88
zipOpenNewFileInZip3 @89
unzGetFilePos @100
unzGoToFilePos @101
fill_win32_filefunc @110
; zlibwapi v1.2.4 added:
fill_win32_filefunc64 @111
fill_win32_filefunc64A @112
fill_win32_filefunc64W @113
unzOpen64 @120
unzOpen2_64 @121
unzGetGlobalInfo64 @122
unzGetCurrentFileInfo64 @124
unzGetCurrentFileZStreamPos64 @125
unztell64 @126
unzGetFilePos64 @127
unzGoToFilePos64 @128
zipOpen64 @130
zipOpen2_64 @131
zipOpenNewFileInZip64 @132
zipOpenNewFileInZip2_64 @133
zipOpenNewFileInZip3_64 @134
zipOpenNewFileInZip4_64 @135
zipCloseFileInZipRaw64 @136
; zlib1 v1.2.4 added:
adler32_combine @140
crc32_combine @142
deflateSetHeader @144
deflateTune @145
gzbuffer @146
gzclose_r @147
gzclose_w @148
gzdirect @149
gzoffset @150
inflateGetHeader @156
inflateMark @157
inflatePrime @158
inflateReset2 @159
inflateUndermine @160
; zlib1 v1.2.6 added:
gzgetc_ @161
inflateResetKeep @163
deflateResetKeep @164
; zlib1 v1.2.7 added:
gzopen_w @165
; zlib1 v1.2.8 added:
inflateGetDictionary @166
gzvprintf @167
; zlib1 v1.2.9 added:
inflateCodesUsed @168
inflateValidate @169
uncompress2 @170
gzfread @171
gzfwrite @172
deflateGetDictionary @173
adler32_z @174
crc32_z @175
; zlib1 v1.2.12 added:
crc32_combine_gen @176
crc32_combine_gen64 @177
crc32_combine_op @178
zlib/contrib/vstudio/vc17/zlibvc.sln
0 → 100644
View file @
ee59ca7f
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33015.44
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcxproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcxproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcxproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlibdll", "testzlibdll.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
ReleaseWithoutAsm|ARM = ReleaseWithoutAsm|ARM
ReleaseWithoutAsm|ARM64 = ReleaseWithoutAsm|ARM64
ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32
ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|ARM.ActiveCfg = Debug|ARM
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|ARM.Build.0 = Debug|ARM
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|ARM64.ActiveCfg = Debug|ARM64
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|ARM64.Build.0 = Debug|ARM64
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|ARM.ActiveCfg = Release|ARM
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|ARM.Build.0 = Release|ARM
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|ARM64.ActiveCfg = Release|ARM64
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|ARM64.Build.0 = Release|ARM64
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|ARM.ActiveCfg = ReleaseWithoutAsm|ARM
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|ARM.Build.0 = ReleaseWithoutAsm|ARM
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|ARM64.ActiveCfg = ReleaseWithoutAsm|ARM64
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|ARM64.Build.0 = ReleaseWithoutAsm|ARM64
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64
{8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|ARM.ActiveCfg = Debug|ARM
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|ARM.Build.0 = Debug|ARM
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|ARM64.ActiveCfg = Debug|ARM64
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|ARM64.Build.0 = Debug|ARM64
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|ARM.ActiveCfg = Release|ARM
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|ARM.Build.0 = Release|ARM
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|ARM64.ActiveCfg = Release|ARM64
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|ARM64.Build.0 = Release|ARM64
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|ARM.ActiveCfg = ReleaseWithoutAsm|ARM
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|ARM.Build.0 = ReleaseWithoutAsm|ARM
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|ARM64.ActiveCfg = ReleaseWithoutAsm|ARM64
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|ARM64.Build.0 = ReleaseWithoutAsm|ARM64
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64
{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM.ActiveCfg = Debug|ARM
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM.Build.0 = Debug|ARM
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM64.ActiveCfg = Debug|ARM64
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM64.Build.0 = Debug|ARM64
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM.ActiveCfg = Release|ARM
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM.Build.0 = Release|ARM
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM64.ActiveCfg = Release|ARM64
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM64.Build.0 = Release|ARM64
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM.ActiveCfg = ReleaseWithoutAsm|ARM
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM.Build.0 = ReleaseWithoutAsm|ARM
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM64.ActiveCfg = ReleaseWithoutAsm|ARM64
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM64.Build.0 = ReleaseWithoutAsm|ARM64
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64
{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|ARM.ActiveCfg = Debug|ARM
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|ARM.Build.0 = Debug|ARM
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|ARM64.ActiveCfg = Debug|ARM64
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|ARM64.Build.0 = Debug|ARM64
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|ARM.ActiveCfg = Release|ARM
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|ARM.Build.0 = Release|ARM
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|ARM64.ActiveCfg = Release|ARM64
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|ARM64.Build.0 = Release|ARM64
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|ARM.ActiveCfg = Release|ARM
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|ARM.Build.0 = Release|ARM
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|ARM64.ActiveCfg = Release|ARM64
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|ARM64.Build.0 = Release|ARM64
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32
{C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM.ActiveCfg = Debug|ARM
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM.Build.0 = Debug|ARM
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM64.ActiveCfg = Debug|ARM64
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM64.Build.0 = Debug|ARM64
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM.ActiveCfg = Release|ARM
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM.Build.0 = Release|ARM
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM64.ActiveCfg = Release|ARM64
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM64.Build.0 = Release|ARM64
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM.ActiveCfg = Release|ARM
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM.Build.0 = Release|ARM
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM64.ActiveCfg = Release|ARM64
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM64.Build.0 = Release|ARM64
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32
{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|ARM.ActiveCfg = Debug|ARM
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|ARM.Build.0 = Debug|ARM
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|ARM64.ActiveCfg = Debug|ARM64
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|ARM64.Build.0 = Debug|ARM64
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|ARM.ActiveCfg = Release|ARM
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|ARM.Build.0 = Release|ARM
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|ARM64.ActiveCfg = Release|ARM64
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|ARM64.Build.0 = Release|ARM64
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|ARM.ActiveCfg = Release|ARM
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|ARM.Build.0 = Release|ARM
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|ARM64.ActiveCfg = Release|ARM64
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|ARM64.Build.0 = Release|ARM64
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32
{C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EAA58685-56D9-43F2-8703-FD2CB020745E}
EndGlobalSection
EndGlobal
zlib/contrib/vstudio/vc17/zlibvc.vcxproj
0 → 100644
View file @
ee59ca7f
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"14.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|ARM"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|ARM64"
>
<Configuration>
Debug
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Debug|x64"
>
<Configuration>
Debug
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseWithoutAsm|ARM"
>
<Configuration>
ReleaseWithoutAsm
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseWithoutAsm|ARM64"
>
<Configuration>
ReleaseWithoutAsm
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseWithoutAsm|Win32"
>
<Configuration>
ReleaseWithoutAsm
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"ReleaseWithoutAsm|x64"
>
<Configuration>
ReleaseWithoutAsm
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|ARM64"
>
<Configuration>
Release
</Configuration>
<Platform>
ARM64
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|x64"
>
<Configuration>
Release
</Configuration>
<Platform>
x64
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{8FD826F8-3739-44E6-8CC8-997122E53B8D}
</ProjectGuid>
<WindowsTargetPlatformVersion>
10.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
<CharacterSet>
Unicode
</CharacterSet>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
Label=
"Configuration"
>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<UseOfMfc>
false
</UseOfMfc>
<PlatformToolset>
v143
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
Label=
"PropertySheets"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30128.1
</_ProjectFileVersion>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
x86\ZlibDll$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
x86\ZlibDll$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
true
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
x86\ZlibDll$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
x86\ZlibDll$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
false
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
x86\ZlibDll$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
x86\ZlibDll$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
x64\ZlibDll$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
x64\ZlibDll$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
true
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
true
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
true
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
x64\ZlibDll$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
x64\ZlibDll$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
>
false
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
>
false
</GenerateManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
x64\ZlibDll$(Configuration)\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
x64\ZlibDll$(Configuration)\Tmp\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
false
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
false
</GenerateManifest>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
false
</GenerateManifest>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
/>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
AllRules.ruleset
</CodeAnalysisRuleSet>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
/>
<CodeAnalysisRules
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
/>
<CodeAnalysisRuleAssemblies
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
/>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
zlibwapi
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
zlibwapi
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
zlibwapi
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
zlibwapi
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
zlibwapi
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
zlibwapi
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
zlibwapi
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
>
zlibwapi
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
>
zlibwapi
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
zlibwapi
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
zlibwapi
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
zlibwapi
</TargetName>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
<OutDir>
arm64\ZlibDll$(Configuration)\
</OutDir>
<IntDir>
arm64\ZlibDll$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
<OutDir>
arm\ZlibDll$(Configuration)\
</OutDir>
<IntDir>
arm\ZlibDll$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
<OutDir>
arm64\ZlibDll$(Configuration)\
</OutDir>
<IntDir>
arm64\ZlibDll$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
>
<OutDir>
arm64\ZlibDll$(Configuration)\
</OutDir>
<IntDir>
arm64\ZlibDll$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
<OutDir>
arm\ZlibDll$(Configuration)\
</OutDir>
<IntDir>
arm\ZlibDll$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
>
<OutDir>
arm\ZlibDll$(Configuration)\
</OutDir>
<IntDir>
arm\ZlibDll$(Configuration)\Tmp\
</IntDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<Midl>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MkTypLibCompatible>
true
</MkTypLibCompatible>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<TargetEnvironment>
Win32
</TargetEnvironment>
<TypeLibraryName>
$(OutDir)zlibvc.tlb
</TypeLibraryName>
</Midl>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibvc.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Link>
<AdditionalOptions>
/MACHINE:I386 %(AdditionalOptions)
</AdditionalOptions>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)zlibwapi.dll
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<ModuleDefinitionFile>
.\zlibvc.def
</ModuleDefinitionFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)zlibwapi.pdb
</ProgramDatabaseFile>
<GenerateMapFile>
true
</GenerateMapFile>
<MapFileName>
$(OutDir)zlibwapi.map
</MapFileName>
<SubSystem>
Windows
</SubSystem>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<ImportLibrary>
$(OutDir)zlibwapi.lib
</ImportLibrary>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"
>
<Midl>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MkTypLibCompatible>
true
</MkTypLibCompatible>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<TargetEnvironment>
Win32
</TargetEnvironment>
<TypeLibraryName>
$(OutDir)zlibvc.tlb
</TypeLibraryName>
</Midl>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibvc.pch
</PrecompiledHeaderOutputFile>
<AssemblerOutput>
All
</AssemblerOutput>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Link>
<AdditionalOptions>
/MACHINE:I386 %(AdditionalOptions)
</AdditionalOptions>
<OutputFile>
$(OutDir)zlibwapi.dll
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<IgnoreAllDefaultLibraries>
false
</IgnoreAllDefaultLibraries>
<ModuleDefinitionFile>
.\zlibvc.def
</ModuleDefinitionFile>
<ProgramDatabaseFile>
$(OutDir)zlibwapi.pdb
</ProgramDatabaseFile>
<GenerateMapFile>
true
</GenerateMapFile>
<MapFileName>
$(OutDir)zlibwapi.map
</MapFileName>
<SubSystem>
Windows
</SubSystem>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<ImportLibrary>
$(OutDir)zlibwapi.lib
</ImportLibrary>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<Midl>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MkTypLibCompatible>
true
</MkTypLibCompatible>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<TargetEnvironment>
Win32
</TargetEnvironment>
<TypeLibraryName>
$(OutDir)zlibvc.tlb
</TypeLibraryName>
</Midl>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibvc.pch
</PrecompiledHeaderOutputFile>
<AssemblerOutput>
All
</AssemblerOutput>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Link>
<AdditionalOptions>
/MACHINE:I386 %(AdditionalOptions)
</AdditionalOptions>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)zlibwapi.dll
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<IgnoreAllDefaultLibraries>
false
</IgnoreAllDefaultLibraries>
<ModuleDefinitionFile>
.\zlibvc.def
</ModuleDefinitionFile>
<ProgramDatabaseFile>
$(OutDir)zlibwapi.pdb
</ProgramDatabaseFile>
<GenerateMapFile>
true
</GenerateMapFile>
<MapFileName>
$(OutDir)zlibwapi.map
</MapFileName>
<SubSystem>
Windows
</SubSystem>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<ImportLibrary>
$(OutDir)zlibwapi.lib
</ImportLibrary>
<ImageHasSafeExceptionHandlers>
false
</ImageHasSafeExceptionHandlers>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<Midl>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MkTypLibCompatible>
true
</MkTypLibCompatible>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<TargetEnvironment>
X64
</TargetEnvironment>
<TypeLibraryName>
$(OutDir)zlibvc.tlb
</TypeLibraryName>
</Midl>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibvc.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)zlibwapi.dll
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<ModuleDefinitionFile>
.\zlibvc.def
</ModuleDefinitionFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)zlibwapi.pdb
</ProgramDatabaseFile>
<GenerateMapFile>
true
</GenerateMapFile>
<MapFileName>
$(OutDir)zlibwapi.map
</MapFileName>
<SubSystem>
Windows
</SubSystem>
<ImportLibrary>
$(OutDir)zlibwapi.lib
</ImportLibrary>
<TargetMachine>
MachineX64
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM64'"
>
<Midl>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MkTypLibCompatible>
true
</MkTypLibCompatible>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<TypeLibraryName>
$(OutDir)zlibvc.tlb
</TypeLibraryName>
</Midl>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibvc.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)zlibwapi.dll
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<ModuleDefinitionFile>
.\zlibvc.def
</ModuleDefinitionFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)zlibwapi.pdb
</ProgramDatabaseFile>
<GenerateMapFile>
true
</GenerateMapFile>
<MapFileName>
$(OutDir)zlibwapi.map
</MapFileName>
<SubSystem>
Windows
</SubSystem>
<ImportLibrary>
$(OutDir)zlibwapi.lib
</ImportLibrary>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
<Midl>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MkTypLibCompatible>
true
</MkTypLibCompatible>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<TypeLibraryName>
$(OutDir)zlibvc.tlb
</TypeLibraryName>
</Midl>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDebugDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibvc.pch
</PrecompiledHeaderOutputFile>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>
_DEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)zlibwapi.dll
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<ModuleDefinitionFile>
.\zlibvc.def
</ModuleDefinitionFile>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)zlibwapi.pdb
</ProgramDatabaseFile>
<GenerateMapFile>
true
</GenerateMapFile>
<MapFileName>
$(OutDir)zlibwapi.map
</MapFileName>
<SubSystem>
Windows
</SubSystem>
<ImportLibrary>
$(OutDir)zlibwapi.lib
</ImportLibrary>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"
>
<Midl>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MkTypLibCompatible>
true
</MkTypLibCompatible>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<TargetEnvironment>
X64
</TargetEnvironment>
<TypeLibraryName>
$(OutDir)zlibvc.tlb
</TypeLibraryName>
</Midl>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibvc.pch
</PrecompiledHeaderOutputFile>
<AssemblerOutput>
All
</AssemblerOutput>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Link>
<OutputFile>
$(OutDir)zlibwapi.dll
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<IgnoreAllDefaultLibraries>
false
</IgnoreAllDefaultLibraries>
<ModuleDefinitionFile>
.\zlibvc.def
</ModuleDefinitionFile>
<ProgramDatabaseFile>
$(OutDir)zlibwapi.pdb
</ProgramDatabaseFile>
<GenerateMapFile>
true
</GenerateMapFile>
<MapFileName>
$(OutDir)zlibwapi.map
</MapFileName>
<SubSystem>
Windows
</SubSystem>
<ImportLibrary>
$(OutDir)zlibwapi.lib
</ImportLibrary>
<TargetMachine>
MachineX64
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"
>
<Midl>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MkTypLibCompatible>
true
</MkTypLibCompatible>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<TypeLibraryName>
$(OutDir)zlibvc.tlb
</TypeLibraryName>
</Midl>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibvc.pch
</PrecompiledHeaderOutputFile>
<AssemblerOutput>
All
</AssemblerOutput>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Link>
<OutputFile>
$(OutDir)zlibwapi.dll
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<IgnoreAllDefaultLibraries>
false
</IgnoreAllDefaultLibraries>
<ModuleDefinitionFile>
.\zlibvc.def
</ModuleDefinitionFile>
<ProgramDatabaseFile>
$(OutDir)zlibwapi.pdb
</ProgramDatabaseFile>
<GenerateMapFile>
true
</GenerateMapFile>
<MapFileName>
$(OutDir)zlibwapi.map
</MapFileName>
<SubSystem>
Windows
</SubSystem>
<ImportLibrary>
$(OutDir)zlibwapi.lib
</ImportLibrary>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"
>
<Midl>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MkTypLibCompatible>
true
</MkTypLibCompatible>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<TypeLibraryName>
$(OutDir)zlibvc.tlb
</TypeLibraryName>
</Midl>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibvc.pch
</PrecompiledHeaderOutputFile>
<AssemblerOutput>
All
</AssemblerOutput>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Link>
<OutputFile>
$(OutDir)zlibwapi.dll
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<IgnoreAllDefaultLibraries>
false
</IgnoreAllDefaultLibraries>
<ModuleDefinitionFile>
.\zlibvc.def
</ModuleDefinitionFile>
<ProgramDatabaseFile>
$(OutDir)zlibwapi.pdb
</ProgramDatabaseFile>
<GenerateMapFile>
true
</GenerateMapFile>
<MapFileName>
$(OutDir)zlibwapi.map
</MapFileName>
<SubSystem>
Windows
</SubSystem>
<ImportLibrary>
$(OutDir)zlibwapi.lib
</ImportLibrary>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<Midl>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MkTypLibCompatible>
true
</MkTypLibCompatible>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<TargetEnvironment>
X64
</TargetEnvironment>
<TypeLibraryName>
$(OutDir)zlibvc.tlb
</TypeLibraryName>
</Midl>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibvc.pch
</PrecompiledHeaderOutputFile>
<AssemblerOutput>
All
</AssemblerOutput>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)zlibwapi.dll
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<IgnoreAllDefaultLibraries>
false
</IgnoreAllDefaultLibraries>
<ModuleDefinitionFile>
.\zlibvc.def
</ModuleDefinitionFile>
<ProgramDatabaseFile>
$(OutDir)zlibwapi.pdb
</ProgramDatabaseFile>
<GenerateMapFile>
true
</GenerateMapFile>
<MapFileName>
$(OutDir)zlibwapi.map
</MapFileName>
<SubSystem>
Windows
</SubSystem>
<ImportLibrary>
$(OutDir)zlibwapi.lib
</ImportLibrary>
<TargetMachine>
MachineX64
</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
<Midl>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MkTypLibCompatible>
true
</MkTypLibCompatible>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<TypeLibraryName>
$(OutDir)zlibvc.tlb
</TypeLibraryName>
</Midl>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibvc.pch
</PrecompiledHeaderOutputFile>
<AssemblerOutput>
All
</AssemblerOutput>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)zlibwapi.dll
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<IgnoreAllDefaultLibraries>
false
</IgnoreAllDefaultLibraries>
<ModuleDefinitionFile>
.\zlibvc.def
</ModuleDefinitionFile>
<ProgramDatabaseFile>
$(OutDir)zlibwapi.pdb
</ProgramDatabaseFile>
<GenerateMapFile>
true
</GenerateMapFile>
<MapFileName>
$(OutDir)zlibwapi.map
</MapFileName>
<SubSystem>
Windows
</SubSystem>
<ImportLibrary>
$(OutDir)zlibwapi.lib
</ImportLibrary>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
<Midl>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MkTypLibCompatible>
true
</MkTypLibCompatible>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<TypeLibraryName>
$(OutDir)zlibvc.tlb
</TypeLibraryName>
</Midl>
<ClCompile>
<InlineFunctionExpansion>
OnlyExplicitInline
</InlineFunctionExpansion>
<AdditionalIncludeDirectories>
..\..\..;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN32;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<StringPooling>
true
</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<BufferSecurityCheck>
false
</BufferSecurityCheck>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
$(IntDir)zlibvc.pch
</PrecompiledHeaderOutputFile>
<AssemblerOutput>
All
</AssemblerOutput>
<AssemblerListingLocation>
$(IntDir)
</AssemblerListingLocation>
<ObjectFileName>
$(IntDir)
</ObjectFileName>
<ProgramDataBaseFileName>
$(OutDir)
</ProgramDataBaseFileName>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>
Level3
</WarningLevel>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>
NDEBUG;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<Culture>
0x040c
</Culture>
</ResourceCompile>
<Link>
<AdditionalDependencies>
%(AdditionalDependencies)
</AdditionalDependencies>
<OutputFile>
$(OutDir)zlibwapi.dll
</OutputFile>
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<IgnoreAllDefaultLibraries>
false
</IgnoreAllDefaultLibraries>
<ModuleDefinitionFile>
.\zlibvc.def
</ModuleDefinitionFile>
<ProgramDatabaseFile>
$(OutDir)zlibwapi.pdb
</ProgramDatabaseFile>
<GenerateMapFile>
true
</GenerateMapFile>
<MapFileName>
$(OutDir)zlibwapi.map
</MapFileName>
<SubSystem>
Windows
</SubSystem>
<ImportLibrary>
$(OutDir)zlibwapi.lib
</ImportLibrary>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\adler32.c"
/>
<ClCompile
Include=
"..\..\..\compress.c"
/>
<ClCompile
Include=
"..\..\..\crc32.c"
/>
<ClCompile
Include=
"..\..\..\deflate.c"
/>
<ClCompile
Include=
"..\..\..\gzclose.c"
/>
<ClCompile
Include=
"..\..\..\gzlib.c"
/>
<ClCompile
Include=
"..\..\..\gzread.c"
/>
<ClCompile
Include=
"..\..\..\gzwrite.c"
/>
<ClCompile
Include=
"..\..\..\infback.c"
/>
<ClCompile
Include=
"..\..\..\inffast.c"
/>
<ClCompile
Include=
"..\..\..\inflate.c"
/>
<ClCompile
Include=
"..\..\..\inftrees.c"
/>
<ClCompile
Include=
"..\..\minizip\ioapi.c"
/>
<ClCompile
Include=
"..\..\minizip\iowin32.c"
/>
<ClCompile
Include=
"..\..\..\trees.c"
/>
<ClCompile
Include=
"..\..\..\uncompr.c"
/>
<ClCompile
Include=
"..\..\minizip\unzip.c"
>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
ZLIB_INTERNAL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
ZLIB_INTERNAL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
ZLIB_INTERNAL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
ZLIB_INTERNAL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
<ClCompile
Include=
"..\..\minizip\zip.c"
>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
ZLIB_INTERNAL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
ZLIB_INTERNAL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM64'"
>
ZLIB_INTERNAL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions
Condition=
"'$(Configuration)|$(Platform)'=='Release|ARM'"
>
ZLIB_INTERNAL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
</ClCompile>
<ClCompile
Include=
"..\..\..\zutil.c"
/>
</ItemGroup>
<ItemGroup>
<ResourceCompile
Include=
"zlib.rc"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"zlibvc.def"
/>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\deflate.h"
/>
<ClInclude
Include=
"..\..\..\infblock.h"
/>
<ClInclude
Include=
"..\..\..\infcodes.h"
/>
<ClInclude
Include=
"..\..\..\inffast.h"
/>
<ClInclude
Include=
"..\..\..\inftrees.h"
/>
<ClInclude
Include=
"..\..\..\infutil.h"
/>
<ClInclude
Include=
"..\..\..\zconf.h"
/>
<ClInclude
Include=
"..\..\..\zlib.h"
/>
<ClInclude
Include=
"..\..\..\zutil.h"
/>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
\ No newline at end of file
zlib/deflate.c
View file @
ee59ca7f
/* deflate.c -- compress data using the deflation algorithm
/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1995-202
3
Jean-loup Gailly and Mark Adler
* Copyright (C) 1995-202
4
Jean-loup Gailly and Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
#include "deflate.h"
#include "deflate.h"
const
char
deflate_copyright
[]
=
const
char
deflate_copyright
[]
=
" deflate 1.3
Copyright 1995-2023
Jean-loup Gailly and Mark Adler "
;
" deflate 1.3
.1 Copyright 1995-2024
Jean-loup Gailly and Mark Adler "
;
/*
/*
If you use the zlib library in a product, an acknowledgment is welcome
If you use the zlib library in a product, an acknowledgment is welcome
in the documentation of your product. If for some reason you cannot
in the documentation of your product. If for some reason you cannot
...
@@ -493,7 +493,7 @@ int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,
...
@@ -493,7 +493,7 @@ int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,
* symbols from which it is being constructed.
* symbols from which it is being constructed.
*/
*/
s
->
pending_buf
=
(
uchf
*
)
ZALLOC
(
strm
,
s
->
lit_bufsize
,
4
);
s
->
pending_buf
=
(
uchf
*
)
ZALLOC
(
strm
,
s
->
lit_bufsize
,
LIT_BUFS
);
s
->
pending_buf_size
=
(
ulg
)
s
->
lit_bufsize
*
4
;
s
->
pending_buf_size
=
(
ulg
)
s
->
lit_bufsize
*
4
;
if
(
s
->
window
==
Z_NULL
||
s
->
prev
==
Z_NULL
||
s
->
head
==
Z_NULL
||
if
(
s
->
window
==
Z_NULL
||
s
->
prev
==
Z_NULL
||
s
->
head
==
Z_NULL
||
...
@@ -503,8 +503,14 @@ int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,
...
@@ -503,8 +503,14 @@ int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,
deflateEnd
(
strm
);
deflateEnd
(
strm
);
return
Z_MEM_ERROR
;
return
Z_MEM_ERROR
;
}
}
#ifdef LIT_MEM
s
->
d_buf
=
(
ushf
*
)(
s
->
pending_buf
+
(
s
->
lit_bufsize
<<
1
));
s
->
l_buf
=
s
->
pending_buf
+
(
s
->
lit_bufsize
<<
2
);
s
->
sym_end
=
s
->
lit_bufsize
-
1
;
#else
s
->
sym_buf
=
s
->
pending_buf
+
s
->
lit_bufsize
;
s
->
sym_buf
=
s
->
pending_buf
+
s
->
lit_bufsize
;
s
->
sym_end
=
(
s
->
lit_bufsize
-
1
)
*
3
;
s
->
sym_end
=
(
s
->
lit_bufsize
-
1
)
*
3
;
#endif
/* We avoid equality with lit_bufsize*3 because of wraparound at 64K
/* We avoid equality with lit_bufsize*3 because of wraparound at 64K
* on 16 bit machines and because stored blocks are restricted to
* on 16 bit machines and because stored blocks are restricted to
* 64K-1 bytes.
* 64K-1 bytes.
...
@@ -720,9 +726,15 @@ int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) {
...
@@ -720,9 +726,15 @@ int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) {
if
(
deflateStateCheck
(
strm
))
return
Z_STREAM_ERROR
;
if
(
deflateStateCheck
(
strm
))
return
Z_STREAM_ERROR
;
s
=
strm
->
state
;
s
=
strm
->
state
;
#ifdef LIT_MEM
if
(
bits
<
0
||
bits
>
16
||
(
uchf
*
)
s
->
d_buf
<
s
->
pending_out
+
((
Buf_size
+
7
)
>>
3
))
return
Z_BUF_ERROR
;
#else
if
(
bits
<
0
||
bits
>
16
||
if
(
bits
<
0
||
bits
>
16
||
s
->
sym_buf
<
s
->
pending_out
+
((
Buf_size
+
7
)
>>
3
))
s
->
sym_buf
<
s
->
pending_out
+
((
Buf_size
+
7
)
>>
3
))
return
Z_BUF_ERROR
;
return
Z_BUF_ERROR
;
#endif
do
{
do
{
put
=
Buf_size
-
s
->
bi_valid
;
put
=
Buf_size
-
s
->
bi_valid
;
if
(
put
>
bits
)
if
(
put
>
bits
)
...
@@ -1294,7 +1306,7 @@ int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) {
...
@@ -1294,7 +1306,7 @@ int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) {
ds
->
window
=
(
Bytef
*
)
ZALLOC
(
dest
,
ds
->
w_size
,
2
*
sizeof
(
Byte
));
ds
->
window
=
(
Bytef
*
)
ZALLOC
(
dest
,
ds
->
w_size
,
2
*
sizeof
(
Byte
));
ds
->
prev
=
(
Posf
*
)
ZALLOC
(
dest
,
ds
->
w_size
,
sizeof
(
Pos
));
ds
->
prev
=
(
Posf
*
)
ZALLOC
(
dest
,
ds
->
w_size
,
sizeof
(
Pos
));
ds
->
head
=
(
Posf
*
)
ZALLOC
(
dest
,
ds
->
hash_size
,
sizeof
(
Pos
));
ds
->
head
=
(
Posf
*
)
ZALLOC
(
dest
,
ds
->
hash_size
,
sizeof
(
Pos
));
ds
->
pending_buf
=
(
uchf
*
)
ZALLOC
(
dest
,
ds
->
lit_bufsize
,
4
);
ds
->
pending_buf
=
(
uchf
*
)
ZALLOC
(
dest
,
ds
->
lit_bufsize
,
LIT_BUFS
);
if
(
ds
->
window
==
Z_NULL
||
ds
->
prev
==
Z_NULL
||
ds
->
head
==
Z_NULL
||
if
(
ds
->
window
==
Z_NULL
||
ds
->
prev
==
Z_NULL
||
ds
->
head
==
Z_NULL
||
ds
->
pending_buf
==
Z_NULL
)
{
ds
->
pending_buf
==
Z_NULL
)
{
...
@@ -1305,10 +1317,15 @@ int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) {
...
@@ -1305,10 +1317,15 @@ int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) {
zmemcpy
(
ds
->
window
,
ss
->
window
,
ds
->
w_size
*
2
*
sizeof
(
Byte
));
zmemcpy
(
ds
->
window
,
ss
->
window
,
ds
->
w_size
*
2
*
sizeof
(
Byte
));
zmemcpy
((
voidpf
)
ds
->
prev
,
(
voidpf
)
ss
->
prev
,
ds
->
w_size
*
sizeof
(
Pos
));
zmemcpy
((
voidpf
)
ds
->
prev
,
(
voidpf
)
ss
->
prev
,
ds
->
w_size
*
sizeof
(
Pos
));
zmemcpy
((
voidpf
)
ds
->
head
,
(
voidpf
)
ss
->
head
,
ds
->
hash_size
*
sizeof
(
Pos
));
zmemcpy
((
voidpf
)
ds
->
head
,
(
voidpf
)
ss
->
head
,
ds
->
hash_size
*
sizeof
(
Pos
));
zmemcpy
(
ds
->
pending_buf
,
ss
->
pending_buf
,
(
uInt
)
ds
->
pending_buf_size
);
zmemcpy
(
ds
->
pending_buf
,
ss
->
pending_buf
,
ds
->
lit_bufsize
*
LIT_BUFS
);
ds
->
pending_out
=
ds
->
pending_buf
+
(
ss
->
pending_out
-
ss
->
pending_buf
);
ds
->
pending_out
=
ds
->
pending_buf
+
(
ss
->
pending_out
-
ss
->
pending_buf
);
#ifdef LIT_MEM
ds
->
d_buf
=
(
ushf
*
)(
ds
->
pending_buf
+
(
ds
->
lit_bufsize
<<
1
));
ds
->
l_buf
=
ds
->
pending_buf
+
(
ds
->
lit_bufsize
<<
2
);
#else
ds
->
sym_buf
=
ds
->
pending_buf
+
ds
->
lit_bufsize
;
ds
->
sym_buf
=
ds
->
pending_buf
+
ds
->
lit_bufsize
;
#endif
ds
->
l_desc
.
dyn_tree
=
ds
->
dyn_ltree
;
ds
->
l_desc
.
dyn_tree
=
ds
->
dyn_ltree
;
ds
->
d_desc
.
dyn_tree
=
ds
->
dyn_dtree
;
ds
->
d_desc
.
dyn_tree
=
ds
->
dyn_dtree
;
...
@@ -1539,13 +1556,21 @@ local uInt longest_match(deflate_state *s, IPos cur_match) {
...
@@ -1539,13 +1556,21 @@ local uInt longest_match(deflate_state *s, IPos cur_match) {
*/
*/
local
void
check_match
(
deflate_state
*
s
,
IPos
start
,
IPos
match
,
int
length
)
{
local
void
check_match
(
deflate_state
*
s
,
IPos
start
,
IPos
match
,
int
length
)
{
/* check that the match is indeed a match */
/* check that the match is indeed a match */
if
(
zmemcmp
(
s
->
window
+
match
,
Bytef
*
back
=
s
->
window
+
(
int
)
match
,
*
here
=
s
->
window
+
start
;
s
->
window
+
start
,
length
)
!=
EQUAL
)
{
IPos
len
=
length
;
fprintf
(
stderr
,
" start %u, match %u, length %d
\n
"
,
if
(
match
==
(
IPos
)
-
1
)
{
start
,
match
,
length
);
/* match starts one byte before the current window -- just compare the
subsequent length-1 bytes */
back
++
;
here
++
;
len
--
;
}
if
(
zmemcmp
(
back
,
here
,
len
)
!=
EQUAL
)
{
fprintf
(
stderr
,
" start %u, match %d, length %d
\n
"
,
start
,
(
int
)
match
,
length
);
do
{
do
{
fprintf
(
stderr
,
"
%c%c"
,
s
->
window
[
match
++
],
s
->
window
[
start
++
]
);
fprintf
(
stderr
,
"
(%02x %02x)"
,
*
back
++
,
*
here
++
);
}
while
(
--
len
gth
!=
0
);
}
while
(
--
len
!=
0
);
z_error
(
"invalid match"
);
z_error
(
"invalid match"
);
}
}
if
(
z_verbose
>
1
)
{
if
(
z_verbose
>
1
)
{
...
...
zlib/deflate.h
View file @
ee59ca7f
/* deflate.h -- internal compression state
/* deflate.h -- internal compression state
* Copyright (C) 1995-20
18
Jean-loup Gailly
* Copyright (C) 1995-20
24
Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
...
@@ -23,6 +23,10 @@
...
@@ -23,6 +23,10 @@
# define GZIP
# define GZIP
#endif
#endif
/* define LIT_MEM to slightly increase the speed of deflate (order 1% to 2%) at
the cost of a larger memory footprint */
/* #define LIT_MEM */
/* ===========================================================================
/* ===========================================================================
* Internal compression state.
* Internal compression state.
*/
*/
...
@@ -217,7 +221,14 @@ typedef struct internal_state {
...
@@ -217,7 +221,14 @@ typedef struct internal_state {
/* Depth of each subtree used as tie breaker for trees of equal frequency
/* Depth of each subtree used as tie breaker for trees of equal frequency
*/
*/
#ifdef LIT_MEM
# define LIT_BUFS 5
ushf
*
d_buf
;
/* buffer for distances */
uchf
*
l_buf
;
/* buffer for literals/lengths */
#else
# define LIT_BUFS 4
uchf
*
sym_buf
;
/* buffer for distances and literals/lengths */
uchf
*
sym_buf
;
/* buffer for distances and literals/lengths */
#endif
uInt
lit_bufsize
;
uInt
lit_bufsize
;
/* Size of match buffer for literals/lengths. There are 4 reasons for
/* Size of match buffer for literals/lengths. There are 4 reasons for
...
@@ -239,7 +250,7 @@ typedef struct internal_state {
...
@@ -239,7 +250,7 @@ typedef struct internal_state {
* - I can't count above 4
* - I can't count above 4
*/
*/
uInt
sym_next
;
/* running index in sym
_buf
*/
uInt
sym_next
;
/* running index in sym
bol buffer
*/
uInt
sym_end
;
/* symbol table full when sym_next reaches this */
uInt
sym_end
;
/* symbol table full when sym_next reaches this */
ulg
opt_len
;
/* bit length of current block with optimal trees */
ulg
opt_len
;
/* bit length of current block with optimal trees */
...
@@ -318,6 +329,25 @@ void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
...
@@ -318,6 +329,25 @@ void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
extern
const
uch
ZLIB_INTERNAL
_dist_code
[];
extern
const
uch
ZLIB_INTERNAL
_dist_code
[];
#endif
#endif
#ifdef LIT_MEM
# define _tr_tally_lit(s, c, flush) \
{ uch cc = (c); \
s->d_buf[s->sym_next] = 0; \
s->l_buf[s->sym_next++] = cc; \
s->dyn_ltree[cc].Freq++; \
flush = (s->sym_next == s->sym_end); \
}
# define _tr_tally_dist(s, distance, length, flush) \
{ uch len = (uch)(length); \
ush dist = (ush)(distance); \
s->d_buf[s->sym_next] = dist; \
s->l_buf[s->sym_next++] = len; \
dist--; \
s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
s->dyn_dtree[d_code(dist)].Freq++; \
flush = (s->sym_next == s->sym_end); \
}
#else
# define _tr_tally_lit(s, c, flush) \
# define _tr_tally_lit(s, c, flush) \
{ uch cc = (c); \
{ uch cc = (c); \
s->sym_buf[s->sym_next++] = 0; \
s->sym_buf[s->sym_next++] = 0; \
...
@@ -337,6 +367,7 @@ void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
...
@@ -337,6 +367,7 @@ void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
s->dyn_dtree[d_code(dist)].Freq++; \
s->dyn_dtree[d_code(dist)].Freq++; \
flush = (s->sym_next == s->sym_end); \
flush = (s->sym_next == s->sym_end); \
}
}
#endif
#else
#else
# define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
# define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
# define _tr_tally_dist(s, distance, length, flush) \
# define _tr_tally_dist(s, distance, length, flush) \
...
...
zlib/gzguts.h
View file @
ee59ca7f
/* gzguts.h -- zlib internal header definitions for gz* operations
/* gzguts.h -- zlib internal header definitions for gz* operations
* Copyright (C) 2004-20
19
Mark Adler
* Copyright (C) 2004-20
24
Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
...
@@ -210,9 +210,5 @@ char ZLIB_INTERNAL *gz_strwinerror(DWORD error);
...
@@ -210,9 +210,5 @@ char ZLIB_INTERNAL *gz_strwinerror(DWORD error);
/* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
/* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
value -- needed when comparing unsigned to z_off64_t, which is signed
value -- needed when comparing unsigned to z_off64_t, which is signed
(possible z_off64_t types off_t, off64_t, and long are all signed) */
(possible z_off64_t types off_t, off64_t, and long are all signed) */
#ifdef INT_MAX
# define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
#else
unsigned
ZLIB_INTERNAL
gz_intmax
(
void
);
unsigned
ZLIB_INTERNAL
gz_intmax
(
void
);
# define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
#define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
#endif
zlib/gzlib.c
View file @
ee59ca7f
/* gzlib.c -- zlib functions common to reading and writing gzip files
/* gzlib.c -- zlib functions common to reading and writing gzip files
* Copyright (C) 2004-20
19
Mark Adler
* Copyright (C) 2004-20
24
Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
...
@@ -563,20 +563,20 @@ void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) {
...
@@ -563,20 +563,20 @@ void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) {
#endif
#endif
}
}
#ifndef INT_MAX
/* portably return maximum value for an int (when limits.h presumed not
/* portably return maximum value for an int (when limits.h presumed not
available) -- we need to do this to cover cases where 2's complement not
available) -- we need to do this to cover cases where 2's complement not
used, since C standard permits 1's complement and sign-bit representations,
used, since C standard permits 1's complement and sign-bit representations,
otherwise we could just use ((unsigned)-1) >> 1 */
otherwise we could just use ((unsigned)-1) >> 1 */
unsigned
ZLIB_INTERNAL
gz_intmax
(
void
)
{
unsigned
ZLIB_INTERNAL
gz_intmax
(
void
)
{
unsigned
p
,
q
;
#ifdef INT_MAX
return
INT_MAX
;
p
=
1
;
#else
unsigned
p
=
1
,
q
;
do
{
do
{
q
=
p
;
q
=
p
;
p
<<=
1
;
p
<<=
1
;
p
++
;
p
++
;
}
while
(
p
>
q
);
}
while
(
p
>
q
);
return
q
>>
1
;
return
q
>>
1
;
}
#endif
#endif
}
zlib/inflate.c
View file @
ee59ca7f
...
@@ -1387,7 +1387,7 @@ int ZEXPORT inflateSync(z_streamp strm) {
...
@@ -1387,7 +1387,7 @@ int ZEXPORT inflateSync(z_streamp strm) {
/* if first time, start search in bit buffer */
/* if first time, start search in bit buffer */
if
(
state
->
mode
!=
SYNC
)
{
if
(
state
->
mode
!=
SYNC
)
{
state
->
mode
=
SYNC
;
state
->
mode
=
SYNC
;
state
->
hold
<<
=
state
->
bits
&
7
;
state
->
hold
>>
=
state
->
bits
&
7
;
state
->
bits
-=
state
->
bits
&
7
;
state
->
bits
-=
state
->
bits
&
7
;
len
=
0
;
len
=
0
;
while
(
state
->
bits
>=
8
)
{
while
(
state
->
bits
>=
8
)
{
...
...
zlib/inftrees.c
View file @
ee59ca7f
/* inftrees.c -- generate Huffman trees for efficient decoding
/* inftrees.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-202
3
Mark Adler
* Copyright (C) 1995-202
4
Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#define MAXBITS 15
#define MAXBITS 15
const
char
inflate_copyright
[]
=
const
char
inflate_copyright
[]
=
" inflate 1.3
Copyright 1995-2023
Mark Adler "
;
" inflate 1.3
.1 Copyright 1995-2024
Mark Adler "
;
/*
/*
If you use the zlib library in a product, an acknowledgment is welcome
If you use the zlib library in a product, an acknowledgment is welcome
in the documentation of your product. If for some reason you cannot
in the documentation of your product. If for some reason you cannot
...
@@ -57,7 +57,7 @@ int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
...
@@ -57,7 +57,7 @@ int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
35
,
43
,
51
,
59
,
67
,
83
,
99
,
115
,
131
,
163
,
195
,
227
,
258
,
0
,
0
};
35
,
43
,
51
,
59
,
67
,
83
,
99
,
115
,
131
,
163
,
195
,
227
,
258
,
0
,
0
};
static
const
unsigned
short
lext
[
31
]
=
{
/* Length codes 257..285 extra */
static
const
unsigned
short
lext
[
31
]
=
{
/* Length codes 257..285 extra */
16
,
16
,
16
,
16
,
16
,
16
,
16
,
16
,
17
,
17
,
17
,
17
,
18
,
18
,
18
,
18
,
16
,
16
,
16
,
16
,
16
,
16
,
16
,
16
,
17
,
17
,
17
,
17
,
18
,
18
,
18
,
18
,
19
,
19
,
19
,
19
,
20
,
20
,
20
,
20
,
21
,
21
,
21
,
21
,
16
,
198
,
203
};
19
,
19
,
19
,
19
,
20
,
20
,
20
,
20
,
21
,
21
,
21
,
21
,
16
,
203
,
77
};
static
const
unsigned
short
dbase
[
32
]
=
{
/* Distance codes 0..29 base */
static
const
unsigned
short
dbase
[
32
]
=
{
/* Distance codes 0..29 base */
1
,
2
,
3
,
4
,
5
,
7
,
9
,
13
,
17
,
25
,
33
,
49
,
65
,
97
,
129
,
193
,
1
,
2
,
3
,
4
,
5
,
7
,
9
,
13
,
17
,
25
,
33
,
49
,
65
,
97
,
129
,
193
,
257
,
385
,
513
,
769
,
1025
,
1537
,
2049
,
3073
,
4097
,
6145
,
257
,
385
,
513
,
769
,
1025
,
1537
,
2049
,
3073
,
4097
,
6145
,
...
...
zlib/inftrees.h
View file @
ee59ca7f
...
@@ -41,8 +41,8 @@ typedef struct {
...
@@ -41,8 +41,8 @@ typedef struct {
examples/enough.c found in the zlib distribution. The arguments to that
examples/enough.c found in the zlib distribution. The arguments to that
program are the number of symbols, the initial root table size, and the
program are the number of symbols, the initial root table size, and the
maximum bit length of a code. "enough 286 9 15" for literal/length codes
maximum bit length of a code. "enough 286 9 15" for literal/length codes
returns
returns 852, and "enough 30 6 15" for distance codes returns 592.
returns
852, and "enough 30 6 15" for distance codes returns 592. The
The
initial root table size (9 or 6) is found in the fifth argument of the
initial root table size (9 or 6) is found in the fifth argument of the
inflate_table() calls in inflate.c and infback.c. If the root table size is
inflate_table() calls in inflate.c and infback.c. If the root table size is
changed, then these maximum sizes would be need to be recalculated and
changed, then these maximum sizes would be need to be recalculated and
updated. */
updated. */
...
...
zlib/qnx/package.qpg
View file @
ee59ca7f
...
@@ -25,10 +25,10 @@
...
@@ -25,10 +25,10 @@
<QPG:Files>
<QPG:Files>
<QPG:Add file="../zconf.h" install="/opt/include/" user="root:sys" permission="644"/>
<QPG:Add file="../zconf.h" install="/opt/include/" user="root:sys" permission="644"/>
<QPG:Add file="../zlib.h" install="/opt/include/" user="root:sys" permission="644"/>
<QPG:Add file="../zlib.h" install="/opt/include/" user="root:sys" permission="644"/>
<QPG:Add file="../libz.so.1.3.
0
" install="/opt/lib/" user="root:bin" permission="644"/>
<QPG:Add file="../libz.so.1.3.
1
" install="/opt/lib/" user="root:bin" permission="644"/>
<QPG:Add file="libz.so" install="/opt/lib/" component="dev" filetype="symlink" linkto="libz.so.1.3.
0
"/>
<QPG:Add file="libz.so" install="/opt/lib/" component="dev" filetype="symlink" linkto="libz.so.1.3.
1
"/>
<QPG:Add file="libz.so.1" install="/opt/lib/" filetype="symlink" linkto="libz.so.1.3.
0
"/>
<QPG:Add file="libz.so.1" install="/opt/lib/" filetype="symlink" linkto="libz.so.1.3.
1
"/>
<QPG:Add file="../libz.so.1.3.
0
" install="/opt/lib/" component="slib"/>
<QPG:Add file="../libz.so.1.3.
1
" install="/opt/lib/" component="slib"/>
</QPG:Files>
</QPG:Files>
<QPG:PackageFilter>
<QPG:PackageFilter>
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
</QPM:ProductDescription>
</QPM:ProductDescription>
<QPM:ReleaseDescription>
<QPM:ReleaseDescription>
<QPM:ReleaseVersion>1.3.
0
</QPM:ReleaseVersion>
<QPM:ReleaseVersion>1.3.
1
</QPM:ReleaseVersion>
<QPM:ReleaseUrgency>Medium</QPM:ReleaseUrgency>
<QPM:ReleaseUrgency>Medium</QPM:ReleaseUrgency>
<QPM:ReleaseStability>Stable</QPM:ReleaseStability>
<QPM:ReleaseStability>Stable</QPM:ReleaseStability>
<QPM:ReleaseNoteMinor></QPM:ReleaseNoteMinor>
<QPM:ReleaseNoteMinor></QPM:ReleaseNoteMinor>
...
...
zlib/treebuild.xml
View file @
ee59ca7f
<?xml version="1.0" ?>
<?xml version="1.0" ?>
<package
name=
"zlib"
version=
"1.3"
>
<package
name=
"zlib"
version=
"1.3
.1
"
>
<library
name=
"zlib"
dlversion=
"1.3"
dlname=
"z"
>
<library
name=
"zlib"
dlversion=
"1.3
.1
"
dlname=
"z"
>
<property
name=
"description"
>
zip compression library
</property>
<property
name=
"description"
>
zip compression library
</property>
<property
name=
"include-target-dir"
value=
"$(@PACKAGE/install-includedir)"
/>
<property
name=
"include-target-dir"
value=
"$(@PACKAGE/install-includedir)"
/>
...
...
zlib/trees.c
View file @
ee59ca7f
/* trees.c -- output deflated data using Huffman coding
/* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1995-202
1
Jean-loup Gailly
* Copyright (C) 1995-202
4
Jean-loup Gailly
* detect_data_type() function provided freely by Cosmin Truta, 2006
* detect_data_type() function provided freely by Cosmin Truta, 2006
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
...
@@ -899,14 +899,19 @@ local void compress_block(deflate_state *s, const ct_data *ltree,
...
@@ -899,14 +899,19 @@ local void compress_block(deflate_state *s, const ct_data *ltree,
const
ct_data
*
dtree
)
{
const
ct_data
*
dtree
)
{
unsigned
dist
;
/* distance of matched string */
unsigned
dist
;
/* distance of matched string */
int
lc
;
/* match length or unmatched char (if dist == 0) */
int
lc
;
/* match length or unmatched char (if dist == 0) */
unsigned
sx
=
0
;
/* running index in sym
_buf
*/
unsigned
sx
=
0
;
/* running index in sym
bol buffers
*/
unsigned
code
;
/* the code to send */
unsigned
code
;
/* the code to send */
int
extra
;
/* number of extra bits to send */
int
extra
;
/* number of extra bits to send */
if
(
s
->
sym_next
!=
0
)
do
{
if
(
s
->
sym_next
!=
0
)
do
{
#ifdef LIT_MEM
dist
=
s
->
d_buf
[
sx
];
lc
=
s
->
l_buf
[
sx
++
];
#else
dist
=
s
->
sym_buf
[
sx
++
]
&
0xff
;
dist
=
s
->
sym_buf
[
sx
++
]
&
0xff
;
dist
+=
(
unsigned
)(
s
->
sym_buf
[
sx
++
]
&
0xff
)
<<
8
;
dist
+=
(
unsigned
)(
s
->
sym_buf
[
sx
++
]
&
0xff
)
<<
8
;
lc
=
s
->
sym_buf
[
sx
++
];
lc
=
s
->
sym_buf
[
sx
++
];
#endif
if
(
dist
==
0
)
{
if
(
dist
==
0
)
{
send_code
(
s
,
lc
,
ltree
);
/* send a literal byte */
send_code
(
s
,
lc
,
ltree
);
/* send a literal byte */
Tracecv
(
isgraph
(
lc
),
(
stderr
,
" '%c' "
,
lc
));
Tracecv
(
isgraph
(
lc
),
(
stderr
,
" '%c' "
,
lc
));
...
@@ -931,8 +936,12 @@ local void compress_block(deflate_state *s, const ct_data *ltree,
...
@@ -931,8 +936,12 @@ local void compress_block(deflate_state *s, const ct_data *ltree,
}
}
}
/* literal or match pair ? */
}
/* literal or match pair ? */
/* Check that the overlay between pending_buf and sym_buf is ok: */
/* Check for no overlay of pending_buf on needed symbols */
#ifdef LIT_MEM
Assert
(
s
->
pending
<
2
*
(
s
->
lit_bufsize
+
sx
),
"pendingBuf overflow"
);
#else
Assert
(
s
->
pending
<
s
->
lit_bufsize
+
sx
,
"pendingBuf overflow"
);
Assert
(
s
->
pending
<
s
->
lit_bufsize
+
sx
,
"pendingBuf overflow"
);
#endif
}
while
(
sx
<
s
->
sym_next
);
}
while
(
sx
<
s
->
sym_next
);
...
@@ -1082,9 +1091,14 @@ void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
...
@@ -1082,9 +1091,14 @@ void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
* the current block must be flushed.
* the current block must be flushed.
*/
*/
int
ZLIB_INTERNAL
_tr_tally
(
deflate_state
*
s
,
unsigned
dist
,
unsigned
lc
)
{
int
ZLIB_INTERNAL
_tr_tally
(
deflate_state
*
s
,
unsigned
dist
,
unsigned
lc
)
{
#ifdef LIT_MEM
s
->
d_buf
[
s
->
sym_next
]
=
(
ush
)
dist
;
s
->
l_buf
[
s
->
sym_next
++
]
=
(
uch
)
lc
;
#else
s
->
sym_buf
[
s
->
sym_next
++
]
=
(
uch
)
dist
;
s
->
sym_buf
[
s
->
sym_next
++
]
=
(
uch
)
dist
;
s
->
sym_buf
[
s
->
sym_next
++
]
=
(
uch
)(
dist
>>
8
);
s
->
sym_buf
[
s
->
sym_next
++
]
=
(
uch
)(
dist
>>
8
);
s
->
sym_buf
[
s
->
sym_next
++
]
=
(
uch
)
lc
;
s
->
sym_buf
[
s
->
sym_next
++
]
=
(
uch
)
lc
;
#endif
if
(
dist
==
0
)
{
if
(
dist
==
0
)
{
/* lc is the unmatched char */
/* lc is the unmatched char */
s
->
dyn_ltree
[
lc
].
Freq
++
;
s
->
dyn_ltree
[
lc
].
Freq
++
;
...
...
zlib/win32/DLL_FAQ.txt
View file @
ee59ca7f
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
This document describes the design, the rationale, and the usage
This document describes the design, the rationale, and the usage
of the
official
DLL build of zlib, named ZLIB1.DLL. If you have
of the
common
DLL build of zlib, named ZLIB1.DLL. If you have
general questions about zlib, you should see the file "FAQ" found
general questions about zlib, you should see the file "FAQ" found
in the zlib distribution, or at the following location:
in the zlib distribution, or at the following location:
http://www.gzip.org/zlib/zlib_faq.html
http://www.gzip.org/zlib/zlib_faq.html
...
@@ -11,13 +11,9 @@ in the zlib distribution, or at the following location:
...
@@ -11,13 +11,9 @@ in the zlib distribution, or at the following location:
1. What is ZLIB1.DLL, and how can I get it?
1. What is ZLIB1.DLL, and how can I get it?
- ZLIB1.DLL is the
official
build of zlib as a DLL.
- ZLIB1.DLL is the
common
build of zlib as a DLL.
(Please remark the character '1' in the name.)
(Please remark the character '1' in the name.)
Pointers to a precompiled ZLIB1.DLL can be found in the zlib
web site at:
http://www.zlib.net/
Applications that link to ZLIB1.DLL can rely on the following
Applications that link to ZLIB1.DLL can rely on the following
specification:
specification:
...
@@ -379,18 +375,6 @@ in the zlib distribution, or at the following location:
...
@@ -379,18 +375,6 @@ in the zlib distribution, or at the following location:
code. But you can make your own private DLL build, under a
code. But you can make your own private DLL build, under a
different file name, as suggested in the previous answer.
different file name, as suggested in the previous answer.
17. I made my own ZLIB1.DLL build. Can I test it for compliance?
- We prefer that you download the official DLL from the zlib
web site. If you need something peculiar from this DLL, you
can send your suggestion to the zlib mailing list.
However, in case you do rebuild the DLL yourself, you can run
it with the test programs found in the DLL distribution.
Running these test programs is not a guarantee of compliance,
but a failure can imply a detected problem.
**
**
This document is written and maintained by
This document is written and maintained by
...
...
zlib/win32/README-WIN32.txt
View file @
ee59ca7f
ZLIB DATA COMPRESSION LIBRARY
ZLIB DATA COMPRESSION LIBRARY
zlib 1.3.
0
is a general purpose data compression library. All the code is
zlib 1.3.
1
is a general purpose data compression library. All the code is
thread safe. The data format used by the zlib library is described by RFCs
thread safe. The data format used by the zlib library is described by RFCs
(Request for Comments) 1950 to 1952 in the files
(Request for Comments) 1950 to 1952 in the files
http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
...
@@ -16,13 +16,13 @@ is http://zlib.net/ . Before reporting a problem, please check this site to
...
@@ -16,13 +16,13 @@ is http://zlib.net/ . Before reporting a problem, please check this site to
verify that you have the latest version of zlib; otherwise get the latest
verify that you have the latest version of zlib; otherwise get the latest
version and check whether the problem still exists or not.
version and check whether the problem still exists or not.
PLEASE read DLL_FAQ.txt, and the
the zlib FAQ http://zlib.net/zlib_faq.html
PLEASE read DLL_FAQ.txt, and the
zlib FAQ http://zlib.net/zlib_faq.html before
before
asking for help.
asking for help.
Manifest:
Manifest:
The package zlib-1.3.
0
-win32-x86.zip will contain the following files:
The package zlib-1.3.
1
-win32-x86.zip will contain the following files:
README-WIN32.txt This document
README-WIN32.txt This document
ChangeLog Changes since previous zlib packages
ChangeLog Changes since previous zlib packages
...
...
zlib/zconf.h.cmakein
View file @
ee59ca7f
/* zconf.h -- configuration of the zlib compression library
/* zconf.h -- configuration of the zlib compression library
* Copyright (C) 1995-20
16
Jean-loup Gailly, Mark Adler
* Copyright (C) 1995-20
24
Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
...
@@ -302,14 +302,6 @@
...
@@ -302,14 +302,6 @@
# endif
# endif
#endif
#endif
#ifndef Z_ARG /* function prototypes for stdarg */
# if defined(STDC) || defined(Z_HAVE_STDARG_H)
# define Z_ARG(args) args
# else
# define Z_ARG(args) ()
# endif
#endif
/* The following definitions for FAR are needed only for MSDOS mixed
/* The following definitions for FAR are needed only for MSDOS mixed
* model programming (small or medium model with some far allocations).
* model programming (small or medium model with some far allocations).
* This was tested only with MSC; for other MSDOS compilers you may have
* This was tested only with MSC; for other MSDOS compilers you may have
...
...
zlib/zconf.h.in
View file @
ee59ca7f
/* zconf.h -- configuration of the zlib compression library
/* zconf.h -- configuration of the zlib compression library
* Copyright (C) 1995-20
16
Jean-loup Gailly, Mark Adler
* Copyright (C) 1995-20
24
Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
...
@@ -300,14 +300,6 @@
...
@@ -300,14 +300,6 @@
# endif
# endif
#endif
#endif
#ifndef Z_ARG /* function prototypes for stdarg */
# if defined(STDC) || defined(Z_HAVE_STDARG_H)
# define Z_ARG(args) args
# else
# define Z_ARG(args) ()
# endif
#endif
/* The following definitions for FAR are needed only for MSDOS mixed
/* The following definitions for FAR are needed only for MSDOS mixed
* model programming (small or medium model with some far allocations).
* model programming (small or medium model with some far allocations).
* This was tested only with MSC; for other MSDOS compilers you may have
* This was tested only with MSC; for other MSDOS compilers you may have
...
...
zlib/zlib.3
View file @
ee59ca7f
.TH ZLIB 3 "
18 Aug 2023
"
.TH ZLIB 3 "
22 Jan 2024
"
.SH NAME
.SH NAME
zlib \- compression/decompression library
zlib \- compression/decompression library
.SH SYNOPSIS
.SH SYNOPSIS
...
@@ -105,9 +105,9 @@ before asking for help.
...
@@ -105,9 +105,9 @@ before asking for help.
Send questions and/or comments to zlib@gzip.org,
Send questions and/or comments to zlib@gzip.org,
or (for the Windows DLL version) to Gilles Vollant (info@winimage.com).
or (for the Windows DLL version) to Gilles Vollant (info@winimage.com).
.SH AUTHORS AND LICENSE
.SH AUTHORS AND LICENSE
Version 1.3
Version 1.3
.1
.LP
.LP
Copyright (C) 1995-202
3
Jean-loup Gailly and Mark Adler
Copyright (C) 1995-202
4
Jean-loup Gailly and Mark Adler
.LP
.LP
This software is provided 'as-is', without any express or implied
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
warranty. In no event will the authors be held liable for any damages
...
...
zlib/zlib.h
View file @
ee59ca7f
/* zlib.h -- interface of the 'zlib' general purpose compression library
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.3
, August 18th, 2023
version 1.3
.1, January 22nd, 2024
Copyright (C) 1995-202
3
Jean-loup Gailly and Mark Adler
Copyright (C) 1995-202
4
Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
warranty. In no event will the authors be held liable for any damages
...
@@ -37,11 +37,11 @@
...
@@ -37,11 +37,11 @@
extern
"C"
{
extern
"C"
{
#endif
#endif
#define ZLIB_VERSION "1.3"
#define ZLIB_VERSION "1.3
.1
"
#define ZLIB_VERNUM 0x13
0
0
#define ZLIB_VERNUM 0x13
1
0
#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 3
#define ZLIB_VER_MINOR 3
#define ZLIB_VER_REVISION
0
#define ZLIB_VER_REVISION
1
#define ZLIB_VER_SUBREVISION 0
#define ZLIB_VER_SUBREVISION 0
/*
/*
...
@@ -936,10 +936,10 @@ ZEXTERN int ZEXPORT inflateSync(z_streamp strm);
...
@@ -936,10 +936,10 @@ ZEXTERN int ZEXPORT inflateSync(z_streamp strm);
inflateSync returns Z_OK if a possible full flush point has been found,
inflateSync returns Z_OK if a possible full flush point has been found,
Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
has been found, or Z_STREAM_ERROR if the stream structure was inconsistent.
has been found, or Z_STREAM_ERROR if the stream structure was inconsistent.
In the success case, the application may save the current
current value of
In the success case, the application may save the current
value of total_in
total_in which indicates where valid compressed data was found. In the
which indicates where valid compressed data was found. In the error case,
error case, the application may repeatedly call inflateSync, providing more
the application may repeatedly call inflateSync, providing more input each
input each
time, until success or end of the input data.
time, until success or end of the input data.
*/
*/
ZEXTERN
int
ZEXPORT
inflateCopy
(
z_streamp
dest
,
ZEXTERN
int
ZEXPORT
inflateCopy
(
z_streamp
dest
,
...
@@ -1758,14 +1758,14 @@ ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2);
...
@@ -1758,14 +1758,14 @@ ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2);
seq1 and seq2 with lengths len1 and len2, CRC-32 check values were
seq1 and seq2 with lengths len1 and len2, CRC-32 check values were
calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
check value of seq1 and seq2 concatenated, requiring only crc1, crc2, and
check value of seq1 and seq2 concatenated, requiring only crc1, crc2, and
len2.
len2.
len2 must be non-negative.
*/
*/
/*
/*
ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t len2);
ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t len2);
Return the operator corresponding to length len2, to be used with
Return the operator corresponding to length len2, to be used with
crc32_combine_op().
crc32_combine_op().
len2 must be non-negative.
*/
*/
ZEXTERN
uLong
ZEXPORT
crc32_combine_op
(
uLong
crc1
,
uLong
crc2
,
uLong
op
);
ZEXTERN
uLong
ZEXPORT
crc32_combine_op
(
uLong
crc1
,
uLong
crc2
,
uLong
op
);
...
...
zlib/zutil.h
View file @
ee59ca7f
/* zutil.h -- internal interface and configuration of the compression library
/* zutil.h -- internal interface and configuration of the compression library
* Copyright (C) 1995-202
2
Jean-loup Gailly, Mark Adler
* Copyright (C) 1995-202
4
Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
* For conditions of distribution and use, see copyright notice in zlib.h
*/
*/
...
@@ -56,7 +56,7 @@ typedef unsigned long ulg;
...
@@ -56,7 +56,7 @@ typedef unsigned long ulg;
extern
z_const
char
*
const
z_errmsg
[
10
];
/* indexed by 2-zlib_error */
extern
z_const
char
*
const
z_errmsg
[
10
];
/* indexed by 2-zlib_error */
/* (size given to avoid silly warnings with Visual C++) */
/* (size given to avoid silly warnings with Visual C++) */
#define ERR_MSG(err) z_errmsg[
Z_NEED_DICT-
(err)]
#define ERR_MSG(err) z_errmsg[
(err) < -6 || (err) > 2 ? 9 : 2 -
(err)]
#define ERR_RETURN(strm,err) \
#define ERR_RETURN(strm,err) \
return (strm->msg = ERR_MSG(err), (err))
return (strm->msg = ERR_MSG(err), (err))
...
@@ -137,17 +137,8 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
...
@@ -137,17 +137,8 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
# endif
# endif
#endif
#endif
#if defined(MACOS)
|| defined(TARGET_OS_MAC)
#if defined(MACOS)
# define OS_CODE 7
# define OS_CODE 7
# ifndef Z_SOLO
# if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os
# include <unix.h>
/* for fdopen */
# else
# ifndef fdopen
# define fdopen(fd,mode) NULL
/* No fdopen() */
# endif
# endif
# endif
#endif
#endif
#ifdef __acorn
#ifdef __acorn
...
@@ -170,18 +161,6 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
...
@@ -170,18 +161,6 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
# define OS_CODE 19
# define OS_CODE 19
#endif
#endif
#if defined(_BEOS_) || defined(RISCOS)
# define fdopen(fd,mode) NULL
/* No fdopen() */
#endif
#if (defined(_MSC_VER) && (_MSC_VER > 600)) && !defined __INTERIX
# if defined(_WIN32_WCE)
# define fdopen(fd,mode) NULL
/* No fdopen() */
# else
# define fdopen(fd,type) _fdopen(fd,type)
# endif
#endif
#if defined(__BORLANDC__) && !defined(MSDOS)
#if defined(__BORLANDC__) && !defined(MSDOS)
#pragma warn -8004
#pragma warn -8004
#pragma warn -8008
#pragma warn -8008
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment