Files
QuanTAlib/SyntheticVendor/SyntheticVendor.csproj
T

15 lines
423 B
XML
Raw Normal View History

2024-09-22 17:31:24 -07:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AlgoType>Vendor</AlgoType>
</PropertyGroup>
2024-09-22 17:54:58 -07:00
<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>
2024-09-22 17:31:24 -07:00
</Project>