天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

293 lines
14 KiB

3 years ago
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{82A4D3A5-844B-49E0-9D06-0C2B273EF1F0}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>QMAPP.FJC.BLL</RootNamespace>
<AssemblyName>QMAPP.FJC.BLL</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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="BarcodeLib">
<HintPath>..\..\DLL\BarcodeLib.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\DLL\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Ptl.Device">
<HintPath>..\..\DLL\XGate\Ptl.Device.dll</HintPath>
</Reference>
<Reference Include="Ptl.Device.XmlSerializers">
<HintPath>..\..\DLL\XGate\Ptl.Device.XmlSerializers.dll</HintPath>
</Reference>
<Reference Include="QMFrameWork.Cache">
<HintPath>..\..\QMFrameWork\QMFrameWork.Cache.dll</HintPath>
</Reference>
<Reference Include="QMFrameWork.Common, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\QMFrameWork\QMFrameWork.Common.dll</HintPath>
</Reference>
<Reference Include="QMFrameWork.Data, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\QMFrameWork\QMFrameWork.Data.dll</HintPath>
</Reference>
<Reference Include="QMFrameWork.Data.Attributes">
<HintPath>..\..\QMFrameWork\QMFrameWork.Data.Attributes.dll</HintPath>
</Reference>
<Reference Include="QMFrameWork.Log">
<HintPath>..\..\QMFrameWork\QMFrameWork.Log.dll</HintPath>
</Reference>
<Reference Include="ReachFramework" />
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Web.Services" />
<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="Andon\AndonCallBLL.cs" />
<Compile Include="Andon\AndonSetBLL.cs" />
<Compile Include="Basic\MaterialBomConfigBLL.cs" />
<Compile Include="Basic\ScanIPConfigBLL.cs" />
<Compile Include="Basic\AppConfigBLL.cs" />
<Compile Include="Basic\BarcodeRulesBLL.cs" />
<Compile Include="Basic\BomHdrBLL.cs" />
<Compile Include="Basic\CapacityBLL.cs" />
<Compile Include="Basic\CorpBLL.cs" />
<Compile Include="Basic\MachineInfoBLL.cs" />
<Compile Include="Basic\MachineInfoModelBLL.cs" />
<Compile Include="Basic\MaterialShelfTypeBLL.cs" />
<Compile Include="Basic\MaterielBLL.cs" />
<Compile Include="Basic\MaterielVersionBLL.cs" />
<Compile Include="Basic\MoldSetBLL.cs" />
<Compile Include="Basic\MoldValueBLL.cs" />
<Compile Include="Basic\OperatorInfoBLL.cs" />
<Compile Include="Basic\ParameterConfigBLL.cs" />
<Compile Include="Basic\PrintModelCopyBLL.cs" />
<Compile Include="Basic\ProcessInfoBLL.cs" />
<Compile Include="Basic\ProcessParameterBLL.cs" />
<Compile Include="Basic\ProcessRouteBLL.cs" />
<Compile Include="Basic\ProcessRuleBLL.cs" />
<Compile Include="Basic\ProcessSetBLL.cs" />
<Compile Include="Basic\ProduceShiftBLL.cs" />
<Compile Include="Basic\ProductBasicBLL.cs" />
<Compile Include="Basic\ProductCodeIdentityBLL.cs" />
<Compile Include="Basic\ProductInfoBLL.cs" />
<Compile Include="Basic\ProductMderuleBLL.cs" />
<Compile Include="Basic\UnQualityProductBLL.cs" />
<Compile Include="Bucket\TSWeighRecoreBLL.cs" />
<Compile Include="Bucket\BucketMaterialClassBLL.cs" />
<Compile Include="Bucket\RawMaterialBLL.cs" />
<Compile Include="Bucket\BucketMaterialBLL.cs" />
<Compile Include="Bucket\BucketInfoBLL.cs" />
<Compile Include="Bucket\RawMaterialRecordBLL.cs" />
<Compile Include="BZD\BZDConfigBLL.cs" />
<Compile Include="BZD\BarCodeReplacementBLL.cs" />
<Compile Include="BZD\BZDRecorderBLL.cs" />
<Compile Include="BZD\Resource.Designer.cs" />
<Compile Include="CellCycle\CellCycleTimeBLL.cs" />
<Compile Include="CellCycle\CellCycleTimeSetBLL.cs" />
<Compile Include="CheckTime\CHECKTIMEBLL.cs" />
<Compile Include="Common\BinaryConvert.cs" />
<Compile Include="Common\CommonFunction.cs" />
<Compile Include="Common\CRC.cs" />
<Compile Include="Common\FileHelper.cs" />
<Compile Include="Common\IdentityScope.cs" />
<Compile Include="CompleteStatistics\CompleteStatisticsBLL.cs" />
<Compile Include="EM\EmMeterReadingsBLL.cs" />
<Compile Include="EnergyManage\MeterReader.cs" />
<Compile Include="EnergyManage\MeterBLL.cs" />
<Compile Include="EnergyManage\MeterReadingsBLL.cs" />
<Compile Include="EquipMentAlarmManage\EquipMentMaintainSearchBLL.cs" />
<Compile Include="Equipment\AlarmTableBLL.cs" />
<Compile Include="Equipment\EquipMentRecordBLL.cs" />
<Compile Include="Equipment\MouldBLL.cs" />
<Compile Include="Equipment\UsageLogBLL.cs" />
<Compile Include="Equipment\TempProductBLL.cs" />
<Compile Include="Equipment\WSHelper.cs" />
<Compile Include="FileCopy\FileCopyRecordBLL.cs" />
<Compile Include="FIS\DashBoardPlanBLL.cs" />
<Compile Include="FIS\DoorPlankPlanBLL.cs" />
<Compile Include="FIS\FisBLL.cs" />
<Compile Include="FIS\FISInfoBLL.cs" />
<Compile Include="FIS\FISOrderBLL.cs" />
<Compile Include="FIS\FISOrderSendBLL.cs" />
<Compile Include="FIS\FISOrederSendDetialBLL.cs" />
<Compile Include="FIS\FISPhraseBLL.cs" />
<Compile Include="FIS\OrderPlanBLL.cs" />
<Compile Include="FrmPlace\FrmPlaceBLL.cs" />
<Compile Include="FwMark\FWMARKDeal.cs" />
<Compile Include="Injection\PouringRecorderBLL.cs" />
<Compile Include="InterfaceData\LeakInspectRecordBLL.cs" />
<Compile Include="MachineCheck\MachineCheckBLL.cs" />
<Compile Include="MesB9\MesB9BLL.cs" />
<Compile Include="MesB9\MesB4BLL.cs" />
<Compile Include="MesB9\MesB9M110BLL.cs" />
<Compile Include="MesB9\MesB4M110BLL.cs" />
<Compile Include="Monitor\ShipmentMonitorBLL.cs" />
<Compile Include="Monitor\ShipMonitorSetBLL.cs" />
<Compile Include="ODS\VideoInfoBLL.cs" />
<Compile Include="ODS\VideoTypeBLL.cs" />
<Compile Include="Operation\CastCounterBLL.cs" />
<Compile Include="Operation\InjectionCheckBLL.cs" />
<Compile Include="Operation\MainCodeChangeBLL.cs" />
<Compile Include="Operation\MainProductCountBLL.cs" />
<Compile Include="Operation\MaterialCodeBLL.cs" />
<Compile Include="Operation\PbomItemBLL.cs" />
<Compile Include="Operation\ProductCheckBLL.cs" />
<Compile Include="Operation\ProductEndBLL.cs" />
<Compile Include="Operation\ProductOutBLL.cs" />
<Compile Include="Package\PackageBLL.cs" />
<Compile Include="Process\OperateProcess.cs" />
<Compile Include="Process\ProcessOrderSend.cs" />
<Compile Include="ProduceManage\DefectTypeBLL.cs" />
<Compile Include="ProduceManage\ScrapRecordBLL.cs" />
<Compile Include="ProductionPlan\WorkOrderBLL.cs" />
<Compile Include="QT\AnalyzerBLL.cs" />
<Compile Include="QT\DAIBLL.cs" />
<Compile Include="QT\DAICacheBLL.cs" />
<Compile Include="QT\DAIItemBLL.cs" />
<Compile Include="QT\DAIValidationBLL.cs" />
<Compile Include="QT\ProcessParametersBLL.cs" />
<Compile Include="QT\ProcessRecordBLL.cs" />
<Compile Include="QT\ProductStructureBLL.cs" />
<Compile Include="QT\ValidatorBLL.cs" />
<Compile Include="QT\WorkCellRunStateBLL.cs" />
<Compile Include="QT\MaterialBindingBLL.cs" />
<Compile Include="SendManage\SendPlanRecordBLL.cs" />
<Compile Include="Stocktaking\StocktakingBLL.cs" />
<Compile Include="WarehouseManage\OutWarehouseBLL.cs" />
<Compile Include="ProduceManage\MendRecorderBLL.cs" />
<Compile Include="WarehouseManage\InWarehouseBLL.cs" />
<Compile Include="WarnManage\EquipMentAlarmBLL.cs" />
<Compile Include="WarnManage\EquipMentMaintainSearchBLL.cs" />
<Compile Include="WarnManage\WarnManageBLL.cs" />
<Compile Include="Equipment\EquipmentMaintainBLL.cs" />
<Compile Include="IPC\SPCControlBLL.cs" />
<Compile Include="Operation\MainBLL.cs" />
<Compile Include="Operation\MainOperationBLL.cs" />
<Compile Include="Operation\MainProductBLL.cs" />
<Compile Include="Operation\ProductAttributeBLL.cs" />
<Compile Include="Operation\ProductBLL.cs" />
<Compile Include="Operation\ProductInjectionBLL.cs" />
<Compile Include="Process\ParameterDeal.cs" />
<Compile Include="ProduceManage\UnQualityBLL.cs" />
<Compile Include="ProduceManage\ProducePlanBLL.cs" />
<Compile Include="Dict\DictManageBLL.cs" />
<Compile Include="Dict\Enums.cs" />
<Compile Include="Example\UserManageBLL1.cs" />
<Compile Include="Injection\InjectionRecorderBLL.cs" />
<Compile Include="Injection\SlushRecorderBLL.cs" />
<Compile Include="Process\AssembleProcess.cs" />
<Compile Include="Process\HotScanProcess.cs" />
<Compile Include="Process\InjectionProcess.cs" />
<Compile Include="Process\SlushProcess.cs" />
<Compile Include="ProductPetrospect\ProductArchivesBLL.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="FeedInManage\EpidermisBLL.cs" />
<Compile Include="SendPlan\SendPlanInfoBLL.cs" />
<Compile Include="WIPManage\DetentionBLL.cs" />
<Compile Include="WIPManage\StorageAlarmBLL.cs" />
<Compile Include="WIPManage\WIPInRecorderBLL.cs" />
<Compile Include="WIPManage\WIPInventoryBLL.cs" />
<Compile Include="WIPManage\WIPOutRecorderBLL.cs" />
<Compile Include="WIPManage\WIPProductCountBLL.cs" />
<Compile Include="WipService\CheckWipBLL.cs" />
<Compile Include="QdFis\mbM100BLL.cs" />
<Compile Include="QdFis\ybbM100BLL.cs" />
<Compile Include="ProductIn\ProductInBLL.cs" />
<Compile Include="FuntionDescription\FuntionDescriptionBLL.cs" />
<Compile Include="XGate\LightController.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\APPMD\QMAPP.MD.BLL\QMAPP.MD.BLL.csproj">
<Project>{CF05BE73-3D50-4F6B-A95C-EE55800EDB9C}</Project>
<Name>QMAPP.MD.BLL</Name>
</ProjectReference>
<ProjectReference Include="..\..\APPMD\QMAPP.MD.DAL\QMAPP.MD.DAL.csproj">
<Project>{25F672F4-55A6-41B3-82DA-84233786D991}</Project>
<Name>QMAPP.MD.DAL</Name>
</ProjectReference>
<ProjectReference Include="..\..\APPMD\QMAPP.MD.Entity\QMAPP.MD.Entity.csproj">
<Project>{A80DFEE4-F3D0-4234-A2CC-E4DCE5000E7E}</Project>
<Name>QMAPP.MD.Entity</Name>
</ProjectReference>
<ProjectReference Include="..\..\APP\QMAPP.BLL\QMAPP.BLL.csproj">
<Project>{DCABED0D-A8FC-47ED-BFB1-AAAEAD0A9B01}</Project>
<Name>QMAPP.BLL</Name>
</ProjectReference>
<ProjectReference Include="..\..\APP\QMAPP.DAL\QMAPP.DAL.csproj">
<Project>{407204CD-0256-4EDD-8A89-26EBF83D19A7}</Project>
<Name>QMAPP.DAL</Name>
</ProjectReference>
<ProjectReference Include="..\..\APP\QMAPP.Entity\QMAPP.Entity.csproj">
<Project>{604FB24F-7706-497C-BEC7-27D7B6B5A82C}</Project>
<Name>QMAPP.Entity</Name>
</ProjectReference>
<ProjectReference Include="..\..\Exchange\QM.Exchange.Adapters\QM.Exchange.Adapters.csproj">
<Project>{8A50A215-C033-42DC-A656-BC1F117DA6BA}</Project>
<Name>QM.Exchange.Adapters</Name>
</ProjectReference>
<ProjectReference Include="..\QMAPP.FJC.DAL\QMAPP.FJC.DAL.csproj">
<Project>{063B6316-7154-4BD9-B546-21CCE4685235}</Project>
<Name>QMAPP.FJC.DAL</Name>
</ProjectReference>
<ProjectReference Include="..\QMAPP.FJC.Entity\QMAPP.FJC.Entity.csproj">
<Project>{17123CDD-0BA7-496F-8E4E-FCBABE0463CA}</Project>
<Name>QMAPP.FJC.Entity</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="BarCodeXML\Biaopi.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="BarCodeXML\SendInfo.xml" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="BZD\Resource.resx" />
</ItemGroup>
<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>