summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2015-07-17 09:22:15 +0100
committerChris Liddell <chris.liddell@artifex.com>2015-07-20 18:15:35 +0100
commit3385764e29653c9009148bb8041d7820e636bb74 (patch)
tree1381b62778f8e632491e54da07e9bd6c1ae2bd16
parentb29453fec4336e9b6ac61e6826bd01d064b2c8d4 (diff)
downloadghostpdl-3385764e29653c9009148bb8041d7820e636bb74.tar.gz
Put the 'all' and 'ghostpdl' projects in a hidden folder.
The 'all' project is hidden because it is used as a trick/hack to workaround parallel nmake build problems (i.e. multiple nmake builds on the same objects just don't work). The 'ghostpdl' project is hidden for now as it's result is non-functional.
-rw-r--r--GhostPDL.sln6
1 files changed, 6 insertions, 0 deletions
diff --git a/GhostPDL.sln b/GhostPDL.sln
index 7bceeec0b..365917b7c 100644
--- a/GhostPDL.sln
+++ b/GhostPDL.sln
@@ -23,6 +23,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ghostpdl", "ghostpdl.vcproj
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "all", "ghostall.vcproj", "{BE2A6C1B-8EC7-4BC6-A8A8-AAF677DCA373}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{38552CBB-9E6A-4FA4-8A66-C006D1E3C3FB}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -157,4 +159,8 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ {BE2A6C1B-8EC7-4BC6-A8A8-AAF677DCA373} = {38552CBB-9E6A-4FA4-8A66-C006D1E3C3FB}
+ {C4038125-61B9-4147-9EA8-39690BA3A599} = {38552CBB-9E6A-4FA4-8A66-C006D1E3C3FB}
+ EndGlobalSection
EndGlobal