Files
QuanTAlib/examples/feeds/CsvFeedExample.csproj
T
2025-11-26 20:17:01 -08:00

25 lines
545 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\lib\quantalib.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Remove="GbmExample.cs" />
</ItemGroup>
<ItemGroup>
<None Update="daily_IBM.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>