wangxinhui
2024-12-26 78b99e5348592a29ca1393a5e13db619cc4eba56
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup Label="Globals">
        <SccProjectName>SAK</SccProjectName>
        <SccProvider>SAK</SccProvider>
        <SccAuxPath>SAK</SccAuxPath>
        <SccLocalPath>SAK</SccLocalPath>
    </PropertyGroup>
 
  <PropertyGroup>
    <TargetFramework>net5.0</TargetFramework>
  </PropertyGroup>
 
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
    <Optimize>false</Optimize>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="Furion" Version="4.8.8.5" />
    <PackageReference Include="HslCommunication" Version="11.3.3" />
    <PackageReference Include="Quartz" Version="3.3.3" />
  </ItemGroup>
 
  <ItemGroup>
    <Reference Include="HslCommunication">
      <HintPath>WIDESEA_WCSServer\WIDESEA_Common\Reference\HslCommunication.dll</HintPath>
    </Reference>
    <Reference Include="Newtonsoft.Json">
      <HintPath>..\WIDESEA_Common\Reference\Newtonsoft.Json.dll</HintPath>
    </Reference>
    <Reference Include="WIDESEA">
      <HintPath>..\..\DLL\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>
 
  <ItemGroup>
    <Folder Include="JobsPart\Stacker\" />
    <Folder Include="JobsPart\Eq\" />
  </ItemGroup>
 
  <ItemGroup>
    <None Update="Config\铝壳缓存架.json">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Update="涂布机.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Update="分切机.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Update="辊分机.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Update="提升机.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
  </ItemGroup>
 
</Project>