diff options
Diffstat (limited to 'src/RhSolutions-AddIn.dna')
-rw-r--r-- | src/RhSolutions-AddIn.dna | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/RhSolutions-AddIn.dna b/src/RhSolutions-AddIn.dna index eecb271..a75d6e1 100644 --- a/src/RhSolutions-AddIn.dna +++ b/src/RhSolutions-AddIn.dna @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <DnaLibrary Name="RhSolutions Add-In" RuntimeVersion="v4.0" xmlns="http://schemas.excel-dna.net/addin/2020/07/dnalibrary"> <ExternalLibrary Path="RhSolutions.AddIn.dll" ExplicitExports="false" LoadFromBytes="true" Pack="true" IncludePdb="false" /> + <Reference Path="ExcelDna.IntelliSense.dll" Pack="true" /> + <Reference Path="Newtonsoft.Json.dll" Pack="true" /> <!-- The RuntimeVersion attribute above allows only the following setting: |