removal of ZError
This commit is contained in:
parent
fa7c896540
commit
4fde82816d
@ -1,342 +1,336 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="ZEngine"
|
||||
ProjectGUID="{65AA7404-28C1-4B15-979E-4D3A14092CC1}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
OmitFramePointers="TRUE"
|
||||
AdditionalIncludeDirectories="../include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
WarnAsError="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4702"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="../lib/ZEngineS.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Implementations"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||
<File
|
||||
RelativePath="..\src\VersionInfo.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_Utility.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZConfigFile.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZEngine.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZError.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZFont.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZImage.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZMusic.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZRandGen.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZRect.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZSound.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZTimer.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Source Headers"
|
||||
Filter="h;hpp;hxx;hm;inl;inc">
|
||||
<File
|
||||
RelativePath="..\include\VersionInfo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_Defines.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_Includes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_Utility.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZBaseParticleSystem.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZConfigFile.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZEngine.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZError.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZFont.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZImage.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZMusic.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZRandGen.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZRect.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZSimpleParticleSystem.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZSound.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZTimer.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZEngine.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Zlib">
|
||||
<Filter
|
||||
Name="Header Files">
|
||||
<File
|
||||
RelativePath="..\include\zlib\deflate.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\infblock.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\infcodes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\inffast.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\inffixed.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\inftrees.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\infutil.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\trees.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\unzip.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\zconf.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\zlib.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\zutil.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Source Files">
|
||||
<File
|
||||
RelativePath="..\src\zlib\adler32.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\compress.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\crc32.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\deflate.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\gzio.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\infblock.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\infcodes.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\inffast.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\inflate.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\inftrees.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\infutil.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\maketree.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\trees.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\uncompr.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\unzip.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\zutil.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="ZEngine"
|
||||
ProjectGUID="{65AA7404-28C1-4B15-979E-4D3A14092CC1}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="1"
|
||||
OmitFramePointers="TRUE"
|
||||
AdditionalIncludeDirectories="../include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
WarnAsError="TRUE"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
DisableSpecificWarnings="4702"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="../lib/ZEngineS.lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Implementations"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
|
||||
<File
|
||||
RelativePath="..\src\VersionInfo.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_Utility.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZConfigFile.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZEngine.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZFont.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZImage.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZMusic.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZRandGen.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZRect.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZSound.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ZE_ZTimer.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Source Headers"
|
||||
Filter="h;hpp;hxx;hm;inl;inc">
|
||||
<File
|
||||
RelativePath="..\include\VersionInfo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_Defines.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_Includes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_Utility.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZBaseParticleSystem.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZConfigFile.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZEngine.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZFont.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZImage.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZMusic.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZRandGen.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZRect.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZSimpleParticleSystem.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZSound.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZE_ZTimer.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\ZEngine.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Zlib">
|
||||
<Filter
|
||||
Name="Header Files">
|
||||
<File
|
||||
RelativePath="..\include\zlib\deflate.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\infblock.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\infcodes.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\inffast.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\inffixed.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\inftrees.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\infutil.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\trees.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\unzip.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\zconf.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\zlib.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\zlib\zutil.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Source Files">
|
||||
<File
|
||||
RelativePath="..\src\zlib\adler32.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\compress.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\crc32.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\deflate.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\gzio.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\infblock.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\infcodes.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\inffast.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\inflate.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\inftrees.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\infutil.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\maketree.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\trees.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\uncompr.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\unzip.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\zlib\zutil.c">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
WarningLevel="0"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
|
Loading…
Reference in New Issue
Block a user