File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 3737 </PropertyGroup >
3838 <ItemGroup >
3939 <Reference Include =" ExcelDna.Integration" >
40- <HintPath >packages\Excel-DNA.Lib .0.32.0 \lib\ExcelDna.Integration.dll</HintPath >
40+ <HintPath >packages\ExcelDna.Integration .0.33.9 \lib\ExcelDna.Integration.dll</HintPath >
4141 <Private >False</Private >
4242 </Reference >
4343 <Reference Include =" Microsoft.Office.Interop.Excel" >
8787 <Import Project =" $(FSharpTargetsPath)" />
8888 <PropertyGroup >
8989 <PostBuildEvent >
90- xcopy "$(ProjectDir)packages\Excel-DNA.0.32.0\tools\ExcelDna.xll" "$(TargetDir)FSharpRibbon-AddIn.xll*" /C /Y
90+ </PostBuildEvent >
91+ </PropertyGroup >
92+ <PropertyGroup >
93+ <PostBuildEvent >xcopy "$(SolutionDir)\packages\ExcelDna.AddIn.0.33.9\tools\ExcelDna.xll" "$(TargetDir)FSharpRibbon-AddIn.xll*" /C /Y
9194xcopy "$(TargetDir)FSharpRibbon-AddIn.dna*" "$(TargetDir)FSharpRibbon-AddIn64.dna*" /C /Y
92- xcopy "$(ProjectDir) packages\Excel-DNA.0.32.0 \tools\ExcelDna64.xll" "$(TargetDir)FSharpRibbon-AddIn64.xll*" /C /Y
93- "$(ProjectDir) packages\Excel-DNA.0.32.0 \tools\ExcelDnaPack.exe" "$(TargetDir)FSharpRibbon-AddIn.dna" /Y
94- "$(ProjectDir) packages\Excel-DNA.0.32.0 \tools\ExcelDnaPack.exe" "$(TargetDir)FSharpRibbon-AddIn64.dna" /Y</PostBuildEvent >
95+ xcopy "$(SolutionDir)\ packages\ExcelDna.AddIn.0.33.9 \tools\ExcelDna64.xll" "$(TargetDir)FSharpRibbon-AddIn64.xll*" /C /Y
96+ "$(SolutionDir)\ packages\ExcelDna.AddIn.0.33.9 \tools\ExcelDnaPack.exe" "$(TargetDir)FSharpRibbon-AddIn.dna" /Y
97+ "$(SolutionDir)\ packages\ExcelDna.AddIn.0.33.9 \tools\ExcelDnaPack.exe" "$(TargetDir)FSharpRibbon-AddIn64.dna" /Y</PostBuildEvent >
9598 </PropertyGroup >
9699 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
97100 Other similar extension points exist, see Microsoft.Common.targets.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" Excel-DNA" version =" 0.32.0" targetFramework =" net40" />
3+ <package id =" ExcelDna.AddIn" version =" 0.33.9" targetFramework =" net40" />
4+ <package id =" ExcelDna.Integration" version =" 0.33.9" targetFramework =" net40" />
45 <package id =" Excel-DNA.Interop" version =" 14.0.1" targetFramework =" net40" />
5- <package id =" Excel-DNA.Lib" version =" 0.32.0" targetFramework =" net40" />
66</packages >
You can’t perform that action at this time.
0 commit comments