WCS.WorkEngineering.csproj 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <GenerateDocumentationFile>true</GenerateDocumentationFile>
  7. </PropertyGroup>
  8. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  9. <NoWarn>1701;1702;8602;8616;8618;8625;8600;8603;8714;1591</NoWarn>
  10. </PropertyGroup>
  11. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  12. <NoWarn>1701;1702;8602;8616;8618;8625;8600;8603;8714;1591</NoWarn>
  13. </PropertyGroup>
  14. <ItemGroup>
  15. <None Remove="Systems\puiaxxwa.5zv~" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <PackageReference Include="MessagePack" Version="2.5.140" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <ProjectReference Include="..\..\ZTGT-FJZX\ServiceCenter\ServiceCenter.csproj" />
  22. <ProjectReference Include="..\..\ZTGT-FJZX\业务工程\分拣库\WCS.Entity.Protocol\WCS.Entity.Protocol.csproj" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <Reference Include="wms.dto">
  26. <HintPath>..\DLC\wms.dto.dll</HintPath>
  27. </Reference>
  28. <Reference Include="wms.service">
  29. <HintPath>..\DLC\wms.service.dll</HintPath>
  30. </Reference>
  31. <Reference Include="wms.sqlsugar">
  32. <HintPath>..\DLC\wms.sqlsugar.dll</HintPath>
  33. </Reference>
  34. </ItemGroup>
  35. </Project>