2023-01-13 15:30:20 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{07648CB8-934F-48E1-9DDA-46C8F9A5936D}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Epost.Model</RootNamespace>
|
|
|
|
|
<AssemblyName>Epost.Model</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<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>
|
|
|
|
|
</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>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="AddressCheckModel.cs" />
|
|
|
|
|
<Compile Include="Addresssage\AddressList.cs" />
|
|
|
|
|
<Compile Include="AddressstorageModel.cs" />
|
|
|
|
|
<Compile Include="AddressViewModel.cs" />
|
2024-11-22 15:31:46 +08:00
|
|
|
|
<Compile Include="AgvReqModel.cs" />
|
2023-01-13 15:30:20 +08:00
|
|
|
|
<Compile Include="Base.cs" />
|
|
|
|
|
<Compile Include="BoxModel.cs" />
|
|
|
|
|
<Compile Include="BoxPickModel.cs" />
|
|
|
|
|
<Compile Include="BoxQueueModel.cs" />
|
|
|
|
|
<Compile Include="ChangeBoxModel.cs" />
|
|
|
|
|
<Compile Include="ControlModel.cs" />
|
|
|
|
|
<Compile Include="DataModel.cs" />
|
|
|
|
|
<Compile Include="DataPagerModel.cs" />
|
|
|
|
|
<Compile Include="DemoModel.cs" />
|
|
|
|
|
<Compile Include="DownLoadOrdersModel.cs" />
|
|
|
|
|
<Compile Include="ErrorLogModel.cs" />
|
|
|
|
|
<Compile Include="ErrorLogViewModel.cs" />
|
|
|
|
|
<Compile Include="HistoryDataModel.cs" />
|
2024-11-22 15:31:46 +08:00
|
|
|
|
<Compile Include="InboundOrdersModel.cs" />
|
2023-01-13 15:30:20 +08:00
|
|
|
|
<Compile Include="JobModel.cs" />
|
|
|
|
|
<Compile Include="LabelModel.cs" />
|
|
|
|
|
<Compile Include="LabelParamModel.cs" />
|
|
|
|
|
<Compile Include="LightWayModel.cs" />
|
|
|
|
|
<Compile Include="ListBase.cs" />
|
|
|
|
|
<Compile Include="ListResultModel.cs" />
|
|
|
|
|
<Compile Include="LocationModel.cs" />
|
|
|
|
|
<Compile Include="Log4NetDetailModel.cs" />
|
|
|
|
|
<Compile Include="Log4NetModel.cs" />
|
|
|
|
|
<Compile Include="MatchModel.cs" />
|
|
|
|
|
<Compile Include="MenuInfoModel.cs" />
|
|
|
|
|
<Compile Include="OrderCarModel.cs" />
|
|
|
|
|
<Compile Include="OrderListModel.cs" />
|
|
|
|
|
<Compile Include="OrderModel.cs" />
|
|
|
|
|
<Compile Include="OrderRepModel.cs" />
|
|
|
|
|
<Compile Include="OrderReportModel.cs" />
|
|
|
|
|
<Compile Include="OrdersModel.cs" />
|
2024-11-22 15:31:46 +08:00
|
|
|
|
<Compile Include="PalletinfoModel.cs" />
|
2023-01-13 15:30:20 +08:00
|
|
|
|
<Compile Include="ParameterModel.cs" />
|
|
|
|
|
<Compile Include="PressureTestModel.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="resource\Block.cs" />
|
|
|
|
|
<Compile Include="ResultMessageModel.cs" />
|
|
|
|
|
<Compile Include="ResultModel.cs" />
|
|
|
|
|
<Compile Include="ResultReportModel.cs" />
|
|
|
|
|
<Compile Include="ResultsModel.cs" />
|
|
|
|
|
<Compile Include="RoleInfoModel.cs" />
|
|
|
|
|
<Compile Include="ScanModel.cs" />
|
|
|
|
|
<Compile Include="SchedulingModel.cs" />
|
|
|
|
|
<Compile Include="SendParamModel.cs" />
|
|
|
|
|
<Compile Include="ShopIdModel.cs" />
|
|
|
|
|
<Compile Include="ShowMesModel.cs" />
|
|
|
|
|
<Compile Include="ShowMessageModel.cs" />
|
|
|
|
|
<Compile Include="OrdersQueueModel.cs" />
|
|
|
|
|
<Compile Include="ShowMessageModel_M.cs" />
|
|
|
|
|
<Compile Include="StoreModel.cs" />
|
2024-11-22 15:31:46 +08:00
|
|
|
|
<Compile Include="Sys_operate_logModel.cs" />
|
|
|
|
|
<Compile Include="TaskModel.cs" />
|
2023-01-13 15:30:20 +08:00
|
|
|
|
<Compile Include="UserCodeModel.cs" />
|
|
|
|
|
<Compile Include="UserLoginModel.cs" />
|
|
|
|
|
<Compile Include="UserModel.cs" />
|
|
|
|
|
<Compile Include="WmsOrderModel.cs" />
|
|
|
|
|
<Compile Include="XgateModel.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|