2025-11-25 20:40:18 -08:00
|
|
|
<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>
|
|
|
|
|
|
2025-11-26 20:17:01 -08:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="GbmExample.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2025-11-25 20:40:18 -08:00
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="daily_IBM.csv">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|