summaryrefslogtreecommitdiff
path: root/win32/fitz/fitz.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'win32/fitz/fitz.vcproj')
-rw-r--r--win32/fitz/fitz.vcproj359
1 files changed, 0 insertions, 359 deletions
diff --git a/win32/fitz/fitz.vcproj b/win32/fitz/fitz.vcproj
deleted file mode 100644
index 29dec0a8..00000000
--- a/win32/fitz/fitz.vcproj
+++ /dev/null
@@ -1,359 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="fitz"
- ProjectGUID="{1CB1FEC2-6D06-4B82-9D0D-0E92303285C8}"
- RootNamespace="fitz"
- 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\include;..\..\thirdparty\jpeg;..\..\thirdparty\jbig2dec;..\..\thirdparty\openjpeg\libopenjpeg;..\..\thirdparty\zlib;..\..\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="$(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"
- AdditionalIncludeDirectories="..\..\thirdparty\freetype\include;..\..\thirdparty\jpeg;..\..\thirdparty\jbig2dec;..\..\thirdparty\openjpeg\libopenjpeg;..\..\thirdparty\zlib;..\..\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="fitz"
- >
- <File
- RelativePath="..\..\fitz\base_cpudep.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\base_error.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\base_hash.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\base_matrix.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\base_memory.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\base_rect.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\base_string.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\base_unicode.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\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_aesd.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\filt_arc4.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_faxdtab.c"
- >
- </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_pipeline.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\filt_predict.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\fitz.h"
- >
- </File>
- <File
- RelativePath="..\..\fitz\fitz_base.h"
- >
- </File>
- <File
- RelativePath="..\..\fitz\fitz_draw.h"
- >
- </File>
- <File
- RelativePath="..\..\fitz\fitz_res.h"
- >
- </File>
- <File
- RelativePath="..\..\fitz\fitz_stream.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_filter.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\stm_misc.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\stm_open.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\stm_read.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\util_getopt.c"
- >
- </File>
- <File
- RelativePath="..\..\fitz\util_gettimeofday.c"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>