WCS.WorkEngineering.csproj 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. <PackageReference Include="RestSharp" Version="111.3.0" />
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ProjectReference Include="..\..\ZTGT-FJZX\ServiceCenter\ServiceCenter.csproj" />
  23. <ProjectReference Include="..\..\ZTGT-FJZX\YWGC\FJK\WCS.Entity.Protocol\WCS.Entity.Protocol.csproj" />
  24. </ItemGroup>
  25. <ItemGroup>
  26. <Reference Include="wms.dto">
  27. <HintPath>..\DLC\wms.dto.dll</HintPath>
  28. </Reference>
  29. <Reference Include="wms.service">
  30. <HintPath>..\DLC\wms.service.dll</HintPath>
  31. </Reference>
  32. <Reference Include="wms.sqlsugar">
  33. <HintPath>..\DLC\wms.sqlsugar.dll</HintPath>
  34. </Reference>
  35. </ItemGroup>
  36. </Project>