<?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>{867989D8-6837-41DC-9BF1-4658F5D6CFEF}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>MESClassLibrary</RootNamespace> <AssemblyName>MESClassLibrary</AssemblyName> <TargetFrameworkVersion>v4.0</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> <PlatformTarget>AnyCPU</PlatformTarget> </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, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> </Reference> <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\MESWebSite\DLL\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System.Configuration" /> <Reference Include="System.Core" /> <Reference Include="System.Data.Entity" /> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.Security" /> <Reference Include="System.Web.Extensions" /> <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="BLL\Andon\AndonButtonRecordBLL.cs" /> <Compile Include="BLL\Andon\AndonButtonTypeBLL.cs" /> <Compile Include="BLL\BasicBLL.cs" /> <Compile Include="BLL\BasicInfo\BadInjectionBLL.cs" /> <Compile Include="BLL\BasicInfo\BarCodeBLL.cs" /> <Compile Include="BLL\BasicInfo\BomBLL.cs" /> <Compile Include="BLL\BasicInfo\BucketInfoBLL.cs" /> <Compile Include="BLL\BasicInfo\CheckItemBLL.cs" /> <Compile Include="BLL\BasicInfo\ColorBLL.cs" /> <Compile Include="BLL\BasicInfo\DefectBLL.cs" /> <Compile Include="BLL\BasicInfo\DeptBLL.cs" /> <Compile Include="BLL\BasicInfo\DeviceBLL.cs" /> <Compile Include="BLL\BasicInfo\FactoryBLL.cs" /> <Compile Include="BLL\BasicInfo\ImgVideoBLL.cs" /> <Compile Include="BLL\BasicInfo\InjectionPlanBLL.cs" /> <Compile Include="BLL\BasicInfo\LineBLL.cs" /> <Compile Include="BLL\BasicInfo\LocationBLL.cs" /> <Compile Include="BLL\BasicInfo\MachineBLL.cs" /> <Compile Include="BLL\BasicInfo\ModelInfoBLL.cs" /> <Compile Include="BLL\BasicInfo\ModelUpdateBLL.cs" /> <Compile Include="BLL\BasicInfo\OperatorBLL.cs" /> <Compile Include="BLL\BasicInfo\PaintInfoBLL.cs" /> <Compile Include="BLL\BasicInfo\PlaceBLL.cs" /> <Compile Include="BLL\BasicInfo\PlasticBLL.cs" /> <Compile Include="BLL\BasicInfo\ProductBLL.cs" /> <Compile Include="BLL\BasicInfo\ProductOfInjectionBLL.cs" /> <Compile Include="BLL\BasicInfo\ProductTypeBLL.cs" /> <Compile Include="BLL\BasicInfo\ProjectBLL.cs" /> <Compile Include="BLL\BasicInfo\StationBLL.cs" /> <Compile Include="BLL\Check\InspectResultBLL.cs" /> <Compile Include="BLL\ExchangeCenter\GetNewTasksBLL.cs" /> <Compile Include="BLL\ExchangeCenter\PartMstrBLL.cs" /> <Compile Include="BLL\ExchangeCenter\PartRecordBLL.cs" /> <Compile Include="BLL\ExchangeCenter\TESBomBLL.cs" /> <Compile Include="BLL\ExchangeCenter\TESPartDetBLL.cs" /> <Compile Include="BLL\Hybrid\HybridPlanBLL.cs" /> <Compile Include="BLL\Hybrid\HybridScanRecordBLL.cs" /> <Compile Include="BLL\Injection\DownReasonBLL.cs" /> <Compile Include="BLL\Injection\InjectionDownRecordBLL.cs" /> <Compile Include="BLL\Injection\InjectionRecordBLL.cs" /> <Compile Include="BLL\Inspection\CommonlyInspectionBLL.cs" /> <Compile Include="BLL\Inspection\CommonlyInspectionVersionBLL.cs" /> <Compile Include="BLL\Log\LogErrBLL.cs" /> <Compile Include="BLL\Log\LogSysBLL.cs" /> <Compile Include="BLL\Mistake243\Assembly243BLL.cs" /> <Compile Include="BLL\Mistake243\Box243BLL.cs" /> <Compile Include="BLL\Mistake243\Mistake243BLL.cs" /> <Compile Include="BLL\Mistake243\Plan243BLL.cs" /> <Compile Include="BLL\Mistake243\RecordBLL.cs" /> <Compile Include="BLL\Mistake247\AssemblyBLL.cs" /> <Compile Include="BLL\Mistake247\BoxBLL.cs" /> <Compile Include="BLL\Mistake247\MistakeBLL.cs" /> <Compile Include="BLL\Mistake247\Plan247BLL.cs" /> <Compile Include="BLL\Mistake247\RecordBLL.cs" /> <Compile Include="BLL\Mistake247\ToVisualBLL.cs" /> <Compile Include="BLL\MistakeGratings\GratingsBll.cs" /> <Compile Include="BLL\PaintDown\PaintDownBll.cs" /> <Compile Include="BLL\Painting\InspectResultBLL.cs" /> <Compile Include="BLL\Painting\NotStockBarCodeBll.cs" /> <Compile Include="BLL\Painting\PolishingNotStockBll.cs" /> <Compile Include="BLL\Painting\PunchNotStockBarCodeBll.cs" /> <Compile Include="DAL\painting\NotStockBarCodeDal.cs" /> <Compile Include="BLL\Painting\NotUpBarCodeBll.cs" /> <Compile Include="DAL\painting\NotUpBarCodeDal.cs" /> <Compile Include="BLL\Painting\PaintBarCodeBLL.cs" /> <Compile Include="BLL\Painting\PaintPersonBLL.cs" /> <Compile Include="BLL\Painting\PaintReasonBLL.cs" /> <Compile Include="BLL\Painting\ScanRecordBLL.cs" /> <Compile Include="BLL\Painting\StockInBLL.cs" /> <Compile Include="BLL\Painting\TmpBarCodeBll.cs" /> <Compile Include="BLL\Plan243\Plan243BLL.cs" /> <Compile Include="BLL\Plan247\Plan247BLL.cs" /> <Compile Include="BLL\PunchAndWeld\PlanPunchBLL.cs" /> <Compile Include="BLL\PunchAndWeld\PlanPunchNewBLL.cs" /> <Compile Include="BLL\PunchAndWeld\PunchAdressBLL.cs" /> <Compile Include="BLL\PunchAndWeld\PunchAndStationBLL.cs" /> <Compile Include="BLL\PunchAndWeld\PunchDeviceBLL.cs" /> <Compile Include="BLL\PunchAndWeld\PunchPartBLL.cs" /> <Compile Include="BLL\PunchAndWeld\PunchPlanBLL.cs" /> <Compile Include="BLL\PunchAndWeld\PunchPlanMFABLL.cs" /> <Compile Include="BLL\Record243\Record243BLL.cs" /> <Compile Include="BLL\Stock\AppendColorBLL.cs" /> <Compile Include="DAL\BasicInfo\ProjectDAL.cs" /> <Compile Include="DAL\Hybrid\HybridPlanDAL.cs" /> <Compile Include="DAL\Hybrid\HybridScanRecordDAL.cs" /> <Compile Include="DAL\Mistake243\Assembly243DAL.cs" /> <Compile Include="DAL\Mistake243\Box243DAL.cs" /> <Compile Include="DAL\Mistake243\Mistake243DAL.cs" /> <Compile Include="DAL\Mistake243\Plan243DAL.cs" /> <Compile Include="DAL\Mistake243\RecordDAL.cs" /> <Compile Include="DAL\Mistake247\ToVisualDAL.cs" /> <Compile Include="DAL\PaintDown\PaintDownDal.cs" /> <Compile Include="DAL\painting\PaintPersonDAL.cs" /> <Compile Include="DAL\painting\PaintReasonDAL.cs" /> <Compile Include="DAL\painting\PolishingNotStockDal.cs" /> <Compile Include="DAL\painting\PunchNotStockBarCodeDal.cs" /> <Compile Include="DAL\painting\TmpBarCodeDal.cs" /> <Compile Include="DAL\Plan243\Plan243DAL.cs" /> <Compile Include="DAL\PunchAndWeld\PunchAndStationDAL.cs" /> <Compile Include="DAL\PunchAndWeld\PunchDeviceDAL.cs" /> <Compile Include="DAL\PunchAndWeld\PunchPartDAL.cs" /> <Compile Include="DAL\PunchAndWeld\PunchPlanDAL.cs" /> <Compile Include="BLL\PunchAndWeld\PunchRecordBLL.cs" /> <Compile Include="BLL\PunchAndWeld\PunchValueRecordBLL.cs" /> <Compile Include="BLL\Record247\Record247BLL.cs" /> <Compile Include="BLL\Report\FiveScreenBLL.cs" /> <Compile Include="BLL\Report\FiveScreenLastBLL.cs" /> <Compile Include="BLL\Report\FiveScreenStandardBLL.cs" /> <Compile Include="BLL\Show\AnalysisBLL.cs" /> <Compile Include="BLL\Stock\StockInBLL.cs" /> <Compile Include="BLL\User\Sys_ButtonsService.cs" /> <Compile Include="BLL\User\Sys_NavMenuService.cs" /> <Compile Include="BLL\User\UserBLL.cs" /> <Compile Include="DAL\Andon\AndonButtonRecordDAL.cs" /> <Compile Include="DAL\Andon\AndonButtonTypeDAL.cs" /> <Compile Include="DAL\BaseDAL.cs" /> <Compile Include="DAL\BasicDAL.cs" /> <Compile Include="DAL\BasicInfo\BadInjectionDAL.cs" /> <Compile Include="DAL\BasicInfo\BarCodeDAl.cs" /> <Compile Include="DAL\BasicInfo\BomDAL.cs" /> <Compile Include="DAL\BasicInfo\ColorDAL.cs" /> <Compile Include="DAL\BasicInfo\DefectDAL.cs" /> <Compile Include="DAL\BasicInfo\InjectionPlanDAL.cs" /> <Compile Include="DAL\BasicInfo\OperatorDAL.cs" /> <Compile Include="DAL\BasicInfo\ProductDAL.cs" /> <Compile Include="DAL\BasicInfo\ProductOfInjectionDAL.cs" /> <Compile Include="DAL\BasicInfo\ProductTypeDAL.cs" /> <Compile Include="DAL\BasicInfo\StationDAL.cs" /> <Compile Include="DAL\Check\InspectResultDAL.cs" /> <Compile Include="DAL\DataTableExtend.cs" /> <Compile Include="DAL\ExchangeCenter\GetNewTasksDAL.cs" /> <Compile Include="DAL\ExchangeCenter\PartMstrDAL.cs" /> <Compile Include="DAL\ExchangeCenter\PartRecordDAL.cs" /> <Compile Include="DAL\ExchangeCenter\TESBomDAL.cs" /> <Compile Include="DAL\ExchangeCenter\TESPartDetDAL.cs" /> <Compile Include="DAL\Injection\DownReasonDAL.cs" /> <Compile Include="DAL\Injection\InjectionDownRecordDAL.cs" /> <Compile Include="DAL\Injection\InjectionRecordDAL.cs" /> <Compile Include="DAL\Log\LogErrDAL.cs" /> <Compile Include="DAL\Log\LogSysDAL.cs" /> <Compile Include="DAL\Mistake247\AssemblyDAL.cs" /> <Compile Include="DAL\Mistake247\BoxDAL.cs" /> <Compile Include="DAL\Mistake247\MistakeDAL.cs" /> <Compile Include="DAL\Mistake247\Plan247DAL.cs" /> <Compile Include="DAL\Mistake247\RecordDAL.cs" /> <Compile Include="DAL\painting\InspectResultDAL.cs" /> <Compile Include="DAL\painting\PaintBarCodeDAL.cs" /> <Compile Include="DAL\painting\StockInDAL.cs" /> <Compile Include="DAL\Plan247\Plan247DAL.cs" /> <Compile Include="DAL\PunchAndWeld\PunchAdressDAL.cs" /> <Compile Include="DAL\PunchAndWeld\PunchPlanMFADAL.cs" /> <Compile Include="DAL\PunchAndWeld\PunchRecordDAL.cs" /> <Compile Include="DAL\PunchAndWeld\PunchValueRecordDAL.cs" /> <Compile Include="DAL\SqlHelper.cs" /> <Compile Include="DAL\User\Sys_ButtonsData.cs" /> <Compile Include="DAL\User\Sys_NavMenuData.cs" /> <Compile Include="DAL\User\UserDAL.cs" /> <Compile Include="EFModel\BBMPT.Context.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>BBMPT.Context.tt</DependentUpon> </Compile> <Compile Include="EFModel\BBMPT.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\BBMPT.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>BBMPT.edmx</DependentUpon> </Compile> <Compile Include="EFModel\fine_authority.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_authority_object.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_backup_node.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_base_message.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_base_output.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_block_ip.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_conf_classname.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_conf_entity.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_conf_xmlentity.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_custom_role.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_department.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_dep_role.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_extra_property.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_favorite_entry.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_homepage_expand.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_international.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_last_login.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_login_lock.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_mobile_device.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_mobile_push_message.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_output_class.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_output_client_notice.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_output_email.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_output_ftp.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_output_mount.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_output_platform_msg.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_output_print.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_output_sftp.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_output_sms.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_param_template.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_post.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_print_offset.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_print_offset_ip_relate.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_process_expand.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_process_message.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_remote_design_auth.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_report_expand.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_schedule_output.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_schedule_record.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_schedule_task.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_schedule_task_param.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_swift_cluster_size.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_swift_col_idx_conf.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_swift_config_entity.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_swift_metadata.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_swift_segments.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_swift_seg_location.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_swift_service_info.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_swift_table_path.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_swift_tab_idx_conf.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_system_message.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_user.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_user_role_middle.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_vcs.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_workflow.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_workflow_log.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_workflow_node.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_workflow_stash_data.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_workflow_task.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_workflow_task_impl.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\fine_write_stash.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\LogErr.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\LogSys.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\LogSys_202001_04.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\LogSys_202003.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\LogSys_202004.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\LogSys_202005.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\LogSys_20200605.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\LogSys_20200610.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\LogSys_202008.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\LogSys_20210322.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\QRTZ_BLOB_TRIGGERS.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\QRTZ_CALENDARS.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\QRTZ_CRON_TRIGGERS.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\QRTZ_FIRED_TRIGGERS.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\QRTZ_JOB_DETAILS.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\QRTZ_LOCKS.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\QRTZ_PAUSED_TRIGGER_GRPS.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\QRTZ_SCHEDULER_STATE.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\QRTZ_SIMPLE_TRIGGERS.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\QRTZ_SIMPROP_TRIGGERS.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\QRTZ_TRIGGERS.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\TA_DEPT.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_aa.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_AndonButtonType.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_AndonRecord.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Assembly_243.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Assembly_247.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Assembly_254.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Bad_Injection.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_BarCode.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Bom.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Bom_20190726.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Box_243.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Box_247.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Box_Record.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Box_WheelBrow.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_BucketInfo.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_CheckItem.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Color.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Color_20191008.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Color_20201101.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_CommonlyInspection.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_CommonlyInspectionRecord.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_CommonlyInspectionVersion.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Config.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Cylinder.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_CylinderAndRaw.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Defect.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Defect_bak.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Device.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Factory.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_FinishProduct.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_HybridPlan.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_HybridScanRecord.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ImgVideo.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Inhection_DownReason.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_InjectionPlan.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Injection_DownRecord.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Injection_DownTime.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Injection_DownType.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Injection_Record.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_InjectPlanReport.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_InspectResult.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_InspectResult_20190902.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_InspectResult_20200717.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_InspectResult_20201021.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_InspectResult_20210322.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_LayerAndBC.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Line.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Location.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Machine.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Mistake_243.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Mistake_243_bak.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Mistake_247.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Mistake_247_bak.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Mistake_Gratings.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ModelCount.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ModelInfo.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Model_Product.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Model_Update.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Operator.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PaintBarCode.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PaintInfo.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PaintPerson.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PaintReason.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PaintScanRecord.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Paint_Bucket.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PartRecord.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Place.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PlanScreenConfig.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Plan_243.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Plan_247.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Plan_Punch.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Plan_Punch_20200509.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Plan_Punch_214.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Plastic.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PrintConfig.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PrintRecord.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Product.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Product0912.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Product20200802.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Product20201016.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ProductSotckIn.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ProductType.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Product_20200513.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Product_20201110.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Product_20230901.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Product_Injection.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Product_Injection_20190726.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Product_Injection_w.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Project.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PunchAddress.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PunchAndStation.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PunchAndStation_bak.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PunchDevice.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PunchMFAPlan.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PunchNGCCPlan.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PunchPlan.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PunchRecord.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PunchResult.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_PunchValueRecord.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Punch_Code_Record.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Punch_Code_Record2.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Punch_Code_Record_20200721.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Punch_Code_Record_20200907.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Punch_Code_Record_20221231.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Punch_Code_Record_20230630.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Punch_Code_Record_BF.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Punch_Code_Record_Del.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Punch_Code_Record_DoorSill_214.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Punch_Proucting.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Record_243.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Record_243_20220517.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Record_247.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Record_Gratings.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ReportA1.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_reportA2.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ReportF1.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ReportF3.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ReportG1.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ReportH1.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ReportPaintingScreen.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ReportPaintingScreen_bak.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ReportPaintingScreen_pg.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ReportPaintingScreen_pg_bak.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ReportTest.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Report_FiveScreen.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Report_FiveScreenConfig.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Report_FiveScreenLast.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Report_FiveScreenStandard.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Report_FiveScreen_20191011.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Report_FiveScreen_20191014.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ScanAnalysis.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ScanRecord_Laser.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_SkidInfo.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_SkidInfo_20200904.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_SpcialNotFacStockNo.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_SpcialStockNo.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_SpecialHybrid.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_SpecialVisual.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_Station.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_StationAndCylinder.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_StockIn.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_StockInColor.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_StockIn_20200511.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_StockIn_20210322.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_StockIn_beif.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_test.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ToVisual_WheelBrow_243.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ToVisual_WheelBrow_247.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\tb_ToWmsRecord.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\test1.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\test2.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\TES_BOM.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\TES_PART_MSTR.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\T_PaintInfo.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\T_Sys_Buttons.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\T_Sys_NavMenu.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\T_Sys_Power.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\T_Sys_Role.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\T_Sys_RoleLinkPower.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\T_Sys_UserRole.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\T_Sys_Users.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="EFModel\T_Sys_Users_NavMenu.cs"> <DependentUpon>BBMPT.tt</DependentUpon> </Compile> <Compile Include="JSONTools.cs" /> <Compile Include="LambdaHelper.cs" /> <Compile Include="Model\AnalysisBarModel.cs" /> <Compile Include="Model\AnalysisPieModel.cs" /> <Compile Include="Model\AndonRecordModel.cs" /> <Compile Include="Model\Assembly243Model.cs" /> <Compile Include="Model\AssemblyModel.cs" /> <Compile Include="Model\BadInjectionModel.cs" /> <Compile Include="Model\BarCodeModel.cs" /> <Compile Include="Model\BasicModel.cs" /> <Compile Include="Model\BomModel.cs" /> <Compile Include="Model\BoxModel.cs" /> <Compile Include="Model\AndonButtonTypeModel.cs" /> <Compile Include="Model\CheckItemModel.cs" /> <Compile Include="Model\ChildTreeModel.cs" /> <Compile Include="Model\ColorModel.cs" /> <Compile Include="Model\CommonlyInspectionModel.cs" /> <Compile Include="Model\CommonlyInspectionVersionModel.cs" /> <Compile Include="Model\DefectModel.cs" /> <Compile Include="Model\DeviceModel.cs" /> <Compile Include="Model\DownRecordVO.cs" /> <Compile Include="Model\EcharBarModel.cs" /> <Compile Include="Model\GetNewTasksModel.cs" /> <Compile Include="Model\HybridPlanModel.cs" /> <Compile Include="Model\HybridScanRecordModel.cs" /> <Compile Include="Model\InjectionBadReasonModel.cs" /> <Compile Include="Model\InjectionDownReason.cs" /> <Compile Include="Model\InjectionDownRecordModel.cs" /> <Compile Include="Model\InjectionPlanModel.cs" /> <Compile Include="Model\InjectionRecordDownReasonModel.cs" /> <Compile Include="Model\Injection_DownRecordModel.cs" /> <Compile Include="Model\Injection_RecordModel.cs" /> <Compile Include="Model\InspectResultGroup.cs" /> <Compile Include="Model\InspectResultModel.cs" /> <Compile Include="Model\JsonDataModel.cs" /> <Compile Include="Model\LineModel.cs" /> <Compile Include="Model\LogErrModel.cs" /> <Compile Include="Model\LogSysModel.cs" /> <Compile Include="Model\OperationModel.cs" /> <Compile Include="Model\OperatorModel.cs" /> <Compile Include="Model\PaintBarCodeModel.cs" /> <Compile Include="Model\Paint_BucketModel.cs" /> <Compile Include="Model\partModel.cs" /> <Compile Include="Model\PartMstrModel.cs" /> <Compile Include="Model\PartRecordModel.cs" /> <Compile Include="Model\PieDataModel.cs" /> <Compile Include="Model\PlaceModel.cs" /> <Compile Include="Model\PlasticModel.cs" /> <Compile Include="Model\ProductInjectionModel.cs" /> <Compile Include="Model\ProductModel.cs" /> <Compile Include="Model\ProductOfInjectionModel.cs" /> <Compile Include="Model\ProductTypeModel.cs" /> <Compile Include="Model\ProjectModel.cs" /> <Compile Include="Model\PunchAndStationModel.cs" /> <Compile Include="Model\PunchAndStationModel1.cs" /> <Compile Include="Model\PunchMFAModel.cs" /> <Compile Include="Model\PunchPlanModel.cs" /> <Compile Include="Model\PunchRecordModel.cs" /> <Compile Include="Model\PunchValueRecordModel.cs" /> <Compile Include="Model\QualifiedDayModel.cs" /> <Compile Include="Model\QualifiedMonthModel.cs" /> <Compile Include="Model\RecordModel.cs" /> <Compile Include="Model\SelectModel.cs" /> <Compile Include="Model\StationModel.cs" /> <Compile Include="Model\StockInModel.cs" /> <Compile Include="Model\Sys_Buttons.cs" /> <Compile Include="Model\Sys_NavMenuInfo.cs" /> <Compile Include="Model\tb_Plan_243Model.cs" /> <Compile Include="Model\tb_Plan_247Model.cs" /> <Compile Include="Model\tb_Plan_PunchModel.cs" /> <Compile Include="Model\tb_Plan_PunchNewModel.cs" /> <Compile Include="Model\TESBomModel.cs" /> <Compile Include="Model\TESPartDetModel.cs" /> <Compile Include="Model\TreeModel.cs" /> <Compile Include="Model\UserModel.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Tool.cs" /> </ItemGroup> <ItemGroup> <None Include="App.config"> <SubType>Designer</SubType> </None> <EntityDeploy Include="EFModel\BBMPT.edmx"> <Generator>EntityModelCodeGenerator</Generator> <LastGenOutput>BBMPT.Designer.cs</LastGenOutput> </EntityDeploy> <None Include="EFModel\BBMPT.edmx.diagram"> <DependentUpon>BBMPT.edmx</DependentUpon> </None> <None Include="packages.config" /> </ItemGroup> <ItemGroup> <Content Include="EFModel\BBMPT.Context.tt"> <Generator>TextTemplatingFileGenerator</Generator> <DependentUpon>BBMPT.edmx</DependentUpon> <LastGenOutput>BBMPT.Context.cs</LastGenOutput> </Content> <Content Include="EFModel\BBMPT.tt"> <Generator>TextTemplatingFileGenerator</Generator> <DependentUpon>BBMPT.edmx</DependentUpon> <LastGenOutput>BBMPT.cs</LastGenOutput> </Content> </ItemGroup> <ItemGroup> <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>