WCS.WorkEngineering.csproj 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.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="Dapper" Version="2.1.35" />
  19. <PackageReference Include="DuckDB.NET.Data.Full" Version="1.1.0.1" />
  20. <PackageReference Include="MessagePack" Version="2.5.172" />
  21. <PackageReference Include="RestSharp" Version="112.0.0" />
  22. <PackageReference Include="Rezero.Api" Version="1.7.12" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <ProjectReference Include="..\..\ZTGT-FJZX\ServiceCenter\ServiceCenter.csproj" />
  26. <ProjectReference Include="..\WCS.Entity.Protocol\WCS.Entity.Protocol.csproj" />
  27. </ItemGroup>
  28. <ItemGroup>
  29. <Reference Include="wms.dto">
  30. <HintPath>..\DLC\wms.dto.dll</HintPath>
  31. </Reference>
  32. <Reference Include="wms.service">
  33. <HintPath>..\DLC\wms.service.dll</HintPath>
  34. </Reference>
  35. <Reference Include="wms.sqlsugar">
  36. <HintPath>..\DLC\wms.sqlsugar.dll</HintPath>
  37. </Reference>
  38. </ItemGroup>
  39. </Project>