1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net7.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <GenerateDocumentationFile>true</GenerateDocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <NoWarn>1701;1702;8602;8616;8618;8625;8600;8603;8714;1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <NoWarn>1701;1702;8602;8616;8618;8625;8600;8603;8714;1591</NoWarn>
- </PropertyGroup>
- <ItemGroup>
- <Compile Remove="Systems\分拣主线\**" />
- <Compile Remove="Systems\分拣支线\**" />
- <Compile Remove="Systems\桁架码垛\**" />
- <Compile Remove="Systems\环形库\**" />
- <EmbeddedResource Remove="Systems\分拣主线\**" />
- <EmbeddedResource Remove="Systems\分拣支线\**" />
- <EmbeddedResource Remove="Systems\桁架码垛\**" />
- <EmbeddedResource Remove="Systems\环形库\**" />
- <None Remove="Systems\分拣主线\**" />
- <None Remove="Systems\分拣支线\**" />
- <None Remove="Systems\桁架码垛\**" />
- <None Remove="Systems\环形库\**" />
- </ItemGroup>
- <ItemGroup>
- <Compile Remove="Extensions\StationExtension.cs" />
- <Compile Remove="Systems\AgvSystems.cs" />
- <Compile Remove="Systems\DataCollectionSysyem.cs" />
- <Compile Remove="Systems\DeviceWriteSystem.cs" />
- <Compile Remove="Systems\GetDeviceSystem.cs" />
- <Compile Remove="Systems\NoInteractionSystems.cs" />
- <Compile Remove="Systems\RGVSystems.cs" />
- <Compile Remove="Systems\SrmDebugSystem.cs" />
- <Compile Remove="Systems\SrmSystems.cs" />
- <Compile Remove="Systems\一楼叠盘机入库.cs" />
- <Compile Remove="Systems\二楼拆盘机自动补空托盘组.cs" />
- <Compile Remove="Systems\扭转检测\QTStation.cs" />
- <Compile Remove="Systems\机台叫料生成AGV任务.cs" />
- <Compile Remove="Worlds\DataCollectionWorld.cs" />
- <Compile Remove="Worlds\NoInteractionWorld.cs" />
- <Compile Remove="Worlds\RGVWorld.cs" />
- <Compile Remove="Worlds\RingWorld.cs" />
- <Compile Remove="Worlds\SortingBranchWorld.cs" />
- <Compile Remove="Worlds\SortingMainLineWorld.cs" />
- <Compile Remove="Worlds\SortingPalletizingWorld.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Remove="Systems\puiaxxwa.5zv~" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="MessagePack" Version="2.5.108" />
- <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.5" />
- <PackageReference Include="wms.sqlsugar" Version="1.0.0.4" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ServiceCenter\ServiceCenter.csproj" />
- <ProjectReference Include="..\WCS.Entity.Protocol\WCS.Entity.Protocol.csproj" />
- </ItemGroup>
- </Project>
|