first commit

This commit is contained in:
2026-07-03 15:30:55 +08:00
commit 279385d8fc
41 changed files with 1191 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Reference Include="MtApi5">
<HintPath>libs\MtApi5.dll</HintPath>
<Private>true</Private>
</Reference>
<Reference Include="MtClient">
<HintPath>libs\MtClient.dll</HintPath>
<Private>true</Private>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>libs\Newtonsoft.Json.dll</HintPath>
<Private>true</Private>
</Reference>
</ItemGroup>
</Project>