TLSharp/TeleSharp.TL/TeleSharp.TL.csproj

29 lines
750 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2016-09-24 15:38:26 +02:00
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
<Version>1.0.1</Version>
<PackageId>TeleSharp.TL</PackageId>
<Authors>TeleSharp.TL</Authors>
<Company>TeleSharp.TL</Company>
<Product>TeleSharp.TL</Product>
2016-09-24 15:38:26 +02:00
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
2016-09-24 15:38:26 +02:00
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net461'">
2016-09-24 15:38:26 +02:00
</PropertyGroup>
2016-09-24 15:38:26 +02:00
<ItemGroup>
<PackageReference Include="BigMathNetStandard" Version="1.0.0" />
2016-09-24 15:38:26 +02:00
</ItemGroup>
2016-09-24 15:38:26 +02:00
<ItemGroup>
<Folder Include="Properties\" />
2016-09-24 15:38:26 +02:00
</ItemGroup>
</Project>