1
0

ZhonTai.Plate.Personnel.Service.csproj 660 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <Description>中台Admin后端人事服务库</Description>
  4. </PropertyGroup>
  5. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  6. <OutputPath></OutputPath>
  7. <DocumentationFile></DocumentationFile>
  8. <NoWarn>1701;1702;1591</NoWarn>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\..\ZhonTai.Plate.Admin\ZhonTai.Plate.Admin.Service.Contracts\ZhonTai.Plate.Admin.Service.Contracts.csproj" />
  12. <ProjectReference Include="..\ZhonTai.Plate.Personnel.Service.Contracts\ZhonTai.Plate.Personnel.Service.Contracts.csproj" />
  13. </ItemGroup>
  14. </Project>