<?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>{9CD2A6BE-1971-4E74-B49E-547982F64034}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>MECF.Framework.Common</RootNamespace> <AssemblyName>MECF.Framework.Common</AssemblyName> <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>..\Output\MECF.Framework\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <NoWarn>CS0168</NoWarn> </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="DocumentFormat.OpenXml"> <HintPath>..\..\ThirdParty\DocumentFormat.OpenXml.dll</HintPath> </Reference> <Reference Include="ILNumerics.Net"> <HintPath>..\..\ThirdParty\ILNumerics.Net.dll</HintPath> </Reference> <Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\ThirdParty\log4net.dll</HintPath> </Reference> <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\ThirdParty\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="Npgsql"> <HintPath>..\..\ThirdParty\Npgsql.dll</HintPath> </Reference> <Reference Include="PresentationCore" /> <Reference Include="PresentationFramework" /> <Reference Include="PresentationFramework.Aero" /> <Reference Include="SciChart.Charting"> <HintPath>..\..\ThirdParty\SciCart\SciChart.Charting.dll</HintPath> </Reference> <Reference Include="SciChart.Core"> <HintPath>..\..\ThirdParty\SciCart\SciChart.Core.dll</HintPath> </Reference> <Reference Include="SciChart.Data"> <HintPath>..\..\ThirdParty\SciCart\SciChart.Data.dll</HintPath> </Reference> <Reference Include="SciChart.Drawing"> <HintPath>..\..\ThirdParty\SciCart\SciChart.Drawing.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System.Configuration" /> <Reference Include="System.Core" /> <Reference Include="System.Drawing" /> <Reference Include="System.Management" /> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.Runtime.Serialization.Formatters.Soap" /> <Reference Include="System.ServiceModel" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xaml" /> <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" /> <Reference Include="TwinCAT.Ads, Version=4.3.30.0, Culture=neutral, PublicKeyToken=180016cd49e5e8c3, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\ThirdParty\TwinCAT.Ads.dll</HintPath> </Reference> <Reference Include="WindowsBase" /> <Reference Include="WindowsFormsIntegration" /> </ItemGroup> <ItemGroup> <Compile Include="Account\Account.cs" /> <Compile Include="Account\AccountClient.cs" /> <Compile Include="Account\AccountExManager.cs" /> <Compile Include="Account\AccountManager.cs" /> <Compile Include="Account\AccountService.cs" /> <Compile Include="Account\Authorization.cs" /> <Compile Include="Account\Extends\AccountEx.cs" /> <Compile Include="Account\Extends\Menu.cs" /> <Compile Include="Account\Extends\MenuLoader.cs" /> <Compile Include="Account\Extends\Role.cs" /> <Compile Include="Account\Extends\RoleLoader.cs" /> <Compile Include="Account\Extends\UserContext.cs" /> <Compile Include="Account\IAccountService.cs" /> <Compile Include="Account\NotificationService.cs" /> <Compile Include="Account\Extends\XmlLoader.cs" /> <Compile Include="Alarm\AlarmListManager.cs" /> <Compile Include="Algorithm\PdiAlgorithm.cs" /> <Compile Include="Backend\AboutView.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Backend\AboutView.Designer.cs"> <DependentUpon>AboutView.cs</DependentUpon> </Compile> <Compile Include="Backend\Controls\AICtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Backend\Controls\AICtrl.Designer.cs"> <DependentUpon>AICtrl.cs</DependentUpon> </Compile> <Compile Include="Backend\Controls\AOCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Backend\Controls\AOCtrl.Designer.cs"> <DependentUpon>AOCtrl.cs</DependentUpon> </Compile> <Compile Include="Backend\Controls\DICtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Backend\Controls\DICtrl.Designer.cs"> <DependentUpon>DICtrl.cs</DependentUpon> </Compile> <Compile Include="Backend\IBackendIoSimulator.cs" /> <Compile Include="Backend\IO\AI.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Backend\IO\AI.Designer.cs"> <DependentUpon>AI.cs</DependentUpon> </Compile> <Compile Include="Backend\IO\AO.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Backend\IO\AO.Designer.cs"> <DependentUpon>AO.cs</DependentUpon> </Compile> <Compile Include="Backend\IO\DI.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Backend\IO\DI.Designer.cs"> <DependentUpon>DI.cs</DependentUpon> </Compile> <Compile Include="Backend\IO\DO.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Backend\IO\DO.Designer.cs"> <DependentUpon>DO.cs</DependentUpon> </Compile> <Compile Include="Backend\IO\IIOView.cs" /> <Compile Include="Backend\IO\IoDataView.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Backend\IO\IoDataView.Designer.cs"> <DependentUpon>IoDataView.cs</DependentUpon> </Compile> <Compile Include="Backend\MainView.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Backend\MainView.Designer.cs"> <DependentUpon>MainView.cs</DependentUpon> </Compile> <Compile Include="Backend\SimulatorView.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Backend\SimulatorView.Designer.cs"> <DependentUpon>SimulatorView.cs</DependentUpon> </Compile> <Compile Include="Backend\SystemConfigView.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Backend\SystemConfigView.Designer.cs"> <DependentUpon>SystemConfigView.cs</DependentUpon> </Compile> <Compile Include="Backend\UserLoginView.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Backend\UserLoginView.Designer.cs"> <DependentUpon>UserLoginView.cs</DependentUpon> </Compile> <Compile Include="Beckhoff\AxisProvider\BeckhoffAxisProviderCfg.cs" /> <Compile Include="Beckhoff\AxisProvider\BeckhoffAxisProviderManager.cs" /> <Compile Include="Beckhoff\AxisProvider\BeckhoffProviderAxis.cs" /> <Compile Include="Beckhoff\IOAxis\BeckhoffCounterOutput.cs" /> <Compile Include="Beckhoff\IOAxis\BeckhoffCounter.cs" /> <Compile Include="Beckhoff\ModuleIO\BeckhoffModule.cs" /> <Compile Include="Beckhoff\ModuleIO\BeckhoffModuleIOCfg.cs" /> <Compile Include="Beckhoff\ModuleIO\BeckhoffModuleIOInfo.cs" /> <Compile Include="Beckhoff\ModuleIO\BeckhoffModuleIOManager.cs" /> <Compile Include="CommonData\AlarmList.cs" /> <Compile Include="CommonData\CounterFlowData.cs" /> <Compile Include="CommonData\Dryer\DryerCommonData.cs" /> <Compile Include="CommonData\Dryer\DryerLotTrackData.cs" /> <Compile Include="CommonData\Loader\LoaderLotTrackData.cs" /> <Compile Include="CommonData\LotTrackFileHeaderCommonData.cs" /> <Compile Include="CommonData\Metal\CompactMembranMetalDeviceData.cs" /> <Compile Include="CommonData\Metal\MetalLotTrackData.cs" /> <Compile Include="CommonData\Metal\StandardHotMetalDeviceData.cs" /> <Compile Include="CommonData\PowerSupplier\PowerSupplierData.cs" /> <Compile Include="CommonData\PowerSupplier\PowerSupplierEnumData.cs" /> <Compile Include="CommonData\PowerSupplier\PowerSupplierStepPeriodData.cs" /> <Compile Include="CommonData\Prewet\PrewetPumpData.cs" /> <Compile Include="CommonData\Prewet\PrewetLotTrackData.cs" /> <Compile Include="CommonData\Reservoir\CompactMembranReservoirData.cs" /> <Compile Include="CommonData\Reservoir\PMCounterCommonData.cs" /> <Compile Include="CommonData\Reservoir\PMCounterNode.cs" /> <Compile Include="CommonData\Reservoir\ReplenData.cs" /> <Compile Include="CommonData\Reservoir\StandardHotReservoirData.cs" /> <Compile Include="CommonData\SRD\SrdCommonData.cs" /> <Compile Include="CommonData\Rinse\RinseLotTrackData.cs" /> <Compile Include="CommonData\SRD\SRDLotTrackData.cs" /> <Compile Include="CommonData\Transporter\TransporterData.cs" /> <Compile Include="CommonData\WaferHolderMoveItem.cs" /> <Compile Include="ControlDataContext\UserItem.cs" /> <Compile Include="DBCore\ReservoirUsageRecorder.cs" /> <Compile Include="DBCore\MetalUsageRecorder.cs" /> <Compile Include="DBCore\AlarmListRecorder.cs" /> <Compile Include="DBCore\UserDataRecorder.cs" /> <Compile Include="DBCore\WaferHolderHistoryRecord.cs" /> <Compile Include="Device\BarcodeReader\BarcodeReaderConfigManager.cs" /> <Compile Include="Device\BarcodeReader\BarcodeReaderConfig.cs" /> <Compile Include="Device\BarcodeReader\BarcodeReaderDeviceConfig.cs" /> <Compile Include="Device\BarcodeReader\BarcodeReaderSerialDevice.cs" /> <Compile Include="Device\Common\SimulatorCommManager.cs" /> <Compile Include="Device\Festo\FestoCommand.cs" /> <Compile Include="Device\Festo\FestoControllerCfg.cs" /> <Compile Include="Device\Festo\FestoControllerCfgManager.cs" /> <Compile Include="Device\Festo\FestoDeviceConfig.cs" /> <Compile Include="Device\Festo\FestoDO.cs" /> <Compile Include="Device\Festo\FestoMessage.cs" /> <Compile Include="Device\Festo\FestoModbusDevice.cs" /> <Compile Include="Device\Festo\FestoFlag.cs" /> <Compile Include="Device\Galil\Galil40Message.cs" /> <Compile Include="Device\Galil\Galil40TcpDevice.cs" /> <Compile Include="Device\Galil\GalilAxisConfig.cs" /> <Compile Include="Device\Galil\GalilAxisData.cs" /> <Compile Include="Device\Galil\GalilAxisManager.cs" /> <Compile Include="Device\Galil\GalilCommand.cs" /> <Compile Include="Device\Galil\GalilControllerCfg.cs" /> <Compile Include="Device\Galil\GalilControllerCfgManager.cs" /> <Compile Include="Device\Galil\GalilControllerData.cs" /> <Compile Include="Device\Galil\GalilDeviceConfig.cs" /> <Compile Include="Device\Galil\Galil21Message.cs" /> <Compile Include="Device\Galil\Galil21TcpDevice.cs" /> <Compile Include="Device\Galil\IGalilDevice.cs" /> <Compile Include="Device\LinMot\LinMotDelegate.cs" /> <Compile Include="Device\PowerSupplier\PowerSupplierCommand.cs" /> <Compile Include="Device\PowerSupplier\PowerSupplierDeviceConfigCfg.cs" /> <Compile Include="Device\PowerSupplier\PowerSupplierDevice.cs" /> <Compile Include="Device\PowerSupplier\PowerSupplierDeviceConfig.cs" /> <Compile Include="Device\PowerSupplier\PowerSupplierDeviceConfigManager.cs" /> <Compile Include="Device\PowerSupplier\PowerSupplierDeviceConfigManager_SerialPort.cs" /> <Compile Include="Device\PowerSupplier\PowerSupplierFlag.cs" /> <Compile Include="Device\PowerSupplier\PowerSupplierSerialPortModbusDevice.cs" /> <Compile Include="Device\PowerSupplier\PowerSupplierTcpModbusMessage.cs" /> <Compile Include="Device\PowerSupplier\PowerSupplierMessage.cs" /> <Compile Include="Device\PowerSupplier\PowerSupplierModbusDevice.cs" /> <Compile Include="Device\ResistivityProbe\ThorntonConfig.cs" /> <Compile Include="Device\ResistivityProbe\ThorntonConfigManager.cs" /> <Compile Include="Device\ResistivityProbe\ThorntonDevice.cs" /> <Compile Include="Device\ResistivityProbe\ThorntonDeviceConfig.cs" /> <Compile Include="Device\ResistivityProbe\ThorntonSerialDevice.cs" /> <Compile Include="Beckhoff\Station\BeckhoffModuleCollection.cs" /> <Compile Include="Beckhoff\Station\Station.cs" /> <Compile Include="Beckhoff\Station\BeckhoffStationAxis.cs" /> <Compile Include="Beckhoff\Station\BeckhoffStationModule.cs" /> <Compile Include="Beckhoff\Station\StationPositionCfg.cs" /> <Compile Include="Device\Rinse\RinseData.cs" /> <Compile Include="Device\Safety\SafetyData.cs" /> <Compile Include="Device\TemperatureController\TemperatureConfig.cs" /> <Compile Include="Device\TemperatureController\TemperatureConfigManager.cs" /> <Compile Include="Device\TemperatureController\TemperatureDevice.cs" /> <Compile Include="Device\TemperatureController\TemperatureDeviceConfig.cs" /> <Compile Include="Device\TemperatureController\TemperatureSerialDevice.cs" /> <Compile Include="CommonData\CalibrationItem.cs" /> <Compile Include="CommonData\DeviceData\AITAlignerData.cs" /> <Compile Include="CommonData\DeviceData\AITBoostPumpData.cs" /> <Compile Include="CommonData\DeviceData\AITChillerData.cs" /> <Compile Include="CommonData\DeviceData\AITConfigData.cs" /> <Compile Include="CommonData\DeviceData\AITCoolingControlData.cs" /> <Compile Include="CommonData\DeviceData\AITCylinderData.cs" /> <Compile Include="CommonData\DeviceData\AITEmoData.cs" /> <Compile Include="CommonData\DeviceData\AITHeaterData.cs" /> <Compile Include="CommonData\DeviceData\AITHighTemperatureHeaterData.cs" /> <Compile Include="CommonData\DeviceData\AITHVData.cs" /> <Compile Include="CommonData\DeviceData\AITLidData.cs" /> <Compile Include="CommonData\DeviceData\AITMfcData.cs" /> <Compile Include="CommonData\DeviceData\AITPendulumValveData.cs" /> <Compile Include="CommonData\DeviceData\AITPressureControlData.cs" /> <Compile Include="CommonData\DeviceData\AITPressureMeterData.cs" /> <Compile Include="CommonData\DeviceData\AITPressureSensorData.cs" /> <Compile Include="CommonData\DeviceData\AITPumpData.cs" /> <Compile Include="CommonData\DeviceData\AITRfMatchData.cs" /> <Compile Include="CommonData\DeviceData\AITRfPowerData.cs" /> <Compile Include="CommonData\DeviceData\AITRfData.cs" /> <Compile Include="CommonData\DeviceData\AITRfidReaderData.cs" /> <Compile Include="CommonData\DeviceData\AITSensorData.cs" /> <Compile Include="CommonData\DeviceData\AITServoMotorData.cs" /> <Compile Include="CommonData\DeviceData\AITSignalTowerData.cs" /> <Compile Include="CommonData\DeviceData\AITStatisticsData.cs" /> <Compile Include="CommonData\DeviceData\AITThermalCoupleData.cs" /> <Compile Include="CommonData\DeviceData\AITThrottleValveData.cs" /> <Compile Include="CommonData\DeviceData\AITValveData.cs" /> <Compile Include="CommonData\DeviceData\AITVaporLineData.cs" /> <Compile Include="CommonData\DeviceData\AITWaferIdReaderData.cs" /> <Compile Include="CommonData\DeviceData\AITWaterFlowMeterData.cs" /> <Compile Include="CommonData\DeviceData\AITWaterFlowSensorData.cs" /> <Compile Include="CommonData\DeviceData\IDeviceData.cs" /> <Compile Include="CommonData\EndPointConfigItem.cs" /> <Compile Include="CommonData\HistoryDataItem.cs" /> <Compile Include="CommonData\LeakCheckMode.cs" /> <Compile Include="CommonData\LeakCheckResultItem.cs" /> <Compile Include="CommonData\LeakCheckResultManager.cs" /> <Compile Include="CommonData\Loader\LoaderCommonData.cs" /> <Compile Include="CommonData\Loader\LoaderFlowLotTrackData.cs" /> <Compile Include="CommonData\Loader\LoaderSideData.cs" /> <Compile Include="CommonData\NotifiableData.cs" /> <Compile Include="CommonData\PUF\AxisModeOfOperation.cs" /> <Compile Include="CommonData\PUF\PufDistanceData.cs" /> <Compile Include="CommonData\RobotAnimationData.cs" /> <Compile Include="CommonData\RobotMoveInfo.cs" /> <Compile Include="CommonData\SorterDefines\DeviceState.cs" /> <Compile Include="CommonData\SorterDefines\FoupClampState.cs" /> <Compile Include="CommonData\SorterDefines\FoupDoorState.cs" /> <Compile Include="CommonData\SorterDefines\IndicatorState.cs" /> <Compile Include="CommonData\SorterDefines\LoadPortCarrierMode.cs" /> <Compile Include="CommonData\SorterDefines\LoadportCassetteState.cs" /> <Compile Include="CommonData\SorterDefines\SlotTransferInfo.cs" /> <Compile Include="CommonData\SorterDefines\SorterHostUsageRecipeTableItem.cs" /> <Compile Include="CommonData\SorterDefines\SorterReadWaferIDRecipeXml.cs" /> <Compile Include="CommonData\SorterDefines\SorterRecipeOrderByMode.cs" /> <Compile Include="CommonData\SorterDefines\SorterRecipePlaceModeOrder.cs" /> <Compile Include="CommonData\SorterDefines\SorterRecipePlaceModePack.cs" /> <Compile Include="CommonData\SorterDefines\SorterRecipePlaceModeTransfer1To1.cs" /> <Compile Include="CommonData\SorterDefines\SorterRecipeTransferTableItem.cs" /> <Compile Include="CommonData\SorterDefines\SorterRecipeType.cs" /> <Compile Include="CommonData\SorterDefines\SorterHostUsageRecipeXml.cs" /> <Compile Include="CommonData\SorterDefines\SorterRecipeXml.cs" /> <Compile Include="CommonData\SorterDefines\TransferInfo.cs" /> <Compile Include="CommonData\CommonLimitData.cs" /> <Compile Include="CommonData\TemperatureControl\TemperatureControllerData.cs" /> <Compile Include="Communications\AsyncSocketDevice.cs" /> <Compile Include="Communications\ConnectionBase.cs" /> <Compile Include="Communications\ConnectionManager.cs" /> <Compile Include="Communications\HandlerBase.cs" /> <Compile Include="Communications\IConnection.cs" /> <Compile Include="Communications\Message.cs" /> <Compile Include="Communications\NotifiableConnectionItem.cs" /> <Compile Include="ControlDataContext\ChartDataLine.cs" /> <Compile Include="ControlDataContext\OffsetItem.cs" /> <Compile Include="DataCenter\StatsDataManager.cs" /> <Compile Include="DBCore\CarrierDataRecorder.cs" /> <Compile Include="DBCore\DatabaseCleaner.cs" /> <Compile Include="DBCore\DatabaseTable.cs" /> <Compile Include="DBCore\DataQuery.cs" /> <Compile Include="DBCore\JobMoveHistoryRecorder.cs" /> <Compile Include="DBCore\LinearProcessDataRecorder.cs" /> <Compile Include="DBCore\LeakCheckDataRecorder.cs" /> <Compile Include="DBCore\MFCVerificationDataRecorder.cs" /> <Compile Include="DBCore\OffsetDataRecorder.cs" /> <Compile Include="DBCore\ProcessDataRecorder.cs" /> <Compile Include="DBCore\JobDataRecorder.cs" /> <Compile Include="DBCore\WaferDataRecorder.cs" /> <Compile Include="DBCore\WaferHolderDataRecorder.cs" /> <Compile Include="DBCore\WaferMoveHistoryRecorder.cs" /> <Compile Include="Device\Bases\SignalLightBase.cs" /> <Compile Include="Device\Bases\SignalTowerBase.cs" /> <Compile Include="Device\Wago\WagoAOGroup.cs" /> <Compile Include="Device\Wago\WagoAIGroup.cs" /> <Compile Include="Device\Wago\WagoDOGroup.cs" /> <Compile Include="Device\Wago\WagoDIGroup.cs" /> <Compile Include="Device\Wago\WagoModbusDevice.cs" /> <Compile Include="Device\Wago\WagoFlag.cs" /> <Compile Include="Device\Wago\WagoCommand.cs" /> <Compile Include="Device\Wago\WagoMessage.cs" /> <Compile Include="Device\Wago\WagoControllerCfgManager.cs" /> <Compile Include="Device\Wago\WagoControllerCfg.cs" /> <Compile Include="Device\Wago\WagoDeviceConfig.cs" /> <Compile Include="Device\Wago\WagoAnoOut.cs" /> <Compile Include="Device\Wago\WagoAnoIn.cs" /> <Compile Include="Device\Wago\WagoAO.cs" /> <Compile Include="Device\Wago\WagoAI.cs" /> <Compile Include="Device\Wago\WagoDigOut.cs" /> <Compile Include="Device\Wago\WagoDigIn.cs" /> <Compile Include="Device\Wago\WagoDO.cs" /> <Compile Include="Device\Wago\WagoDI.cs" /> <Compile Include="FAServices\E40s\FAProcessJob.cs" /> <Compile Include="FAServices\E94s\FAControlJob.cs" /> <Compile Include="IOCore\IOModuleManager.cs" /> <Compile Include="Net\JetMessageTcpClient.cs" /> <Compile Include="Net\BigEndianByteTransformBase.cs" /> <Compile Include="Net\SmallEndianByteTransformBase.cs" /> <Compile Include="Net\DataFormat.cs" /> <Compile Include="Net\IByteTransform.cs" /> <Compile Include="Net\INetMessage.cs" /> <Compile Include="Jobs\ControlJob.cs" /> <Compile Include="Jobs\EnumControlJobState.cs" /> <Compile Include="Jobs\EnumProcessJobState.cs" /> <Compile Include="Jobs\LotInfo.cs" /> <Compile Include="Jobs\ProcessJobInfo.cs" /> <Compile Include="Jobs\ProcessJobManager.cs" /> <Compile Include="Jobs\SequenceInfo.cs" /> <Compile Include="Jobs\SequenceStepInfo.cs" /> <Compile Include="Jobs\SequenceStepModuleInfo.cs" /> <Compile Include="Layout\ProcessLayout.cs" /> <Compile Include="Layout\ProcessLayoutCellItem.cs" /> <Compile Include="Layout\ProcessLayoutManager.cs" /> <Compile Include="Device\LinMot\LinMotDevice.cs" /> <Compile Include="Device\LinMot\LinmotDeviceConfig.cs" /> <Compile Include="Device\LinMot\LinMotDeviceConfigCfg.cs" /> <Compile Include="Device\LinMot\LinMotDeviceConfigManager.cs" /> <Compile Include="Device\LinMot\LinMotDeviceData.cs" /> <Compile Include="Device\LinMot\LinMotErrorCodeManager.cs" /> <Compile Include="Device\LinMot\LinMotSerialDevice.cs" /> <Compile Include="Log\LOG.cs" /> <Compile Include="Log\LogDefineManager.cs" /> <Compile Include="Log\LogItem.cs" /> <Compile Include="Net\NetErrorCode.cs" /> <Compile Include="Net\NetResult.cs" /> <Compile Include="Net\JetTcpClient.cs" /> <Compile Include="Net\NetStateObject.cs" /> <Compile Include="OperationCenter\IInterlockChecker.cs" /> <Compile Include="Persistent\Dryer\DryerPersistentManager.cs" /> <Compile Include="Persistent\Dryer\DryerPersistentValue.cs" /> <Compile Include="Persistent\Metal\MetalPersistentManager.cs" /> <Compile Include="Persistent\Metal\MetalPersistentValue.cs" /> <Compile Include="Persistent\PersistentManager.cs" /> <Compile Include="Persistent\Prewet\PrewetPersistentManager.cs" /> <Compile Include="Persistent\Prewet\PrewetPersistentValue.cs" /> <Compile Include="Persistent\Reservoirs\ReplenPersistentManager.cs" /> <Compile Include="Persistent\Reservoirs\ReplenPersistentValue.cs" /> <Compile Include="Persistent\Reservoirs\ReservoirsPersistentManager.cs" /> <Compile Include="Persistent\Reservoirs\ReservoirsPersistentValue.cs" /> <Compile Include="Persistent\Rinse\RinsePersistentManager.cs" /> <Compile Include="Persistent\Rinse\RinsePersistentValue.cs" /> <Compile Include="Persistent\SRD\SRDPersistentCollection.cs" /> <Compile Include="Persistent\SRD\SRDPersistentManager.cs" /> <Compile Include="Persistent\SRD\SRDPersistentValue.cs" /> <Compile Include="Persistent\Temperature\TCPersistentManager.cs" /> <Compile Include="Persistent\Temperature\TCPersistentValue.cs" /> <Compile Include="ProcessCell\MetalUsage.cs" /> <Compile Include="ProcessCell\ProcessCellInfo.cs" /> <Compile Include="CommonData\PUF\CommandMotionData.cs" /> <Compile Include="ProcessCell\ReservoirUsage.cs" /> <Compile Include="RecipeCenter\CurrentRampProfile.cs" /> <Compile Include="RecipeCenter\DefaultRecipeFileContext.cs" /> <Compile Include="RecipeCenter\DefaultSequenceFileContext.cs" /> <Compile Include="RecipeCenter\DepRecipe.cs" /> <Compile Include="RecipeCenter\HvdRecipe.cs" /> <Compile Include="RecipeCenter\ISequenceFileContext.cs" /> <Compile Include="CommonData\MoveItem.cs" /> <Compile Include="CommonData\SlotItem.cs" /> <Compile Include="CommonData\EnumTransferType.cs" /> <Compile Include="RecipeCenter\PulsePowerSupplyStep.cs" /> <Compile Include="RecipeCenter\PwtRecipe.cs" /> <Compile Include="RecipeCenter\QdrRecipe.cs" /> <Compile Include="RecipeCenter\RdsRecipe.cs" /> <Compile Include="RecipeCenter\ResRecipe.cs" /> <Compile Include="RecipeCenter\SequenceRecipeManager.cs" /> <Compile Include="RecipeCenter\SrdRecipe.cs" /> <Compile Include="RecipeCenter\SequenceRecipe.cs" /> <Compile Include="RecipeCenter\RecipeType.cs" /> <Compile Include="Reservior\ReserviorInfo.cs" /> <Compile Include="Routine\ICycle.cs" /> <Compile Include="Routine\RoutineBase.cs" /> <Compile Include="Routine\RoutineRunner.cs" /> <Compile Include="SCCore\TypedConfigManager.cs" /> <Compile Include="Beckhoff\Station\BeckhoffStationLocationManager.cs" /> <Compile Include="Simulator\MotorSimulator.cs" /> <Compile Include="Simulator\SimulatorIOMapConfig.cs" /> <Compile Include="Simulator\SimulatorIOMapItem.cs" /> <Compile Include="Simulator\SimulatorMotionData.cs" /> <Compile Include="SubstrateTrackings\MaterialInfo.cs" /> <Compile Include="RecipeCenter\RecipeNode.cs" /> <Compile Include="RecipeCenter\RecipeNodeType.cs" /> <Compile Include="SubstrateTrackings\MaterialTrackerManager.cs" /> <Compile Include="SubstrateTrackings\ModuleMaterial.cs" /> <Compile Include="ToolLayout\BarcodeReaderItem.cs" /> <Compile Include="ToolLayout\BarcodeReaderItemManager.cs" /> <Compile Include="ToolLayout\CellItemManager.cs" /> <Compile Include="ToolLayout\CellItemRecipeTimeManager.cs" /> <Compile Include="ToolLayout\LayoutCellItemManager.cs" /> <Compile Include="ToolLayout\MetalUsageManager.cs" /> <Compile Include="ToolLayout\ReservoirUsageManager.cs" /> <Compile Include="ToolLayout\TemperatureItem.cs" /> <Compile Include="ToolLayout\TemperatureItemManager.cs" /> <Compile Include="ToolLayout\LinmotItemManager.cs" /> <Compile Include="ToolLayout\LinmotItem.cs" /> <Compile Include="ToolLayout\LoaderItemManager.cs" /> <Compile Include="ToolLayout\LoaderItem.cs" /> <Compile Include="ToolLayout\BufferItem.cs" /> <Compile Include="ToolLayout\EfemItem.cs" /> <Compile Include="ToolLayout\EfemItemManager.cs" /> <Compile Include="ToolLayout\CmmPowerItem.cs" /> <Compile Include="ToolLayout\CmmPowerItemManager.cs" /> <Compile Include="ToolLayout\PufItemManager.cs" /> <Compile Include="ToolLayout\PufItem.cs" /> <Compile Include="ToolLayout\PowerSupplierItem.cs" /> <Compile Include="ToolLayout\ResistivityProbeItem.cs" /> <Compile Include="ToolLayout\PowerSupplierItemManager.cs" /> <Compile Include="ToolLayout\ResistivityProbeItemManager.cs" /> <Compile Include="ToolLayout\TransporterItemManager.cs" /> <Compile Include="ToolLayout\LoadPortItemManager.cs" /> <Compile Include="ToolLayout\DummyCasseteItemManager.cs" /> <Compile Include="ToolLayout\DummyCassetteItem.cs" /> <Compile Include="ToolLayout\FacilitiesItem.cs" /> <Compile Include="ToolLayout\FacilitiesItemManager.cs" /> <Compile Include="ToolLayout\LoadPortItem.cs" /> <Compile Include="ToolLayout\SafetyItem.cs" /> <Compile Include="ToolLayout\SafetyItemManager.cs" /> <Compile Include="ToolLayout\SrdItemManager.cs" /> <Compile Include="ToolLayout\DryerItem.cs" /> <Compile Include="ToolLayout\BufferItemManager.cs" /> <Compile Include="ToolLayout\LayoutCellItem.cs" /> <Compile Include="ToolLayout\LayoutModuleItem.cs" /> <Compile Include="ToolLayout\MetalItem.cs" /> <Compile Include="ToolLayout\DryerItemManager.cs" /> <Compile Include="ToolLayout\ReservoirItemManager.cs" /> <Compile Include="ToolLayout\MetalItemManager.cs" /> <Compile Include="ToolLayout\ReservoirItem.cs" /> <Compile Include="ToolLayout\RinseItemManager.cs" /> <Compile Include="ToolLayout\RinseItem.cs" /> <Compile Include="ToolLayout\PrewetItem.cs" /> <Compile Include="ToolLayout\PrewetItemManager.cs" /> <Compile Include="ToolLayout\SrdItem.cs" /> <Compile Include="ToolLayout\ToolLayoutConfigManager.cs" /> <Compile Include="ToolLayout\TransporterItem.cs" /> <Compile Include="TwinCat\BeckhoffAIAccessor.cs" /> <Compile Include="TwinCat\BeckhoffAOAccessor.cs" /> <Compile Include="Beckhoff\IOAxis\BeckhoffAxis.cs" /> <Compile Include="TwinCat\BeckhoffAxisManager.cs" /> <Compile Include="Beckhoff\IOAxis\BeckhoffAxisOutput.cs" /> <Compile Include="Beckhoff\IOAxis\BeckhoffAxisInput.cs" /> <Compile Include="TwinCat\BeckhoffCounterManager.cs" /> <Compile Include="TwinCat\BeckhoffCounterValue.cs" /> <Compile Include="TwinCat\BeckhoffDelegate.cs" /> <Compile Include="TwinCat\BeckhoffDIAccessor.cs" /> <Compile Include="TwinCat\BeckhoffDOAccessor.cs" /> <Compile Include="Beckhoff\IOAxis\BeckhoffInput.cs" /> <Compile Include="TwinCat\BeckhoffIOAccessor.cs" /> <Compile Include="TwinCat\BeckhoffIOManager.cs" /> <Compile Include="TwinCat\BeckhoffItem.cs" /> <Compile Include="TwinCat\BeckhoffItemManager.cs" /> <Compile Include="TwinCat\BeckhoffManager.cs" /> <Compile Include="Beckhoff\IOAxis\BeckhoffOutput.cs" /> <Compile Include="Beckhoff\IOAxis\BeckhoffCfg.cs" /> <Compile Include="Beckhoff\IOAxis\BeckhoffController.cs" /> <Compile Include="TwinCat\Scaling.cs" /> <Compile Include="TwinCat\ScalingMamager.cs" /> <Compile Include="TwinCat\TwincatAdoManager.cs" /> <Compile Include="TwinCat\TwincatCoeInterface.cs" /> <Compile Include="TwinCat\TwincatCoeManager.cs" /> <Compile Include="Utilities\BeckhoffVelocityUtil.cs" /> <Compile Include="Utilities\CommonFunction.cs" /> <Compile Include="Utilities\DataTypeUtil.cs" /> <Compile Include="Utilities\IOVariableDictionaryUtil.cs" /> <Compile Include="Utilities\SerialPortUtil.cs" /> <Compile Include="WaferHolder\WaferHolderBufferInfo.cs" /> <Compile Include="WaferHolder\WaferHolderInfo.cs" /> <Compile Include="WaferHolder\WaferHolderManager.cs" /> <Compile Include="SubstrateTrackings\WaferInfo.cs" /> <Compile Include="ControlDataContext\AnalogDataItem.cs" /> <Compile Include="ControlDataContext\BathDataItem.cs" /> <Compile Include="ControlDataContext\ControlDataItemBase.cs" /> <Compile Include="ControlDataContext\GasFlowButtonDataItem.cs" /> <Compile Include="ControlDataContext\GasFlowChartDataItem.cs" /> <Compile Include="ControlDataContext\GasValveDataItem.cs" /> <Compile Include="ControlDataContext\GateValveDataItem.cs" /> <Compile Include="ControlDataContext\GaugeItem.cs" /> <Compile Include="ControlDataContext\MfcItem.cs" /> <Compile Include="ControlDataContext\MOLineDataItem.cs" /> <Compile Include="ControlDataContext\MOSourceDataItem.cs" /> <Compile Include="ControlDataContext\PcItem.cs" /> <Compile Include="ControlDataContext\PocketProcessDataChartDataItem.cs" /> <Compile Include="ControlDataContext\PocketRawDataChartDataItem.cs" /> <Compile Include="ControlDataContext\PressureTransducerDataItem.cs" /> <Compile Include="ControlDataContext\ProcessDataChartDataItem.cs" /> <Compile Include="ControlDataContext\PumpDataItem.cs" /> <Compile Include="ControlDataContext\RawDataChartDataItem.cs" /> <Compile Include="ControlDataContext\ReadonlyGaugeDataItem.cs" /> <Compile Include="ControlDataContext\RfItem.cs" /> <Compile Include="ControlDataContext\SignalTowerDataItem.cs" /> <Compile Include="ControlDataContext\SmartDataLine.cs" /> <Compile Include="ControlDataContext\TcItem.cs" /> <Compile Include="DataCenter\IQueryDataService.cs" /> <Compile Include="SubstrateTrackings\SusceptorDefine\Susceptor.cs" /> <Compile Include="SubstrateTrackings\SusceptorDefine\SusceptorConfig.cs" /> <Compile Include="SubstrateTrackings\SusceptorDefine\SusceptorStatus.cs" /> <Compile Include="SubstrateTrackings\SusceptorDefine\WaferStatus.cs" /> <Compile Include="SubstrateTrackings\SusceptorDefine\WaferType.cs" /> <Compile Include="Device\ModuleName.cs" /> <Compile Include="IOCore\IIoBuffer.cs" /> <Compile Include="IOCore\IIoProvider.cs" /> <Compile Include="IOCore\InterlockAction.cs" /> <Compile Include="IOCore\InterlockLimit.cs" /> <Compile Include="IOCore\InterlockManager.cs" /> <Compile Include="IOCore\IO.cs" /> <Compile Include="IOCore\IOAccessor.cs" /> <Compile Include="IOCore\IODefine.cs" /> <Compile Include="IOCore\IOManager.cs" /> <Compile Include="IOCore\IoProvider.cs" /> <Compile Include="IOCore\IoProviderManager.cs" /> <Compile Include="IOCore\NotifiableIoItem.cs" /> <Compile Include="MVVM\ChartViewModelBase.cs" /> <Compile Include="MVVM\DelegateCommand.cs" /> <Compile Include="MVVM\IViewModelControl.cs" /> <Compile Include="MVVM\SubscriptionCommand.cs" /> <Compile Include="MVVM\SubscriptionViewModelBase.cs" /> <Compile Include="MVVM\TimerViewModelBase.cs" /> <Compile Include="MVVM\ViewModelBase.cs" /> <Compile Include="NotifyTrayIcons\Hardcodet\BalloonIcon.cs" /> <Compile Include="NotifyTrayIcons\Hardcodet\PopupActivationMode.cs" /> <Compile Include="NotifyTrayIcons\Hardcodet\RoutedEventHelper.cs" /> <Compile Include="NotifyTrayIcons\Hardcodet\TaskbarIcon.cs" /> <Compile Include="NotifyTrayIcons\Hardcodet\TaskbarIcon.Declarations.cs" /> <Compile Include="NotifyTrayIcons\Hardcodet\Util.cs" /> <Compile Include="NotifyTrayIcons\Interop\AppBarInfo.cs" /> <Compile Include="NotifyTrayIcons\Interop\BalloonFlags.cs" /> <Compile Include="NotifyTrayIcons\Interop\IconDataMembers.cs" /> <Compile Include="NotifyTrayIcons\Interop\IconState.cs" /> <Compile Include="NotifyTrayIcons\Interop\MouseEvent.cs" /> <Compile Include="NotifyTrayIcons\Interop\NotifyCommand.cs" /> <Compile Include="NotifyTrayIcons\Interop\NotifyIconData.cs" /> <Compile Include="NotifyTrayIcons\Interop\NotifyIconVersion.cs" /> <Compile Include="NotifyTrayIcons\Interop\Point.cs" /> <Compile Include="NotifyTrayIcons\Interop\SystemInfo.cs" /> <Compile Include="NotifyTrayIcons\Interop\TrayInfo.cs" /> <Compile Include="NotifyTrayIcons\Interop\WinApi.cs" /> <Compile Include="NotifyTrayIcons\Interop\WindowClass.cs" /> <Compile Include="NotifyTrayIcons\Interop\WindowMessageSink.cs" /> <Compile Include="NotifyTrayIcons\Interop\WindowsMessages.cs" /> <Compile Include="NotifyTrayIcons\ShowWindowNotifyIcon.cs" /> <Compile Include="OperationCenter\InvokeService.cs" /> <Compile Include="OperationCenter\IInvokeService.cs" /> <Compile Include="OperationCenter\InvokeServiceClient.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> <Compile Include="Communications\AsyncSerialPort.cs" /> <Compile Include="Communications\Tcp\Buffer\BufferValidator.cs" /> <Compile Include="Communications\Tcp\Buffer\ISegmentBufferManager.cs" /> <Compile Include="Communications\Tcp\Buffer\SegmentBufferDeflector.cs" /> <Compile Include="Communications\Tcp\Buffer\SegmentBufferManager.cs" /> <Compile Include="Communications\Tcp\Buffer\UnableToAllocateBufferException.cs" /> <Compile Include="Communications\Tcp\Buffer\UnableToCreateMemoryException .cs" /> <Compile Include="Communications\Tcp\Socket\Client\APM\EventArgs\TcpServerConnectedEventArgs.cs" /> <Compile Include="Communications\Tcp\Socket\Client\APM\EventArgs\TcpServerDataReceivedEventArgs.cs" /> <Compile Include="Communications\Tcp\Socket\Client\APM\EventArgs\TcpServerDisconnectedEventArgs.cs" /> <Compile Include="Communications\Tcp\Socket\Client\APM\TcpSocketClient.cs" /> <Compile Include="Communications\Tcp\Socket\Client\APM\TcpSocketClientConfiguration.cs" /> <Compile Include="Communications\Tcp\Socket\Framing\Base\FrameBuilder.cs" /> <Compile Include="Communications\Tcp\Socket\Framing\Base\IFrameBuilder.cs" /> <Compile Include="Communications\Tcp\Socket\Framing\Base\IFrameDecoder.cs" /> <Compile Include="Communications\Tcp\Socket\Framing\Base\IFrameEncoder.cs" /> <Compile Include="Communications\Tcp\Socket\Framing\FixedLengthFrameBuilder.cs" /> <Compile Include="Communications\Tcp\Socket\Framing\LengthFieldBasedFrameBuilder.cs" /> <Compile Include="Communications\Tcp\Socket\Framing\LengthPrefixedFrameBuilder.cs" /> <Compile Include="Communications\Tcp\Socket\Framing\LineBasedFrameBuilder.cs" /> <Compile Include="Communications\Tcp\Socket\Framing\RawBufferFrameBuilder.cs" /> <Compile Include="Communications\Tcp\Socket\Server\APM\EventArgs\TcpClientConnectedEventArgs.cs" /> <Compile Include="Communications\Tcp\Socket\Server\APM\EventArgs\TcpClientDataReceivedEventArgs.cs" /> <Compile Include="Communications\Tcp\Socket\Server\APM\EventArgs\TcpClientDisconnectedEventArgs.cs" /> <Compile Include="Communications\Tcp\Socket\Server\APM\TcpSocketServer.cs" /> <Compile Include="Communications\Tcp\Socket\Server\APM\TcpSocketServerConfiguration.cs" /> <Compile Include="Communications\Tcp\Socket\Server\APM\TcpSocketSession.cs" /> <Compile Include="Communications\Tcp\Socket\TcpSocketConnectionState.cs" /> <Compile Include="SCCore\CONFIG.cs" /> <Compile Include="SCCore\ConfigEntry.cs" /> <Compile Include="SCCore\ConfigManager.cs" /> <Compile Include="SCCore\DeviceConfigManager.cs" /> <Compile Include="SCCore\ICommonConfig.cs" /> <Compile Include="DataCenter\DATA.cs" /> <Compile Include="DataCenter\DataItem.cs" /> <Compile Include="DataCenter\DataManager.cs" /> <Compile Include="DataCenter\DataModule.cs" /> <Compile Include="DataCenter\ICommonData.cs" /> <Compile Include="DataCollection\DataCollectionManager.cs" /> <Compile Include="DataCollection\DataCollectionRecorder.cs" /> <Compile Include="DataCollection\DefaultDataCollectionCallback.cs" /> <Compile Include="DataCollection\IDataCollectionCallback.cs" /> <Compile Include="DBCore\DatabaseManager.cs" /> <Compile Include="DBCore\DB.cs" /> <Compile Include="DBCore\ICommonDB.cs" /> <Compile Include="DBCore\PostgresqlDB.cs" /> <Compile Include="DBCore\PostgresqlHelper.cs" /> <Compile Include="Device\Common\DEVICE.cs" /> <Compile Include="Device\Common\DeviceEntityT.cs" /> <Compile Include="Device\Common\DeviceManagerBase.cs" /> <Compile Include="Device\Common\DeviceOperation.cs" /> <Compile Include="Device\Common\DeviceType.cs" /> <Compile Include="Device\Common\IDevice.cs" /> <Compile Include="Device\Common\IDeviceFactory.cs" /> <Compile Include="Device\Common\IDeviceManager.cs" /> <Compile Include="Event\EV.cs" /> <Compile Include="Event\EventDB.cs" /> <Compile Include="Event\EventDBWriter.cs" /> <Compile Include="Event\EventDefine.cs" /> <Compile Include="Event\EventEnum.cs" /> <Compile Include="Event\EventItem.cs" /> <Compile Include="Event\EventLogWriter.cs" /> <Compile Include="Event\EventMailWriter.cs" /> <Compile Include="Event\EventManager.cs" /> <Compile Include="Event\ICommonEvent.cs" /> <Compile Include="Fsm\DemoEntity.cs" /> <Compile Include="Fsm\Entity.cs" /> <Compile Include="Fsm\IEntity.cs" /> <Compile Include="Fsm\IStateMachine.cs" /> <Compile Include="Fsm\StateMachine.cs" /> <Compile Include="Key\JetKey.cs" /> <Compile Include="Key\KeyManager.cs" /> <Compile Include="Key\MachineCoder.cs" /> <Compile Include="Key\RsaCryption.cs" /> <Compile Include="Log\ICommonLog.cs" /> <Compile Include="Log\LogManager.cs" /> <Compile Include="OperationCenter\ICommonOperation.cs" /> <Compile Include="OperationCenter\OP.cs" /> <Compile Include="OperationCenter\OperationManager.cs" /> <Compile Include="PLC\IDataBuffer.cs" /> <Compile Include="PLC\IDataDevice.cs" /> <Compile Include="PLC\PLCEntity.cs" /> <Compile Include="RecipeCenter\IRecipeFileContext.cs" /> <Compile Include="RecipeCenter\RecipeService.cs" /> <Compile Include="RecipeCenter\IRecipeService.cs" /> <Compile Include="RecipeCenter\RecipeCheck.cs" /> <Compile Include="RecipeCenter\RecipeFileManager.cs" /> <Compile Include="RecipeCenter\RecipeServiceClient.cs" /> <Compile Include="Routine\IRoutine.cs" /> <Compile Include="Routine\Routinue.cs" /> <Compile Include="SCCore\ISCManager.cs" /> <Compile Include="SCCore\SC.cs" /> <Compile Include="SCCore\SCItem.cs" /> <Compile Include="SCCore\SystemConfigManager.cs" /> <Compile Include="Simulator\AiForce.cs" /> <Compile Include="Simulator\DiForce.cs" /> <Compile Include="Simulator\ExceptionCase.cs" /> <Compile Include="Simulator\SimulatorCaseManager.cs" /> <Compile Include="SubstrateTrackings\CarrierInfo.cs" /> <Compile Include="SubstrateTrackings\CarrierManager.cs" /> <Compile Include="SubstrateTrackings\WaferManager.cs" /> <Compile Include="Tolerance\RecipeToleranceChecker.cs" /> <Compile Include="Tolerance\ToleranceChecker.cs" /> <Compile Include="StylableWindow\ControlDoubleClickBehavior.cs" /> <Compile Include="StylableWindow\ShowSystemMenuBehavior.cs" /> <Compile Include="StylableWindow\SystemMenuManager.cs" /> <Compile Include="StylableWindow\WindowCloseCommand.cs" /> <Compile Include="StylableWindow\WindowDragBehavior.cs" /> <Compile Include="StylableWindow\WindowMaximizeCommand.cs" /> <Compile Include="StylableWindow\WindowMinimizeCommand.cs" /> <Compile Include="StylableWindow\WindowResizeBehavior.cs" /> <Compile Include="Utilities\ArrayUtil.cs" /> <Compile Include="Utilities\BinarySerializer.cs" /> <Compile Include="Utilities\CommonData.cs" /> <Compile Include="Utilities\Converter.cs" /> <Compile Include="Utilities\Crc16.cs" /> <Compile Include="Utilities\CultureSupported.cs" /> <Compile Include="Utilities\CustomXmlSerializer.cs" /> <Compile Include="Utilities\DeviceTimer.cs" /> <Compile Include="Utilities\EnumUtil.cs" /> <Compile Include="Utilities\ExcelHelper.cs" /> <Compile Include="Utilities\FileAssociation.cs" /> <Compile Include="Utilities\FileSigner.cs" /> <Compile Include="Utilities\FixSizeQueue.cs" /> <Compile Include="Utilities\IgnorePropertyChangeAttribute.cs" /> <Compile Include="Utilities\Md5Helper.cs" /> <Compile Include="Utilities\Network.cs" /> <Compile Include="Utilities\ObjectSerializer.cs" /> <Compile Include="Utilities\OperationAttribute.cs" /> <Compile Include="Utilities\PathManager.cs" /> <Compile Include="Utilities\PeriodicJob.cs" /> <Compile Include="Utilities\ReasonedResult.cs" /> <Compile Include="Utilities\Retry.cs" /> <Compile Include="Utilities\RetryInstance.cs" /> <Compile Include="Utilities\SerializableDictionary.cs" /> <Compile Include="Utilities\Singleton.cs" /> <Compile Include="Utilities\SubscriptionAttribute.cs" /> <Compile Include="Utilities\SubscriptionModuleAttribute.cs" /> <Compile Include="Utilities\TagAttribute.cs" /> <Compile Include="Utilities\Trigger.cs" /> <Compile Include="WaferHolder\IWaferHolderDataService.cs" /> <Compile Include="WaferHolder\WaferHolderDataService.cs" /> <Compile Include="WaferHolder\WaferHolderDataServiceClient.cs" /> <Compile Include="WCF\DuplexChannelServiceClientWrapper.cs" /> <Compile Include="Event\EventService.cs" /> <Compile Include="Event\EventServiceCallback.cs" /> <Compile Include="Event\EventServiceClient.cs" /> <Compile Include="Event\IEventService.cs" /> <Compile Include="Event\IEventServiceCallback.cs" /> <Compile Include="DataCenter\QueryDataService.cs" /> <Compile Include="DataCenter\QueryDataServiceClient.cs" /> <Compile Include="WCF\ServiceClientWrapper.cs" /> <Compile Include="WCF\WcfServiceManager.cs" /> </ItemGroup> <ItemGroup> <Content Include="Config\EventDefine.Core.xml" /> <Resource Include="Resources\barcode.png" /> <Resource Include="Resources\Blue.png" /> <Resource Include="Resources\cb.png" /> <Resource Include="Resources\closed.png" /> <Resource Include="Resources\CustomDialogInformation.png" /> <Resource Include="Resources\Exit.png" /> <Resource Include="Resources\Gasbox.png" /> <Resource Include="Resources\Heater.png" /> <Resource Include="Resources\HeaterShining.png" /> <Resource Include="Resources\lights.png" /> <Resource Include="Resources\Lime.png" /> <Resource Include="Resources\LL\LBBracket.png" /> <Resource Include="Resources\LL\LBWheel_Color.png" /> <Resource Include="Resources\LL\LoadLockDoor.png" /> <Resource Include="Resources\LL\LoadLockMain.png" /> <Resource Include="Resources\LL\LTBracket.png" /> <Resource Include="Resources\LL\LTWheel_Color.png" /> <Resource Include="Resources\LL\RBBracket.png" /> <Resource Include="Resources\LL\RBWheel_Color.png" /> <Resource Include="Resources\LL\RTBracket.png" /> <Resource Include="Resources\LL\RTWheel_Color.png" /> <Resource Include="Resources\Loading1.gif" /> <Resource Include="Resources\Login\按钮.png" /> <Resource Include="Resources\Login\按钮_悬停.png" /> <Resource Include="Resources\Login\按钮_点击.png" /> <Resource Include="Resources\Login\输入框.png" /> <Resource Include="Resources\Login\输入框_选择.png" /> <Resource Include="Resources\Main\login.png" /> <Resource Include="Resources\Main\LogoEmpty.png" /> <Resource Include="Resources\Main\LogoJETP.png" /> <Resource Include="Resources\Main\tab.png" /> <Resource Include="Resources\Main\tab_悬停.png" /> <Resource Include="Resources\Main\tab次级.png" /> <Resource Include="Resources\Main\tab次级_悬停.png" /> <Resource Include="Resources\Main\上一个.png" /> <Resource Include="Resources\Main\上一个_悬停.png" /> <Resource Include="Resources\Main\上一个_点击.png" /> <Resource Include="Resources\Main\下一个.png" /> <Resource Include="Resources\Main\下一个_悬停.png" /> <Resource Include="Resources\Main\下一个_点击.png" /> <Resource Include="Resources\Main\下拉框_底板.png" /> <Resource Include="Resources\Main\下拉框_底板150.png" /> <Resource Include="Resources\Main\下拉框_底板JETP.png" /> <Resource Include="Resources\Main\主界面_切片.png" /> <Resource Include="Resources\Main\主界面_切片SORTER.png" /> <Resource Include="Resources\Main\主菜单按钮.png" /> <Resource Include="Resources\Main\主菜单按钮150.png" /> <Resource Include="Resources\Main\主菜单按钮_悬停.png" /> <Resource Include="Resources\Main\主菜单按钮_悬停150.png" /> <Resource Include="Resources\Main\主菜单按钮_点击.png" /> <Resource Include="Resources\Main\主菜单按钮_点击150.png" /> <Resource Include="Resources\Main\主菜单按钮_选中.png" /> <Resource Include="Resources\Main\主菜单按钮_选中150.png" /> <Resource Include="Resources\Main\事件按钮.png" /> <Resource Include="Resources\Main\事件按钮_悬停.png" /> <Resource Include="Resources\Main\事件按钮_点击.png" /> <Resource Include="Resources\Main\拖动组件.png" /> <Resource Include="Resources\opened.png" /> <Resource Include="Resources\Pump\boost_pump_enabled.png" /> <Resource Include="Resources\Pump\boost_pump_error.png" /> <Resource Include="Resources\Pump\boost_pump_off.png" /> <Resource Include="Resources\Pump\boost_pump_on.png" /> <Resource Include="Resources\Pump\boost_pump_warning.png" /> <Resource Include="Resources\Pump\pump_error.png" /> <Resource Include="Resources\Pump\pump_off.png" /> <Resource Include="Resources\Pump\pump_on.png" /> <Resource Include="Resources\Pump\pump_warning.png" /> <Resource Include="Resources\RecipeFile.png" /> <Resource Include="Resources\RecipeFolder.png" /> <Resource Include="Resources\red.png" /> <Resource Include="Resources\Robot.png" /> <Resource Include="Resources\SystemLog\Alarm.png" /> <Resource Include="Resources\SystemLog\EquipLog.png" /> <Resource Include="Resources\SystemLog\Information.png" /> <Resource Include="Resources\SystemLog\UserOperation.png" /> <Resource Include="Resources\SystemLog\Warning.png" /> <Resource Include="Resources\unknown.png" /> <Resource Include="Resources\Valve\FastPumpValve.png" /> <Resource Include="Resources\Valve\PumpBlack.png" /> <Resource Include="Resources\Valve\PumpGray.png" /> <Resource Include="Resources\Valve\PumpGreen.png" /> <Resource Include="Resources\Valve\PumpRed.png" /> <Resource Include="Resources\Valve\SlowPumpValve.png" /> <Resource Include="Resources\Valve\ValveClosed.png" /> <Resource Include="Resources\Valve\valveCloseHorizontal.png" /> <Resource Include="Resources\Valve\valveCloseVertical.png" /> <Resource Include="Resources\Valve\valveOpenHorizontal.png" /> <Resource Include="Resources\Valve\valveOpenVertical.png" /> <Resource Include="Resources\Yellow.png" /> <Resource Include="Resources\zoom_all.png" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Backend\AboutView.resx"> <DependentUpon>AboutView.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Backend\Controls\AICtrl.resx"> <DependentUpon>AICtrl.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="Backend\Controls\AOCtrl.resx"> <DependentUpon>AOCtrl.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Backend\Controls\DICtrl.resx"> <DependentUpon>DICtrl.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Backend\IO\AI.resx"> <DependentUpon>AI.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Backend\IO\AO.resx"> <DependentUpon>AO.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Backend\IO\DI.resx"> <DependentUpon>DI.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Backend\IO\DO.resx"> <DependentUpon>DO.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Backend\IO\IoDataView.resx"> <DependentUpon>IoDataView.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Backend\MainView.resx"> <DependentUpon>MainView.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Backend\SimulatorView.resx"> <DependentUpon>SimulatorView.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Backend\SystemConfigView.resx"> <DependentUpon>SystemConfigView.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Backend\UserLoginView.resx"> <DependentUpon>UserLoginView.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.en-US.resx"> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.zh-CN.resx"> <SubType>Designer</SubType> </EmbeddedResource> </ItemGroup> <ItemGroup> <Page Include="Resources\Language\StringResources.en-US.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Resources\Language\StringResources.zh-CN.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Resource Include="StylableWindow\TitleBarWindowStyle.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> </ItemGroup> <ItemGroup> <Folder Include="CommonData\SystemFacilities\" /> <Folder Include="FAServices\E90s\" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\CyberX8_Core\CyberX8_Core.csproj"> <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project> <Name>CyberX12_Core</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>