[geos-commits] r2186 - trunk/build/msvc80/geos_unit
svn_geos at osgeo.org
svn_geos at osgeo.org
Tue Sep 16 16:55:42 EDT 2008
Author: mloskot
Date: 2008-09-16 16:55:42 -0400 (Tue, 16 Sep 2008)
New Revision: 2186
Modified:
trunk/build/msvc80/geos_unit/geos_unit.vcproj
Log:
Added PreparedGeometryFactoryTest to geos_unit.vcproj.
Modified: trunk/build/msvc80/geos_unit/geos_unit.vcproj
===================================================================
--- trunk/build/msvc80/geos_unit/geos_unit.vcproj 2008-09-16 20:15:33 UTC (rev 2185)
+++ trunk/build/msvc80/geos_unit/geos_unit.vcproj 2008-09-16 20:55:42 UTC (rev 2186)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="windows-1250"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="8,00"
Name="geos_unit"
ProjectGUID="{30461863-CCA4-4A8F-8BEE-1AB57060D5C2}"
RootNamespace="geos_unit"
@@ -92,7 +92,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Running regression tests using $(ProjectName)d.exe..."
- CommandLine="cd $(OutDir)
$(ProjectName)d.exe"
+ CommandLine="cd $(OutDir)
$(ProjectName)d.exe
"
/>
</Configuration>
<Configuration
@@ -280,6 +280,14 @@
>
</File>
</Filter>
+ <Filter
+ Name="prep"
+ >
+ <File
+ RelativePath="..\..\..\tests\unit\geom\prep\PreparedGeometryFactoryTest.cpp"
+ >
+ </File>
+ </Filter>
</Filter>
<Filter
Name="noding"
More information about the geos-commits
mailing list