2018-01-22 21:48:48 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2016-10-14 10:15:33 +02:00
|
|
|
|
<PropertyGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
<TargetFrameworks>netstandard2.0;net47</TargetFrameworks>
|
|
|
|
|
|
<PackageId>TLSharp.Core</PackageId>
|
|
|
|
|
|
<Version>1.0.1</Version>
|
|
|
|
|
|
<Authors>TLSharp.Core</Authors>
|
|
|
|
|
|
<Company>TLSharp.Core</Company>
|
|
|
|
|
|
<Product>TLSharp.Core</Product>
|
|
|
|
|
|
<AssemblyVersion>1.0.1.0</AssemblyVersion>
|
2016-10-14 10:15:33 +02:00
|
|
|
|
</PropertyGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
|
2016-10-14 10:15:33 +02:00
|
|
|
|
</PropertyGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)'=='net47'">
|
2016-10-14 10:15:33 +02:00
|
|
|
|
</PropertyGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
|
2016-10-14 10:15:33 +02:00
|
|
|
|
<ItemGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
<PackageReference Include="Ionic.Zlib.Core" Version="1.0.0" />
|
2016-10-14 10:15:33 +02:00
|
|
|
|
</ItemGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
|
2016-10-14 10:15:33 +02:00
|
|
|
|
<ItemGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
<ProjectReference Include="..\TeleSharp.TL\TeleSharp.TL.csproj" />
|
2016-10-14 10:15:33 +02:00
|
|
|
|
</ItemGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
|
2016-10-14 10:15:33 +02:00
|
|
|
|
<ItemGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
<Folder Include="Properties\" />
|
2016-10-14 10:15:33 +02:00
|
|
|
|
</ItemGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
|
|
|
|
|
|
</Project>
|