123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- <?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>{A25B907A-0BF8-49B5-9B42-50EC3FC50A34}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MECF.Framework.RT.EquipmentLibrary</RootNamespace>
- <AssemblyName>MECF.Framework.RT.EquipmentLibrary</AssemblyName>
- <TargetFrameworkVersion>v4.5.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>
- <LangVersion>7.2</LangVersion>
- <DocumentationFile>
- </DocumentationFile>
- <NoWarn>67,168,169,414</NoWarn>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </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>
- <LangVersion>7.2</LangVersion>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\ThirdParty\dlls\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="HardwareUnits\Aligners\AlignerBase.cs" />
- <Compile Include="HardwareUnits\Aligners\AlignersBase\AlignerBaseDevice.cs" />
- <Compile Include="HardwareUnits\Aligners\AlignersBase\AlignerStateEnum.cs" />
- <Compile Include="HardwareUnits\CarrierIdReaders\CarrierIDReaderBase\CIDReaderBaseDevice.cs" />
- <Compile Include="HardwareUnits\CarrierIdReaders\CarrierIDReaderBase\ICarrierIDReader.cs" />
- <Compile Include="HardwareUnits\CarrierIdReaders\OmronV640\OmronV640NSerial.cs" />
- <Compile Include="HardwareUnits\CarrierIdReaders\OmronV640\OmronV640Serial.cs" />
- <Compile Include="HardwareUnits\CarrierIdReaders\OmronV640\OmronV640Tcp.cs" />
- <Compile Include="HardwareUnits\Chillers\IChiller.cs" />
- <Compile Include="HardwareUnits\Common\CommandStringBuilder.cs" />
- <Compile Include="HardwareUnits\Common\IOCommandReader.cs" />
- <Compile Include="HardwareUnits\Common\IOCommandModel.cs" />
- <Compile Include="HardwareUnits\Common\IOResponse.cs" />
- <Compile Include="HardwareUnits\Common\SerialPortDevice.cs" />
- <Compile Include="HardwareUnits\Common\TCPSocketDevice.cs" />
- <Compile Include="HardwareUnits\LoadPorts\LoadPortBase\ILoadPort.cs" />
- <Compile Include="HardwareUnits\LoadPorts\LoadPortBase\LoadPortBaseDevice.cs" />
- <Compile Include="HardwareUnits\LoadPorts\TDK\constant.cs" />
- <Compile Include="HardwareUnits\LoadPorts\TDK\Handler.cs" />
- <Compile Include="HardwareUnits\MFCs\IMfc.cs" />
- <Compile Include="HardwareUnits\OcrReaders\OCRReaderBase\OCRReaderBase.cs" />
- <Compile Include="HardwareUnits\Pumps\IPump.cs" />
- <Compile Include="HardwareUnits\Robots\HRC100Robots\GM201LVPRobot\GM201LVPRobot.cs" />
- <Compile Include="HardwareUnits\Robots\HRC100Robots\GM201LVPRobot\GM201LVPRobotConnection.cs" />
- <Compile Include="HardwareUnits\Robots\HRC100Robots\GM201LVPRobot\GM201LVPRobotHandler.cs" />
- <Compile Include="HardwareUnits\Robots\RobotBase\RobotBase.cs" />
- <Compile Include="HardwareUnits\WalkingAixs\IOWalkingAxisHH.cs" />
- <Compile Include="HardwareUnits\WalkingAixs\WalkingAxisBaseDevice.cs" />
- <Compile Include="LogicUnits\BufferStations\BufferStation.cs" />
- <Compile Include="HardwareUnits\AsyncSerial.cs" />
- <Compile Include="HardwareUnits\AsyncSocket.cs" />
- <Compile Include="HardwareUnits\Efems\DummyEfem.cs" />
- <Compile Include="HardwareUnits\Efems\EfemBase.cs" />
- <Compile Include="HardwareUnits\Efems\IEfemBase.cs" />
- <Compile Include="LogicUnits\ITransferTarget.cs" />
- <Compile Include="LogicUnits\LoadLocks\ILoadLock.cs" />
- <Compile Include="LogicUnits\LoadLocks\LoadLock.cs" />
- <Compile Include="HardwareUnits\LoadPorts\CasstleType.cs" />
- <Compile Include="HardwareUnits\ICommunication.cs" />
- <Compile Include="HardwareUnits\LoadPorts\DummyLoadPort.cs" />
- <Compile Include="HardwareUnits\LoadPorts\LoadPort.cs" />
- <Compile Include="HardwareUnits\LoadPorts\LoadPortType.cs" />
- <Compile Include="HardwareUnits\OcrReaders\Handler.cs" />
- <Compile Include="HardwareUnits\OcrReaders\OcrReader.cs" />
- <Compile Include="LogicUnits\PMs\IPM.cs" />
- <Compile Include="LogicUnits\PMs\PM.cs" />
- <Compile Include="HardwareUnits\Robots\RobotBase\IRobot.cs" />
- <Compile Include="HardwareUnits\Robots\RobotBase\RobotArmEnum.cs" />
- <Compile Include="HardwareUnits\Robots\RobotBase\RobotArmWaferStateEnum.cs" />
- <Compile Include="HardwareUnits\Robots\RobotBase\RobotStateEnum.cs" />
- <Compile Include="HardwareUnits\Robots\Aligner.cs" />
- <Compile Include="HardwareUnits\Robots\AsyncSocket.cs" />
- <Compile Include="HardwareUnits\Robots\constant.cs" />
- <Compile Include="HardwareUnits\Robots\IAlignerHandlerFactory.cs" />
- <Compile Include="HardwareUnits\Robots\IRobotHandlerFactory.cs" />
- <Compile Include="HardwareUnits\Robots\ICommunication.cs" />
- <Compile Include="HardwareUnits\Robots\Robot.cs" />
- <Compile Include="HardwareUnits\Sensors\DISensor.cs" />
- <Compile Include="HardwareUnits\Sensors\Sensor.cs" />
- <Compile Include="LogicUnits\TMs\ITM.cs" />
- <Compile Include="LogicUnits\TMs\TM.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="HardwareUnits\Sensors\ISensor.cs" />
- <Compile Include="Unit\IoAutoShutter.cs" />
- <Compile Include="Unit\IoBoat.cs" />
- <Compile Include="Unit\IoCylinder.cs" />
- <Compile Include="Unit\IoDoor.cs" />
- <Compile Include="Unit\IoDoor2.cs" />
- <Compile Include="Unit\IoE84.cs" />
- <Compile Include="Unit\IoEfemE84.cs" />
- <Compile Include="Unit\IoEmo.cs" />
- <Compile Include="Unit\IoFlowMeter.cs" />
- <Compile Include="Unit\IoFlowMeter2.cs" />
- <Compile Include="Unit\IoGasStick2.cs" />
- <Compile Include="Unit\IoGasStick.cs" />
- <Compile Include="Unit\IoAlarmSignal.cs" />
- <Compile Include="Unit\IoHeater2.cs" />
- <Compile Include="Unit\IoMfc4.cs" />
- <Compile Include="Unit\IoMfm.cs" />
- <Compile Include="Unit\IoPump2.cs" />
- <Compile Include="Unit\IoMicrowave.cs" />
- <Compile Include="Unit\IoValve.cs" />
- <Compile Include="Unit\IoHeartbeat.cs" />
- <Compile Include="Unit\IoChiller.cs" />
- <Compile Include="Unit\IoHeater.cs" />
- <Compile Include="Unit\IoLid.cs" />
- <Compile Include="Unit\IoCoolBuffer.cs" />
- <Compile Include="Unit\IoLift.cs" />
- <Compile Include="Unit\IoLift2.cs" />
- <Compile Include="Unit\IoMfc3.cs" />
- <Compile Include="Unit\IoMfc2.cs" />
- <Compile Include="Unit\IoPressureMeter3.cs" />
- <Compile Include="Unit\IoRf2.cs" />
- <Compile Include="Unit\IoThrottleValve2.cs" />
- <Compile Include="Unit\IoThrottleValve.cs" />
- <Compile Include="Unit\IoPump.cs" />
- <Compile Include="Unit\IoLoopPump.cs" />
- <Compile Include="Unit\IoMfc.cs" />
- <Compile Include="Unit\IoPlcDateTime.cs" />
- <Compile Include="Unit\IoPressureMeter.cs" />
- <Compile Include="Unit\IoPressureMeter2.cs" />
- <Compile Include="Unit\IoReset.cs" />
- <Compile Include="Unit\IoSensor.cs" />
- <Compile Include="Unit\IoServoMotor.cs" />
- <Compile Include="Unit\IoSignalLight.cs" />
- <Compile Include="Unit\IoSignalTower.cs" />
- <Compile Include="Unit\IoSlitValve.cs" />
- <Compile Include="Unit\IoTrigger.cs" />
- <Compile Include="Unit\IoTurnOver.cs" />
- <Compile Include="Unit\IoWaferSizeDetector.cs" />
- </ItemGroup>
- <ItemGroup />
- <ItemGroup>
- <Content Include="ReleaseNotes.txt" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Common\Common.csproj">
- <Project>{6958FE72-CC01-4176-A86C-59B0E1CD0367}</Project>
- <Name>Common</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|