File tree 1 file changed +4
-15
lines changed
1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 1
1
<DnaLibrary Name="UsingRDotNet Add-In" RuntimeVersion="v4.0">
2
- <ExternalLibrary Path="UsingRDotNet.dll" LoadFromBytes="true" Pack="true" />
3
2
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" />
8
4
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" />
15
8
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
-
20
9
</DnaLibrary>
You can’t perform that action at this time.
0 commit comments