Admin
4 天以前 bd6818fc9d40f343547bafca0743658f3c0379dc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup Label="Globals">
    <SccProjectName>SAK</SccProjectName>
    <SccProvider>SAK</SccProvider>
    <SccAuxPath>SAK</SccAuxPath>
    <SccLocalPath>SAK</SccLocalPath>
  </PropertyGroup>
 
  <PropertyGroup>
    <TargetFramework>netcoreapp3.1</TargetFramework>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="Jobs\ConveyorLine\InboundLineLogic\**" />
    <EmbeddedResource Remove="Jobs\ConveyorLine\InboundLineLogic\**" />
    <None Remove="Jobs\ConveyorLine\InboundLineLogic\**" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Remove="Jobs\ConveyorLine\OutboundArea\OutboundAreaDispathAction - 复制.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="HslCommunication" Version="11.3.3" />
    <PackageReference Include="Quartz" Version="3.3.3" />
  </ItemGroup>
 
  <ItemGroup>
    <Reference Include="HslCommunication">
      <HintPath>..\..\..\..\..\..\..\KH-Project\HslCommunication.dll</HintPath>
    </Reference>
    <Reference Include="Newtonsoft.Json">
      <HintPath>..\WIDESEA_Common\Reference\Newtonsoft.Json.dll</HintPath>
    </Reference>
    <Reference Include="WIDESEA">
      <HintPath>..\..\..\WMS\WIDESEA_WMSServer\WIDESEA.Job\bin\Debug\net5.0\ref\WIDESEA.dll</HintPath>
    </Reference>
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\WIDESEA_Common\WIDESEA_Common.csproj" />
    <ProjectReference Include="..\WIDESEA_Core\WIDESEA_Core.csproj" />
    <ProjectReference Include="..\WIDESEA_Entity\WIDESEA_Entity.csproj" />
    <ProjectReference Include="..\WIDESEA_Services\WIDESEA_Services.csproj" />
  </ItemGroup>
 
</Project>