mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
24 lines
669 B
XML
24 lines
669 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Requests\AuthSendCodeRequest.cs" />
|
|
<Compile Remove="Requests\AuthSignInRequest.cs" />
|
|
<Compile Remove="Requests\DownloadFileRequest.cs" />
|
|
<Compile Remove="Requests\InitConnectionRequest.cs" />
|
|
<Compile Remove="Requests\MTProtoRequest.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Ionic.Zlib.Core" Version="1.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\TeleSharp.TL\TeleSharp.TL.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|