37 lines
1.1 KiB
XML
37 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<OutputPath>..\bin</OutputPath>
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="DoctorDictionaryRepository.cs" />
|
|
<Compile Remove="DoctorRepository.cs" />
|
|
<Compile Remove="EducationRepository.cs" />
|
|
<Compile Remove="HolidayRepository.cs" />
|
|
<Compile Remove="PostgraduateRepository.cs" />
|
|
<Compile Remove="ResearchPublicationRepository.cs" />
|
|
<Compile Remove="TrialExperienceRepository.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\IRaCIS.Core.Domain.Share\IRaCIS.Core.Domain.Share.csproj" />
|
|
<ProjectReference Include="..\IRaCIS.Core.Domain\IRaCIS.Core.Domain.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Management\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.7" />
|
|
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="3.0.58" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|