Skip to content

Commit 7cdbbf3

Browse files
committed
Fixing release builds
1 parent 03a9b79 commit 7cdbbf3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

SharpSbn.Common.props

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<PackageLicenseUrl>https://raw.githubusercontent.com/FObermaier/SbnSharp/master/LICENSE.txt</PackageLicenseUrl>
2020
<PackageProjectUrl>https://github.com/fobermaier/SbnSharp</PackageProjectUrl>
2121
<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>
2224
</PropertyGroup>
2325

2426
</Project>

SharpSbn/SharpSbn.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="$(SolutionDir)SharpSbn.Common.props" />
44

test/SharpSbn.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<DebugType>pdbonly</DebugType>
3232
<Optimize>true</Optimize>
3333
<OutputPath>bin\Release\</OutputPath>
34-
<DefineConstants>TRACE;sd;NET20</DefineConstants>
34+
<DefineConstants>TRACE;NET35;NET40;NET45;Use_SbnSharp_GeoAPI</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
3737
<Prefer32Bit>false</Prefer32Bit>

0 commit comments

Comments
 (0)