2024-04-29 21:52:13 +04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2024-04-29 22:25:24 +04:00
|
|
|
<ItemGroup>
|
2024-05-29 01:12:32 +04:00
|
|
|
<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.2" />
|
2024-04-29 22:25:24 +04:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
|
2024-05-29 21:42:34 +04:00
|
|
|
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.9" />
|
2024-04-29 22:25:24 +04:00
|
|
|
</ItemGroup>
|
|
|
|
|
2024-04-29 21:52:13 +04:00
|
|
|
<ItemGroup>
|
2024-04-29 22:01:58 +04:00
|
|
|
<ProjectReference Include="..\PolyclinicContracts\PolyclinicContracts.csproj" />
|
2024-05-02 02:47:12 +04:00
|
|
|
<ProjectReference Include="..\PolyclinicDatabaseImplement\PolyclinicDatabaseImplement.csproj" />
|
2024-04-29 21:52:13 +04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|