-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging label and layer group modifications
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
1 parent
5f999ce
commit fe1f74a
Showing
99 changed files
with
5,377 additions
and
3,235 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.