<?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>{D0B38CD8-60AC-472C-8031-A03CF3C2E8A5}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>iWareSql</RootNamespace>
|
<AssemblyName>iWareSql</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>
|
</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>
|
<ItemGroup>
|
<Reference Include="EntityFramework">
|
<HintPath>..\iWareCommon\DLL\EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer">
|
<HintPath>..\iWareCommon\DLL\EntityFramework.SqlServer.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\iWareCommon\DLL\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.Security" />
|
<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="DataAccess\TaskHandler.cs" />
|
<Compile Include="DataAccess\AgvHandler.cs" />
|
<Compile Include="DataAccess\Base_CodeItemsHandler.cs" />
|
<Compile Include="DataAccess\BasicDataSetHandler.cs" />
|
<Compile Include="DataAccess\ClearDataHandler.cs" />
|
<Compile Include="DataAccess\DeviceSrmRealTimeHandler.cs" />
|
<Compile Include="DataAccess\DeviceRgvRealTimeHandler.cs" />
|
<Compile Include="DataAccess\DeviceWarningHandler.cs" />
|
<Compile Include="DataAccess\MesService.cs" />
|
<Compile Include="DataAccess\PersonHandlerRecordHandler.cs" />
|
<Compile Include="DataAccess\PlanOutTaskHandler.cs" />
|
<Compile Include="DataAccess\StationHandlerV2.cs" />
|
<Compile Include="DataAccess\TaskRequestLogHandler.cs" />
|
<Compile Include="DataAccess\StoreHandler.cs" />
|
<Compile Include="DataAccess\SysExceptionInfoHandler.cs" />
|
<Compile Include="DataAccess\SalverHandler.cs" />
|
<Compile Include="DataAccess\MaterialHandler.cs" />
|
<Compile Include="DataAccess\Salver_Station_Handler.cs" />
|
<Compile Include="DataAccess\Salver_Material_Handler.cs" />
|
<Compile Include="DataAccess\MainTaskHandler.cs" />
|
<Compile Include="DataAccess\TCSCommon.cs" />
|
<Compile Include="DataAccess\Wms_EquipmentSituationHandler.cs" />
|
<Compile Include="DataAccess\PartTaskHandler.cs" />
|
<Compile Include="DataAccess\StationHandler.cs" />
|
<Compile Include="DBModel\Advertisement.cs" />
|
<Compile Include="DBModel\Base_BasicDataSet.cs" />
|
<Compile Include="DBModel\Base_BigMaterialStation.cs" />
|
<Compile Include="DBModel\Base_CodeItems.cs" />
|
<Compile Include="DBModel\Base_CodeSets.cs" />
|
<Compile Include="DBModel\Base_GenerateTaskNo.cs" />
|
<Compile Include="DBModel\Base_Material.cs" />
|
<Compile Include="DBModel\Base_PersonHandlerRecord.cs" />
|
<Compile Include="DBModel\Base_Salver.cs" />
|
<Compile Include="DBModel\Base_Salver_V_Material.cs" />
|
<Compile Include="DBModel\Base_Salver_V_Station.cs" />
|
<Compile Include="DBModel\Base_Station.cs" />
|
<Compile Include="DBModel\Base_SysExceptionInfo.cs" />
|
<Compile Include="DBModel\Base_UserStation.cs" />
|
<Compile Include="DBModel\DbModel.cs" />
|
<Compile Include="DBModel\Device_AgvRealTime.cs" />
|
<Compile Include="DBModel\Device_RgvRealTime.cs" />
|
<Compile Include="DBModel\Device_SrmRealTime.cs" />
|
<Compile Include="DBModel\Device_Warning.cs" />
|
<Compile Include="DBModel\ExceptionInfo.cs" />
|
<Compile Include="DBModel\HttpRequestRecord.cs" />
|
<Compile Include="DBModel\MES_BTJReceiveReq.cs" />
|
<Compile Include="DBModel\MES_OnLineReq.cs" />
|
<Compile Include="DBModel\ModulePermission.cs" />
|
<Compile Include="DBModel\Modules.cs" />
|
<Compile Include="DBModel\OperateLog.cs" />
|
<Compile Include="DBModel\PasswordLib.cs" />
|
<Compile Include="DBModel\Permission.cs" />
|
<Compile Include="DBModel\Plan_OutTask.cs" />
|
<Compile Include="DBModel\Plan_OutTaskDetail.cs" />
|
<Compile Include="DBModel\Plan_OutTaskDetailGroupOrderNo.cs" />
|
<Compile Include="DBModel\Role.cs" />
|
<Compile Include="DBModel\RoleModulePermission.cs" />
|
<Compile Include="DBModel\sysUserInfo.cs" />
|
<Compile Include="DBModel\TasksQz.cs" />
|
<Compile Include="DBModel\Task_Main.cs" />
|
<Compile Include="DBModel\Task_Part.cs" />
|
<Compile Include="DBModel\Task_RequestLog.cs" />
|
<Compile Include="DBModel\Task_SalverMaterialBindRecord.cs" />
|
<Compile Include="DBModel\TestMuchTableResult.cs" />
|
<Compile Include="DBModel\UserRole.cs" />
|
<Compile Include="DBModel\V_AllStationStore.cs" />
|
<Compile Include="DBModel\V_AllStore.cs" />
|
<Compile Include="DBModel\V_AllTaskMain.cs" />
|
<Compile Include="DBModel\V_CodeItems.cs" />
|
<Compile Include="DBModel\V_CurrentOrderNoList.cs" />
|
<Compile Include="DBModel\V_EmptySrmStation.cs" />
|
<Compile Include="DBModel\V_Station.cs" />
|
<Compile Include="DBModel\V_StationStore.cs" />
|
<Compile Include="DBModel\V_Store.cs" />
|
<Compile Include="DBModel\V_StoreMaterial.cs" />
|
<Compile Include="DBModel\V_TaskMain.cs" />
|
<Compile Include="DBModel\V_TaskOutMain.cs" />
|
<Compile Include="DBModel\Wms_BindPlateRecord.cs" />
|
<Compile Include="DBModel\Wms_EquipmentSituation.cs" />
|
<Compile Include="DBModel\Wms_ModifyOrderNoRecord.cs" />
|
<Compile Include="DBModel\Wms_NoMesSerialNumberMgr.cs" />
|
<Compile Include="DBModel\Wms_OrderNoRecord.cs" />
|
<Compile Include="DBModel\Wms_VirtualStore.cs" />
|
<Compile Include="DBModel\Wms_VirtualStoreRecord.cs" />
|
<Compile Include="Entity\ExtendEntity\MatModel.cs" />
|
<Compile Include="Entity\ExtendEntity\SyncStockToMesEntity.cs" />
|
<Compile Include="Entity\ExtendEntity\RealPlaceEntity.cs" />
|
<Compile Include="Entity\ExtendEntity\UDT_SYS_ExceptionInfo_Extend.cs" />
|
<Compile Include="Entity\MES\Mes_ResEntity.cs" />
|
<Compile Include="Entity\ParamModel\InformIniInfoToTrussParam.cs" />
|
<Compile Include="Entity\ParamModel\Mes_BatchMat_Param.cs" />
|
<Compile Include="Entity\ParamModel\Mes_BatchOrderUPIParam.cs" />
|
<Compile Include="Entity\ParamModel\MesMatInfo.cs" />
|
<Compile Include="Entity\ParamModel\Srm_ItemParam.cs" />
|
<Compile Include="Entity\ViewMode\AllMatStockViewForStockList.cs" />
|
<Compile Include="Entity\ViewMode\BatchMatGatherView.cs" />
|
<Compile Include="Entity\ViewMode\BatchMatView.cs" />
|
<Compile Include="Entity\ViewMode\BatchOrderUPIView.cs" />
|
<Compile Include="Entity\ViewMode\BoardLoadMaterialView.cs" />
|
<Compile Include="Entity\ViewMode\MatStockCollectView.cs" />
|
<Compile Include="Entity\ViewMode\PlaceLocationView.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="WmsDBModel\ApprovalFlow.cs" />
|
<Compile Include="WmsDBModel\DingTalkUser.cs" />
|
<Compile Include="WmsDBModel\GoViewPro.cs" />
|
<Compile Include="WmsDBModel\GoViewProData.cs" />
|
<Compile Include="WmsDBModel\mes_batchOrderUPI_new.cs" />
|
<Compile Include="WmsDBModel\mes_package_gather.cs" />
|
<Compile Include="WmsDBModel\mes_package_linequeue.cs" />
|
<Compile Include="WmsDBModel\mes_package_unline_record.cs" />
|
<Compile Include="WmsDBModel\mes_push_packagecode.cs" />
|
<Compile Include="WmsDBModel\mes_push_papercut.cs" />
|
<Compile Include="WmsDBModel\SysCodeGen.cs" />
|
<Compile Include="WmsDBModel\SysCodeGenConfig.cs" />
|
<Compile Include="WmsDBModel\SysConfig.cs" />
|
<Compile Include="WmsDBModel\SysDictData.cs" />
|
<Compile Include="WmsDBModel\SysDictType.cs" />
|
<Compile Include="WmsDBModel\SysFile.cs" />
|
<Compile Include="WmsDBModel\SysJobCluster.cs" />
|
<Compile Include="WmsDBModel\SysJobDetail.cs" />
|
<Compile Include="WmsDBModel\SysJobTrigger.cs" />
|
<Compile Include="WmsDBModel\SysJobTriggerRecord.cs" />
|
<Compile Include="WmsDBModel\SysLdap.cs" />
|
<Compile Include="WmsDBModel\SysLogDiff.cs" />
|
<Compile Include="WmsDBModel\SysLogEx.cs" />
|
<Compile Include="WmsDBModel\SysLogOp.cs" />
|
<Compile Include="WmsDBModel\SysLogVis.cs" />
|
<Compile Include="WmsDBModel\SysMenu.cs" />
|
<Compile Include="WmsDBModel\SysNotice.cs" />
|
<Compile Include="WmsDBModel\SysNoticeUser.cs" />
|
<Compile Include="WmsDBModel\SysOnlineUser.cs" />
|
<Compile Include="WmsDBModel\SysOpenAccess.cs" />
|
<Compile Include="WmsDBModel\SysOrg.cs" />
|
<Compile Include="WmsDBModel\SysPlugin.cs" />
|
<Compile Include="WmsDBModel\SysPos.cs" />
|
<Compile Include="WmsDBModel\SysPrint.cs" />
|
<Compile Include="WmsDBModel\SysRegion.cs" />
|
<Compile Include="WmsDBModel\SysRole.cs" />
|
<Compile Include="WmsDBModel\SysRoleMenu.cs" />
|
<Compile Include="WmsDBModel\SysRoleOrg.cs" />
|
<Compile Include="WmsDBModel\SysTenant.cs" />
|
<Compile Include="WmsDBModel\SysUser.cs" />
|
<Compile Include="WmsDBModel\SysUserExtOrg.cs" />
|
<Compile Include="WmsDBModel\SysUserLdap.cs" />
|
<Compile Include="WmsDBModel\SysUserRole.cs" />
|
<Compile Include="WmsDBModel\SysWechatPay.cs" />
|
<Compile Include="WmsDBModel\SysWechatUser.cs" />
|
<Compile Include="WmsDBModel\test_place.cs" />
|
<Compile Include="WmsDBModel\Test_Student.cs" />
|
<Compile Include="WmsDBModel\Test_Teachert.cs" />
|
<Compile Include="WmsDBModel\V_EmptyStation.cs" />
|
<Compile Include="WmsDBModel\V_Station_Quan.cs" />
|
<Compile Include="WmsDBModel\WmsDBModel.cs" />
|
<Compile Include="WmsDBModel\wms_adapter_categories.cs" />
|
<Compile Include="WmsDBModel\wms_adapter_management.cs" />
|
<Compile Include="WmsDBModel\wms_adapter_record.cs" />
|
<Compile Include="WmsDBModel\wms_base_area.cs" />
|
<Compile Include="WmsDBModel\wms_base_factory.cs" />
|
<Compile Include="WmsDBModel\wms_base_material.cs" />
|
<Compile Include="WmsDBModel\wms_base_material_type.cs" />
|
<Compile Include="WmsDBModel\wms_base_place.cs" />
|
<Compile Include="WmsDBModel\wms_base_warehouse.cs" />
|
<Compile Include="WmsDBModel\wms_config_no_rule.cs" />
|
<Compile Include="WmsDBModel\wms_config_print.cs" />
|
<Compile Include="WmsDBModel\wms_config_serial_rule.cs" />
|
<Compile Include="WmsDBModel\wms_config_serial_sn.cs" />
|
<Compile Include="WmsDBModel\wms_config_sncode_rule.cs" />
|
<Compile Include="WmsDBModel\wms_log_action.cs" />
|
<Compile Include="WmsDBModel\wms_rbline_runmode.cs" />
|
<Compile Include="WmsDBModel\wms_rbline_task.cs" />
|
<Compile Include="WmsDBModel\wms_record_print.cs" />
|
<Compile Include="WmsDBModel\wms_record_trans.cs" />
|
<Compile Include="WmsDBModel\wms_stock_quan.cs" />
|
<Compile Include="WmsDBModel\wms_sys_basic_data.cs" />
|
<Compile Include="WmsDBModel\wms_sys_help_doc.cs" />
|
<Compile Include="WmsDBModel\wms_sys_pda_menu.cs" />
|
<Compile Include="WmsDBModel\wms_sys_pda_role_menu.cs" />
|
<Compile Include="WmsDBModel\wms_task.cs" />
|
<Compile Include="WmsDBModel\zero_database_info.cs" />
|
<Compile Include="WmsDBModel\zero_entity_column_info.cs" />
|
<Compile Include="WmsDBModel\zero_entity_info.cs" />
|
<Compile Include="WmsDBModel\zero_interface_category.cs" />
|
<Compile Include="WmsDBModel\zero_interface_list.cs" />
|
<Compile Include="WmsDBModel\zero_user_info.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\iWareCommon\iWareCommon.csproj">
|
<Project>{3583fcf0-92c7-406c-ad78-9fb7c11293cf}</Project>
|
<Name>iWareCommon</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\iWareModel\iWareModel.csproj">
|
<Project>{556a91f0-34d1-4d23-a1c7-f27e19d916d3}</Project>
|
<Name>iWareModel</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
</ItemGroup>
|
<ItemGroup>
|
<Folder Include="TestDemo\" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|