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

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Jan 23 20:30:37 EST 2009


Author: mloskot
Date: 2009-01-23 20:30:36 -0500 (Fri, 23 Jan 2009)
New Revision: 2254

Modified:
   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 projects for Visual Studio 2005 adding new .h/.cpp files.

Modified: trunk/build/msvc80/geos_c_dll/geos_c_dll.vcproj
===================================================================
--- trunk/build/msvc80/geos_c_dll/geos_c_dll.vcproj	2009-01-23 23:58:18 UTC (rev 2253)
+++ trunk/build/msvc80/geos_c_dll/geos_c_dll.vcproj	2009-01-24 01:30:36 UTC (rev 2254)
@@ -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"
@@ -210,6 +210,10 @@
 					/>
 				</FileConfiguration>
 			</File>
+			<File
+				RelativePath="..\..\..\capi\geos_ts_c.cpp"
+				>
+			</File>
 		</Filter>
 	</Files>
 	<Globals>

Modified: trunk/build/msvc80/geos_lib/geos_lib.vcproj
===================================================================
--- trunk/build/msvc80/geos_lib/geos_lib.vcproj	2009-01-23 23:58:18 UTC (rev 2253)
+++ trunk/build/msvc80/geos_lib/geos_lib.vcproj	2009-01-24 01:30:36 UTC (rev 2254)
@@ -650,6 +650,10 @@
 						>
 					</File>
 					<File
+						RelativePath="..\..\..\source\geom\util\GeometryCombiner.cpp"
+						>
+					</File>
+					<File
 						RelativePath="..\..\..\source\geom\util\GeometryEditor.cpp"
 						>
 					</File>
@@ -1424,6 +1428,14 @@
 						>
 					</File>
 				</Filter>
+				<Filter
+					Name="union"
+					>
+					<File
+						RelativePath="..\..\..\source\operation\union\CascadedPolygonUnion.cpp"
+						>
+					</File>
+				</Filter>
 			</Filter>
 			<Filter
 				Name="precision"
@@ -1950,6 +1962,10 @@
 								>
 							</File>
 							<File
+								RelativePath="..\..\..\source\headers\geos\geom\util\GeometryCombiner.h"
+								>
+							</File>
+							<File
 								RelativePath="..\..\..\source\headers\geos\geom\util\GeometryEditor.h"
 								>
 							</File>
@@ -2574,6 +2590,14 @@
 								>
 							</File>
 						</Filter>
+						<Filter
+							Name="union"
+							>
+							<File
+								RelativePath="..\..\..\source\headers\geos\operation\union\CascadedPolygonUnion.h"
+								>
+							</File>
+						</Filter>
 					</Filter>
 					<Filter
 						Name="util"
@@ -3001,6 +3025,10 @@
 				RelativePath="..\..\..\capi\geos_c.h.in"
 				>
 			</File>
+			<File
+				RelativePath="..\..\..\capi\geos_ts_c.cpp"
+				>
+			</File>
 		</Filter>
 	</Files>
 	<Globals>

Modified: trunk/build/msvc80/geos_unit/geos_unit.vcproj
===================================================================
--- trunk/build/msvc80/geos_unit/geos_unit.vcproj	2009-01-23 23:58:18 UTC (rev 2253)
+++ trunk/build/msvc80/geos_unit/geos_unit.vcproj	2009-01-24 01:30:36 UTC (rev 2254)
@@ -408,6 +408,14 @@
 					>
 				</File>
 			</Filter>
+			<Filter
+				Name="union"
+				>
+				<File
+					RelativePath="..\..\..\tests\unit\operation\union\CascadedPolygonUnionTest.cpp"
+					>
+				</File>
+			</Filter>
 		</Filter>
 		<Filter
 			Name="precision"
@@ -429,6 +437,18 @@
 			Name="capi"
 			>
 			<File
+				RelativePath="..\..\..\tests\unit\capi\badthreadtest.c"
+				>
+				<FileConfiguration
+					Name="Debug|Win32"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+					/>
+				</FileConfiguration>
+			</File>
+			<File
 				RelativePath="..\..\..\tests\unit\capi\GEOSCoordSeqTest.cpp"
 				>
 			</File>
@@ -436,6 +456,30 @@
 				RelativePath="..\..\..\tests\unit\capi\GEOSSimplifyTest.cpp"
 				>
 			</File>
+			<File
+				RelativePath="..\..\..\tests\unit\capi\geostest.c"
+				>
+				<FileConfiguration
+					Name="Debug|Win32"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+					/>
+				</FileConfiguration>
+			</File>
+			<File
+				RelativePath="..\..\..\tests\unit\capi\threadtest.c"
+				>
+				<FileConfiguration
+					Name="Debug|Win32"
+					ExcludedFromBuild="true"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+					/>
+				</FileConfiguration>
+			</File>
 		</Filter>
 		<File
 			RelativePath="..\..\..\tests\unit\geos_unit.cpp"



More information about the geos-commits mailing list