Files
QuanTAlib/SyntheticVendor/SyntheticVendor.csproj
T
2024-10-12 22:46:36 -07:00

16 lines
470 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AlgoType>Vendor</AlgoType>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</PropertyGroup>
<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>