ASCU_ALL/DataClient/DataClient.csproj

30 lines
924 B
XML
Raw Normal View History

2021-05-28 20:53:14 +05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<AssemblyName>DataClient</AssemblyName>
<RootNamespace>DataClient</RootNamespace>
<Version>0.0.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2021-06-04 16:57:32 +05:00
<DocumentationFile>D:\GIT\ASCKU_PC\DataClient\DataClient.xml</DocumentationFile>
2021-05-28 20:53:14 +05:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NLog" Version="4.7.10" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.7.2" />
</ItemGroup>
<ItemGroup>
2021-07-07 16:36:28 +05:00
<None Update="Config\analog\default.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
2021-05-28 20:53:14 +05:00
<None Update="Config\config.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>