<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DotSpatial.Positioning" version="2.0.0-rc1" targetFramework="net472" />
<package id="DotSpatial.Projections" version="2.0.0-rc1" targetFramework="net472" />
<package id="DotSpatial.Serialization" version="2.0.0-rc1" targetFramework="net472" />
<package id="DotSpatial.Topology" version="1.9" targetFramework="net472" />
<package id="ExcelDna.AddIn" version="1.1.1" targetFramework="net472" developmentDependency="true" />
<package id="ExcelDna.Integration" version="1.1.0" targetFramework="net472" />
<package id="ExcelDna.IntelliSense" version="1.3.0" targetFramework="net472" />
<package id="ExcelDna.Interop" version="14.0.1" targetFramework="net472" />
<package id="ExcelDna.Registration" version="1.1.0" targetFramework="net472" />
<package id="ExcelDna.Utilities" version="0.1.6" targetFramework="net472" />
<package id="ExcelDnaDoc" version="1.1.0-beta2" targetFramework="net472" />
<package id="GeoAPI" version="1.7.5" targetFramework="net472" />
<package id="GeoAPI.CoordinateSystems" version="1.7.5" targetFramework="net472" />
<package id="GeoAPI.Core" version="1.7.5" targetFramework="net472" />
<package id="MathNet.Numerics" version="4.12.0" targetFramework="net472" />
<package id="MathNet.Numerics.MKL.Win" version="2.4.0" targetFramework="net472" />
<package id="NetTopologySuite" version="2.1.0" targetFramework="net472" />
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
<package id="System.Memory" version="4.5.4" targetFramework="net472" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.7.1" targetFramework="net472" />
</packages>
<?xml version="1.0" encoding="utf-8"?>
<DnaLibrary Name="GeoLib Add-In" RuntimeVersion="v4.0" xmlns="http://schemas.excel-dna.net/addin/2018/05/dnalibrary">
<ExternalLibrary Path="GeoLib.dll" ExplicitExports="true" LoadFromBytes="true" Pack="true" IncludePdb="false" />
<!--
The RuntimeVersion attribute above allows two settings:
* RuntimeVersion="v4.0" - for .NET 4 and 4.5
* RuntimeVersion="v2.0" - for .NET 2.0, 3.0 and 3.5
You can have IntelliSense (autocomplete) and validation for this file.
See https://github.com/Excel-DNA/ExcelDna/tree/master/Distribution/XmlSchemas/
Additional referenced assemblies can be specified by adding 'Reference' tags.
These libraries will not be examined and registered with Excel as add-in libraries,
but will be packed into the -packed.xll file and loaded at runtime as needed.
For example:
<Reference Path="Another.Library.dll" Pack="true" />
Excel-DNA also allows the XML for ribbon UI extensions to be specified in the .dna file.
See the main Excel-DNA site at http://excel-dna.net for downloads of the full distribution.
Bart: I've set ExplicitExports="true" (was "false") to avoid non-relevant static functions
from being exported to the compiled help file.
-->
<!-- Bart: These references are c# libraries for documentation & intellisense -->
<Reference Path="ExcelDna.Documentation.dll" Pack="true" xmlns="" />
<Reference Path="ExcelDna.IntelliSense.dll" Pack="true" />
<Reference Path="UIAComWrapper.dll" Pack="true" />
<Reference Path="Interop.UIAutomationClient.dll" Pack="true" />
<!-- Bart: These references are c# libraries required for GeoLib to function properly --><Reference Path="DotSpatial.Positioning.dll" Pack="true" />
<Reference Path="DotSpatial.Projections.dll" Pack="true" />
</DnaLibrary>
Excel-DNA Unpack Tool, version 2.0.0+f8f6f735436747abf091b151e9f1ac8f5aac773fAnalyzing GeoLib-AddIn-packed.xll . . . OKExtracting EXCELDNA.LOADER.dll (ASSEMBLY) . . . OKExtracting EXCELDNA.DOCUMENTATION.dll (ASSEMBLY_LZMA) . . . OKExtracting EXCELDNA.INTEGRATION.dll (ASSEMBLY_LZMA) . . . OKExtracting EXCELDNA.INTELLISENSE.dll (ASSEMBLY_LZMA) . . . OKExtracting GEOLIB.dll (ASSEMBLY_LZMA) . . . OKExtracting __MAIN__.config (CONFIG) . . . OKExtracting __MAIN__.dna (DNA) . . . OK
Hi Bart,
I suggest you look at the build output, particularly the output from the ExcelDnaPack task.
My guess is that those are mixed or native assemblies, and so are not supported by the current packing mechanism (because .NET does not support loading such assemblies from a memory image).
-Govert
--
You received this message because you are subscribed to the Google Groups "Excel-DNA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to exceldna+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/exceldna/230b6fd4-beb1-411a-8a71-dbd59020ce87o%40googlegroups.com.
--
To unsubscribe from this group and stop receiving emails from it, send an email to exce...@googlegroups.com.