Skip to content

Commit

Permalink
[RD-FFK-NET8] Corrected dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
forna1991 committed Apr 11, 2024
1 parent 17a60ed commit 07c8fd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions VarianceGamma/VarianceGamma.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="CoreExtensions">
<HintPath>..\..\plugins\DVPLReferences\CoreExtensions.dll</HintPath>
<HintPath>..\..\DVPLReferences\CoreExtensions.dll</HintPath>
</Reference>
<Reference Include="DVPLDOM">
<HintPath>..\..\plugins\DVPLReferences\DVPLDOM.dll</HintPath>
<HintPath>..\..\DVPLReferences\DVPLDOM.dll</HintPath>
</Reference>
<Reference Include="DVPLDOME">
<HintPath>..\..\plugins\DVPLReferences\DVPLDOME.dll</HintPath>
<HintPath>..\..\DVPLReferences\DVPLDOME.dll</HintPath>
</Reference>
<Reference Include="DVPLI">
<HintPath>..\..\plugins\DVPLReferences\DVPLI.dll</HintPath>
<HintPath>..\..\DVPLReferences\DVPLI.dll</HintPath>
</Reference>
<Reference Include="DVPLInterfaces">
<HintPath>..\..\plugins\DVPLReferences\DVPLInterfaces.dll</HintPath>
<HintPath>..\..\DVPLReferences\DVPLInterfaces.dll</HintPath>
</Reference>
<Reference Include="Fairmat.Optimization">
<HintPath>..\..\DVPLReferences\Fairmat.Optimization.dll</HintPath>
Expand Down

0 comments on commit 07c8fd3

Please sign in to comment.