File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 26
26
<!--
27
27
Define the suffix used for each platform-specific file e.g. MyAddIn64.dna
28
28
-->
29
- <ExcelDna32BitAddInSuffix Condition =" '$(ExcelDna32BitAddInSuffix)' == ''" >32 </ExcelDna32BitAddInSuffix >
29
+ <ExcelDna32BitAddInSuffix Condition =" '$(ExcelDna32BitAddInSuffix)' == ''" ></ExcelDna32BitAddInSuffix >
30
30
<ExcelDna64BitAddInSuffix Condition =" '$(ExcelDna64BitAddInSuffix)' == ''" >64</ExcelDna64BitAddInSuffix >
31
31
</PropertyGroup >
32
32
37
37
<!--
38
38
Enable/Disable packing of .dna files
39
39
-->
40
- <RunExcelDnaPack Condition =" '$(RunExcelDnaPack)' == ''" >false </RunExcelDnaPack >
40
+ <RunExcelDnaPack Condition =" '$(RunExcelDnaPack)' == ''" >true </RunExcelDnaPack >
41
41
42
42
<!--
43
43
Suffix used for packed .xll files e.g. MyAddIn-packed.xll
Original file line number Diff line number Diff line change 1
1
<DnaLibrary Name="Excel-DNA Enrichers Sample Add-In" RuntimeVersion="v4.0" xmlns="http://schemas.excel-dna.net/addin/2018/05/dnalibrary">
2
- <ExternalLibrary Path="SampleAddIn.dll" ExplicitExports="true" ExplicitRegistration="true" LoadFromBytes="false" Pack="false" />
2
+ <ExternalLibrary Path="SampleAddIn.dll" ExplicitExports="false" LoadFromBytes="true" Pack="true" IncludePdb="true" />
3
+
4
+ <Reference Path="Serilog.dll" Pack="true" IncludePdb="true" />
5
+ <Reference Path="Serilog.Enrichers.ExcelDna.dll" Pack="true" IncludePdb="true" />
6
+ <Reference Path="Serilog.Sinks.ExcelDnaLogDisplay.dll" Pack="true" IncludePdb="true" />
3
7
</DnaLibrary>
You can’t perform that action at this time.
0 commit comments