TLSharp/TLSharp.Tests/TLSharp.Tests.csproj

23 lines
566 B
XML
Raw Normal View History

2018-05-13 03:12:15 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2016-09-24 15:38:26 +02:00
<PropertyGroup>
2018-05-13 03:12:15 +02:00
<TargetFramework>netstandard2.0</TargetFramework>
2016-09-24 15:38:26 +02:00
</PropertyGroup>
2018-05-13 03:12:15 +02:00
2016-09-24 15:38:26 +02:00
<ItemGroup>
2018-05-13 03:12:15 +02:00
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.1" />
2016-09-24 15:38:26 +02:00
</ItemGroup>
2018-05-13 03:12:15 +02:00
2016-09-24 15:38:26 +02:00
<ItemGroup>
2018-05-13 03:12:15 +02:00
<ProjectReference Include="..\TeleSharp.TL\TeleSharp.TL.csproj" />
<ProjectReference Include="..\TLSharp.Core\TLSharp.Core.csproj" />
2016-09-24 15:38:26 +02:00
</ItemGroup>
2018-05-13 03:12:15 +02:00
<ItemGroup>
2018-05-13 03:12:15 +02:00
<None Update="app.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2018-05-13 03:12:15 +02:00
</None>
</ItemGroup>
2018-05-13 03:12:15 +02:00
</Project>