diff options
author | Robin Watts <robin.watts@artifex.com> | 2010-01-07 12:20:24 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2010-01-07 12:20:24 +0000 |
commit | 7a405de9686b7c6ef2b92e643496de8569fa3d57 (patch) | |
tree | 86990fe88ede20811a107e61f80e33eced72b86b /win32 | |
parent | a4e3c0888481263968f48b63d8dfe30acf5ff462 (diff) |
Add first cut at a Visual Studio 2005 project file for building the different
components of GhostPDL.
This solution consists of 5 different projects; one each for ghostscript,
pcl, svg, language_switch and xps. The underlying make process is still done
using nmake and our standard makefiles (hence all the dependency information
and autogeneration magic remains in that one place).
Browse information is generated as part of the build process and seems to be
successfully picked up by the solution, so right hand clicking on things
will give you a menu to take you to declaration/definition etc.
Debugging within the IDE works too.
I believe newer versions of Visual Studio should pick up this solution and
update it to their own format automatically. The one exception to this may
be the language_switch build, which might need the "MSVC_VERSION=8" bits of
it's nmake invocation updated.
Possible future work: Add new 'empty' projects for developers to add their
own new devices too. Make these compile to libraries which can then be linked
with gs etc as they build. This will insulate users completely from having to
learn to speak Makefile.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10593 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'win32')
-rwxr-xr-x | win32/GhostPDL.sln | 44 | ||||
-rwxr-xr-x | win32/ghostscript.vcproj | 6887 | ||||
-rwxr-xr-x | win32/language_switch.vcproj | 65 | ||||
-rwxr-xr-x | win32/pcl.vcproj | 781 | ||||
-rwxr-xr-x | win32/svg.vcproj | 105 | ||||
-rwxr-xr-x | win32/xps.vcproj | 185 |
6 files changed, 8067 insertions, 0 deletions
diff --git a/win32/GhostPDL.sln b/win32/GhostPDL.sln new file mode 100755 index 000000000..2bd58ffa5 --- /dev/null +++ b/win32/GhostPDL.sln @@ -0,0 +1,44 @@ +
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ghostscript", "ghostscript.vcproj", "{1EDA2AC3-D74F-4F4D-B4D6-AC05CC594A2F}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xps", "xps.vcproj", "{F3A76718-1C56-4078-8DEA-D666A350B9EF}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "svg", "svg.vcproj", "{EE2F2672-713B-4609-ABC2-67D3C56E82FB}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcl", "pcl.vcproj", "{64F639DB-52B7-42F7-A55E-501A2F560198}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "language_switch", "language_switch.vcproj", "{135AA27A-6B97-41E4-B172-CD31A2D33C5E}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {1EDA2AC3-D74F-4F4D-B4D6-AC05CC594A2F}.Debug|Win32.ActiveCfg = Debug|Win32
+ {1EDA2AC3-D74F-4F4D-B4D6-AC05CC594A2F}.Debug|Win32.Build.0 = Debug|Win32
+ {1EDA2AC3-D74F-4F4D-B4D6-AC05CC594A2F}.Release|Win32.ActiveCfg = Release|Win32
+ {1EDA2AC3-D74F-4F4D-B4D6-AC05CC594A2F}.Release|Win32.Build.0 = Release|Win32
+ {F3A76718-1C56-4078-8DEA-D666A350B9EF}.Debug|Win32.ActiveCfg = Debug|Win32
+ {F3A76718-1C56-4078-8DEA-D666A350B9EF}.Debug|Win32.Build.0 = Debug|Win32
+ {F3A76718-1C56-4078-8DEA-D666A350B9EF}.Release|Win32.ActiveCfg = Release|Win32
+ {F3A76718-1C56-4078-8DEA-D666A350B9EF}.Release|Win32.Build.0 = Release|Win32
+ {EE2F2672-713B-4609-ABC2-67D3C56E82FB}.Debug|Win32.ActiveCfg = Debug|Win32
+ {EE2F2672-713B-4609-ABC2-67D3C56E82FB}.Debug|Win32.Build.0 = Debug|Win32
+ {EE2F2672-713B-4609-ABC2-67D3C56E82FB}.Release|Win32.ActiveCfg = Release|Win32
+ {EE2F2672-713B-4609-ABC2-67D3C56E82FB}.Release|Win32.Build.0 = Release|Win32
+ {64F639DB-52B7-42F7-A55E-501A2F560198}.Debug|Win32.ActiveCfg = Debug|Win32
+ {64F639DB-52B7-42F7-A55E-501A2F560198}.Debug|Win32.Build.0 = Debug|Win32
+ {64F639DB-52B7-42F7-A55E-501A2F560198}.Release|Win32.ActiveCfg = Release|Win32
+ {64F639DB-52B7-42F7-A55E-501A2F560198}.Release|Win32.Build.0 = Release|Win32
+ {135AA27A-6B97-41E4-B172-CD31A2D33C5E}.Debug|Win32.ActiveCfg = Debug|Win32
+ {135AA27A-6B97-41E4-B172-CD31A2D33C5E}.Debug|Win32.Build.0 = Debug|Win32
+ {135AA27A-6B97-41E4-B172-CD31A2D33C5E}.Release|Win32.ActiveCfg = Release|Win32
+ {135AA27A-6B97-41E4-B172-CD31A2D33C5E}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/win32/ghostscript.vcproj b/win32/ghostscript.vcproj new file mode 100755 index 000000000..debb5c5ac --- /dev/null +++ b/win32/ghostscript.vcproj @@ -0,0 +1,6887 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="ghostscript"
+ ProjectGUID="{1EDA2AC3-D74F-4F4D-B4D6-AC05CC594A2F}"
+ RootNamespace="ghostscript"
+ Keyword="MakeFileProj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\gs\debugobj"
+ IntermediateDirectory="..\gs\debugobj"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\gs && nmake -f psi\msvc32.mak SBR=1 debug && nmake -f psi\msvc32.mak debugbsc"
+ ReBuildCommandLine="cd ..\gs && nmake -f psi\msvc32.mak debugclean && nmake -f psi\msvc32.mak SBR=1 debug && nmake -f psi\msvc32.mak debugbsc"
+ CleanCommandLine="cd ..\gs && nmake -f psi\msvc32.mak debugclean"
+ Output=""
+ PreprocessorDefinitions="WIN32;_DEBUG;DEBUG=1;TDEBUG=1"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\gs\obj"
+ IntermediateDirectory="..\gs\obj"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\gs && nmake -f psi\msvc32.mak SBR=1 && nmake -f psi\msvc32.mak bsc"
+ ReBuildCommandLine="cd ..\gs && nmake -f psi\msvc32.mak clean && nmake -f psi\msvc32.mak SBR=1 && nmake -f psi\msvc32.mak bsc"
+ CleanCommandLine="cd ..\gs && nmake -f psi\msvc32.mak clean"
+ Output=""
+ PreprocessorDefinitions="WIN32;NDEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="gs"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <Filter
+ Name="base"
+ >
+ <File
+ RelativePath="..\gs\base\aes.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\bench.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ConvertUTF.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\echogs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gconf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdev3852.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdev3b1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdev4081.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdev4693.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdev8510.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdev8bcm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevabuf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevadmp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevatx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevbbox.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevbit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevbj10.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevbjcl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevbmp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevbmpa.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevbmpc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevcairo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevccr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevcdj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevcfax.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevcgm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevcgml.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevcif.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevclj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevcljc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevcp50.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevcslw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdbit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdcrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevddrw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevddrw2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdevn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdfax.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdflt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdgbr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdjet.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdjtc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdljm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdm24.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdrop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdsha.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdsp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevemap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevepsc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevepsn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevescp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevevga.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevfax.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevherc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevhit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevhl7x.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevifno.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevijs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevimdi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevimgn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevjbig2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevjpeg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevjpx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevl256.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevl31s.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevlbp8.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevlj56.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevlp8k.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevlxm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevm1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevm16.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevm2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevm24.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevm32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevm4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevm40.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevm48.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevm56.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevm64.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevm8.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmac.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmacxf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmeds.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmgr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmiff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmpla.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmr1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmr2n.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmr8n.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmrun.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmswn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmsxf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevn533.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevnfwd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevo182.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevokii.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevos2p.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevp14.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevp2up.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpbm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpccm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpcfb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpcl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpcx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfk.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdft.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfu.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdte.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdti.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdts.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevperm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevphex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpipe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpjet.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevplnx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpng.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevppla.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevprn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevprna.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevps.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsdi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsdp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsds.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsdu.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsf1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsf2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsfm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsft.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsfu.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsfx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsim.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsu.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpxut.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevrinkj.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevrops.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevs3ga.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevsco.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevsgi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevsj48.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevsnfb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevsppr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevstc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevstc1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevstc2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevstc3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevstc4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevsun.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevsunr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevsvg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevsvga.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevtfax.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevtfnx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevtifs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevtknk.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevtrac.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevtsep.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevtxtw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevupd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevvec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevvglb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevwddb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevwdib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevwpr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevwprn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevwts.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevxalt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevxcf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevxcmp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevxini.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevxres.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevxxf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\genarch.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\genconf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gendev.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\genht.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_dosfe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_dosfs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_dvx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_getnv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_iwatc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_mac.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_macio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_macpoll.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_mktmp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_msdll.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_msdos.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_mshdl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_mslib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_mspol.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_msprn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_mswin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_nsync.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_ntfs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_os2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_os2fs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_os2pr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_os9.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_paper.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_psync.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_stdia.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_stdin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_strdl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_sysv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_unifn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_unifs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_unix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_unix_cache.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_upapr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_vms.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_wgetv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_win32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_wpapr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_wsync.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gpmisc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsalloc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsalpha.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsalphac.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsargs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsbitcom.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsbitops.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsbittab.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscdef.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscdevn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscedata.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscencs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gschar.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gschar0.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscicach.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscie.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsciemap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsclipsr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscolor1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscolor2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscolor3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscolorbuffer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscoord.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscparam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscpixel.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscrdp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscrypt1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscscie.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscsepr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscspace.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscssub.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdevice.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdevmem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdfilt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdparam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdps.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdps1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdsrc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsequivc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfcid.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfcid2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfcmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfcmap1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsflip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfname.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfont0.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfont0c.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfunc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfunc0.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfunc3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfunc4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsgcache.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsgdata.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gshsb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsht.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsht1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gshtscr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gshtx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsicc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsimage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsimpath.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsinit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsiodev.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsiodevs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsiodisk.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsiomacres.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsiorom.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsistate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gslib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gslibctx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsline.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmalloc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmatrix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmchunk.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmemlok.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmemory.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmemret.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmisc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsnamecl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsncdummy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsnogc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsnorop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsnotify.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsovrc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gspaint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsparam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsparam2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsparams.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsparamx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gspath.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gspath1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gspcolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gspmdrv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsptype1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsptype2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsromfs0.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsrop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsroptab.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsserial.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsshade.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsstate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gstext.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gstrans.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gstrap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gstype1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gstype2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gstype42.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsutil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gswts.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxacpath.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxbcache.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxblend.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxblend1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxccache.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxccman.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxchar.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxchrout.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcht.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclbits.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclfile.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclimag.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclip2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclipm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclist.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcllzw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclmem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclpage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclpath.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclrast.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclrect.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclthrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclutil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclzlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcpath.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxctable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdcconv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdcolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdevndi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdhtserial.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfapiu.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfcopy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfdrop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfill.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxhintn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxhintn1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxhldevc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxht.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxhtbit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxi12bit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxi16bit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxicolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxidata.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxifast.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gximag3x.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gximage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gximage1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gximage2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gximage3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gximage4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gximask.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gximono.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxino12b.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxino16b.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxipixel.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxiscale.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxmclip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxoprect.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxp1fill.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpageq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpaint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpath.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpath2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpcmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpcopy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpdash.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpdash2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpflat.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxsample.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxshade.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxshade1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxshade4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxshade6.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxstroke.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxsync.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxttfb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxtype1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxwts.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gzspotan.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\md5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\md5main.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\mkromfs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sa85d.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\saes.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sarc4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sbcp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sbhc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sbwbs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\scantab.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\scfd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\scfdgen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\scfdtab.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\scfe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\scfetab.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\scfparam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sdcparam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sdctc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sdctd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sdcte.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sddparam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sdeparam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\seexec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sfilter2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sfxboth.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sfxcommon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sfxfd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sfxstdio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\shc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\shcgen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sidscale.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\siinterp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\simscale.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\siscale.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sjbig2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sjbig2_luratech.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sjpegc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sjpegd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sjpege.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sjpx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sjpx_luratech.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\slzwc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\slzwd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\slzwe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\smd5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\smtf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\spdiff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\spngp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\spprint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\spsdf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\srld.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\srle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sstring.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\stream.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\strmio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\szlibc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\szlibd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\szlibe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttcalc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttfinp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttfmain.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttfmemd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttinterp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttload.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttobjs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\vdtrace.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\wtsimdi.c"
+ >
+ </File>
+ <Filter
+ Name="rinkj"
+ >
+ <File
+ RelativePath="..\gs\base\rinkj\evenbetter-rll.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\rinkj\rinkj-byte-stream.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\rinkj\rinkj-config.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\rinkj\rinkj-device.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\rinkj\rinkj-dither.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\rinkj\rinkj-epson870.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\rinkj\rinkj-screen-eb.c"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="expat"
+ >
+ <File
+ RelativePath="..\gs\expat\lib\amigaconfig.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\ascii.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\asciitab.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\expat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\expat_external.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\iasciitab.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\internal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\latin1tab.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\macconfig.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\nametab.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\utf8tab.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\winconfig.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\xmlparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\xmlrole.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\xmlrole.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\xmltok.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\xmltok.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\xmltok_impl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\xmltok_impl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\lib\xmltok_ns.c"
+ >
+ </File>
+ <Filter
+ Name="tests"
+ >
+ <File
+ RelativePath="..\gs\expat\tests\chardata.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\tests\chardata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\tests\minicheck.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\tests\minicheck.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\tests\runtests.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\expat\tests\runtestspp.cpp"
+ >
+ </File>
+ <Filter
+ Name="benchmark"
+ >
+ <File
+ RelativePath="..\gs\expat\tests\benchmark\benchmark.c"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="jpeg"
+ >
+ <File
+ RelativePath="..\gs\jpeg\ansi2knr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\cderror.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\cdjpeg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\cdjpeg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\cjpeg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\ckconfig.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\djpeg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\example.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jcapimin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jcapistd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jccoefct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jccolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jcdctmgr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jchuff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jchuff.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jcinit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jcmainct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jcmarker.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jcmaster.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jcomapi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jcparam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jcphuff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jcprepct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jcsample.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jctrans.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdapimin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdapistd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdatadst.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdatasrc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdcoefct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdcolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdct.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jddctmgr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdhuff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdhuff.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdinput.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdmainct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdmarker.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdmaster.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdmerge.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdphuff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdpostct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdsample.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jdtrans.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jerror.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jerror.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jfdctflt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jfdctfst.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jfdctint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jidctflt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jidctfst.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jidctint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jidctred.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jinclude.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jmemansi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jmemdos.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jmemdosa.asm"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jmemmac.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jmemmgr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jmemname.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jmemnobs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jmemsys.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jmorecfg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jpegint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jpeglib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jpegtran.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jquant1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jquant2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jutils.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\jversion.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\rdbmp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\rdcolmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\rdgif.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\rdjpgcom.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\rdppm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\rdrle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\rdswitch.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\rdtarga.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\transupp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\transupp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\wrbmp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\wrgif.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\wrjpgcom.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\wrppm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\wrrle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jpeg\wrtarga.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="contrib"
+ >
+ <File
+ RelativePath="..\gs\contrib\defs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevbjc_.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevbjc_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevbjca.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevcd8.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevcd8.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevdj9.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevgdi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevhl12.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevln03.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevlx32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevlx50.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevlx7.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevmd2k.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevop4w.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gdevxes.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\gomni.c"
+ >
+ </File>
+ <Filter
+ Name="eplaser"
+ >
+ <File
+ RelativePath="..\gs\contrib\eplaser\gdevescv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\eplaser\gdevescv.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="japanese"
+ >
+ <File
+ RelativePath="..\gs\contrib\japanese\dviprlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\dviprlib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdev10v.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevalps.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevdmpr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevespg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevfmlbp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevfmpr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevj100.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevlbp3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevmag.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevmjc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevmjc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevml6.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevnpdl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevp201.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\japanese\gdevrpdl.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="lips4"
+ >
+ <File
+ RelativePath="..\gs\contrib\lips4\gdevl4r.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\lips4\gdevl4v.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\lips4\gdevlips.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\lips4\gdevlips.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\lips4\gdevlprn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\lips4\gdevlprn.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="opvp"
+ >
+ <File
+ RelativePath="..\gs\contrib\opvp\gdevopvp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\opvp\opvp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\opvp\opvp_0_2_0.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\opvp\opvp_common.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="pscolor"
+ >
+ <File
+ RelativePath="..\gs\contrib\pscolor\test.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="pcl3"
+ >
+ <Filter
+ Name="eprn"
+ >
+ <File
+ RelativePath="..\gs\contrib\pcl3\eprn\eprnfs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\eprn\eprnparm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\eprn\eprnrend.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\eprn\gdeveprn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\eprn\gdeveprn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\eprn\mediasize.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\eprn\mediasize.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\eprn\pagecount.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\eprn\pagecount.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="src"
+ >
+ <File
+ RelativePath="..\gs\contrib\pcl3\src\gdevpcl3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\src\pcl3opts.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\src\pclcap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\src\pclcap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\src\pclcomp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\src\pclgen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\src\pclgen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\src\pclscan.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\src\pclscan.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\src\pclsize.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\contrib\pcl3\src\pclsize.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="cups"
+ >
+ <File
+ RelativePath="..\gs\cups\gdevcups.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\cups\pdftoraster.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="icclib"
+ >
+ <File
+ RelativePath="..\gs\icclib\icc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\icclib\icc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\icclib\icc9809.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="ijs"
+ >
+ <File
+ RelativePath="..\gs\ijs\ijs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\ijs\ijs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\ijs\ijs_client.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\ijs\ijs_client.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\ijs\ijs_client_example.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\ijs\ijs_exec_unix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\ijs\ijs_exec_win.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\ijs\ijs_server.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\ijs\ijs_server.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\ijs\ijs_server_example.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\ijs\unistd_.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="imdi"
+ >
+ <File
+ RelativePath="..\gs\imdi\arch.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\imdi\cctiff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\imdi\cgen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\imdi\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\imdi\copyright.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\imdi\imdi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\imdi\imdi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\imdi\imdi_gen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\imdi\imdi_gen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\imdi\imdi_imp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\imdi\imdi_k.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\imdi\imdi_k.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\imdi\imdi_tab.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\imdi\imdi_tab.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="jbig2dec"
+ >
+ <File
+ RelativePath="..\gs\jbig2dec\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\config_types.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\config_win32.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\getopt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\getopt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\getopt1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_arith.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_arith.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_arith_iaid.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_arith_iaid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_arith_int.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_arith_int.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_generic.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_generic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_huffman.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_huffman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_hufftab.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_image.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_image.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_image_pbm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_image_png.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_metadata.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_metadata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_mmr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_mmr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_page.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_priv.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_refinement.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_segment.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_symbol_dict.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_symbol_dict.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_text.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2_text.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\jbig2dec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\memcmp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\os_types.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\sha1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\sha1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jbig2dec\snprintf.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="jasper\src"
+ >
+ <Filter
+ Name="appl"
+ >
+ <File
+ RelativePath="..\gs\jasper\src\appl\dummy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\appl\imgcmp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\appl\imginfo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\appl\jasper.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\appl\jasper_sdl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\appl\jiv.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="libjasper"
+ >
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\dummy.c"
+ >
+ </File>
+ <Filter
+ Name="base"
+ >
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\base\jas_cm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\base\jas_debug.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\base\jas_getopt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\base\jas_icc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\base\jas_iccdata.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\base\jas_image.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\base\jas_init.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\base\jas_malloc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\base\jas_seq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\base\jas_stream.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\base\jas_string.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\base\jas_tvp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\base\jas_version.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="bmp"
+ >
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\bmp\bmp_cod.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\bmp\bmp_cod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\bmp\bmp_dec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\bmp\bmp_enc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\bmp\bmp_enc.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="include/jasper"
+ >
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_cm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_config_win32.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_debug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_fix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_getopt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_icc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_image.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_init.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_malloc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_math.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_seq.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_stream.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_string.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_tvp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_types.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jas_version.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\include\jasper\jasper.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="jp2"
+ >
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\jp2\jp2_cod.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\jp2\jp2_cod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\jp2\jp2_dec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\jp2\jp2_dec.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\jp2\jp2_enc.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="jpg"
+ >
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\jpg\jpg_cod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\jpg\jpg_dec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\jpg\jpg_dummy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\jpg\jpg_enc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\jpg\jpg_enc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\jpg\jpg_jpeglib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\jpg\jpg_val.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="mif"
+ >
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\mif\mif_cod.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\mif\mif_cod.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="pgx"
+ >
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\pgx\pgx_cod.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\pgx\pgx_cod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\pgx\pgx_dec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\pgx\pgx_enc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\pgx\pgx_enc.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="pnm"
+ >
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\pnm\pnm_cod.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\pnm\pnm_cod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\pnm\pnm_dec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\pnm\pnm_enc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\pnm\pnm_enc.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="ras"
+ >
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\ras\ras_cod.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\ras\ras_cod.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\ras\ras_dec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\ras\ras_enc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\jasper\src\libjasper\ras\ras_enc.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="base (.h)"
+ >
+ <File
+ RelativePath="..\gs\base\aes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ConvertUTF.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ctype_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\dirent_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\dos_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\errno_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\errors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\fcntl_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gconf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdebug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdev8bcm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevbbox.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevbjc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevbjcl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevbmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevcgml.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevcgmx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdcrd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevddrw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdevn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdljm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdsp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevdsp2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevfax.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmac.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmacpictop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmacttf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmeds.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmpla.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmrop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmrun.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevmswn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevp14.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpccm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpcfb.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpcl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfb.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdfx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtb.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdti.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdts.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtv.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpdtx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevplnx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevppla.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevprn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevprna.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsdf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsds.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpsu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpxat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpxen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpxop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevpxut.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevsgi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevstc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevsvga.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevtfax.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevtifs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevvec.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gdevxcmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_mac.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_mswin.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gp_os2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gpcheck.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gpgetenv.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gpmisc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gpsync.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gs_dll_call.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsalloc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsalpha.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsalphac.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsargs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsbitmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsbitops.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsbittab.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsccode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsccolor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscdefs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscdevn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscedata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscencs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gschar.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscicach.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscie.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscindex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsclipsr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscolor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscolor1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscolor2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscolor3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscolorbuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscompt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscoord.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscpixel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscpm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscrd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscrdp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscrypt1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscsel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscsepr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscspace.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gscssub.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdcolor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdevice.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdfilt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdll.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdllwin.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdpnext.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdps.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsdsrc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsequivc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gserror.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gserrors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsexit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfcmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsflip.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfname.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfunc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfunc0.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfunc3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsfunc4.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsgc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsgcache.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsgdata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gshsb.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsht.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsht1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gshtx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsicc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsimage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsiorom.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsipar3x.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsiparam.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsiparm2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsiparm3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsiparm4.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsjconf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsjmorec.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gslib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gslibctx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gslparam.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmalloc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmatrix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmchunk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmdebug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmemlok.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmemory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmemraw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsmemret.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsnamecl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsncdummy.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsnogc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsnotify.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsovrc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gspaint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsparam.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsparams.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsparamx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gspath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gspath2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gspcolor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gspenum.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gspmdrv.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsptype1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsptype2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsrect.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsrefct.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsrop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsropt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsserial.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsshade.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsstruct.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsstype.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gstext.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gstparam.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gstrans.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gstrap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gstype1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gstypes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsuid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsutil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gswts.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gsxfont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxalloc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxalpha.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxarith.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxband.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxbcache.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxbitfmt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxbitmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxbitops.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxblend.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcdevn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxchar.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxchrout.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcie.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcindex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcldev.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclip.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclip2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclipm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclipsr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclist.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclmem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclpage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclpath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxclthrd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcolor2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcomp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcoord.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcpath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcspace.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxctable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxcvalue.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdcconv.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdcolor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdda.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdevbuf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdevcli.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdevice.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdevmem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdevndi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdevrop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdht.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdhtres.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdhtserial.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdither.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxdtfill.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfapiu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfarith.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfcache.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfcid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfcmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfcmap1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfcopy.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfdrop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfill.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfillsl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfilltr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfillts.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfixed.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfont0.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfont0c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfont1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfont42.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfrac.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxftype.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxfunc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxgetbit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxhintn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxhldevc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxht.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxhttile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxhttype.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxiclass.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gximag3x.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gximage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gximage3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gximask.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxiodev.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxiparam.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxistate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxlum.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxmatrix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxmclip.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxobj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxoprect.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxp1impl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpageq.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpaint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpcache.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxpcolor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxrplane.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxsample.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxsamplp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxshade.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxshade4.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxstdio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxsync.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxtext.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxtmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxttf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxttfb.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxtype1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxwts.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gxxfont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gzacpath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gzcpath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gzht.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gzline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gzpath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gzspotan.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gzstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\jerror_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\macos_carbon_d_pre.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\macos_carbon_pre.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\macos_classic_d_pre.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\macsystypes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\malloc_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\math_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\md5.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\memory_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\pipe_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\png_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sa85d.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sa85x.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\saes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sarc4.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sbcp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sbhc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sbtx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sbwbs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\scanchar.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\scf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\scfx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\scommon.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sdcparam.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sdct.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\setjmp_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sfilter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\shc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\shcgen.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sidscale.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\siinterp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\simscale.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\siscale.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sisparam.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sjbig2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sjbig2_luratech.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sjpeg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sjpx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sjpx_luratech.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\slzwx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\smd5.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\smtf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\spdiffx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\spngpx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\spprint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\spsdf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\srdline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\srlx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\sstring.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\stat_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\std.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\stdint_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\stdio_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\stdpn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\stdpre.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\stream.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\strimpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\string_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\strmio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\szlibx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\szlibxx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\time_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttcalc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttcommon.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttconf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttconfig.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttfinp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttfmemd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttfoutl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttfsfnt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttinterp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttload.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttmisc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\ttobjs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\tttables.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\tttype.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\tttypes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\unistd_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\vdtrace.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\vms_x_fix.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\vmsmath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\windows_.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\x_.h"
+ >
+ </File>
+ <Filter
+ Name="rinkj (.h)"
+ >
+ <File
+ RelativePath="..\gs\base\rinkj\evenbetter-rll.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\rinkj\rinkj-byte-stream.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\rinkj\rinkj-config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\rinkj\rinkj-device.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\rinkj\rinkj-dither.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\rinkj\rinkj-epson870.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\rinkj\rinkj-screen-eb.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="psi (.h)"
+ >
+ <File
+ RelativePath="..\gs\psi\bfont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\btoken.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dscparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dstack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwdll.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwimg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwinst.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwreg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwres.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwsetup.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwtext.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwtrace.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwuninst.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\estack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\files.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ghost.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ialloc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iapi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iastate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iastruct.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ibnum.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ichar.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ichar1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\icharout.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\icid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\icie.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\icolor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iconf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\icontext.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\icremap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\icsmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\icstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iddict.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iddstack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idebug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idict.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idictdef.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idicttpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idisp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idosave.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idparam.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idsdata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idstack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ierrors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iesdata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iestack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ifapi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ifcid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ifilter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ifilter2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ifont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ifont1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ifont2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ifont42.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ifrpred.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ifunc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ifwpred.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\igc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\igcstr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\igstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iht.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iimage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iimage2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iinit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ilevel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\imain.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\imainarg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\imemory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iminst.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iname.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\inamedef.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\inameidx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\inames.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\inamestr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\interp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iosdata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iostack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ipacked.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iparam.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iparray.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ipcolor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iplugin.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iref.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\isave.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iscan.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iscanbin.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iscannum.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\isdata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\isstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\istack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\istkparm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\istream.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\istruct.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\itoken.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iutil.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iutil2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ivmem2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ivmspace.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\main.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\oparc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\opcheck.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\opdef.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\oper.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\opextern.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ostack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\store.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\wrfont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\write_t1.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\write_t2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zchar42.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcie.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcolor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfunc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zht2.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zicc.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="base (.rc)"
+ >
+ <File
+ RelativePath="..\gs\base\gspmdrv.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gswin.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\base\gswin32.rc"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="psi (.rc)"
+ >
+ <File
+ RelativePath="..\gs\psi\dwmain.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwsetup.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwuninst.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\gsdll2.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\gsdll32.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\gsos2.rc"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="psi"
+ >
+ <File
+ RelativePath="..\gs\psi\dmmain.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dpmain.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dscparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwdll.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwimg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwinst.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwmain.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwmainc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwnodll.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwreg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwsetup.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwtext.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwtrace.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dwuninst.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dxmain.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\dxmainc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\fapi_ft.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\fapiufst.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\gs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\gsdll.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\gserver.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ialloc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iapi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ibnum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iconf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\icontext.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idebug.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idict.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idisp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idparam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\idstack.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\igc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\igcref.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\igcstr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iinit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ilocate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\imain.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\imainarg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iname.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\inobtokn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\inouparm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\interp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iparam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iplugin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ireclaim.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\isave.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iscan.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iscanbin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iscannum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\istack.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iutil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\iutil2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\sfilter1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\wrfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\write_t1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\write_t2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zalg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zarith.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zarray.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zbfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zbseq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zchar.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zchar1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zchar2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zchar32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zchar42.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcharout.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcharx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcid.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcidtest.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcie.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcolor1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcolor2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcolor3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcontext.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcontrol.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcsdevn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcsindex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcspixel.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zcssepr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zdevcal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zdevice.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zdevice2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zdfilter.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zdict.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zdosio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zdouble.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zdpnext.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zdps.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zdps1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zdscpars.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfaes.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfapi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfarc4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfbcp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfcid.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfcid0.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfcid1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfcmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfdctd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfdcte.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfdecode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfile.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfile1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfileio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfilter.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfilter2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfilterx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfimscale.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfjbig2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfjpx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfmd5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfont0.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfont1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfont2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfont32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfont42.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfontenum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfproc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfrsd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfsample.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfunc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfunc0.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfunc3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfunc4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zfzlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zgeneric.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zgstate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zhsb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zht.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zht1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zht2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zicc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zimage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zimage2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zimage3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ziodev.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ziodev2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ziodevs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ziodevsc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zmath.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zmatrix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zmedia2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zmisc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zmisc1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zmisc2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zmisc3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zncdummy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zpacked.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zpaint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zpath.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zpath1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zpcolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zpdfops.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zrelbit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zrop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zshade.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zstack.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zstring.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zsysvm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ztoken.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ztrans.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ztrap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\ztype.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zupath.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zusparam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zvmem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\psi\zvmem2.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="libpng"
+ >
+ <File
+ RelativePath="..\gs\libpng\example.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\png.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\png.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngconf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngerror.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pnggccrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngget.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngmem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngpread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngrio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngrtran.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngrutil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngset.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngtest.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngtrans.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngvcrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngwio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngwrite.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngwtran.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\libpng\pngwutil.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="tiff"
+ >
+ <Filter
+ Name="libtiff"
+ >
+ <File
+ RelativePath="..\gs\tiff\libtiff\mkg3states.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\t4.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_acorn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_apple.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_atari.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_aux.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_close.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_codec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_color.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_compress.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_config.vc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_config.wince.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_dir.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_dir.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_dirinfo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_dirread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_dirwrite.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_dumpmode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_error.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_extension.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_fax3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_fax3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_fax3sm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_flush.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_getimage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_jbig.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_jpeg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_luv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_lzw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_msdos.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_next.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_ojpeg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_open.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_packbits.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_pixarlog.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_predict.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_predict.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_print.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_read.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_stream.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_strip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_swab.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_thunder.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_tile.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_unix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_version.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_warning.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_win3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_win32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_write.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tif_zip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tiff.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tiffconf.vc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tiffconf.wince.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tiffio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tiffio.hxx"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tiffiop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\tiffvers.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\libtiff\uvcode.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="tools"
+ >
+ <File
+ RelativePath="..\gs\tiff\tools\bmp2tiff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\fax2ps.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\fax2tiff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\gif2tiff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\pal2rgb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\ppm2tiff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\ras2tiff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\rasterfile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\raw2tiff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\rgb2ycbcr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\sgi2tiff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\sgisv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\thumbnail.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiff2bw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiff2pdf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiff2ps.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiff2rgba.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiffcmp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiffcp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiffcrop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiffdither.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiffdump.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiffgt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiffinfo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiffmedian.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiffset.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\tiffsplit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\tools\ycbcr.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="test"
+ >
+ <File
+ RelativePath="..\gs\tiff\test\ascii_tag.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\test\check_tag.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\test\long_tag.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\test\short_tag.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\test\strip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\test\strip_rw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\test\test_arrays.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\test\test_arrays.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="port"
+ >
+ <File
+ RelativePath="..\gs\tiff\port\dummy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\port\getopt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\port\lfind.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\port\libport.h"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\port\strcasecmp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\gs\tiff\port\strtoul.c"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/language_switch.vcproj b/win32/language_switch.vcproj new file mode 100755 index 000000000..5b626d705 --- /dev/null +++ b/win32/language_switch.vcproj @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="language_switch"
+ ProjectGUID="{135AA27A-6B97-41E4-B172-CD31A2D33C5E}"
+ RootNamespace="language_switch"
+ Keyword="MakeFileProj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\language_switch\debugobj"
+ IntermediateDirectory="..\language_switch\debugobj"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\language_switch && nmake -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 MSVC_VERSION=8 SBR=1 && nmake -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 MSVC_VERSION=8 bsc"
+ ReBuildCommandLine="cd ..\language_switch && nmake /A -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 MSVC_VERSION=8 && nmake -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 MSVC_VERSION=8 bsc"
+ CleanCommandLine="cd ..\language_switch && nmake -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 MSVC_VERSION=8 clean"
+ Output=""
+ PreprocessorDefinitions="WIN32;_DEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\language_switch\obj"
+ IntermediateDirectory="..\language_switch\obj"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\language_switch && nmake -f pspcl6_msvc.mak MSVC_VERSION=8 SBR=1 && nmake -f pspcl6_msvc.mak bsc"
+ ReBuildCommandLine="cd ..\language_switch && nmake /A -f pspcl6_msvc.mak MSVC_VERSION=8 SBR=1 && nmake -f pspcl6_msvc.mak bsc"
+ CleanCommandLine="cd ..\language_switch && nmake -f pspcl6_msvc.mak clean"
+ Output=""
+ PreprocessorDefinitions="WIN32;NDEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/pcl.vcproj b/win32/pcl.vcproj new file mode 100755 index 000000000..13ac3dffc --- /dev/null +++ b/win32/pcl.vcproj @@ -0,0 +1,781 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="pcl"
+ ProjectGUID="{64F639DB-52B7-42F7-A55E-501A2F560198}"
+ RootNamespace="pcl"
+ Keyword="MakeFileProj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\main\debugobj"
+ IntermediateDirectory="..\main\debugobj"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\main && nmake -f pcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 SBR=1 && nmake -f pcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 bsc"
+ ReBuildCommandLine="cd ..\main && nmake /A -f pcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 SBR=1 && nmake -f pcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 bsc"
+ CleanCommandLine="cd ..\main && nmake -f pcl6_msvc.mak clean DEBUG=1 TDEBUG=1 DEBUGSYM=1"
+ Output=""
+ PreprocessorDefinitions="WIN32;_DEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\main\obj"
+ IntermediateDirectory="..\main\obj"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\main && nmake -f pcl6_msvc.mak SBR=1 && nmake -f pcl6_msvc.mak bsc"
+ ReBuildCommandLine="cd ..\main && nmake /A -f pcl6_msvc.mak SBR=1 && nmake -f pcl6_msvc.mak bsc"
+ CleanCommandLine="cd ..\main && nmake -f pcl6_msvc.mak clean"
+ Output=""
+ PreprocessorDefinitions="WIN32;NDEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="pcl"
+ >
+ <File
+ RelativePath="..\pcl\pcbiptrn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcbiptrn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pccid.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pccid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pccolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pccoord.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pccprint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pccrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pccrd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pccsbase.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pccsbase.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcdict.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcdither.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcdither.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcdraw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcdraw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcfont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcfontpg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcfontst.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcfrgrnd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcfrgrnd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcfsel.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcfsel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcht.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcht.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcident.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcident.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcimpl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcindxed.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcindxed.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcjob.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pclookup.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pclookup.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcmacros.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcmisc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcmtx3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcmtx3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcommand.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcommand.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcpage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcpage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcpalet.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcpalet.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcparam.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcpatrn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcpatrn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcpattyp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcpatxfm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcpatxfm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcrect.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcsfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcstatus.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcsymbol.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcsymbol.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pctext.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pctop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pctop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pctpm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcuptrn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcuptrn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcursor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcursor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcwhtidx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcwhtidx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pcxfmst.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgchar.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgcolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgconfig.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgdraw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgdraw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgfdata.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgfdata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgfont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgframe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pggeom.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pggeom.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pginit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pginit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pglabel.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pglfill.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgmand.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgmisc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgmisc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgpoly.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\pgvector.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\rtgmode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\rtgmode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\rtmisc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\rtraster.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\rtraster.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\rtrstcmp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\rtrstcmp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pcl\rtrstst.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="pl"
+ >
+ <File
+ RelativePath="..\pl\pjparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pjparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pjparsei.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pjtop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pjtop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plalloc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plalloc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plapi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plchar.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pldebug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pldict.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pldict.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pldraw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pldraw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plfont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plftable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plftable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plht.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plht.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plimpl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pllfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pllfont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plmain.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plmain.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plplatf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plplatf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plplatfps.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plsrgb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plsrgb.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plsymbol.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plsymbol.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pltop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pltop.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pltoputl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pltoputl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\pluchar.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plufont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plulfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plvalue.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plvalue.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plver.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plvocab.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pl\plvocab.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="pxl"
+ >
+ <File
+ RelativePath="..\pxl\pxattr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxbfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxbfont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxdict.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxenum.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxerrors.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxerrors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxffont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxfont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxgstate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxgstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pximage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pximpl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxink.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxoper.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxpaint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxparse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxparse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxptable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxptable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxpthr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxpthr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxsessio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxstate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxstream.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxtag.h"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxtop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxvalue.c"
+ >
+ </File>
+ <File
+ RelativePath="..\pxl\pxvalue.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/svg.vcproj b/win32/svg.vcproj new file mode 100755 index 000000000..bd31bc420 --- /dev/null +++ b/win32/svg.vcproj @@ -0,0 +1,105 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="svg"
+ ProjectGUID="{EE2F2672-713B-4609-ABC2-67D3C56E82FB}"
+ RootNamespace="svg"
+ Keyword="MakeFileProj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\svg\debugobj"
+ IntermediateDirectory="..\svg\debugobj"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\svg && nmake -f svg_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 SBR=1 && nmake -f svg_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 bsc"
+ ReBuildCommandLine="cd ..\svg && nmake /A -f svg_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 SBR=1 && nmake -f svg_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 bsc"
+ CleanCommandLine="cd ..\svg && nmake -f svg_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 clean"
+ Output=""
+ PreprocessorDefinitions="WIN32;_DEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\svg\obj"
+ IntermediateDirectory="..\svg\obj"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\svg && nmake -f svg_msvc.mak SBR=1 && nmake -f svg_msvc.mak bsc"
+ ReBuildCommandLine="cd ..\svg && nmake /A -f svg_msvc.mak SBR=1 && nmake -f svg_msvc.mak bsc"
+ CleanCommandLine="cd ..\svg && nmake -f svg_msvc.mak clean"
+ Output=""
+ PreprocessorDefinitions="WIN32;NDEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="svg"
+ >
+ <File
+ RelativePath="..\svg\ghostsvg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\svg\svgcolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\svg\svgcolorlist.h"
+ >
+ </File>
+ <File
+ RelativePath="..\svg\svgdoc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\svg\svgshapes.c"
+ >
+ </File>
+ <File
+ RelativePath="..\svg\svgtop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\svg\svgtransform.c"
+ >
+ </File>
+ <File
+ RelativePath="..\svg\svgtypes.c"
+ >
+ </File>
+ <File
+ RelativePath="..\svg\svgxml.c"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/xps.vcproj b/win32/xps.vcproj new file mode 100755 index 000000000..21233b5f4 --- /dev/null +++ b/win32/xps.vcproj @@ -0,0 +1,185 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="xps"
+ ProjectGUID="{F3A76718-1C56-4078-8DEA-D666A350B9EF}"
+ RootNamespace="xps"
+ Keyword="MakeFileProj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\xps\debugobj"
+ IntermediateDirectory="..\xps\debugobj"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\xps && nmake -f xps_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 SBR=1 && nmake -f xps_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 bsc"
+ ReBuildCommandLine="cd ..\xps && nmake /A -f xps_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 SBR=1 && nmake -f xps_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 bsc"
+ CleanCommandLine="cd ..\xps && nmake -f xps_msvc.mak clean DEBUG=1 TDEBUG=1 DEBUGSYM=1"
+ Output=""
+ PreprocessorDefinitions="WIN32;_DEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\xps\obj"
+ IntermediateDirectory="..\xps\obj"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\xps && nmake -f xps_msvc.mak SBR=1 && nmake -f xps_msvc.mak bsd"
+ ReBuildCommandLine="cd ..\xps && nmake /A -f xps_msvc.mak SBR=1 && nmake -f xps_msvc.mak bsd"
+ CleanCommandLine="cd ..\xps && nmake -f xps_msvc.mak clean"
+ Output=""
+ PreprocessorDefinitions="WIN32;NDEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="xps"
+ >
+ <File
+ RelativePath="..\xps\ghostxps.h"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsanalyze.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpscff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpscolor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpscommon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpscrc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsdoc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsfont.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsglyphs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsgradient.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpshash.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpshdp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsimage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsjpeg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsmem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsopacity.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpspage.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpspath.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpspng.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsresource.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpstiff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpstile.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpstop.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsttf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsutf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsvisual.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpsxml.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpszip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xps\xpszipseek.c"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|