diff --git a/SharpSbn.PCL/SharpSbn.PCL.csproj b/SharpSbn.PCL/SharpSbn.PCL.csproj index ee21194..b65bbed 100644 --- a/SharpSbn.PCL/SharpSbn.PCL.csproj +++ b/SharpSbn.PCL/SharpSbn.PCL.csproj @@ -20,7 +20,7 @@ full false bin\Debug\ - TRACE;DEBUG;PCL + TRACE;DEBUG;PCL;NET35;NET40;NET45 prompt 4 @@ -28,7 +28,7 @@ pdbonly true bin\Release\ - TRACE;PCL + TRACE;PCL;NET35;NET40;NET45 prompt 4 diff --git a/SharpSbn/SbnTree.cs b/SharpSbn/SbnTree.cs index ecd6d88..a3ea1cd 100644 --- a/SharpSbn/SbnTree.cs +++ b/SharpSbn/SbnTree.cs @@ -232,7 +232,7 @@ public bool IsSynchronized /// private void GatherFids() { - foreach (var sbnNode in Enumerable.Skip(Nodes, 1)) + foreach (SbnNode sbnNode in Enumerable.Skip(Nodes, 1)) { if (sbnNode == null) continue; diff --git a/SharpSbn/SharpSbn.csproj b/SharpSbn/SharpSbn.csproj index 8246008..2be0ebc 100644 --- a/SharpSbn/SharpSbn.csproj +++ b/SharpSbn/SharpSbn.csproj @@ -10,10 +10,9 @@ Properties SharpSbn SharpSbn - v2.0 + v4.0 512 - - + Client no @@ -21,7 +20,7 @@ full false bin\Debug\ - TRACE;DEBUG;NET20 + TRACE;DEBUG;NET35;NET40 prompt 4 false @@ -64,13 +63,14 @@ false - - - - - False - ..\packages\GeoAPI.1.7.3.1\lib\$(geoApi)\GeoAPI.dll + + ..\packages\GeoAPI.1.7.2\lib\net40-client\GeoAPI.dll + True + + + + diff --git a/SharpSbn/packages.config b/SharpSbn/packages.config index 3299dfc..1cc9471 100644 --- a/SharpSbn/packages.config +++ b/SharpSbn/packages.config @@ -1,2 +1,4 @@  - \ No newline at end of file + + + \ No newline at end of file diff --git a/test/SharpSbn.Test.csproj b/test/SharpSbn.Test.csproj index 7390258..35a9047 100644 --- a/test/SharpSbn.Test.csproj +++ b/test/SharpSbn.Test.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,16 +9,16 @@ Properties SbnSharp.Test SbnSharp.Test - v4.0.3 + v4.0 512 - + Client true full false bin\Debug\ - DEBUG;TRACE + TRACE;DEBUG;NET35;NET40;NET45 prompt 4 false @@ -33,57 +33,75 @@ false - + ..\packages\BruTile.0.7.4.4\lib\net40\BruTile.dll + True - + ..\packages\BruTile.0.7.4.4\lib\net40\BruTile.Desktop.dll + True - + ..\packages\BruTile.0.7.4.4\lib\net40\BruTile.MbTiles.dll + True - + ..\packages\BruTile.0.7.4.4\lib\net40\BruTile.Serialization.dll + True - + ..\packages\Common.Logging.2.0.0\lib\2.0\Common.Logging.dll + True - - False - ..\packages\GeoAPI.1.7.3.1\lib\net403-client\GeoAPI.dll + + ..\packages\GeoAPI.1.7.2\lib\net40-client\GeoAPI.dll + True - - ..\packages\NetTopologySuite.1.13.2\lib\net403-client\NetTopologySuite.dll + + ..\packages\NetTopologySuite.1.13.2\lib\net40-client\NetTopologySuite.dll + True - - ..\packages\NetTopologySuite.IO.1.13.2\lib\net403-client\NetTopologySuite.IO.GeoTools.dll + + ..\packages\NetTopologySuite.IO.1.13.2\lib\net40-client\NetTopologySuite.IO.GeoTools.dll + True - - ..\packages\NetTopologySuite.IO.1.13.2\lib\net403-client\NetTopologySuite.IO.MsSqlSpatial.dll + + ..\packages\NetTopologySuite.IO.1.13.2\lib\net40-client\NetTopologySuite.IO.MsSqlSpatial.dll + True - - ..\packages\NetTopologySuite.IO.1.13.2\lib\net403-client\NetTopologySuite.IO.PostGis.dll + + ..\packages\NetTopologySuite.IO.1.13.2\lib\net40-client\NetTopologySuite.IO.PostGis.dll + True - + ..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll + True - False ..\packages\NUnit.2.6.3\lib\nunit.framework.dll + True - - ..\packages\NetTopologySuite.1.13.2\lib\net403-client\PowerCollections.dll + + ..\packages\NetTopologySuite.1.13.2\lib\net40-client\PowerCollections.dll + True - - ..\packages\ProjNET4GeoAPI.1.3.0.3\lib\net403-client\ProjNet.dll + + ..\packages\ProjNET4GeoAPI.1.3.0.3\lib\net40-client\ProjNet.dll + True + + + ..\packages\SharpMap.1.1.0\lib\net40-client\SharpMap.dll + True - + ..\packages\System.Data.SQLite.MSIL.1.0.86.0\lib\net40\System.Data.SQLite.dll + True - + ..\packages\System.Data.SQLite.MSIL.1.0.86.0\lib\net40\System.Data.SQLite.Linq.dll + True diff --git a/test/data/cities.DBF b/test/data/cities.DBF new file mode 100644 index 0000000..ffd4d70 Binary files /dev/null and b/test/data/cities.DBF differ diff --git a/test/data/cities.SHP b/test/data/cities.SHP new file mode 100644 index 0000000..5501776 Binary files /dev/null and b/test/data/cities.SHP differ diff --git a/test/data/cities.SHX b/test/data/cities.SHX new file mode 100644 index 0000000..8c5c756 Binary files /dev/null and b/test/data/cities.SHX differ diff --git a/test/data/cities.prj b/test/data/cities.prj new file mode 100644 index 0000000..c0c0792 Binary files /dev/null and b/test/data/cities.prj differ diff --git a/test/data/countries.dbf b/test/data/countries.dbf new file mode 100644 index 0000000..05eee7d Binary files /dev/null and b/test/data/countries.dbf differ diff --git a/test/data/countries.prj b/test/data/countries.prj new file mode 100644 index 0000000..c0c0792 Binary files /dev/null and b/test/data/countries.prj differ diff --git a/test/data/countries.shp b/test/data/countries.shp new file mode 100644 index 0000000..1532a41 Binary files /dev/null and b/test/data/countries.shp differ diff --git a/test/data/countries.shx b/test/data/countries.shx new file mode 100644 index 0000000..3177c11 Binary files /dev/null and b/test/data/countries.shx differ diff --git a/test/data/rivers.dbf b/test/data/rivers.dbf new file mode 100644 index 0000000..cfe5d96 Binary files /dev/null and b/test/data/rivers.dbf differ diff --git a/test/data/rivers.prj b/test/data/rivers.prj new file mode 100644 index 0000000..c0c0792 Binary files /dev/null and b/test/data/rivers.prj differ diff --git a/test/data/rivers.shp b/test/data/rivers.shp new file mode 100644 index 0000000..17feb76 Binary files /dev/null and b/test/data/rivers.shp differ diff --git a/test/data/rivers.shx b/test/data/rivers.shx new file mode 100644 index 0000000..361034e Binary files /dev/null and b/test/data/rivers.shx differ diff --git a/test/packages.config b/test/packages.config index 8e1d0d3..6a79b4f 100644 --- a/test/packages.config +++ b/test/packages.config @@ -1,12 +1,13 @@  - - - - - - - - - + + + + + + + + + + \ No newline at end of file