Skip to content

Commit

Permalink
Merging label and layer group modifications
Browse files Browse the repository at this point in the history
Adding project management customizations
Adding GeometryFactory to SharpMap.SimpleGeometries
Renaming BufferedCoordinateSequence to BufferedCoordinate2DSequence
Renamsing BufferedCoordinateSequenceFactory to BufferedCoordinate2DSequenceFactory
Renaming View*3D types to *3D
Adding ExecuteIntersectionQuery(IGeometry ...) methods to IFeatureLayerProvider
  • Loading branch information
codekaizen committed Jan 24, 2008
1 parent 5f999ce commit fe1f74a
Show file tree
Hide file tree
Showing 99 changed files with 5,377 additions and 3,235 deletions.
Binary file not shown.
8 changes: 4 additions & 4 deletions Common.msbuild
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Net20|AnyCPU' ">
<UseProjectReference>false</UseProjectReference>
<UseProjectReference>True</UseProjectReference>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Net20|AnyCPU' ">
<UseProjectReference>false</UseProjectReference>
<UseProjectReference>True</UseProjectReference>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Net35|AnyCPU' ">
<UseProjectReference>false</UseProjectReference>
<UseProjectReference>True</UseProjectReference>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Net35|AnyCPU' ">
<UseProjectReference>false</UseProjectReference>
<UseProjectReference>True</UseProjectReference>
</PropertyGroup>
</Project>
139 changes: 70 additions & 69 deletions ExternalReferences/Debug_Net20/GeoAPI.XML

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified ExternalReferences/Debug_Net20/GeoAPI.dll
Binary file not shown.
Binary file modified ExternalReferences/Debug_Net20/GeoAPI.pdb
Binary file not shown.
Loading

0 comments on commit fe1f74a

Please sign in to comment.