WCS.WorkEngineering.csproj 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. <Compile Remove="Systems\分拣主线\**" />
  16. <Compile Remove="Systems\分拣支线\**" />
  17. <Compile Remove="Systems\桁架码垛\**" />
  18. <Compile Remove="Systems\环形库\**" />
  19. <EmbeddedResource Remove="Systems\分拣主线\**" />
  20. <EmbeddedResource Remove="Systems\分拣支线\**" />
  21. <EmbeddedResource Remove="Systems\桁架码垛\**" />
  22. <EmbeddedResource Remove="Systems\环形库\**" />
  23. <None Remove="Systems\分拣主线\**" />
  24. <None Remove="Systems\分拣支线\**" />
  25. <None Remove="Systems\桁架码垛\**" />
  26. <None Remove="Systems\环形库\**" />
  27. </ItemGroup>
  28. <ItemGroup>
  29. <Compile Remove="Extensions\StationExtension.cs" />
  30. <Compile Remove="Systems\AgvSystems.cs" />
  31. <Compile Remove="Systems\DataCollectionSysyem.cs" />
  32. <Compile Remove="Systems\DeviceWriteSystem.cs" />
  33. <Compile Remove="Systems\GetDeviceSystem.cs" />
  34. <Compile Remove="Systems\NoInteractionSystems.cs" />
  35. <Compile Remove="Systems\RGVSystems.cs" />
  36. <Compile Remove="Systems\SrmDebugSystem.cs" />
  37. <Compile Remove="Systems\SrmSystems.cs" />
  38. <Compile Remove="Systems\一楼叠盘机入库.cs" />
  39. <Compile Remove="Systems\二楼拆盘机自动补空托盘组.cs" />
  40. <Compile Remove="Systems\扭转检测\QTStation.cs" />
  41. <Compile Remove="Systems\机台叫料生成AGV任务.cs" />
  42. <Compile Remove="Worlds\DataCollectionWorld.cs" />
  43. <Compile Remove="Worlds\NoInteractionWorld.cs" />
  44. <Compile Remove="Worlds\RGVWorld.cs" />
  45. <Compile Remove="Worlds\RingWorld.cs" />
  46. <Compile Remove="Worlds\SortingBranchWorld.cs" />
  47. <Compile Remove="Worlds\SortingMainLineWorld.cs" />
  48. <Compile Remove="Worlds\SortingPalletizingWorld.cs" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <None Remove="Systems\puiaxxwa.5zv~" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <PackageReference Include="MessagePack" Version="2.5.108" />
  55. <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.5" />
  56. <PackageReference Include="wms.sqlsugar" Version="1.0.0.4" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <ProjectReference Include="..\..\..\ServiceCenter\ServiceCenter.csproj" />
  60. <ProjectReference Include="..\WCS.Entity.Protocol\WCS.Entity.Protocol.csproj" />
  61. </ItemGroup>
  62. </Project>