[geos-commits] r2800 - in trunk/build/msvc80: . geos_c_dll geos_lib geos_unit

svn_geos at osgeo.org svn_geos at osgeo.org
Sat Dec 5 15:23:15 EST 2009


Author: mloskot
Date: 2009-12-05 15:23:15 -0500 (Sat, 05 Dec 2009)
New Revision: 2800

Modified:
   trunk/build/msvc80/geos.sln
   trunk/build/msvc80/geos_c_dll/geos_c_dll.vcproj
   trunk/build/msvc80/geos_lib/geos_lib.vcproj
   trunk/build/msvc80/geos_unit/geos_unit.vcproj
Log:
Updated solution for Visual C++ 8.0 (Visual Studio 2005) (Ticket #303)

Modified: trunk/build/msvc80/geos.sln
===================================================================
--- trunk/build/msvc80/geos.sln	2009-12-05 20:21:47 UTC (rev 2799)
+++ trunk/build/msvc80/geos.sln	2009-12-05 20:23:15 UTC (rev 2800)
@@ -27,16 +27,6 @@
 		..\..\TODO = ..\..\TODO
 	EndProjectSection
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "geos_ruby", "geos_ruby\geos_ruby.vcproj", "{4DFAA153-687F-494C-8670-6E85CC6C2BA8}"
-	ProjectSection(ProjectDependencies) = postProject
-		{CDBC2FB8-2995-49DE-B80B-B7BE0E4C1115} = {CDBC2FB8-2995-49DE-B80B-B7BE0E4C1115}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "geos_python", "geos_python\geos_python.vcproj", "{DCDE3502-BEA2-4F60-B45A-2B279CD47994}"
-	ProjectSection(ProjectDependencies) = postProject
-		{CDBC2FB8-2995-49DE-B80B-B7BE0E4C1115} = {CDBC2FB8-2995-49DE-B80B-B7BE0E4C1115}
-	EndProjectSection
-EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Win32 = Debug|Win32
@@ -55,14 +45,6 @@
 		{CDBC2FB8-2995-49DE-B80B-B7BE0E4C1115}.Debug|Win32.Build.0 = Debug|Win32
 		{CDBC2FB8-2995-49DE-B80B-B7BE0E4C1115}.Release|Win32.ActiveCfg = Release|Win32
 		{CDBC2FB8-2995-49DE-B80B-B7BE0E4C1115}.Release|Win32.Build.0 = Release|Win32
-		{4DFAA153-687F-494C-8670-6E85CC6C2BA8}.Debug|Win32.ActiveCfg = Debug|Win32
-		{4DFAA153-687F-494C-8670-6E85CC6C2BA8}.Debug|Win32.Build.0 = Debug|Win32
-		{4DFAA153-687F-494C-8670-6E85CC6C2BA8}.Release|Win32.ActiveCfg = Release|Win32
-		{4DFAA153-687F-494C-8670-6E85CC6C2BA8}.Release|Win32.Build.0 = Release|Win32
-		{DCDE3502-BEA2-4F60-B45A-2B279CD47994}.Debug|Win32.ActiveCfg = Debug|Win32
-		{DCDE3502-BEA2-4F60-B45A-2B279CD47994}.Debug|Win32.Build.0 = Debug|Win32
-		{DCDE3502-BEA2-4F60-B45A-2B279CD47994}.Release|Win32.ActiveCfg = Release|Win32
-		{DCDE3502-BEA2-4F60-B45A-2B279CD47994}.Release|Win32.Build.0 = Release|Win32
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE

Modified: trunk/build/msvc80/geos_c_dll/geos_c_dll.vcproj
===================================================================
--- trunk/build/msvc80/geos_c_dll/geos_c_dll.vcproj	2009-12-05 20:21:47 UTC (rev 2799)
+++ trunk/build/msvc80/geos_c_dll/geos_c_dll.vcproj	2009-12-05 20:23:15 UTC (rev 2800)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="windows-1250"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="8,00"
+	Version="8.00"
 	Name="geos_c_dll"
 	ProjectGUID="{CDBC2FB8-2995-49DE-B80B-B7BE0E4C1115}"
 	RootNamespace="geos_c_dll"
@@ -194,8 +194,8 @@
 					>
 					<Tool
 						Name="VCCustomBuildTool"
-						Description="copy $(InputDir)$(InputFileName) $(InputDir)$(InputName)"
-						CommandLine="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;"
+						Description="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;"
+						CommandLine="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;&#x0D;&#x0A;"
 						Outputs="$(InputDir)$(InputName)"
 					/>
 				</FileConfiguration>
@@ -204,8 +204,8 @@
 					>
 					<Tool
 						Name="VCCustomBuildTool"
-						Description="copy $(InputDir)$(InputFileName) $(InputDir)$(InputName)"
-						CommandLine="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;"
+						Description="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;"
+						CommandLine="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;&#x0D;&#x0A;"
 						Outputs="$(InputDir)$(InputName)"
 					/>
 				</FileConfiguration>

Modified: trunk/build/msvc80/geos_lib/geos_lib.vcproj
===================================================================
--- trunk/build/msvc80/geos_lib/geos_lib.vcproj	2009-12-05 20:21:47 UTC (rev 2799)
+++ trunk/build/msvc80/geos_lib/geos_lib.vcproj	2009-12-05 20:23:15 UTC (rev 2800)
@@ -152,10 +152,18 @@
 			Name="src"
 			>
 			<File
+				RelativePath="..\..\..\source\dirlist.mk"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\inlines.cpp"
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\source\Makefile.am"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\source\Makefile.vc"
 				>
 			</File>
@@ -163,6 +171,14 @@
 				Name="algorithm"
 				>
 				<File
+					RelativePath="..\..\..\source\algorithm\Angle.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\algorithm\BoundaryNodeRule.cpp"
+					>
+				</File>
+				<File
 					RelativePath="..\..\..\source\algorithm\CentroidArea.cpp"
 					>
 				</File>
@@ -248,26 +264,20 @@
 					<File
 						RelativePath="..\..\..\source\algorithm\locate\SimplePointInAreaLocator.cpp"
 						>
-						<FileConfiguration
-							Name="Debug|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								ObjectFile="$(IntDir)\$(InputName)1.obj"
-								XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-							/>
-						</FileConfiguration>
-						<FileConfiguration
-							Name="Release|Win32"
-							>
-							<Tool
-								Name="VCCLCompilerTool"
-								ObjectFile="$(IntDir)\$(InputName)1.obj"
-								XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
-							/>
-						</FileConfiguration>
 					</File>
 				</Filter>
+				<Filter
+					Name="distance"
+					>
+					<File
+						RelativePath="..\..\..\source\algorithm\distance\DiscreteHausdorffDistance.cpp"
+						>
+					</File>
+					<File
+						RelativePath="..\..\..\source\algorithm\distance\DistanceToPoint.cpp"
+						>
+					</File>
+				</Filter>
 			</Filter>
 			<Filter
 				Name="index"
@@ -666,18 +676,6 @@
 						>
 					</File>
 					<File
-						RelativePath="..\..\..\source\geom\util\LinearComponentExtracter.cpp"
-						>
-					</File>
-					<File
-						RelativePath="..\..\..\source\geom\util\PointExtracter.cpp"
-						>
-					</File>
-					<File
-						RelativePath="..\..\..\source\geom\util\PolygonExtracter.cpp"
-						>
-					</File>
-					<File
 						RelativePath="..\..\..\source\geom\util\ShortCircuitedGeometryVisitor.cpp"
 						>
 					</File>
@@ -915,6 +913,10 @@
 				Name="noding"
 				>
 				<File
+					RelativePath="..\..\..\source\noding\BasicSegmentString.cpp"
+					>
+				</File>
+				<File
 					RelativePath="..\..\..\source\noding\FastNodingValidator.cpp"
 					>
 				</File>
@@ -955,6 +957,10 @@
 					>
 				</File>
 				<File
+					RelativePath="..\..\..\source\noding\OrientedCoordinateArray.cpp"
+					>
+				</File>
+				<File
 					RelativePath="..\..\..\source\noding\ScaledNoder.cpp"
 					>
 				</File>
@@ -1174,10 +1180,22 @@
 						>
 					</File>
 					<File
+						RelativePath="..\..\..\source\operation\buffer\BufferInputLineSimplifier.cpp"
+						>
+					</File>
+					<File
+						RelativePath="..\..\..\source\operation\buffer\BufferInputLineSimplifier.h"
+						>
+					</File>
+					<File
 						RelativePath="..\..\..\source\operation\buffer\BufferOp.cpp"
 						>
 					</File>
 					<File
+						RelativePath="..\..\..\source\operation\buffer\BufferParameters.cpp"
+						>
+					</File>
+					<File
 						RelativePath="..\..\..\source\operation\buffer\BufferSubgraph.cpp"
 						>
 					</File>
@@ -1190,6 +1208,10 @@
 						>
 					</File>
 					<File
+						RelativePath="..\..\..\source\operation\buffer\OffsetCurveVertexList.h"
+						>
+					</File>
+					<File
 						RelativePath="..\..\..\source\operation\buffer\RightmostEdgeFinder.cpp"
 						>
 					</File>
@@ -1234,10 +1256,6 @@
 						>
 					</File>
 					<File
-						RelativePath="..\..\..\source\operation\overlay\FuzzyPointLocator.cpp"
-						>
-					</File>
-					<File
 						RelativePath="..\..\..\source\operation\overlay\LineBuilder.cpp"
 						>
 					</File>
@@ -1250,10 +1268,6 @@
 						>
 					</File>
 					<File
-						RelativePath="..\..\..\source\operation\overlay\OffsetPointGenerator.cpp"
-						>
-					</File>
-					<File
 						RelativePath="..\..\..\source\operation\overlay\OverlayNodeFactory.cpp"
 						>
 					</File>
@@ -1262,10 +1276,6 @@
 						>
 					</File>
 					<File
-						RelativePath="..\..\..\source\operation\overlay\OverlayResultValidator.cpp"
-						>
-					</File>
-					<File
 						RelativePath="..\..\..\source\operation\overlay\PointBuilder.cpp"
 						>
 					</File>
@@ -1273,6 +1283,42 @@
 						RelativePath="..\..\..\source\operation\overlay\PolygonBuilder.cpp"
 						>
 					</File>
+					<Filter
+						Name="snap"
+						>
+						<File
+							RelativePath="..\..\..\source\operation\overlay\snap\GeometrySnapper.cpp"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\operation\overlay\snap\LineStringSnapper.cpp"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\operation\overlay\snap\SnapIfNeededOverlayOp.cpp"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\operation\overlay\snap\SnapOverlayOp.cpp"
+							>
+						</File>
+					</Filter>
+					<Filter
+						Name="validate"
+						>
+						<File
+							RelativePath="..\..\..\source\operation\overlay\validate\FuzzyPointLocator.cpp"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\operation\overlay\validate\OffsetPointGenerator.cpp"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\operation\overlay\validate\OverlayResultValidator.cpp"
+							>
+						</File>
+					</Filter>
 				</Filter>
 				<Filter
 					Name="polygonize"
@@ -1364,6 +1410,14 @@
 						>
 					</File>
 					<File
+						RelativePath="..\..\..\source\operation\valid\IndexedNestedRingTester.cpp"
+						>
+					</File>
+					<File
+						RelativePath="..\..\..\source\operation\valid\IndexedNestedRingTester.h"
+						>
+					</File>
+					<File
 						RelativePath="..\..\..\source\operation\valid\IsValidOp.cpp"
 						>
 					</File>
@@ -1461,14 +1515,6 @@
 					>
 				</File>
 				<File
-					RelativePath="..\..\..\source\precision\GeometrySnapper.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\..\..\source\precision\LineStringSnapper.cpp"
-					>
-				</File>
-				<File
 					RelativePath="..\..\..\source\precision\SimpleGeometryPrecisionReducer.cpp"
 					>
 				</File>
@@ -1481,18 +1527,10 @@
 					>
 				</File>
 				<File
-					RelativePath="..\..\..\source\util\AssertionFailedException.cpp"
-					>
-				</File>
-				<File
 					RelativePath="..\..\..\source\util\GeometricShapeFactory.cpp"
 					>
 				</File>
 				<File
-					RelativePath="..\..\..\source\util\IllegalArgumentException.cpp"
-					>
-				</File>
-				<File
 					RelativePath="..\..\..\source\util\math.cpp"
 					>
 				</File>
@@ -1500,10 +1538,6 @@
 					RelativePath="..\..\..\source\util\Profiler.cpp"
 					>
 				</File>
-				<File
-					RelativePath="..\..\..\source\util\UnsupportedOperationException.cpp"
-					>
-				</File>
 			</Filter>
 			<Filter
 				Name="headers"
@@ -1524,6 +1558,10 @@
 						>
 					</File>
 					<File
+						RelativePath="..\..\..\source\headers\geos\export.h"
+						>
+					</File>
+					<File
 						RelativePath="..\..\..\source\headers\geos\geom.h"
 						>
 					</File>
@@ -1536,6 +1574,10 @@
 						>
 					</File>
 					<File
+						RelativePath="..\..\..\source\headers\geos\geomPrep.h"
+						>
+					</File>
+					<File
 						RelativePath="..\..\..\source\headers\geos\geomUtil.h"
 						>
 					</File>
@@ -1552,6 +1594,10 @@
 						>
 					</File>
 					<File
+						RelativePath="..\..\..\source\headers\geos\indexIntervalRTree.h"
+						>
+					</File>
+					<File
 						RelativePath="..\..\..\source\headers\geos\indexQuadtree.h"
 						>
 					</File>
@@ -1703,6 +1749,18 @@
 						Name="algorithm"
 						>
 						<File
+							RelativePath="..\..\..\source\headers\geos\algorithm\Angle.h"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\headers\geos\algorithm\BoundaryNodeRule.h"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\headers\geos\algorithm\CentralEndpointIntersector.h"
+							>
+						</File>
+						<File
 							RelativePath="..\..\..\source\headers\geos\algorithm\CentroidArea.h"
 							>
 						</File>
@@ -1798,6 +1856,22 @@
 								>
 							</File>
 						</Filter>
+						<Filter
+							Name="distance"
+							>
+							<File
+								RelativePath="..\..\..\source\headers\geos\algorithm\distance\DiscreteHausdorffDistance.h"
+								>
+							</File>
+							<File
+								RelativePath="..\..\..\source\headers\geos\algorithm\distance\DistanceToPoint.h"
+								>
+							</File>
+							<File
+								RelativePath="..\..\..\source\headers\geos\algorithm\distance\PointPairDistance.h"
+								>
+							</File>
+						</Filter>
 					</Filter>
 					<Filter
 						Name="geom"
@@ -1843,6 +1917,10 @@
 							>
 						</File>
 						<File
+							RelativePath="..\..\..\source\headers\geos\geom\CoordinateSequenceFilter.h"
+							>
+						</File>
+						<File
 							RelativePath="..\..\..\source\headers\geos\geom\Dimension.h"
 							>
 						</File>
@@ -2207,6 +2285,14 @@
 						Name="noding"
 						>
 						<File
+							RelativePath="..\..\..\source\headers\geos\noding\BasicSegmentString.h"
+							>
+						</File>
+						<File
+							RelativePath="..\..\..\source\headers\geos\noding\FastNodingValidator.h"
+							>
+						</File>
+						<File
 							RelativePath="..\..\..\source\headers\geos\noding\FastSegmentSetIntersectionFinder.h"
 							>
 						</File>
@@ -2255,6 +2341,10 @@
 							>
 						</File>
 						<File
+							RelativePath="..\..\..\source\headers\geos\noding\OrientedCoordinateArray.h"
+							>
+						</File>
+						<File
 							RelativePath="..\..\..\source\headers\geos\noding\ScaledNoder.h"
 							>
 						</File>
@@ -2295,6 +2385,10 @@
 							>
 						</File>
 						<File
+							RelativePath="..\..\..\source\headers\geos\noding\SingleInteriorIntersectionFinder.h"
+							>
+						</File>
+						<File
 							RelativePath="..\..\..\source\headers\geos\noding\SinglePassNoder.h"
 							>
 						</File>
@@ -2331,10 +2425,6 @@
 						Name="operation"
 						>
 						<File
-							RelativePath="..\..\..\source\headers\geos\operation\EndpointInfo.h"
-							>
-						</File>
-						<File
 							RelativePath="..\..\..\source\headers\geos\operation\GeometryGraphOperation.h"
 							>
 						</File>
@@ -2663,6 +2753,10 @@
 							>
 						</File>
 						<File
+							RelativePath="..\..\..\source\headers\geos\io\CLocalizer.h"
+							>
+						</File>
+						<File
 							RelativePath="..\..\..\source\headers\geos\io\ParseException.h"
 							>
 						</File>
@@ -3013,6 +3107,46 @@
 					>
 				</File>
 			</Filter>
+			<Filter
+				Name="linearref"
+				>
+				<File
+					RelativePath="..\..\..\source\linearref\ExtractLineByLocation.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LengthIndexedLine.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LengthIndexOfPoint.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LengthLocationMap.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LinearGeometryBuilder.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LinearIterator.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LinearLocation.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LocationIndexOfLine.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\source\linearref\LocationIndexOfPoint.cpp"
+					>
+				</File>
+			</Filter>
 		</Filter>
 		<Filter
 			Name="capi"
@@ -3028,6 +3162,26 @@
 			<File
 				RelativePath="..\..\..\capi\geos_c.h.in"
 				>
+				<FileConfiguration
+					Name="Debug|Win32"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+						Description="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;"
+						CommandLine="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;&#x0D;&#x0A;"
+						Outputs="$(InputDir)$(InputName)"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|Win32"
+					>
+					<Tool
+						Name="VCCustomBuildTool"
+						Description="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;"
+						CommandLine="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot;&#x0D;&#x0A;"
+						Outputs="$(InputDir)$(InputName)"
+					/>
+				</FileConfiguration>
 			</File>
 			<File
 				RelativePath="..\..\..\capi\geos_ts_c.cpp"

Modified: trunk/build/msvc80/geos_unit/geos_unit.vcproj
===================================================================
--- trunk/build/msvc80/geos_unit/geos_unit.vcproj	2009-12-05 20:21:47 UTC (rev 2799)
+++ trunk/build/msvc80/geos_unit/geos_unit.vcproj	2009-12-05 20:23:15 UTC (rev 2800)
@@ -40,7 +40,7 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories=".\;..\..\..\tests\unit;..\..\..\tests\tut;..\..\..\capi;..\..\..\source\headers"
+				AdditionalIncludeDirectories=".\;..\..\..\tests\unit;..\..\..\tests\unit\tut;..\..\..\capi;..\..\..\source\headers"
 				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;NOGDI"
 				MinimalRebuild="true"
 				BasicRuntimeChecks="3"
@@ -120,7 +120,7 @@
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
-				AdditionalIncludeDirectories=".\;..\..\..\tests\unit;..\..\..\tests\tut;..\..\..\capi;..\..\..\source\headers"
+				AdditionalIncludeDirectories=".\;..\..\..\tests\unit;..\..\..\tests\unit\tut;..\..\..\capi;..\..\..\source\headers"
 				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;NOGDI"
 				RuntimeLibrary="2"
 				UsePrecompiledHeader="0"
@@ -181,17 +181,49 @@
 			Name="tut"
 			>
 			<File
-				RelativePath="..\..\..\tests\tut\tut.h"
+				RelativePath="..\..\..\tests\unit\tut\tut.hpp"
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\tests\unit\tut\tut_assert.hpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\tests\unit\tut\tut_console_reporter.hpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\tests\unit\tut\tut_exception.hpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\tests\unit\tut\tut_posix.hpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\tests\tut\tut_reporter.h"
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\tests\unit\tut\tut_reporter.hpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\tests\tut\tut_restartable.h"
 				>
 			</File>
+			<File
+				RelativePath="..\..\..\tests\unit\tut\tut_restartable.hpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\tests\unit\tut\tut_result.hpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\tests\unit\tut\tut_runner.hpp"
+				>
+			</File>
 		</Filter>
 		<Filter
 			Name="geom"
@@ -293,17 +325,21 @@
 			Name="noding"
 			>
 			<File
-				RelativePath="..\..\..\tests\unit\noding\SegmentNodeTest.cpp"
+				RelativePath="..\..\..\tests\unit\noding\BasicSegmentStringTest.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\..\tests\unit\noding\SegmentPointComparatorTest.cpp"
+				RelativePath="..\..\..\tests\unit\noding\NodedSegmentStringTest.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\..\tests\unit\noding\SegmentStringTest.cpp"
+				RelativePath="..\..\..\tests\unit\noding\SegmentNodeTest.cpp"
 				>
 			</File>
+			<File
+				RelativePath="..\..\..\tests\unit\noding\SegmentPointComparatorTest.cpp"
+				>
+			</File>
 		</Filter>
 		<Filter
 			Name="io"
@@ -340,6 +376,14 @@
 				RelativePath="..\..\..\tests\unit\algorithm\PointLocatorTest.cpp"
 				>
 			</File>
+			<File
+				RelativePath="..\..\..\tests\unit\algorithm\RobustLineIntersectionTest.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\tests\unit\algorithm\RobustLineIntersectorTest.cpp"
+				>
+			</File>
 			<Filter
 				Name="CGAlgorithms"
 				>
@@ -356,6 +400,14 @@
 					>
 				</File>
 			</Filter>
+			<Filter
+				Name="distance"
+				>
+				<File
+					RelativePath="..\..\..\tests\unit\algorithm\distance\DiscreteHausdorffDistanceTest.cpp"
+					>
+				</File>
+			</Filter>
 		</Filter>
 		<Filter
 			Name="index"
@@ -395,52 +447,96 @@
 			<Filter
 				Name="overlay"
 				>
-				<File
-					RelativePath="..\..\..\tests\unit\operation\overlay\FuzzyPointLocatorTest.cpp"
+				<Filter
+					Name="snap"
 					>
-				</File>
+					<File
+						RelativePath="..\..\..\tests\unit\operation\overlay\snap\GeometrySnapperTest.cpp"
+						>
+					</File>
+					<File
+						RelativePath="..\..\..\tests\unit\operation\overlay\snap\LineStringSnapperTest.cpp"
+						>
+					</File>
+				</Filter>
+				<Filter
+					Name="validate"
+					>
+					<File
+						RelativePath="..\..\..\tests\unit\operation\overlay\validate\FuzzyPointLocatorTest.cpp"
+						>
+					</File>
+					<File
+						RelativePath="..\..\..\tests\unit\operation\overlay\validate\OffsetPointGeneratorTest.cpp"
+						>
+					</File>
+					<File
+						RelativePath="..\..\..\tests\unit\operation\overlay\validate\OverlayResultValidatorTest.cpp"
+						>
+					</File>
+				</Filter>
+			</Filter>
+			<Filter
+				Name="union"
+				>
 				<File
-					RelativePath="..\..\..\tests\unit\operation\overlay\OffsetPointGeneratorTest.cpp"
+					RelativePath="..\..\..\tests\unit\operation\union\CascadedPolygonUnionTest.cpp"
 					>
 				</File>
+			</Filter>
+			<Filter
+				Name="buffer"
+				>
 				<File
-					RelativePath="..\..\..\tests\unit\operation\overlay\OverlayResultValidatorTest.cpp"
+					RelativePath="..\..\..\tests\unit\operation\buffer\BufferOpTest.cpp"
 					>
 				</File>
 			</Filter>
 			<Filter
-				Name="union"
+				Name="valid"
 				>
 				<File
-					RelativePath="..\..\..\tests\unit\operation\union\CascadedPolygonUnionTest.cpp"
+					RelativePath="..\..\..\tests\unit\operation\valid\IsValidTest.cpp"
 					>
 				</File>
+				<File
+					RelativePath="..\..\..\tests\unit\operation\valid\ValidClosedRingTest.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\..\..\tests\unit\operation\valid\ValidSelfTouchingRingFormingHoleTest.cpp"
+					>
+				</File>
 			</Filter>
 		</Filter>
 		<Filter
 			Name="precision"
 			>
 			<File
-				RelativePath="..\..\..\tests\unit\precision\GeometrySnapperTest.cpp"
+				RelativePath="..\..\..\tests\unit\precision\SimpleGeometryPrecisionReducerTest.cpp"
 				>
 			</File>
+		</Filter>
+		<Filter
+			Name="capi"
+			>
 			<File
-				RelativePath="..\..\..\tests\unit\precision\LineStringSnapperTest.cpp"
+				RelativePath="..\..\..\tests\unit\capi\GEOSBufferTest.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\..\tests\unit\precision\SimpleGeometryPrecisionReducerTest.cpp"
+				RelativePath="..\..\..\tests\unit\capi\GEOSContainsTest.cpp"
 				>
 			</File>
-		</Filter>
-		<Filter
-			Name="capi"
-			>
 			<File
 				RelativePath="..\..\..\tests\unit\capi\GEOSCoordSeqTest.cpp"
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\tests\unit\capi\GEOSGeomFromWKBTest.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\tests\unit\capi\GEOSGeomToWKTTest.cpp"
 				>
 			</File>
@@ -449,10 +545,26 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\tests\unit\capi\GEOSPreparedGeometryTest.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\tests\unit\capi\GEOSSimplifyTest.cpp"
 				>
 			</File>
+			<File
+				RelativePath="..\..\..\tests\unit\capi\GEOSWithinTest.cpp"
+				>
+			</File>
 		</Filter>
+		<Filter
+			Name="linearref"
+			>
+			<File
+				RelativePath="..\..\..\tests\unit\linearref\LengthIndexedLineTest.cpp"
+				>
+			</File>
+		</Filter>
 		<File
 			RelativePath="..\..\..\tests\unit\geos_unit.cpp"
 			>



More information about the geos-commits mailing list