diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-11-24 18:30:42 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-11-24 18:30:42 +0100 |
commit | 3c2e7f1aadf3f6e9be7b86d1753d0bf26fd76e8f (patch) | |
tree | 0ca7f68c76c6dd369280ab1604e2d09d094d6c81 /VC2013/zlib.vcproj | |
parent | Removed excess includes. (diff) | |
download | cuberite-3c2e7f1aadf3f6e9be7b86d1753d0bf26fd76e8f.tar cuberite-3c2e7f1aadf3f6e9be7b86d1753d0bf26fd76e8f.tar.gz cuberite-3c2e7f1aadf3f6e9be7b86d1753d0bf26fd76e8f.tar.bz2 cuberite-3c2e7f1aadf3f6e9be7b86d1753d0bf26fd76e8f.tar.lz cuberite-3c2e7f1aadf3f6e9be7b86d1753d0bf26fd76e8f.tar.xz cuberite-3c2e7f1aadf3f6e9be7b86d1753d0bf26fd76e8f.tar.zst cuberite-3c2e7f1aadf3f6e9be7b86d1753d0bf26fd76e8f.zip |
Diffstat (limited to 'VC2013/zlib.vcproj')
-rw-r--r-- | VC2013/zlib.vcproj | 386 |
1 files changed, 386 insertions, 0 deletions
diff --git a/VC2013/zlib.vcproj b/VC2013/zlib.vcproj new file mode 100644 index 000000000..1e07afc4c --- /dev/null +++ b/VC2013/zlib.vcproj @@ -0,0 +1,386 @@ +<?xml version="1.0" encoding="windows-1250"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="zlib" + ProjectGUID="{EA9D50FD-937A-4EF5-8C37-5F4175AF4FEA}" + RootNamespace="zlib" + Keyword="Win32Proj" + TargetFrameworkVersion="196613" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\zlib" + IntermediateDirectory="$(ConfigurationName)\zlib" + ConfigurationType="4" + CharacterSet="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + WarningLevel="3" + DebugInformationFormat="4" + DisableSpecificWarnings="4996" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\zlib" + IntermediateDirectory="$(ConfigurationName)\zlib" + ConfigurationType="4" + CharacterSet="1" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + EnableIntrinsicFunctions="true" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + UsePrecompiledHeader="0" + WarningLevel="3" + DebugInformationFormat="3" + DisableSpecificWarnings="4996" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release profiled|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\zlib" + IntermediateDirectory="$(ConfigurationName)\zlib" + ConfigurationType="4" + CharacterSet="1" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="2" + EnableIntrinsicFunctions="true" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + UsePrecompiledHeader="0" + WarningLevel="3" + DebugInformationFormat="3" + DisableSpecificWarnings="4996" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug profiled|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\zlib" + IntermediateDirectory="$(ConfigurationName)\zlib" + ConfigurationType="4" + CharacterSet="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + WarningLevel="3" + DebugInformationFormat="4" + DisableSpecificWarnings="4996" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath="..\lib\zlib\adler32.c" + > + </File> + <File + RelativePath="..\lib\zlib\compress.c" + > + </File> + <File + RelativePath="..\lib\zlib\crc32.c" + > + </File> + <File + RelativePath="..\lib\zlib\crc32.h" + > + </File> + <File + RelativePath="..\lib\zlib\deflate.c" + > + </File> + <File + RelativePath="..\lib\zlib\deflate.h" + > + </File> + <File + RelativePath="..\lib\zlib\gzclose.c" + > + </File> + <File + RelativePath="..\lib\zlib\gzguts.h" + > + </File> + <File + RelativePath="..\lib\zlib\gzlib.c" + > + </File> + <File + RelativePath="..\lib\zlib\gzread.c" + > + </File> + <File + RelativePath="..\lib\zlib\gzwrite.c" + > + </File> + <File + RelativePath="..\lib\zlib\infback.c" + > + </File> + <File + RelativePath="..\lib\zlib\inffast.c" + > + </File> + <File + RelativePath="..\lib\zlib\inffast.h" + > + </File> + <File + RelativePath="..\lib\zlib\inffixed.h" + > + </File> + <File + RelativePath="..\lib\zlib\inflate.c" + > + </File> + <File + RelativePath="..\lib\zlib\inflate.h" + > + </File> + <File + RelativePath="..\lib\zlib\inftrees.c" + > + </File> + <File + RelativePath="..\lib\zlib\inftrees.h" + > + </File> + <File + RelativePath="..\lib\zlib\trees.c" + > + </File> + <File + RelativePath="..\lib\zlib\trees.h" + > + </File> + <File + RelativePath="..\lib\zlib\uncompr.c" + > + </File> + <File + RelativePath="..\lib\zlib\zconf.h" + > + </File> + <File + RelativePath="..\lib\zlib\zlib.h" + > + </File> + <File + RelativePath="..\lib\zlib\zutil.c" + > + </File> + <File + RelativePath="..\lib\zlib\zutil.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |