ASCU_ALL/DataClients/DataClients.csproj

24 lines
730 B
XML
Raw Normal View History

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>
2021-06-04 16:57:32 +05:00
<DocumentationFile>D:\GIT\ASCKU_PC\DataClients\DataClients.xml</DocumentationFile>
<DefineConstants>TRACE</DefineConstants>
2020-09-04 12:49:15 +05:00
</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>