2020-09-04 12:49:15 +05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
<AssemblyName>DataClients</AssemblyName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
<WarningLevel>0</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="SharpZipLib" Version="1.2.0" />
|
|
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-11-19 16:30:38 +05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\SupportClasses\SupportClasses.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-09-04 12:49:15 +05:00
|
|
|
|
</Project>
|