SharpMap / SharpMap.BusinessObjects

SharpMap with business objects
GNU Lesser General Public License v2.1
1 stars 3 forks source link

SQLite.Interop.dll #1

Closed terribletim closed 3 years ago

terribletim commented 7 years ago

Hi and thanks for SharpMap.BusinessObjects - it's a great idea, much appreciated.

Small issue: SharpMap.BusinessObjects doesn't compile initially as SQLite.Interop.dll (x86 and x64) is not part of source code. I am currently working with InMemory so have excluded from the project in order to compile.

terribletim commented 6 years ago

I think only required packages should be:

<package id="Common.Logging" version="3.3.1" targetFramework="net40-client" />
  <package id="Common.Logging.Core" version="3.3.1" targetFramework="net40-client" />
  <package id="GeoAPI" version="1.7.4" targetFramework="net40-client" />
  <package id="NetTopologySuite" version="1.14" targetFramework="net40-client" />