summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2011-03-03 14:49:04 +0000
committerTor Andersson <tor@ghostscript.com>2011-03-03 14:49:04 +0000
commit765273b495ef0c4472ebcd328039748ad2f0c286 (patch)
tree20273641c29384679954f1438b8d4e9266517e0b /win32
parent8625d252d1580039501d38fef0030f8dea6d7732 (diff)
downloadmupdf-765273b495ef0c4472ebcd328039748ad2f0c286.tar.xz
Zap the old MSVC project files.
Diffstat (limited to 'win32')
-rw-r--r--win32/cmapdump/cmapdump.vcproj179
-rw-r--r--win32/cmaps/cmapdump.bat16
-rw-r--r--win32/cmaps/cmapdump.vcproj179
-rw-r--r--win32/cmaps/cmaps.vcproj781
-rw-r--r--win32/fontdump/fontdump.vcproj178
-rw-r--r--win32/fonts/fontdump.bat7
-rw-r--r--win32/fonts/fonts.vcproj227
-rw-r--r--win32/jbig2dec/jbig2dec.vcproj278
-rw-r--r--win32/jpeg/jpeg.vcproj380
-rw-r--r--win32/libopenjpeg/libopenjpeg.vcproj326
-rw-r--r--win32/mupdf.sln175
-rw-r--r--win32/mupdf/mupdf.vcproj503
-rw-r--r--win32/mupdf_viewer/mupdf_viewer.vcproj195
-rw-r--r--win32/pdfclean/pdfclean.vcproj182
-rw-r--r--win32/pdfdraw/pdfdraw.vcproj181
-rw-r--r--win32/pdfextract/pdfextract.vcproj181
-rw-r--r--win32/pdfinfo/pdfinfo.vcproj181
-rw-r--r--win32/pdfshow/pdfshow.vcproj181
-rw-r--r--win32/zlib/zlib.vcproj238
19 files changed, 0 insertions, 4568 deletions
diff --git a/win32/cmapdump/cmapdump.vcproj b/win32/cmapdump/cmapdump.vcproj
deleted file mode 100644
index 5ebb6be9..00000000
--- a/win32/cmapdump/cmapdump.vcproj
+++ /dev/null
@@ -1,179 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="cmapdump"
- ProjectGUID="{FC75D9D8-3637-4409-84EE-46F3CB94BA6F}"
- RootNamespace="cmapdump"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\fitz"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\fitz"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\..\mupdf\cmapdump.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/cmaps/cmapdump.bat b/win32/cmaps/cmapdump.bat
deleted file mode 100644
index b1cf93da..00000000
--- a/win32/cmaps/cmapdump.bat
+++ /dev/null
@@ -1,16 +0,0 @@
-@echo off
-
-echo Converting Unicode cmaps
-%1 %2\cmap_unicode.c ..\..\cmaps\Adobe-CNS1-UCS2 ..\..\cmaps\Adobe-GB1-UCS2 ..\..\cmaps\Adobe-Japan1-UCS2 ..\..\cmaps\Adobe-Korea1-UCS2
-
-echo Converting CNS cmaps
-%1 %2\cmap_cns.c ..\..\cmaps\Adobe-CNS1-0 ..\..\cmaps\Adobe-CNS1-1 ..\..\cmaps\Adobe-CNS1-2 ..\..\cmaps\Adobe-CNS1-3 ..\..\cmaps\Adobe-CNS1-4 ..\..\cmaps\Adobe-CNS1-5 ..\..\cmaps\Adobe-CNS1-6 ..\..\cmaps\B5-H ..\..\cmaps\B5-V ..\..\cmaps\B5pc-H ..\..\cmaps\B5pc-V ..\..\cmaps\CNS-EUC-H ..\..\cmaps\CNS-EUC-V ..\..\cmaps\CNS1-H ..\..\cmaps\CNS1-V ..\..\cmaps\CNS2-H ..\..\cmaps\CNS2-V ..\..\cmaps\ETen-B5-H ..\..\cmaps\ETen-B5-V ..\..\cmaps\ETenms-B5-H ..\..\cmaps\ETenms-B5-V ..\..\cmaps\ETHK-B5-H ..\..\cmaps\ETHK-B5-V ..\..\cmaps\HKdla-B5-H ..\..\cmaps\HKdla-B5-V ..\..\cmaps\HKdlb-B5-H ..\..\cmaps\HKdlb-B5-V ..\..\cmaps\HKgccs-B5-H ..\..\cmaps\HKgccs-B5-V ..\..\cmaps\HKm314-B5-H ..\..\cmaps\HKm314-B5-V ..\..\cmaps\HKm471-B5-H ..\..\cmaps\HKm471-B5-V ..\..\cmaps\HKscs-B5-H ..\..\cmaps\HKscs-B5-V ..\..\cmaps\UniCNS-UCS2-H ..\..\cmaps\UniCNS-UCS2-V ..\..\cmaps\UniCNS-UTF16-H ..\..\cmaps\UniCNS-UTF16-V
-
-echo Converting GB cmaps
-%1 %2\cmap_gb.c ..\..\cmaps\Adobe-GB1-0 ..\..\cmaps\Adobe-GB1-1 ..\..\cmaps\Adobe-GB1-2 ..\..\cmaps\Adobe-GB1-3 ..\..\cmaps\Adobe-GB1-4 ..\..\cmaps\Adobe-GB1-5 ..\..\cmaps\GB-EUC-H ..\..\cmaps\GB-EUC-V ..\..\cmaps\GB-H ..\..\cmaps\GB-V ..\..\cmaps\GBK-EUC-H ..\..\cmaps\GBK-EUC-V ..\..\cmaps\GBK2K-H ..\..\cmaps\GBK2K-V ..\..\cmaps\GBKp-EUC-H ..\..\cmaps\GBKp-EUC-V ..\..\cmaps\GBpc-EUC-H ..\..\cmaps\GBpc-EUC-V ..\..\cmaps\GBT-EUC-H ..\..\cmaps\GBT-EUC-V ..\..\cmaps\GBT-H ..\..\cmaps\GBT-V ..\..\cmaps\GBTpc-EUC-H ..\..\cmaps\GBTpc-EUC-V ..\..\cmaps\UniGB-UCS2-H ..\..\cmaps\UniGB-UCS2-V ..\..\cmaps\UniGB-UTF16-H ..\..\cmaps\UniGB-UTF16-V
-
-echo Converting Japanese cmaps
-%1 %2\cmap_japan.c ..\..\cmaps\78-EUC-H ..\..\cmaps\78-EUC-V ..\..\cmaps\78-H ..\..\cmaps\78-RKSJ-H ..\..\cmaps\78-RKSJ-V ..\..\cmaps\78-V ..\..\cmaps\78ms-RKSJ-H ..\..\cmaps\78ms-RKSJ-V ..\..\cmaps\83pv-RKSJ-H ..\..\cmaps\90ms-RKSJ-H ..\..\cmaps\90ms-RKSJ-V ..\..\cmaps\90msp-RKSJ-H ..\..\cmaps\90msp-RKSJ-V ..\..\cmaps\90pv-RKSJ-H ..\..\cmaps\90pv-RKSJ-V ..\..\cmaps\Add-H ..\..\cmaps\Add-RKSJ-H ..\..\cmaps\Add-RKSJ-V ..\..\cmaps\Add-V ..\..\cmaps\Adobe-Japan1-0 ..\..\cmaps\Adobe-Japan1-1 ..\..\cmaps\Adobe-Japan1-2 ..\..\cmaps\Adobe-Japan1-3 ..\..\cmaps\Adobe-Japan1-4 ..\..\cmaps\Adobe-Japan1-5 ..\..\cmaps\Adobe-Japan1-6 ..\..\cmaps\EUC-H ..\..\cmaps\EUC-V ..\..\cmaps\Ext-H ..\..\cmaps\Ext-RKSJ-H ..\..\cmaps\Ext-RKSJ-V ..\..\cmaps\Ext-V ..\..\cmaps\H ..\..\cmaps\Hankaku ..\..\cmaps\Hiragana ..\..\cmaps\Katakana ..\..\cmaps\NWP-H ..\..\cmaps\NWP-V ..\..\cmaps\RKSJ-H ..\..\cmaps\RKSJ-V ..\..\cmaps\Roman ..\..\cmaps\UniJIS-UCS2-H ..\..\cmaps\UniJIS-UCS2-HW-H ..\..\cmaps\UniJIS-UCS2-HW-V ..\..\cmaps\UniJIS-UCS2-V ..\..\cmaps\UniJISPro-UCS2-HW-V ..\..\cmaps\UniJISPro-UCS2-V ..\..\cmaps\V ..\..\cmaps\WP-Symbol ..\..\cmaps\Adobe-Japan2-0 ..\..\cmaps\Hojo-EUC-H ..\..\cmaps\Hojo-EUC-V ..\..\cmaps\Hojo-H ..\..\cmaps\Hojo-V ..\..\cmaps\UniHojo-UCS2-H ..\..\cmaps\UniHojo-UCS2-V ..\..\cmaps\UniHojo-UTF16-H ..\..\cmaps\UniHojo-UTF16-V ..\..\cmaps\UniJIS-UTF16-H ..\..\cmaps\UniJIS-UTF16-V
-
-echo Converting Korea cmaps
-%1 %2\cmap_korea.c ..\..\cmaps\Adobe-Korea1-0 ..\..\cmaps\Adobe-Korea1-1 ..\..\cmaps\Adobe-Korea1-2 ..\..\cmaps\KSC-EUC-H ..\..\cmaps\KSC-EUC-V ..\..\cmaps\KSC-H ..\..\cmaps\KSC-Johab-H ..\..\cmaps\KSC-Johab-V ..\..\cmaps\KSC-V ..\..\cmaps\KSCms-UHC-H ..\..\cmaps\KSCms-UHC-HW-H ..\..\cmaps\KSCms-UHC-HW-V ..\..\cmaps\KSCms-UHC-V ..\..\cmaps\KSCpc-EUC-H ..\..\cmaps\KSCpc-EUC-V ..\..\cmaps\UniKS-UCS2-H ..\..\cmaps\UniKS-UCS2-V ..\..\cmaps\UniKS-UTF16-H ..\..\cmaps\UniKS-UTF16-V
diff --git a/win32/cmaps/cmapdump.vcproj b/win32/cmaps/cmapdump.vcproj
deleted file mode 100644
index 4aafa67f..00000000
--- a/win32/cmaps/cmapdump.vcproj
+++ /dev/null
@@ -1,179 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="cmapdump"
- ProjectGUID="{50AA81A4-77FE-46BA-B4B4-049E7A91872A}"
- RootNamespace="cmapdump"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\..\mupdf\cmapdump.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/cmaps/cmaps.vcproj b/win32/cmaps/cmaps.vcproj
deleted file mode 100644
index b4dc258c..00000000
--- a/win32/cmaps/cmaps.vcproj
+++ /dev/null
@@ -1,781 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="cmaps"
- ProjectGUID="{0782B20B-C570-4CD3-A33C-FC9D2A31BCA1}"
- RootNamespace="cmaps"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ProjectDir)generated"
- ConfigurationType="4"
- CharacterSet="1"
- DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.c;$(TargetPath)"
- >
- <Tool
- Name="VCPreBuildEventTool"
- Description="CMAP dumping"
- CommandLine="$(ProjectDir)CmapDump.bat $(SolutionDir)$(ConfigurationName)\cmapdump.exe $(ProjectDir)generated"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- 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="$(ProjectDir)generated"
- ConfigurationType="4"
- CharacterSet="1"
- DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.c;$(TargetPath)"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- Description="CMAP dumping"
- CommandLine="$(ProjectDir)CmapDump.bat $(SolutionDir)$(ConfigurationName)\cmapdump.exe $(ProjectDir)generated"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- 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="cmaps"
- >
- <File
- RelativePath="..\..\cmaps\78-EUC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\78-EUC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\78-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\78-RKSJ-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\78-RKSJ-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\78-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\78ms-RKSJ-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\78ms-RKSJ-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\83pv-RKSJ-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\90ms-RKSJ-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\90ms-RKSJ-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\90msp-RKSJ-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\90msp-RKSJ-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\90pv-RKSJ-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\90pv-RKSJ-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Add-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Add-RKSJ-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Add-RKSJ-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Add-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-CNS1-0"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-CNS1-1"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-CNS1-2"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-CNS1-3"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-CNS1-4"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-CNS1-5"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-CNS1-6"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-CNS1-UCS2"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-GB1-0"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-GB1-1"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-GB1-2"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-GB1-3"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-GB1-4"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-GB1-5"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-GB1-UCS2"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-Japan1-0"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-Japan1-1"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-Japan1-2"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-Japan1-3"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-Japan1-4"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-Japan1-5"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-Japan1-6"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-Japan1-UCS2"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-Japan2-0"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-Korea1-0"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-Korea1-1"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-Korea1-2"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Adobe-Korea1-UCS2"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\B5-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\B5-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\B5pc-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\B5pc-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\CNS-EUC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\CNS-EUC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\CNS1-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\CNS1-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\CNS2-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\CNS2-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\ETen-B5-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\ETen-B5-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\ETenms-B5-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\ETenms-B5-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\ETHK-B5-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\ETHK-B5-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\EUC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\EUC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Ext-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Ext-RKSJ-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Ext-RKSJ-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Ext-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GB-EUC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GB-EUC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GB-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GB-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBK-EUC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBK-EUC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBK2K-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBK2K-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBKp-EUC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBKp-EUC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBpc-EUC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBpc-EUC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBT-EUC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBT-EUC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBT-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBT-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBTpc-EUC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\GBTpc-EUC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Hankaku"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Hiragana"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\HKdla-B5-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\HKdla-B5-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\HKdlb-B5-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\HKdlb-B5-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\HKgccs-B5-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\HKgccs-B5-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\HKm314-B5-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\HKm314-B5-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\HKm471-B5-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\HKm471-B5-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\HKscs-B5-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\HKscs-B5-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Hojo-EUC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Hojo-EUC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Hojo-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Hojo-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Katakana"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\KSC-EUC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\KSC-EUC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\KSC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\KSC-Johab-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\KSC-Johab-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\KSC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\KSCms-UHC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\KSCms-UHC-HW-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\KSCms-UHC-HW-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\KSCms-UHC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\KSCpc-EUC-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\KSCpc-EUC-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\NWP-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\NWP-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\README"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\RKSJ-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\RKSJ-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\Roman"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniCNS-UCS2-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniCNS-UCS2-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniCNS-UTF16-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniCNS-UTF16-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniGB-UCS2-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniGB-UCS2-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniGB-UTF16-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniGB-UTF16-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniHojo-UCS2-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniHojo-UCS2-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniHojo-UTF16-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniHojo-UTF16-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniJIS-UCS2-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniJIS-UCS2-HW-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniJIS-UCS2-HW-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniJIS-UCS2-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniJIS-UTF16-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniJIS-UTF16-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniJISPro-UCS2-HW-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniJISPro-UCS2-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniKS-UCS2-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniKS-UCS2-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniKS-UTF16-H"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\UniKS-UTF16-V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\V"
- >
- </File>
- <File
- RelativePath="..\..\cmaps\WP-Symbol"
- >
- </File>
- </Filter>
- <File
- RelativePath=".\generated\cmap_cns.c"
- >
- </File>
- <File
- RelativePath=".\generated\cmap_gb.c"
- >
- </File>
- <File
- RelativePath=".\generated\cmap_japan.c"
- >
- </File>
- <File
- RelativePath=".\generated\cmap_korea.c"
- >
- </File>
- <File
- RelativePath=".\generated\cmap_unicode.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/fontdump/fontdump.vcproj b/win32/fontdump/fontdump.vcproj
deleted file mode 100644
index a72fe5b1..00000000
--- a/win32/fontdump/fontdump.vcproj
+++ /dev/null
@@ -1,178 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="fontdump"
- ProjectGUID="{4EC4D9C9-7490-4B35-A17C-EC9D28F488C3}"
- RootNamespace="fontdump"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- 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;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- EmbedManifest="true"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- 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;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\..\mupdf\fontdump.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/fonts/fontdump.bat b/win32/fonts/fontdump.bat
deleted file mode 100644
index 7d2b3c2a..00000000
--- a/win32/fonts/fontdump.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-@echo off
-
-echo Converting BASE14 fonts
-%1 %2\font_base14.c ..\..\fonts\Dingbats.cff ..\..\fonts\NimbusMonL-Bold.cff ..\..\fonts\NimbusMonL-BoldObli.cff ..\..\fonts\NimbusMonL-Regu.cff ..\..\fonts\NimbusMonL-ReguObli.cff ..\..\fonts\NimbusRomNo9L-Medi.cff ..\..\fonts\NimbusRomNo9L-MediItal.cff ..\..\fonts\NimbusRomNo9L-Regu.cff ..\..\fonts\NimbusRomNo9L-ReguItal.cff ..\..\fonts\NimbusSanL-Bold.cff ..\..\fonts\NimbusSanL-BoldItal.cff ..\..\fonts\NimbusSanL-Regu.cff ..\..\fonts\NimbusSanL-ReguItal.cff ..\..\fonts\StandardSymL.cff ..\..\fonts\URWChanceryL-MediItal.cff
-
-echo Converting CJK fonts
-%1 %2\font_cjk.c ..\..\fonts\droid\DroidSansFallback.ttf
diff --git a/win32/fonts/fonts.vcproj b/win32/fonts/fonts.vcproj
deleted file mode 100644
index 40574df4..00000000
--- a/win32/fonts/fonts.vcproj
+++ /dev/null
@@ -1,227 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="fonts"
- ProjectGUID="{62E2A7C0-F3F1-4A82-A856-A67770EBDBFF}"
- RootNamespace="fonts"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="generated"
- ConfigurationType="4"
- CharacterSet="1"
- DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.c;$(TargetPath)"
- >
- <Tool
- Name="VCPreBuildEventTool"
- Description="Font conversion"
- CommandLine="$(ProjectDir)FontDump.bat $(SolutionDir)$(ConfigurationName)\fontdump.exe $(ProjectDir)generated"
- />
- <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"
- 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="generated"
- ConfigurationType="4"
- CharacterSet="1"
- DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.c;$(TargetPath)"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- Description="Font conversion"
- CommandLine="$(ProjectDir)FontDump.bat $(SolutionDir)$(ConfigurationName)\fontdump.exe $(ProjectDir)generated"
- />
- <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"
- 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="fonts"
- >
- <File
- RelativePath="..\..\fonts\Dingbats.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\droid\DroidSansFallback.ttf"
- >
- </File>
- <File
- RelativePath="..\..\fonts\NimbusMonL-Bold.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\NimbusMonL-BoldObli.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\NimbusMonL-Regu.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\NimbusMonL-ReguObli.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\NimbusRomNo9L-Medi.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\NimbusRomNo9L-MediItal.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\NimbusRomNo9L-Regu.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\NimbusRomNo9L-ReguItal.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\NimbusSanL-Bold.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\NimbusSanL-BoldItal.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\NimbusSanL-Regu.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\NimbusSanL-ReguItal.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\StandardSymL.cff"
- >
- </File>
- <File
- RelativePath="..\..\fonts\URWChanceryL-MediItal.cff"
- >
- </File>
- </Filter>
- <File
- RelativePath=".\generated\font_base14.c"
- >
- </File>
- <File
- RelativePath=".\generated\font_cjk.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/jbig2dec/jbig2dec.vcproj b/win32/jbig2dec/jbig2dec.vcproj
deleted file mode 100644
index 037ddf6b..00000000
--- a/win32/jbig2dec/jbig2dec.vcproj
+++ /dev/null
@@ -1,278 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="libjbig2dec"
- ProjectGUID="{46F9218B-7A3F-481F-B971-E93547C2643B}"
- RootNamespace="libjbig2dec"
- 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;_CRT_SECURE_NO_WARNINGS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- 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"
- Optimization="2"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- 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="jbig2dec"
- >
- <File
- RelativePath="../../thirdparty/jbig2dec/config_win32.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_arith.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_arith.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_arith_iaid.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_arith_iaid.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_arith_int.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_arith_int.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_generic.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_generic.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_halftone.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_huffman.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_huffman.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_hufftab.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_image.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_image.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_image_pbm.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_metadata.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_metadata.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_mmr.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_mmr.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_page.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_priv.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_refinement.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_segment.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_symbol_dict.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_symbol_dict.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_text.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/jbig2_text.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jbig2dec/os_types.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/jpeg/jpeg.vcproj b/win32/jpeg/jpeg.vcproj
deleted file mode 100644
index cd2e040f..00000000
--- a/win32/jpeg/jpeg.vcproj
+++ /dev/null
@@ -1,380 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="libjpeg"
- ProjectGUID="{A738D37E-F4E2-4ACC-A086-14149E3B6639}"
- RootNamespace="jpeg"
- 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"
- Description="Copying jpeg config"
- CommandLine="copy ..\..\thirdparty\jpeg-8c\jconfig.vc ..\..\thirdparty\jpeg-8c\jconfig.h /Y"
- />
- <Tool
- Name="VCCustomBuildTool"
- Description=""
- CommandLine=""
- />
- <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="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- 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"
- Description="Copying jpeg config"
- CommandLine="copy ..\..\thirdparty\jpeg-8c\jconfig.vc ..\..\thirdparty\jpeg-8c\jconfig.h /Y"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- 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="jpeg"
- >
- <File
- RelativePath="../../thirdparty/jpeg-8c/jaricom.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jcapimin.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jcapistd.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jcarith.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jccoefct.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jccolor.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jcdctmgr.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jchuff.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jcinit.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jcmainct.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jcmarker.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jcmaster.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jcomapi.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jconfig.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jcparam.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jcprepct.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jcsample.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jctrans.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdapimin.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdapistd.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdarith.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdatadst.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdatasrc.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdcoefct.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdcolor.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdct.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jddctmgr.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdhuff.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdinput.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdmainct.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdmarker.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdmaster.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdmerge.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdpostct.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdsample.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jdtrans.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jerror.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jerror.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jfdctflt.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jfdctfst.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jfdctint.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jidctflt.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jidctfst.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jidctint.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jinclude.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jmemansi.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jmemmgr.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jmemsys.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jmorecfg.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jpegint.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jpeglib.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jquant1.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jquant2.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jutils.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/jpeg-8c/jversion.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/libopenjpeg/libopenjpeg.vcproj b/win32/libopenjpeg/libopenjpeg.vcproj
deleted file mode 100644
index 98e272a5..00000000
--- a/win32/libopenjpeg/libopenjpeg.vcproj
+++ /dev/null
@@ -1,326 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="libopenjpeg"
- ProjectGUID="{4F27AA53-4181-4A1A-8238-3931B0A41048}"
- RootNamespace="libopenjpeg"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- Description="Copying openjpeg config"
- CommandLine="copy ..\..\thirdparty\openjpeg-1.4\opj_config.h.in.user ..\..\thirdparty\openjpeg-1.4\libopenjpeg\opj_config.h /Y"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
- WholeProgramOptimization="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;OPJ_STATIC;_CRT_SECURE_NO_DEPRECATE"
- StringPooling="true"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1036"
- />
- <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|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- Description="Copying openjpeg config"
- CommandLine="copy ..\..\thirdparty\openjpeg-1.4\opj_config.h.in.user ..\..\thirdparty\openjpeg-1.4\libopenjpeg\opj_config.h /Y"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;OPJ_STATIC;_CRT_SECURE_NO_DEPRECATE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- SuppressStartupBanner="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>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="libopenjpeg"
- >
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/bio.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/bio.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/cio.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/cio.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/dwt.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/dwt.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/event.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/event.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/fix.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/image.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/image.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/int.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/j2k.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/j2k.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/j2k_lib.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/j2k_lib.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/jp2.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/jp2.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/jpt.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/jpt.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/mct.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/mct.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/mqc.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/mqc.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/openjpeg.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/openjpeg.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/opj_includes.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/opj_malloc.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/pi.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/pi.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/raw.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/raw.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/t1.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/t1.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/t1_luts.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/t2.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/t2.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/tcd.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/tcd.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/tgt.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/openjpeg-1.4/libopenjpeg/tgt.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/mupdf.sln b/win32/mupdf.sln
deleted file mode 100644
index c60ae44c..00000000
--- a/win32/mupdf.sln
+++ /dev/null
@@ -1,175 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libfreetype", "..\thirdparty\freetype-2.4.4\builds\win32\vc2005\freetype.vcproj", "{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libjpeg", "jpeg\jpeg.vcproj", "{A738D37E-F4E2-4ACC-A086-14149E3B6639}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmupdf", "mupdf\mupdf.vcproj", "{20F22284-C947-4F7E-91DD-12077B8DA775}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pdfshow", "pdfshow\pdfshow.vcproj", "{15045856-8693-487D-A3F4-D8D23C55F11F}"
- ProjectSection(ProjectDependencies) = postProject
- {A40AEB27-EF39-4966-9AD3-88C78DE88907} = {A40AEB27-EF39-4966-9AD3-88C78DE88907}
- {4F27AA53-4181-4A1A-8238-3931B0A41048} = {4F27AA53-4181-4A1A-8238-3931B0A41048}
- {A738D37E-F4E2-4ACC-A086-14149E3B6639} = {A738D37E-F4E2-4ACC-A086-14149E3B6639}
- {20F22284-C947-4F7E-91DD-12077B8DA775} = {20F22284-C947-4F7E-91DD-12077B8DA775}
- {46F9218B-7A3F-481F-B971-E93547C2643B} = {46F9218B-7A3F-481F-B971-E93547C2643B}
- {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B} = {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libjbig2dec", "jbig2dec\jbig2dec.vcproj", "{46F9218B-7A3F-481F-B971-E93547C2643B}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pdfclean", "pdfclean\pdfclean.vcproj", "{BCBFDF08-B206-4BB2-91A4-0EF2341A36BB}"
- ProjectSection(ProjectDependencies) = postProject
- {A40AEB27-EF39-4966-9AD3-88C78DE88907} = {A40AEB27-EF39-4966-9AD3-88C78DE88907}
- {4F27AA53-4181-4A1A-8238-3931B0A41048} = {4F27AA53-4181-4A1A-8238-3931B0A41048}
- {A738D37E-F4E2-4ACC-A086-14149E3B6639} = {A738D37E-F4E2-4ACC-A086-14149E3B6639}
- {20F22284-C947-4F7E-91DD-12077B8DA775} = {20F22284-C947-4F7E-91DD-12077B8DA775}
- {46F9218B-7A3F-481F-B971-E93547C2643B} = {46F9218B-7A3F-481F-B971-E93547C2643B}
- {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B} = {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pdfdraw", "pdfdraw\pdfdraw.vcproj", "{9AE57DFB-5D04-4F14-A6EE-4DB7D7A8EB1C}"
- ProjectSection(ProjectDependencies) = postProject
- {0782B20B-C570-4CD3-A33C-FC9D2A31BCA1} = {0782B20B-C570-4CD3-A33C-FC9D2A31BCA1}
- {A40AEB27-EF39-4966-9AD3-88C78DE88907} = {A40AEB27-EF39-4966-9AD3-88C78DE88907}
- {4F27AA53-4181-4A1A-8238-3931B0A41048} = {4F27AA53-4181-4A1A-8238-3931B0A41048}
- {A738D37E-F4E2-4ACC-A086-14149E3B6639} = {A738D37E-F4E2-4ACC-A086-14149E3B6639}
- {20F22284-C947-4F7E-91DD-12077B8DA775} = {20F22284-C947-4F7E-91DD-12077B8DA775}
- {46F9218B-7A3F-481F-B971-E93547C2643B} = {46F9218B-7A3F-481F-B971-E93547C2643B}
- {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B} = {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}
- {62E2A7C0-F3F1-4A82-A856-A67770EBDBFF} = {62E2A7C0-F3F1-4A82-A856-A67770EBDBFF}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pdfextract", "pdfextract\pdfextract.vcproj", "{D4CF6DEE-20DE-44C2-AF6F-EFF0A524F33C}"
- ProjectSection(ProjectDependencies) = postProject
- {0782B20B-C570-4CD3-A33C-FC9D2A31BCA1} = {0782B20B-C570-4CD3-A33C-FC9D2A31BCA1}
- {A40AEB27-EF39-4966-9AD3-88C78DE88907} = {A40AEB27-EF39-4966-9AD3-88C78DE88907}
- {4F27AA53-4181-4A1A-8238-3931B0A41048} = {4F27AA53-4181-4A1A-8238-3931B0A41048}
- {A738D37E-F4E2-4ACC-A086-14149E3B6639} = {A738D37E-F4E2-4ACC-A086-14149E3B6639}
- {20F22284-C947-4F7E-91DD-12077B8DA775} = {20F22284-C947-4F7E-91DD-12077B8DA775}
- {46F9218B-7A3F-481F-B971-E93547C2643B} = {46F9218B-7A3F-481F-B971-E93547C2643B}
- {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B} = {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}
- {62E2A7C0-F3F1-4A82-A856-A67770EBDBFF} = {62E2A7C0-F3F1-4A82-A856-A67770EBDBFF}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pdfinfo", "pdfinfo\pdfinfo.vcproj", "{11249F33-4CF0-427D-AE1C-C1972DDC430C}"
- ProjectSection(ProjectDependencies) = postProject
- {0782B20B-C570-4CD3-A33C-FC9D2A31BCA1} = {0782B20B-C570-4CD3-A33C-FC9D2A31BCA1}
- {A40AEB27-EF39-4966-9AD3-88C78DE88907} = {A40AEB27-EF39-4966-9AD3-88C78DE88907}
- {4F27AA53-4181-4A1A-8238-3931B0A41048} = {4F27AA53-4181-4A1A-8238-3931B0A41048}
- {A738D37E-F4E2-4ACC-A086-14149E3B6639} = {A738D37E-F4E2-4ACC-A086-14149E3B6639}
- {20F22284-C947-4F7E-91DD-12077B8DA775} = {20F22284-C947-4F7E-91DD-12077B8DA775}
- {46F9218B-7A3F-481F-B971-E93547C2643B} = {46F9218B-7A3F-481F-B971-E93547C2643B}
- {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B} = {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}
- {62E2A7C0-F3F1-4A82-A856-A67770EBDBFF} = {62E2A7C0-F3F1-4A82-A856-A67770EBDBFF}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fontdump", "fontdump\fontdump.vcproj", "{4EC4D9C9-7490-4B35-A17C-EC9D28F488C3}"
- ProjectSection(ProjectDependencies) = postProject
- {20F22284-C947-4F7E-91DD-12077B8DA775} = {20F22284-C947-4F7E-91DD-12077B8DA775}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fonts", "fonts\fonts.vcproj", "{62E2A7C0-F3F1-4A82-A856-A67770EBDBFF}"
- ProjectSection(ProjectDependencies) = postProject
- {4EC4D9C9-7490-4B35-A17C-EC9D28F488C3} = {4EC4D9C9-7490-4B35-A17C-EC9D28F488C3}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cmaps", "cmaps\cmaps.vcproj", "{0782B20B-C570-4CD3-A33C-FC9D2A31BCA1}"
- ProjectSection(ProjectDependencies) = postProject
- {FC75D9D8-3637-4409-84EE-46F3CB94BA6F} = {FC75D9D8-3637-4409-84EE-46F3CB94BA6F}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mupdf_viewer", "mupdf_viewer\mupdf_viewer.vcproj", "{C333416F-DC95-4A7D-92DF-565A7C57F82D}"
- ProjectSection(ProjectDependencies) = postProject
- {0782B20B-C570-4CD3-A33C-FC9D2A31BCA1} = {0782B20B-C570-4CD3-A33C-FC9D2A31BCA1}
- {A40AEB27-EF39-4966-9AD3-88C78DE88907} = {A40AEB27-EF39-4966-9AD3-88C78DE88907}
- {4F27AA53-4181-4A1A-8238-3931B0A41048} = {4F27AA53-4181-4A1A-8238-3931B0A41048}
- {A738D37E-F4E2-4ACC-A086-14149E3B6639} = {A738D37E-F4E2-4ACC-A086-14149E3B6639}
- {20F22284-C947-4F7E-91DD-12077B8DA775} = {20F22284-C947-4F7E-91DD-12077B8DA775}
- {46F9218B-7A3F-481F-B971-E93547C2643B} = {46F9218B-7A3F-481F-B971-E93547C2643B}
- {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B} = {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}
- {62E2A7C0-F3F1-4A82-A856-A67770EBDBFF} = {62E2A7C0-F3F1-4A82-A856-A67770EBDBFF}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "zlib\zlib.vcproj", "{A40AEB27-EF39-4966-9AD3-88C78DE88907}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cmapdump", "cmapdump\cmapdump.vcproj", "{FC75D9D8-3637-4409-84EE-46F3CB94BA6F}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libopenjpeg", "libopenjpeg\libopenjpeg.vcproj", "{4F27AA53-4181-4A1A-8238-3931B0A41048}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|Win32.ActiveCfg = Debug|Win32
- {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|Win32.Build.0 = Debug|Win32
- {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|Win32.ActiveCfg = Release|Win32
- {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|Win32.Build.0 = Release|Win32
- {A738D37E-F4E2-4ACC-A086-14149E3B6639}.Debug|Win32.ActiveCfg = Debug|Win32
- {A738D37E-F4E2-4ACC-A086-14149E3B6639}.Debug|Win32.Build.0 = Debug|Win32
- {A738D37E-F4E2-4ACC-A086-14149E3B6639}.Release|Win32.ActiveCfg = Release|Win32
- {A738D37E-F4E2-4ACC-A086-14149E3B6639}.Release|Win32.Build.0 = Release|Win32
- {20F22284-C947-4F7E-91DD-12077B8DA775}.Debug|Win32.ActiveCfg = Debug|Win32
- {20F22284-C947-4F7E-91DD-12077B8DA775}.Debug|Win32.Build.0 = Debug|Win32
- {20F22284-C947-4F7E-91DD-12077B8DA775}.Release|Win32.ActiveCfg = Release|Win32
- {20F22284-C947-4F7E-91DD-12077B8DA775}.Release|Win32.Build.0 = Release|Win32
- {15045856-8693-487D-A3F4-D8D23C55F11F}.Debug|Win32.ActiveCfg = Debug|Win32
- {15045856-8693-487D-A3F4-D8D23C55F11F}.Debug|Win32.Build.0 = Debug|Win32
- {15045856-8693-487D-A3F4-D8D23C55F11F}.Release|Win32.ActiveCfg = Release|Win32
- {15045856-8693-487D-A3F4-D8D23C55F11F}.Release|Win32.Build.0 = Release|Win32
- {46F9218B-7A3F-481F-B971-E93547C2643B}.Debug|Win32.ActiveCfg = Debug|Win32
- {46F9218B-7A3F-481F-B971-E93547C2643B}.Debug|Win32.Build.0 = Debug|Win32
- {46F9218B-7A3F-481F-B971-E93547C2643B}.Release|Win32.ActiveCfg = Release|Win32
- {46F9218B-7A3F-481F-B971-E93547C2643B}.Release|Win32.Build.0 = Release|Win32
- {BCBFDF08-B206-4BB2-91A4-0EF2341A36BB}.Debug|Win32.ActiveCfg = Debug|Win32
- {BCBFDF08-B206-4BB2-91A4-0EF2341A36BB}.Debug|Win32.Build.0 = Debug|Win32
- {BCBFDF08-B206-4BB2-91A4-0EF2341A36BB}.Release|Win32.ActiveCfg = Release|Win32
- {BCBFDF08-B206-4BB2-91A4-0EF2341A36BB}.Release|Win32.Build.0 = Release|Win32
- {9AE57DFB-5D04-4F14-A6EE-4DB7D7A8EB1C}.Debug|Win32.ActiveCfg = Debug|Win32
- {9AE57DFB-5D04-4F14-A6EE-4DB7D7A8EB1C}.Debug|Win32.Build.0 = Debug|Win32
- {9AE57DFB-5D04-4F14-A6EE-4DB7D7A8EB1C}.Release|Win32.ActiveCfg = Release|Win32
- {9AE57DFB-5D04-4F14-A6EE-4DB7D7A8EB1C}.Release|Win32.Build.0 = Release|Win32
- {D4CF6DEE-20DE-44C2-AF6F-EFF0A524F33C}.Debug|Win32.ActiveCfg = Debug|Win32
- {D4CF6DEE-20DE-44C2-AF6F-EFF0A524F33C}.Debug|Win32.Build.0 = Debug|Win32
- {D4CF6DEE-20DE-44C2-AF6F-EFF0A524F33C}.Release|Win32.ActiveCfg = Release|Win32
- {D4CF6DEE-20DE-44C2-AF6F-EFF0A524F33C}.Release|Win32.Build.0 = Release|Win32
- {11249F33-4CF0-427D-AE1C-C1972DDC430C}.Debug|Win32.ActiveCfg = Debug|Win32
- {11249F33-4CF0-427D-AE1C-C1972DDC430C}.Debug|Win32.Build.0 = Debug|Win32
- {11249F33-4CF0-427D-AE1C-C1972DDC430C}.Release|Win32.ActiveCfg = Release|Win32
- {11249F33-4CF0-427D-AE1C-C1972DDC430C}.Release|Win32.Build.0 = Release|Win32
- {4EC4D9C9-7490-4B35-A17C-EC9D28F488C3}.Debug|Win32.ActiveCfg = Debug|Win32
- {4EC4D9C9-7490-4B35-A17C-EC9D28F488C3}.Debug|Win32.Build.0 = Debug|Win32
- {4EC4D9C9-7490-4B35-A17C-EC9D28F488C3}.Release|Win32.ActiveCfg = Release|Win32
- {4EC4D9C9-7490-4B35-A17C-EC9D28F488C3}.Release|Win32.Build.0 = Release|Win32
- {62E2A7C0-F3F1-4A82-A856-A67770EBDBFF}.Debug|Win32.ActiveCfg = Debug|Win32
- {62E2A7C0-F3F1-4A82-A856-A67770EBDBFF}.Debug|Win32.Build.0 = Debug|Win32
- {62E2A7C0-F3F1-4A82-A856-A67770EBDBFF}.Release|Win32.ActiveCfg = Release|Win32
- {62E2A7C0-F3F1-4A82-A856-A67770EBDBFF}.Release|Win32.Build.0 = Release|Win32
- {0782B20B-C570-4CD3-A33C-FC9D2A31BCA1}.Debug|Win32.ActiveCfg = Debug|Win32
- {0782B20B-C570-4CD3-A33C-FC9D2A31BCA1}.Debug|Win32.Build.0 = Debug|Win32
- {0782B20B-C570-4CD3-A33C-FC9D2A31BCA1}.Release|Win32.ActiveCfg = Release|Win32
- {0782B20B-C570-4CD3-A33C-FC9D2A31BCA1}.Release|Win32.Build.0 = Release|Win32
- {C333416F-DC95-4A7D-92DF-565A7C57F82D}.Debug|Win32.ActiveCfg = Debug|Win32
- {C333416F-DC95-4A7D-92DF-565A7C57F82D}.Debug|Win32.Build.0 = Debug|Win32
- {C333416F-DC95-4A7D-92DF-565A7C57F82D}.Release|Win32.ActiveCfg = Release|Win32
- {C333416F-DC95-4A7D-92DF-565A7C57F82D}.Release|Win32.Build.0 = Release|Win32
- {A40AEB27-EF39-4966-9AD3-88C78DE88907}.Debug|Win32.ActiveCfg = Debug|Win32
- {A40AEB27-EF39-4966-9AD3-88C78DE88907}.Debug|Win32.Build.0 = Debug|Win32
- {A40AEB27-EF39-4966-9AD3-88C78DE88907}.Release|Win32.ActiveCfg = Release|Win32
- {A40AEB27-EF39-4966-9AD3-88C78DE88907}.Release|Win32.Build.0 = Release|Win32
- {FC75D9D8-3637-4409-84EE-46F3CB94BA6F}.Debug|Win32.ActiveCfg = Debug|Win32
- {FC75D9D8-3637-4409-84EE-46F3CB94BA6F}.Debug|Win32.Build.0 = Debug|Win32
- {FC75D9D8-3637-4409-84EE-46F3CB94BA6F}.Release|Win32.ActiveCfg = Release|Win32
- {FC75D9D8-3637-4409-84EE-46F3CB94BA6F}.Release|Win32.Build.0 = Release|Win32
- {4F27AA53-4181-4A1A-8238-3931B0A41048}.Debug|Win32.ActiveCfg = Debug|Win32
- {4F27AA53-4181-4A1A-8238-3931B0A41048}.Debug|Win32.Build.0 = Debug|Win32
- {4F27AA53-4181-4A1A-8238-3931B0A41048}.Release|Win32.ActiveCfg = Release|Win32
- {4F27AA53-4181-4A1A-8238-3931B0A41048}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/win32/mupdf/mupdf.vcproj b/win32/mupdf/mupdf.vcproj
deleted file mode 100644
index eff3125a..00000000
--- a/win32/mupdf/mupdf.vcproj
+++ /dev/null
@@ -1,503 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="libmupdf"
- ProjectGUID="{20F22284-C947-4F7E-91DD-12077B8DA775}"
- RootNamespace="mupdf"
- 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"
- AdditionalIncludeDirectories="..\..\thirdparty\freetype-2.4.4\include;..\..\thirdparty\jpeg-8c;..\..\thirdparty\jbig2dec;..\..\thirdparty\openjpeg-1.4\libopenjpeg;..\..\thirdparty\zlib-1.2.5;..\..\mupdf;..\..\fitz"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- 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"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
- AdditionalIncludeDirectories="..\..\thirdparty\freetype-2.4.4\include;..\..\thirdparty\jpeg-8c;..\..\thirdparty\jbig2dec;..\..\thirdparty\openjpeg-1.4\libopenjpeg;..\..\thirdparty\zlib-1.2.5;..\..\mupdf;..\..\fitz"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- 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="mupdf"
- >
- <File
- RelativePath="..\..\mupdf\mupdf.h"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_annot.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_build.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_cmap.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_cmap_load.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_cmap_parse.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_cmap_table.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_colorspace.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_crypt.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_debug.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_font.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_fontagl.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_fontenc.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_fontfile.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_fontmtx.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_function.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_image.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_interpret.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_lex.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_nametree.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_outline.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_page.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_pagetree.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_parse.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_pattern.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_repair.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_shade.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_store.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_stream.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_type3.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_unicode.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_xobject.c"
- >
- </File>
- <File
- RelativePath="..\..\mupdf\pdf_xref.c"
- >
- </File>
- </Filter>
- <Filter
- Name="fitz"
- >
- <File
- RelativePath="..\..\fitz\base_error.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\base_geometry.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\base_getopt.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\base_hash.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\base_memory.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\base_string.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\base_time.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\crypt_aes.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\crypt_arc4.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\crypt_md5.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\crypt_sha2.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\dev_bbox.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\dev_draw.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\dev_list.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\dev_null.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\dev_text.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\dev_trace.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\filt_basic.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\filt_dctd.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\filt_faxd.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\filt_faxd.h"
- >
- </File>
- <File
- RelativePath="..\..\fitz\filt_flate.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\filt_jbig2d.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\filt_jpxd.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\filt_lzwd.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\filt_predict.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\fitz.h"
- >
- </File>
- <File
- RelativePath="..\..\fitz\obj_array.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\obj_dict.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\obj_print.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\obj_simple.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\res_colorspace.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\res_font.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\res_path.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\res_pixmap.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\res_shade.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\res_text.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\stm_buffer.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\stm_open.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\stm_read.c"
- >
- </File>
- </Filter>
- <Filter
- Name="draw"
- >
- <File
- RelativePath="..\..\draw\archport.c"
- >
- </File>
- <File
- RelativePath="..\..\draw\blendmodes.c"
- >
- </File>
- <File
- RelativePath="..\..\draw\glyphcache.c"
- >
- </File>
- <File
- RelativePath="..\..\draw\imagedraw.c"
- >
- </File>
- <File
- RelativePath="..\..\draw\imagescale.c"
- >
- </File>
- <File
- RelativePath="..\..\draw\imagesmooth.c"
- >
- </File>
- <File
- RelativePath="..\..\draw\imageunpack.c"
- >
- </File>
- <File
- RelativePath="..\..\draw\meshdraw.c"
- >
- </File>
- <File
- RelativePath="..\..\draw\pathfill.c"
- >
- </File>
- <File
- RelativePath="..\..\draw\pathscan.c"
- >
- </File>
- <File
- RelativePath="..\..\draw\pathstroke.c"
- >
- </File>
- <File
- RelativePath="..\..\draw\porterduff.c"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/mupdf_viewer/mupdf_viewer.vcproj b/win32/mupdf_viewer/mupdf_viewer.vcproj
deleted file mode 100644
index e18f716d..00000000
--- a/win32/mupdf_viewer/mupdf_viewer.vcproj
+++ /dev/null
@@ -1,195 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="mupdf_viewer"
- ProjectGUID="{C333416F-DC95-4A7D-92DF-565A7C57F82D}"
- RootNamespace="mupdf_viewer2"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile="$(OutDir)\mupdf.exe"
- LinkIncremental="2"
- IgnoreDefaultLibraryNames="libcmtd"
- GenerateDebugInformation="true"
- SubSystem="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile="$(OutDir)\mupdf.exe"
- LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmt"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\..\apps\pdfapp.c"
- >
- </File>
- <File
- RelativePath="..\..\apps\pdfapp.h"
- >
- </File>
- <File
- RelativePath="..\..\apps\win_main.c"
- >
- </File>
- <File
- RelativePath="..\..\apps\win_res.rc"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/pdfclean/pdfclean.vcproj b/win32/pdfclean/pdfclean.vcproj
deleted file mode 100644
index 92c76da9..00000000
--- a/win32/pdfclean/pdfclean.vcproj
+++ /dev/null
@@ -1,182 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="pdfclean"
- ProjectGUID="{BCBFDF08-B206-4BB2-91A4-0EF2341A36BB}"
- RootNamespace="pdfclean"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- IgnoreAllDefaultLibraries="false"
- IgnoreDefaultLibraryNames="libcmtd"
- GenerateDebugInformation="true"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmt"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\..\apps\pdfclean.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/pdfdraw/pdfdraw.vcproj b/win32/pdfdraw/pdfdraw.vcproj
deleted file mode 100644
index 0b60c143..00000000
--- a/win32/pdfdraw/pdfdraw.vcproj
+++ /dev/null
@@ -1,181 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="pdfdraw"
- ProjectGUID="{9AE57DFB-5D04-4F14-A6EE-4DB7D7A8EB1C}"
- RootNamespace="pdfdraw"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- IgnoreDefaultLibraryNames="libcmtd"
- GenerateDebugInformation="true"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmt"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\..\apps\pdfdraw.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/pdfextract/pdfextract.vcproj b/win32/pdfextract/pdfextract.vcproj
deleted file mode 100644
index a89749cf..00000000
--- a/win32/pdfextract/pdfextract.vcproj
+++ /dev/null
@@ -1,181 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="pdfextract"
- ProjectGUID="{D4CF6DEE-20DE-44C2-AF6F-EFF0A524F33C}"
- RootNamespace="pdfextract"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- IgnoreDefaultLibraryNames="libcmtd"
- GenerateDebugInformation="true"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmt"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\..\apps\pdfextract.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/pdfinfo/pdfinfo.vcproj b/win32/pdfinfo/pdfinfo.vcproj
deleted file mode 100644
index 3f8d8273..00000000
--- a/win32/pdfinfo/pdfinfo.vcproj
+++ /dev/null
@@ -1,181 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="pdfinfo"
- ProjectGUID="{11249F33-4CF0-427D-AE1C-C1972DDC430C}"
- RootNamespace="pdfinfo"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- IgnoreDefaultLibraryNames="libcmtd"
- GenerateDebugInformation="true"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmt"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\..\apps\pdfinfo.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/pdfshow/pdfshow.vcproj b/win32/pdfshow/pdfshow.vcproj
deleted file mode 100644
index cde316a6..00000000
--- a/win32/pdfshow/pdfshow.vcproj
+++ /dev/null
@@ -1,181 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="pdfshow"
- ProjectGUID="{15045856-8693-487D-A3F4-D8D23C55F11F}"
- RootNamespace="pdfshow"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- IgnoreDefaultLibraryNames="libcmtd"
- GenerateDebugInformation="true"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\fitz;..\..\mupdf"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- IgnoreDefaultLibraryNames="libcmt"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\..\apps\pdfshow.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/win32/zlib/zlib.vcproj b/win32/zlib/zlib.vcproj
deleted file mode 100644
index 0a78a55a..00000000
--- a/win32/zlib/zlib.vcproj
+++ /dev/null
@@ -1,238 +0,0 @@
-<?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;_CRT_SECURE_NO_WARNINGS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- 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"
- Optimization="2"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- 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-1.2.5/adler32.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/compress.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/crc32.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/crc32.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/deflate.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/deflate.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/infback.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/inffast.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/inffast.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/inffixed.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/inflate.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/inflate.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/inftrees.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/inftrees.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/trees.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/trees.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/uncompr.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/zconf.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/zlib.h"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/zutil.c"
- >
- </File>
- <File
- RelativePath="../../thirdparty/zlib-1.2.5/zutil.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>