wxw
2025-05-12 c2dc3bd2569f8398e2710aca2685bb3115c77eb0
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{76C6C368-0854-4980-A82D-6523BBA184EF}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Model</RootNamespace>
    <AssemblyName>Model</AssemblyName>
    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <Deterministic>true</Deterministic>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
      <HintPath>..\packages\Portable.BouncyCastle.1.8.6\lib\net40\BouncyCastle.Crypto.dll</HintPath>
    </Reference>
    <Reference Include="ICSharpCode.SharpZipLib, Version=1.2.0.246, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
      <HintPath>..\packages\SharpZipLib.1.2.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
    </Reference>
    <Reference Include="NPOI, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
      <HintPath>..\packages\NPOI.2.5.1\lib\net45\NPOI.dll</HintPath>
    </Reference>
    <Reference Include="NPOI.OOXML, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
      <HintPath>..\packages\NPOI.2.5.1\lib\net45\NPOI.OOXML.dll</HintPath>
    </Reference>
    <Reference Include="NPOI.OpenXml4Net, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
      <HintPath>..\packages\NPOI.2.5.1\lib\net45\NPOI.OpenXml4Net.dll</HintPath>
    </Reference>
    <Reference Include="NPOI.OpenXmlFormats, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
      <HintPath>..\packages\NPOI.2.5.1\lib\net45\NPOI.OpenXmlFormats.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AlarmModel.cs" />
    <Compile Include="ApiLocationModel.cs" />
    <Compile Include="ApiModel\Result.cs" />
    <Compile Include="BarCode.cs" />
    <Compile Include="Brand.cs" />
    <Compile Include="CheckTask.cs" />
    <Compile Include="DeliveryOutDetail.cs" />
    <Compile Include="DepartMent.cs" />
    <Compile Include="DepotsArea.cs" />
    <Compile Include="DepotsLocation.cs" />
    <Compile Include="Dictionarys.cs" />
    <Compile Include="GoodsPos.cs" />
    <Compile Include="LoginLog.cs" />
    <Compile Include="Material.cs" />
    <Compile Include="OperationRecordModel.cs" />
    <Compile Include="Packing.cs" />
    <Compile Include="PalletBind.cs" />
    <Compile Include="PalletEmptyIn.cs" />
    <Compile Include="PalletMatOut.cs" />
    <Compile Include="Picking.cs" />
    <Compile Include="Purchase.cs" />
    <Compile Include="Region.cs" />
    <Compile Include="Relation.cs" />
    <Compile Include="ResbtnItem.cs" />
    <Compile Include="ResMenu.cs" />
    <Compile Include="PageInfo.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Area.cs" />
    <Compile Include="Customer.cs" />
    <Compile Include="ErpOut.cs" />
    <Compile Include="OrdType.cs" />
    <Compile Include="Store.cs" />
    <Compile Include="MovePos.cs" />
    <Compile Include="StoreModel.cs" />
    <Compile Include="StroeMat.cs" />
    <Compile Include="Task.cs" />
    <Compile Include="Reverse.cs" />
    <Compile Include="CheckData.cs" />
    <Compile Include="ErpIn.cs" />
    <Compile Include="Roles.cs" />
    <Compile Include="TaskManage.cs" />
    <Compile Include="TaskMonitorModel.cs" />
    <Compile Include="Tray.cs" />
    <Compile Include="Unit.cs" />
    <Compile Include="UserInfo.cs" />
    <Compile Include="WcsModel\TaskReques.cs" />
    <Compile Include="WcsModel\WCSAlarmInfo.cs" />
    <Compile Include="WcsModel\WCSConveyorInfo.cs" />
    <Compile Include="WcsModel\WCSLogInUser.cs" />
    <Compile Include="WcsModel\WCSLogOperation.cs" />
    <Compile Include="WcsModel\WCSPalletBind.cs" />
    <Compile Include="WcsModel\WCSPlcInfo.cs" />
    <Compile Include="WcsModel\WCSResultModel.cs" />
    <Compile Include="WcsModel\WCSTasks.cs" />
    <Compile Include="WcsModel\WCSTasksMonitor.cs" />
    <Compile Include="WhCmd.cs" />
    <Compile Include="WmsModel\WmsBllPalletBind.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>