2018-05-13 03:12:15 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2016-10-14 10:15:33 +02:00
|
|
|
<PropertyGroup>
|
2018-05-13 03:12:15 +02:00
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2016-10-14 10:15:33 +02:00
|
|
|
</PropertyGroup>
|
2018-05-13 03:12:15 +02:00
|
|
|
|
2016-10-14 10:15:33 +02:00
|
|
|
<ItemGroup>
|
2018-05-13 03:12:15 +02:00
|
|
|
<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" />
|
2016-10-14 10:15:33 +02:00
|
|
|
</ItemGroup>
|
2018-05-13 03:12:15 +02:00
|
|
|
|
2016-10-14 10:15:33 +02:00
|
|
|
<ItemGroup>
|
2018-05-13 03:12:15 +02:00
|
|
|
<PackageReference Include="Ionic.Zlib.Core" Version="1.0.0" />
|
2016-10-14 10:15:33 +02:00
|
|
|
</ItemGroup>
|
2018-05-13 03:12:15 +02:00
|
|
|
|
2016-10-14 10:15:33 +02:00
|
|
|
<ItemGroup>
|
2018-05-13 03:12:15 +02:00
|
|
|
<ProjectReference Include="..\TeleSharp.TL\TeleSharp.TL.csproj" />
|
2016-10-14 10:15:33 +02:00
|
|
|
</ItemGroup>
|
2018-05-13 03:12:15 +02:00
|
|
|
|
|
|
|
|
</Project>
|