diff options
Diffstat (limited to 'VC2008/zlib.vcproj')
-rw-r--r-- | VC2008/zlib.vcproj | 648 |
1 files changed, 324 insertions, 324 deletions
diff --git a/VC2008/zlib.vcproj b/VC2008/zlib.vcproj index adc62ac0b..4693c7284 100644 --- a/VC2008/zlib.vcproj +++ b/VC2008/zlib.vcproj @@ -1,324 +1,324 @@ -<?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>
- </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="..\zlib-1.2.7\adler32.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\compress.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\crc32.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\crc32.h"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\deflate.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\deflate.h"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\gzclose.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\gzguts.h"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\gzlib.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\gzread.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\gzwrite.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\infback.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\inffast.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\inffast.h"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\inffixed.h"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\inflate.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\inflate.h"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\inftrees.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\inftrees.h"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\trees.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\trees.h"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\uncompr.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\zconf.h"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\zlib.h"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\zutil.c"
- >
- </File>
- <File
- RelativePath="..\zlib-1.2.7\zutil.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?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> + </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="..\zlib-1.2.7\adler32.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\compress.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\crc32.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\crc32.h" + > + </File> + <File + RelativePath="..\zlib-1.2.7\deflate.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\deflate.h" + > + </File> + <File + RelativePath="..\zlib-1.2.7\gzclose.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\gzguts.h" + > + </File> + <File + RelativePath="..\zlib-1.2.7\gzlib.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\gzread.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\gzwrite.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\infback.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\inffast.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\inffast.h" + > + </File> + <File + RelativePath="..\zlib-1.2.7\inffixed.h" + > + </File> + <File + RelativePath="..\zlib-1.2.7\inflate.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\inflate.h" + > + </File> + <File + RelativePath="..\zlib-1.2.7\inftrees.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\inftrees.h" + > + </File> + <File + RelativePath="..\zlib-1.2.7\trees.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\trees.h" + > + </File> + <File + RelativePath="..\zlib-1.2.7\uncompr.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\zconf.h" + > + </File> + <File + RelativePath="..\zlib-1.2.7\zlib.h" + > + </File> + <File + RelativePath="..\zlib-1.2.7\zutil.c" + > + </File> + <File + RelativePath="..\zlib-1.2.7\zutil.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |