Skip to content

Commit 47ae88a

Browse files
committed
Update .dna file with packed references
1 parent 16f30ae commit 47ae88a

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

Diff for: UsingRDotNet/UsingRDotNet-AddIn.dna

+4-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
11
<DnaLibrary Name="UsingRDotNet Add-In" RuntimeVersion="v4.0">
2-
<ExternalLibrary Path="UsingRDotNet.dll" LoadFromBytes="true" Pack="true" />
32

4-
<!--
5-
The RuntimeVersion attribute above allows two settings:
6-
* RuntimeVersion="v2.0" - for .NET 2.0, 3.0 and 3.5
7-
* RuntimeVersion="v4.0" - for .NET 4 and 4.5
3+
<ExternalLibrary Path="UsingRDotNet.dll" LoadFromBytes="true" Pack="true" />
84

9-
Additional referenced assemblies can be specified by adding 'Reference' tags.
10-
These libraries will not be examined and registered with Excel as add-in libraries,
11-
but will be packed into the -packed.xll file and loaded at runtime as needed.
12-
For example:
13-
14-
<Reference Path="Another.Library.dll" Pack="true" />
5+
<Reference Path="DynamicInterop.dll" Pack="true" />
6+
<Reference Path="RDotNet.dll" Pack="true" />
7+
<Reference Path="RDotNet.NativeLibrary.dll" Pack="true" />
158

16-
Excel-DNA also allows the xml for ribbon UI extensions to be specified in the .dna file.
17-
See the main Excel-DNA site at http://excel-dna.net for downloads of the full distribution.
18-
-->
19-
209
</DnaLibrary>

0 commit comments

Comments
 (0)