Quanxue.Zhanghao.Daochu/LearningOfficer.OA.Core/LearningOfficer.OA.Core.csproj

29 lines
912 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="ServicesInterfaces\PointsGoods\**" />
<Compile Remove="ServicesInterfaces\UserPoints\**" />
<EmbeddedResource Remove="ServicesInterfaces\PointsGoods\**" />
<EmbeddedResource Remove="ServicesInterfaces\UserPoints\**" />
<None Remove="ServicesInterfaces\PointsGoods\**" />
<None Remove="ServicesInterfaces\UserPoints\**" />
</ItemGroup>
<ItemGroup>
<Folder Include="Entities\Models\" />
<Folder Include="RepositoryInterfaces\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LearningOfficer.OA.Common\LearningOfficer.OA.Common.csproj" />
</ItemGroup>
</Project>