diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-05-14 14:43:50 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-05-14 14:43:50 +0200 |
commit | 92c591efc27373c0ae876ca55eb1f34da81ca9ec (patch) | |
tree | 74968243d063e328922a110d63479bb4c1a40a74 /win32/zlib | |
parent | ee37424734dcc191aeb7921cb3d89eaf8242aa7a (diff) | |
download | mupdf-92c591efc27373c0ae876ca55eb1f34da81ca9ec.tar.xz |
Import Robin Watts' project files for Visual Studio 2005.
Diffstat (limited to 'win32/zlib')
-rw-r--r-- | win32/zlib/zlib.vcproj | 239 |
1 files changed, 239 insertions, 0 deletions
diff --git a/win32/zlib/zlib.vcproj b/win32/zlib/zlib.vcproj new file mode 100644 index 00000000..1a1dcfc3 --- /dev/null +++ b/win32/zlib/zlib.vcproj @@ -0,0 +1,239 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="zlib"
+ ProjectGUID="{A40AEB27-EF39-4966-9AD3-88C78DE88907}"
+ RootNamespace="zlib2"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ 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"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <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)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <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="zlib"
+ >
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\adler32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\compress.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\crc32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\crc32.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\deflate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\deflate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\gzio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\infback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\inffast.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\inffast.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\inffixed.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\inflate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\inflate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\inftrees.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\inftrees.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\trees.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\trees.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\uncompr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\zconf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\zlib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\zutil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\zlib-123\zutil.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|