Skip to content

Commit 4c04a21

Browse files
author
Diego Guidi
committedJan 27, 2016
Integrated "snipplets" code from @FObermaier in NetTopologySuite#77:
Two errors: 1. StableSort stuff not provided 2. I'm unable to reference "replacements" code only for NTS project when built for .NET 2.0
1 parent dea51bf commit 4c04a21

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+5888
-147
lines changed
 

‎.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "PowerCollections"]
2-
path = PowerCollections
3-
url = https://github.com/NetTopologySuite/PowerCollections

‎NetTopologySuite.IO/NetTopologySuite.IO.GeoTools/NetTopologySuite.IO.GeoTools.csproj

+1-5
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@
9696
<Project>{5770DAA9-84E5-4770-AF43-F6B815894368}</Project>
9797
<Name>NetTopologySuite</Name>
9898
</ProjectReference>
99-
<ProjectReference Condition=" '$(NeedsPowerCollections)' != 'False' " Include="..\..\PowerCollections\Source\PowerCollections\PowerCollections.csproj">
100-
<Project>{5821977d-ac2c-4912-bcd0-6e6b1a756167}</Project>
101-
<Name>PowerCollections</Name>
102-
</ProjectReference>
10399
<ProjectReference Include="..\NetTopologySuite.IO.ShapeFile\NetTopologySuite.IO.ShapeFile.csproj">
104100
<Project>{ab9096a7-89dd-4abd-b535-a5258863f389}</Project>
105101
<Name>NetTopologySuite.IO.ShapeFile</Name>
@@ -127,4 +123,4 @@
127123
<Target Name="AfterBuild">
128124
</Target>
129125
-->
130-
</Project>
126+
</Project>

0 commit comments

Comments
 (0)
Please sign in to comment.