Added MtApi5 sample: HistoryOrder

This commit is contained in:
Viacheslav Demydiuk
2024-08-23 11:35:00 +03:00
parent 05de6f4995
commit d9a9d88318
3 changed files with 109 additions and 0 deletions
@@ -0,0 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Reference Include="MtApi5">
<HintPath>..\..\..\build\products\Release\net8.0\MtApi5.dll</HintPath>
</Reference>
<Reference Include="MtClient">
<HintPath>..\..\..\build\products\Release\net8.0\MtClient.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\..\build\products\Release\net8.0\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
</Project>