123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969 |
- <?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\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\GalilMessage.cs" />
- <Compile Include="Device\Galil\GalilTcpDevice.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\SimulatorIOMapConfig.cs" />
- <Compile Include="Simulator\SimulatorIOMapItem.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>
|