minor fixes of references in csproj files

This commit is contained in:
Miha Kralj
2024-09-22 17:54:58 -07:00
parent 8b1bf8077c
commit f98aa48d10
7 changed files with 6650 additions and 4 deletions
+9
View File
@@ -15,4 +15,13 @@
<Copy SourceFiles="$(OutputPath)\Statistics.dll" DestinationFolder="$(QuantowerRoot)\Settings\Scripts\Indicators\QuanTAlib\Statistics" />
</Target>
<ItemGroup>
<Reference Include="TradingPlatform.BusinessLayer">
<HintPath>..\..\.github\TradingPlatform.BusinessLayer.dll</HintPath>
</Reference>
<None Include="..\..\.github\TradingPlatform.BusinessLayer.xml">
<Link>TradingPlatform.BusinessLayer.xml</Link>
</None>
</ItemGroup>
</Project>