2023-04-07 03:03:14 +04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\CaseAccountingContracts\CaseAccountingContracts.csproj" />
|
|
|
|
|
<ProjectReference Include="..\CaseAccountingDataModels\CaseAccountingDataModels.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-04-08 18:05:46 +04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="OfficePackage\HelperEnums\" />
|
|
|
|
|
<Folder Include="OfficePackage\HelperModels\" />
|
|
|
|
|
<Folder Include="OfficePackage\Implements\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-04-07 03:03:14 +04:00
|
|
|
|
</Project>
|