Skip to content

Commit

Permalink
Update Excel-DNA NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
govert committed Nov 25, 2016
1 parent f4253a6 commit d0774d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions FSharpRibbon/FSharpRibbon.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="ExcelDna.Integration">
<HintPath>packages\Excel-DNA.Lib.0.32.0\lib\ExcelDna.Integration.dll</HintPath>
<HintPath>packages\ExcelDna.Integration.0.33.9\lib\ExcelDna.Integration.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.Office.Interop.Excel">
Expand Down Expand Up @@ -87,11 +87,14 @@
<Import Project="$(FSharpTargetsPath)" />
<PropertyGroup>
<PostBuildEvent>
xcopy "$(ProjectDir)packages\Excel-DNA.0.32.0\tools\ExcelDna.xll" "$(TargetDir)FSharpRibbon-AddIn.xll*" /C /Y
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>xcopy "$(SolutionDir)\packages\ExcelDna.AddIn.0.33.9\tools\ExcelDna.xll" "$(TargetDir)FSharpRibbon-AddIn.xll*" /C /Y
xcopy "$(TargetDir)FSharpRibbon-AddIn.dna*" "$(TargetDir)FSharpRibbon-AddIn64.dna*" /C /Y
xcopy "$(ProjectDir)packages\Excel-DNA.0.32.0\tools\ExcelDna64.xll" "$(TargetDir)FSharpRibbon-AddIn64.xll*" /C /Y
"$(ProjectDir)packages\Excel-DNA.0.32.0\tools\ExcelDnaPack.exe" "$(TargetDir)FSharpRibbon-AddIn.dna" /Y
"$(ProjectDir)packages\Excel-DNA.0.32.0\tools\ExcelDnaPack.exe" "$(TargetDir)FSharpRibbon-AddIn64.dna" /Y</PostBuildEvent>
xcopy "$(SolutionDir)\packages\ExcelDna.AddIn.0.33.9\tools\ExcelDna64.xll" "$(TargetDir)FSharpRibbon-AddIn64.xll*" /C /Y
"$(SolutionDir)\packages\ExcelDna.AddIn.0.33.9\tools\ExcelDnaPack.exe" "$(TargetDir)FSharpRibbon-AddIn.dna" /Y
"$(SolutionDir)\packages\ExcelDna.AddIn.0.33.9\tools\ExcelDnaPack.exe" "$(TargetDir)FSharpRibbon-AddIn64.dna" /Y</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
4 changes: 2 additions & 2 deletions FSharpRibbon/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Excel-DNA" version="0.32.0" targetFramework="net40" />
<package id="ExcelDna.AddIn" version="0.33.9" targetFramework="net40" />
<package id="ExcelDna.Integration" version="0.33.9" targetFramework="net40" />
<package id="Excel-DNA.Interop" version="14.0.1" targetFramework="net40" />
<package id="Excel-DNA.Lib" version="0.32.0" targetFramework="net40" />
</packages>

0 comments on commit d0774d7

Please sign in to comment.