21 lines
596 B
XML
21 lines
596 B
XML
<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" />
|
|
<ProjectReference Include="..\VOL.DingTalk\VOL.DingTalk.csproj" />
|
|
<ProjectReference Include="..\VOL.Entity\VOL.Entity.csproj" />
|
|
<ProjectReference Include="..\VOL.YSErp\VOL.YSErp.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="IRepositories\EmployeeSync\Partial\" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|