File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 19
19
<PackageLicenseUrl >https://raw.githubusercontent.com/FObermaier/SbnSharp/master/LICENSE.txt</PackageLicenseUrl >
20
20
<PackageProjectUrl >https://github.com/fobermaier/SbnSharp</PackageProjectUrl >
21
21
<RootNamespace >SharpSbn</RootNamespace >
22
+ <PackageTags >sbn shapefile spatial index</PackageTags >
23
+ <Description >Implementation of ESRI's spatial index for shapefiles. Based on the hasbeen project by drwelby</Description >
22
24
</PropertyGroup >
23
25
24
26
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<Import Project =" $(SolutionDir)SharpSbn.Common.props" />
4
4
Original file line number Diff line number Diff line change 31
31
<DebugType >pdbonly</DebugType >
32
32
<Optimize >true</Optimize >
33
33
<OutputPath >bin\Release\</OutputPath >
34
- <DefineConstants >TRACE;sd;NET20 </DefineConstants >
34
+ <DefineConstants >TRACE;NET35;NET40;NET45;Use_SbnSharp_GeoAPI </DefineConstants >
35
35
<ErrorReport >prompt</ErrorReport >
36
36
<WarningLevel >4</WarningLevel >
37
37
<Prefer32Bit >false</Prefer32Bit >
You can’t perform that action at this time.
0 commit comments