123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <?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>{090A1E9C-1087-4C8A-B4E0-FF074459E071}</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>
- <Deterministic>true</Deterministic>
- <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>
- </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="System" />
- <Reference Include="System.Core" />
- <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\DummyAligner.cs" />
- <Compile Include="HardwareUnits\BufferStations\BufferStation.cs" />
- <Compile Include="HardwareUnits\CarrierIdReaders\CarrierIdReader.cs" />
- <Compile Include="HardwareUnits\CarrierIdReaders\ICarrierIdReader.cs" />
- <Compile Include="HardwareUnits\CarrierIdReaders\OmronBarcode\OmronBarcodeReader.cs" />
- <Compile Include="HardwareUnits\CarrierIdReaders\OmronRFID\Handler.cs" />
- <Compile Include="HardwareUnits\CarrierIdReaders\OmronRFID\OmronRfidReader.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="HardwareUnits\LoadLocks\ILoadLock.cs" />
- <Compile Include="HardwareUnits\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\LoadPorts\OpenStageWithDoorLoadPort.cs" />
- <Compile Include="HardwareUnits\LoadPorts\OpenStageLoadPort.cs" />
- <Compile Include="HardwareUnits\LoadPorts\TDK\constant.cs" />
- <Compile Include="HardwareUnits\LoadPorts\TDK\EvtHandler.cs" />
- <Compile Include="HardwareUnits\LoadPorts\TDK\GetHandler.cs" />
- <Compile Include="HardwareUnits\LoadPorts\TDK\Handler.cs" />
- <Compile Include="HardwareUnits\LoadPorts\TDK\TDKLoadPort.cs" />
- <Compile Include="HardwareUnits\LoadPorts\TDK\ModHandler.cs" />
- <Compile Include="HardwareUnits\LoadPorts\TDK\MovHandler.cs" />
- <Compile Include="HardwareUnits\LoadPorts\TDK\SetHandler.cs" />
- <Compile Include="HardwareUnits\OcrReaders\Handler.cs" />
- <Compile Include="HardwareUnits\OcrReaders\OcrReader.cs" />
- <Compile Include="HardwareUnits\PMs\IPM.cs" />
- <Compile Include="HardwareUnits\PMs\PM.cs" />
- <Compile Include="HardwareUnits\Robots\IRobot.cs" />
- <Compile Include="HardwareUnits\Robots\RobotArmEnum.cs" />
- <Compile Include="HardwareUnits\Robots\RobotArmWaferStateEnum.cs" />
- <Compile Include="HardwareUnits\Robots\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\MAG7\Mag7Robot.cs" />
- <Compile Include="HardwareUnits\Robots\MAG7\Mag7RobotHandlerBase.cs" />
- <Compile Include="HardwareUnits\Robots\MAG7\Mag7RobotHandlerFactory.cs" />
- <Compile Include="HardwareUnits\Robots\MAG7\Mag7RobotHandler.cs" />
- <Compile Include="HardwareUnits\Robots\MAG7\Mag7RobotConvertor.cs" />
- <Compile Include="HardwareUnits\Robots\NX100\NX100AlignerHandlerFactory.cs" />
- <Compile Include="HardwareUnits\Robots\NX100\AlignerHandler.cs" />
- <Compile Include="HardwareUnits\Robots\NX100\NX100RobotHandlerFactory.cs" />
- <Compile Include="HardwareUnits\Robots\NX100\Handler.cs" />
- <Compile Include="HardwareUnits\Robots\NX100\Utils.cs" />
- <Compile Include="HardwareUnits\Robots\Robot.cs" />
- <Compile Include="HardwareUnits\Robots\SR100\SR100AlignerHandlerFactory.cs" />
- <Compile Include="HardwareUnits\Robots\SR100\AlignerHandler.cs" />
- <Compile Include="HardwareUnits\Robots\SR100\SR100RobotHandlerFactory.cs" />
- <Compile Include="HardwareUnits\Robots\SR100\Handler.cs" />
- <Compile Include="HardwareUnits\Robots\SR100\Utils.cs" />
- <Compile Include="HardwareUnits\Sensors\DISensor.cs" />
- <Compile Include="HardwareUnits\Sensors\Sensor.cs" />
- <Compile Include="HardwareUnits\TMs\ITM.cs" />
- <Compile Include="HardwareUnits\TMs\TM.cs" />
- <Compile Include="LogicUnits\ITransferTarget.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="HardwareUnits\Sensors\ISensor.cs" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="HardwareUnits\Heaters\" />
- <Folder Include="HardwareUnits\MFCs\" />
- <Folder Include="HardwareUnits\RFs\" />
- <Folder Include="HardwareUnits\Robot\" />
- <Folder Include="HardwareUnits\TurnOvers\" />
- <Folder Include="HardwareUnits\Valves\" />
- <Folder Include="LogicUnits\" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="ReleaseNotes.txt" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Common\Common.csproj">
- <Project>{9CD2A6BE-1971-4E74-B49E-547982F64034}</Project>
- <Name>Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\RTCore\RTCore.csproj">
- <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
- <Name>RTCore</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|