forked from SharpMap/SharpMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharpMap.Extensions.csproj
More file actions
37 lines (29 loc) · 1.52 KB
/
Copy pathSharpMap.Extensions.csproj
File metadata and controls
37 lines (29 loc) · 1.52 KB
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
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(SolutionDir)SharpMap.Common.props" />
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Product>SharpMap.Extensions</Product>
<Copyright>Copyright © 2006 - 2012 Christian Gräfe, Copyright 2012-$([System.DateTime]::UtcNow.Year) SharpMap - Team</Copyright>
<PackageTags>SharpMap GIS Map GeoSpatial</PackageTags>
<Description>Extensions for the SharpMap Engine</Description>
<!--<EnableApiCompat>true</EnableApiCompat>-->
<NoWarn>1701;1702;2100;2235</NoWarn>
<RootNamespace>SharpMap</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GDAL" Version="3.5.0" />
<PackageReference Include="NetTopologySuite.Features" Version="2.1.0" />
<PackageReference Include="NetTopologySuite.IO.PostGis" Version="2.1.0" />
<PackageReference Include="NetTopologySuite.IO.SpatiaLite" Version="2.0.0" />
<PackageReference Include="Npgsql" Version="6.0.6" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.151" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.116" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharpMap\SharpMap.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.1" />
</ItemGroup>
</Project>