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
33 lines (27 loc) · 1.48 KB
/
SharpMap.Extensions.csproj
File metadata and controls
33 lines (27 loc) · 1.48 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
<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="2.4.2" />
<PackageReference Include="NetTopologySuite.Core" Version="1.15.3" />
<PackageReference Include="NetTopologySuite.Features" Version="1.15.1" />
<PackageReference Include="NetTopologySuite.IO.PostGis" Version="1.15.1" />
<PackageReference Include="NetTopologySuite.IO.SpatiaLite" Version="1.15.1" />
<PackageReference Include="Npgsql" Version="4.0.10" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.90" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.112" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharpMap\SharpMap.csproj" />
</ItemGroup>
</Project>