Laservall_manager_system/VOL.HR/VOL.HR.csproj

21 lines
596 B
XML
Raw Normal View History

2025-09-25 14:37:10 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\VOL.Core\VOL.Core.csproj" />
2025-09-26 13:35:45 +08:00
<ProjectReference Include="..\VOL.DingTalk\VOL.DingTalk.csproj" />
2025-09-25 14:37:10 +08:00
<ProjectReference Include="..\VOL.Entity\VOL.Entity.csproj" />
2025-09-26 13:35:45 +08:00
<ProjectReference Include="..\VOL.YSErp\VOL.YSErp.csproj" />
2025-09-25 14:37:10 +08:00
</ItemGroup>
<ItemGroup>
2025-09-26 13:35:45 +08:00
<Folder Include="IRepositories\EmployeeSync\Partial\" />
2025-09-25 14:37:10 +08:00
</ItemGroup>
</Project>