2023-10-10 18:01:21 +03:30
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-10-10 17:02:38 +03:30
|
|
|
|
|
2025-01-12 12:16:24 +03:30
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
</PropertyGroup>
|
2023-10-10 17:02:38 +03:30
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-01-12 12:16:24 +03:30
|
|
|
|
<PackageReference Include="Refit" Version="7.2.1" />
|
2025-04-29 10:58:16 +03:30
|
|
|
|
<PackageReference Include="Refit.Newtonsoft.Json" Version="7.2.1" />
|
2023-10-10 17:02:38 +03:30
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-01-12 12:16:24 +03:30
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\DocuMed.Core\DocuMed.Core.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
2023-10-10 17:02:38 +03:30
|
|
|
|
|
2025-01-12 12:16:24 +03:30
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="Models\RestApi\KaveNegar\" />
|
|
|
|
|
|
<Folder Include="RestServices\" />
|
|
|
|
|
|
<Folder Include="Services\" />
|
|
|
|
|
|
</ItemGroup>
|
2023-10-19 21:28:09 +03:30
|
|
|
|
|
2025-01-12 12:16:24 +03:30
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Using Include="DocuMed.Common.Models" />
|
|
|
|
|
|
<Using Include="DocuMed.Common.Models.Api" />
|
|
|
|
|
|
<Using Include="DocuMed.Common.Models.Exception" />
|
|
|
|
|
|
<Using Include="DocuMed.Core.Abstracts" />
|
|
|
|
|
|
<Using Include="DocuMed.Domain.Models.Settings" />
|
|
|
|
|
|
<Using Include="DocuMed.Infrastructure.Models" />
|
2025-04-29 10:58:16 +03:30
|
|
|
|
<Using Include="DocuMed.Infrastructure.Models.Metis" />
|
2025-01-12 12:16:24 +03:30
|
|
|
|
<Using Include="DocuMed.Infrastructure.Models.RestApi.KaveNegar" />
|
|
|
|
|
|
<Using Include="DocuMed.Infrastructure.RestServices" />
|
|
|
|
|
|
<Using Include="Microsoft.Extensions.Logging" />
|
|
|
|
|
|
<Using Include="Microsoft.Extensions.Options" />
|
|
|
|
|
|
<Using Include="Refit" />
|
|
|
|
|
|
</ItemGroup>
|
2023-10-10 18:01:21 +03:30
|
|
|
|
|
2025-01-12 12:16:24 +03:30
|
|
|
|
</Project>
|