Skip to content

Commit

Permalink
[RD-FFK-NET8] Removed GBMEstimator.dll direct linking fairmat/dev/fai…
Browse files Browse the repository at this point in the history
…rmatserver#3493
  • Loading branch information
forna1991 committed May 7, 2024
1 parent bf05d6e commit 60881b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Heston/Heston.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<Copyright>Copyright © Fairmat SRL 2009-2015</Copyright>
<Product>Heston</Product>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Refs\**" />
<EmbeddedResource Remove="Refs\**" />
<None Remove="Refs\**" />
</ItemGroup>
<ItemGroup>
<Reference Include="CoreExtensions">
<HintPath>..\..\DVPLReferences\CoreExtensions.dll</HintPath>
Expand All @@ -50,9 +55,6 @@
<HintPath>..\..\DVPLReferences\Fairmat.Optimization.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="GBMEstimation">
<HintPath>..\..\DVPLReferences\Plugins\GBMEstimation.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Mono.Addins">
Expand Down
Binary file removed Heston/Refs/GBMEstimation.dll
Binary file not shown.

0 comments on commit 60881b6

Please sign in to comment.