RTEquipmentLibrary.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{090A1E9C-1087-4C8A-B4E0-FF074459E071}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MECF.Framework.RT.EquipmentLibrary</RootNamespace>
  11. <AssemblyName>MECF.Framework.RT.EquipmentLibrary</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\output\MECF.Framework\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Core" />
  37. <Reference Include="System.Xml.Linq" />
  38. <Reference Include="System.Data.DataSetExtensions" />
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Net.Http" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="HardwareUnits\Aligners\AlignerBase.cs" />
  46. <Compile Include="HardwareUnits\Aligners\DummyAligner.cs" />
  47. <Compile Include="HardwareUnits\BufferStations\BufferStation.cs" />
  48. <Compile Include="HardwareUnits\CarrierIdReaders\CarrierIdReader.cs" />
  49. <Compile Include="HardwareUnits\CarrierIdReaders\ICarrierIdReader.cs" />
  50. <Compile Include="HardwareUnits\CarrierIdReaders\OmronBarcode\OmronBarcodeReader.cs" />
  51. <Compile Include="HardwareUnits\CarrierIdReaders\OmronRFID\Handler.cs" />
  52. <Compile Include="HardwareUnits\CarrierIdReaders\OmronRFID\OmronRfidReader.cs" />
  53. <Compile Include="HardwareUnits\AsyncSerial.cs" />
  54. <Compile Include="HardwareUnits\AsyncSocket.cs" />
  55. <Compile Include="HardwareUnits\Efems\DummyEfem.cs" />
  56. <Compile Include="HardwareUnits\Efems\EfemBase.cs" />
  57. <Compile Include="HardwareUnits\Efems\IEfemBase.cs" />
  58. <Compile Include="HardwareUnits\LoadLocks\ILoadLock.cs" />
  59. <Compile Include="HardwareUnits\LoadLocks\LoadLock.cs" />
  60. <Compile Include="HardwareUnits\LoadPorts\CasstleType.cs" />
  61. <Compile Include="HardwareUnits\ICommunication.cs" />
  62. <Compile Include="HardwareUnits\LoadPorts\DummyLoadPort.cs" />
  63. <Compile Include="HardwareUnits\LoadPorts\LoadPort.cs" />
  64. <Compile Include="HardwareUnits\LoadPorts\LoadPortType.cs" />
  65. <Compile Include="HardwareUnits\LoadPorts\OpenStageWithDoorLoadPort.cs" />
  66. <Compile Include="HardwareUnits\LoadPorts\OpenStageLoadPort.cs" />
  67. <Compile Include="HardwareUnits\LoadPorts\TDK\constant.cs" />
  68. <Compile Include="HardwareUnits\LoadPorts\TDK\EvtHandler.cs" />
  69. <Compile Include="HardwareUnits\LoadPorts\TDK\GetHandler.cs" />
  70. <Compile Include="HardwareUnits\LoadPorts\TDK\Handler.cs" />
  71. <Compile Include="HardwareUnits\LoadPorts\TDK\TDKLoadPort.cs" />
  72. <Compile Include="HardwareUnits\LoadPorts\TDK\ModHandler.cs" />
  73. <Compile Include="HardwareUnits\LoadPorts\TDK\MovHandler.cs" />
  74. <Compile Include="HardwareUnits\LoadPorts\TDK\SetHandler.cs" />
  75. <Compile Include="HardwareUnits\OcrReaders\Handler.cs" />
  76. <Compile Include="HardwareUnits\OcrReaders\OcrReader.cs" />
  77. <Compile Include="HardwareUnits\PMs\IPM.cs" />
  78. <Compile Include="HardwareUnits\PMs\PM.cs" />
  79. <Compile Include="HardwareUnits\Robots\IRobot.cs" />
  80. <Compile Include="HardwareUnits\Robots\RobotArmEnum.cs" />
  81. <Compile Include="HardwareUnits\Robots\RobotArmWaferStateEnum.cs" />
  82. <Compile Include="HardwareUnits\Robots\RobotStateEnum.cs" />
  83. <Compile Include="HardwareUnits\Robots\Aligner.cs" />
  84. <Compile Include="HardwareUnits\Robots\AsyncSocket.cs" />
  85. <Compile Include="HardwareUnits\Robots\constant.cs" />
  86. <Compile Include="HardwareUnits\Robots\IAlignerHandlerFactory.cs" />
  87. <Compile Include="HardwareUnits\Robots\IRobotHandlerFactory.cs" />
  88. <Compile Include="HardwareUnits\Robots\ICommunication.cs" />
  89. <Compile Include="HardwareUnits\Robots\MAG7\Mag7Robot.cs" />
  90. <Compile Include="HardwareUnits\Robots\MAG7\Mag7RobotHandlerBase.cs" />
  91. <Compile Include="HardwareUnits\Robots\MAG7\Mag7RobotHandlerFactory.cs" />
  92. <Compile Include="HardwareUnits\Robots\MAG7\Mag7RobotHandler.cs" />
  93. <Compile Include="HardwareUnits\Robots\MAG7\Mag7RobotConvertor.cs" />
  94. <Compile Include="HardwareUnits\Robots\NX100\NX100AlignerHandlerFactory.cs" />
  95. <Compile Include="HardwareUnits\Robots\NX100\AlignerHandler.cs" />
  96. <Compile Include="HardwareUnits\Robots\NX100\NX100RobotHandlerFactory.cs" />
  97. <Compile Include="HardwareUnits\Robots\NX100\Handler.cs" />
  98. <Compile Include="HardwareUnits\Robots\NX100\Utils.cs" />
  99. <Compile Include="HardwareUnits\Robots\Robot.cs" />
  100. <Compile Include="HardwareUnits\Robots\SR100\SR100AlignerHandlerFactory.cs" />
  101. <Compile Include="HardwareUnits\Robots\SR100\AlignerHandler.cs" />
  102. <Compile Include="HardwareUnits\Robots\SR100\SR100RobotHandlerFactory.cs" />
  103. <Compile Include="HardwareUnits\Robots\SR100\Handler.cs" />
  104. <Compile Include="HardwareUnits\Robots\SR100\Utils.cs" />
  105. <Compile Include="HardwareUnits\Sensors\DISensor.cs" />
  106. <Compile Include="HardwareUnits\Sensors\Sensor.cs" />
  107. <Compile Include="HardwareUnits\TMs\ITM.cs" />
  108. <Compile Include="HardwareUnits\TMs\TM.cs" />
  109. <Compile Include="LogicUnits\ITransferTarget.cs" />
  110. <Compile Include="Properties\AssemblyInfo.cs" />
  111. <Compile Include="HardwareUnits\Sensors\ISensor.cs" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Folder Include="HardwareUnits\Heaters\" />
  115. <Folder Include="HardwareUnits\MFCs\" />
  116. <Folder Include="HardwareUnits\RFs\" />
  117. <Folder Include="HardwareUnits\Robot\" />
  118. <Folder Include="HardwareUnits\TurnOvers\" />
  119. <Folder Include="HardwareUnits\Valves\" />
  120. <Folder Include="LogicUnits\" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Content Include="ReleaseNotes.txt" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <ProjectReference Include="..\Common\Common.csproj">
  127. <Project>{9CD2A6BE-1971-4E74-B49E-547982F64034}</Project>
  128. <Name>Common</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\RTCore\RTCore.csproj">
  131. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  132. <Name>RTCore</Name>
  133. </ProjectReference>
  134. </ItemGroup>
  135. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  136. </Project>