Skip to content

Commit

Permalink
Fix ImportExport package references.
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairs committed Dec 20, 2011
1 parent 0b2bea1 commit 022afe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/GiveCRM.ImportExport/GiveCRM.ImportExport.csproj
Expand Up @@ -43,13 +43,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="EPPlus">
<HintPath>..\..\packages\EPPlus.2.9.0.1\lib\2.0\EPPlus.dll</HintPath>
<HintPath>..\packages\EPPlus.2.9.0.1\lib\2.0\EPPlus.dll</HintPath>
</Reference>
<Reference Include="Ionic.Zip">
<HintPath>..\..\packages\NPOI.1.2.3\lib\2.0\Ionic.Zip.dll</HintPath>
<HintPath>..\packages\NPOI.1.2.3\lib\2.0\Ionic.Zip.dll</HintPath>
</Reference>
<Reference Include="NPOI">
<HintPath>..\..\packages\NPOI.1.2.3\lib\2.0\NPOI.dll</HintPath>
<HintPath>..\packages\NPOI.1.2.3\lib\2.0\NPOI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit 022afe8

Please sign in to comment.