2018-01-22 21:48:48 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2016-09-24 15:38:26 +02:00
|
|
|
|
<PropertyGroup>
|
2018-03-21 01:12:52 +01:00
|
|
|
|
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
<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>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
|
2016-09-24 15:38:26 +02:00
|
|
|
|
</PropertyGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
|
2018-03-21 01:12:52 +01:00
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)'=='net461'">
|
2016-09-24 15:38:26 +02:00
|
|
|
|
</PropertyGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
|
2016-09-24 15:38:26 +02:00
|
|
|
|
<ItemGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
<PackageReference Include="BigMathNetStandard" Version="1.0.0" />
|
2016-09-24 15:38:26 +02:00
|
|
|
|
</ItemGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
|
2016-09-24 15:38:26 +02:00
|
|
|
|
<ItemGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
<Folder Include="Properties\" />
|
2016-09-24 15:38:26 +02:00
|
|
|
|
</ItemGroup>
|
2018-01-22 21:48:48 +01:00
|
|
|
|
|
|
|
|
|
|
</Project>
|