summaryrefslogtreecommitdiff
path: root/windows/ghostxps.vcxproj.filters
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2019-12-13 12:40:44 +0000
committerRobin Watts <Robin.Watts@artifex.com>2020-01-02 11:03:40 +0000
commit92031bd1fb9084088a657b7d83339bf499dcc7d2 (patch)
tree8cf21d96b5187460bad772bb341a5220bb2e8072 /windows/ghostxps.vcxproj.filters
parent10d2678613d5a93bedc094a62b1b98972871f464 (diff)
downloadghostpdl-92031bd1fb9084088a657b7d83339bf499dcc7d2.tar.gz
Update Visual Studio solution to VS2019.
Our belief is that this should work in all versions of VS from 2010 onwards. By moving to VS2019, we lose support totally for Windows XP prior to SP3. If this is a problem, either build using the Makefile, or pull the old VS2005 solution out of git and use that. If customers find this to be a problem, we can maintain the old VS2005 solution alongside the new one with minimal effort. Default builds lose support for Windows XP SP3/Windows Server 2003, but the new "ReleaseXP", "DebugXP" and "MementoXP" configurations will target these platforms (assuming the v141 tools have been installed too). These "XP" binaries will be build into {,debug,mem}objxp directories and will produce binaries with an 'XP' suffix: i.e. {,debug,mem}bin/{gs,gpcl6,gxps,gpdl}win{32,32}{,c}xp.exe.
Diffstat (limited to 'windows/ghostxps.vcxproj.filters')
-rw-r--r--windows/ghostxps.vcxproj.filters105
1 files changed, 105 insertions, 0 deletions
diff --git a/windows/ghostxps.vcxproj.filters b/windows/ghostxps.vcxproj.filters
new file mode 100644
index 000000000..ffefb0038
--- /dev/null
+++ b/windows/ghostxps.vcxproj.filters
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="xps">
+ <UniqueIdentifier>{b93e1b49-8090-43e2-a089-c82816c9446c}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="xps %28.h%29">
+ <UniqueIdentifier>{109bd127-5938-44fd-b458-54958f999ada}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\xps\xpsanalyze.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpscff.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpscolor.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpscommon.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpscrc.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsdoc.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsfapi.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsfont.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsglyphs.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsgradient.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpshash.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsimage.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsjpeg.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsjxr.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsmem.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsopacity.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpspage.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpspath.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpspng.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsresource.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpstiff.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpstile.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpstop.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsttf.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsutf.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsvisual.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpsxml.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ <ClCompile Include="..\xps\xpszip.c">
+ <Filter>xps</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\xps\ghostxps.h">
+ <Filter>xps %28.h%29</Filter>
+ </ClInclude>
+ <ClInclude Include="..\xps\xpsfapi.h">
+ <Filter>xps %28.h%29</Filter>
+ </ClInclude>
+ </ItemGroup>
+</Project> \ No newline at end of file