Laservall_manager_system/LM.HR/LM.HR.csproj

21 lines
588 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LM.Core\LM.Core.csproj" />
<ProjectReference Include="..\LM.DingTalk\LM.DingTalk.csproj" />
<ProjectReference Include="..\LM.Entity\LM.Entity.csproj" />
<ProjectReference Include="..\LM.YSErp\LM.YSErp.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="IRepositories\EmployeeSync\Partial\" />
</ItemGroup>
</Project>