-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProgrammerare.CrsTransformations.Constants.csproj
45 lines (41 loc) · 3.23 KB
/
Programmerare.CrsTransformations.Constants.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net20;netstandard2.0</TargetFrameworks>
<Version>10.036</Version>
<Title>.NET constants with EPSG codes for Coordinate Reference Systems</Title>
<Authors>TomasJohansson</Authors>
<Description>.NET constants with EPSG codes for Coordinate Reference Systems.
Assembly with only one C# class that defines many (thousands of) integer constants which have been generated from the EPSG database.
The version number is the same as the used EPSG database at http://www.epsg.org or http://www.epsg-registry.org
Regarding the license:
MIT license for this library with C# constants for EPSG codes.
Regarding the data itself: Ownership of the EPSG Dataset by IOGP is acknowledged. See the URL http://www.epsg.org/TermsOfUse.aspx
Some quotes from the 'Terms of use' URL:
'The EPSG database is published by IOGP at no charge. Distribution for profit is forbidden.... Ownership of the EPSG Dataset by IOGP must be acknowledged...' See the URL for detailed information</Description>
<PackageProjectUrl>https://github.com/TomasJohansson/crsTransformations-dotnet</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/TomasJohansson/crsTransformations-dotnet/blob/master/Programmerare.CrsTransformations.Constants/LICENSE_NOTICE.txt</PackageLicenseUrl>
<PackageTags>gis crs transformations coordinates spatial srs transformation transform convert conversion conversions coordinate projection projections geographic geodetic datum geodesy</PackageTags>
<Product>Programmerare.CrsTransformations.Constants</Product>
<PackageId>Programmerare.CrsTransformations.Constants</PackageId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v10_027\**" />
<Compile Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v9_5_4\**" />
<Compile Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v9_6\**" />
<Compile Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v9_7\**" />
<Compile Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v9_8_9\**" />
<EmbeddedResource Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v10_027\**" />
<EmbeddedResource Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v9_5_4\**" />
<EmbeddedResource Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v9_6\**" />
<EmbeddedResource Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v9_7\**" />
<EmbeddedResource Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v9_8_9\**" />
<None Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v10_027\**" />
<None Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v9_5_4\**" />
<None Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v9_6\**" />
<None Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v9_7\**" />
<None Remove="Programmerare\CrsConstants\ConstantsByAreaNameNumber\v9_8_9\**" />
</ItemGroup>
</Project>