RTEquipmentLibrary.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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>{A25B907A-0BF8-49B5-9B42-50EC3FC50A34}</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. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\output\MECF.Framework\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <LangVersion>7.2</LangVersion>
  25. <DocumentationFile>
  26. </DocumentationFile>
  27. <NoWarn>67,168,169,414</NoWarn>
  28. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <LangVersion>7.2</LangVersion>
  38. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\..\ThirdParty\dlls\Newtonsoft.Json.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Net.Http" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="HardwareUnits\Aligners\AlignerBase.cs" />
  57. <Compile Include="HardwareUnits\Aligners\AlignersBase\AlignerBaseDevice.cs" />
  58. <Compile Include="HardwareUnits\Aligners\AlignersBase\AlignerStateEnum.cs" />
  59. <Compile Include="HardwareUnits\CarrierIdReaders\CarrierIDReaderBase\CIDReaderBaseDevice.cs" />
  60. <Compile Include="HardwareUnits\CarrierIdReaders\CarrierIDReaderBase\ICarrierIDReader.cs" />
  61. <Compile Include="HardwareUnits\CarrierIdReaders\OmronV640\OmronV640NSerial.cs" />
  62. <Compile Include="HardwareUnits\CarrierIdReaders\OmronV640\OmronV640Serial.cs" />
  63. <Compile Include="HardwareUnits\CarrierIdReaders\OmronV640\OmronV640Tcp.cs" />
  64. <Compile Include="HardwareUnits\Chillers\IChiller.cs" />
  65. <Compile Include="HardwareUnits\Common\CommandStringBuilder.cs" />
  66. <Compile Include="HardwareUnits\Common\IOCommandReader.cs" />
  67. <Compile Include="HardwareUnits\Common\IOCommandModel.cs" />
  68. <Compile Include="HardwareUnits\Common\IOResponse.cs" />
  69. <Compile Include="HardwareUnits\Common\SerialPortDevice.cs" />
  70. <Compile Include="HardwareUnits\Common\TCPSocketDevice.cs" />
  71. <Compile Include="HardwareUnits\LoadPorts\LoadPortBase\ILoadPort.cs" />
  72. <Compile Include="HardwareUnits\LoadPorts\LoadPortBase\LoadPortBaseDevice.cs" />
  73. <Compile Include="HardwareUnits\LoadPorts\TDK\constant.cs" />
  74. <Compile Include="HardwareUnits\LoadPorts\TDK\Handler.cs" />
  75. <Compile Include="HardwareUnits\MFCs\IMfc.cs" />
  76. <Compile Include="HardwareUnits\OcrReaders\OCRReaderBase\OCRReaderBase.cs" />
  77. <Compile Include="HardwareUnits\Pumps\IPump.cs" />
  78. <Compile Include="HardwareUnits\Robots\HRC100Robots\GM201LVPRobot\GM201LVPRobot.cs" />
  79. <Compile Include="HardwareUnits\Robots\HRC100Robots\GM201LVPRobot\GM201LVPRobotConnection.cs" />
  80. <Compile Include="HardwareUnits\Robots\HRC100Robots\GM201LVPRobot\GM201LVPRobotHandler.cs" />
  81. <Compile Include="HardwareUnits\Robots\RobotBase\RobotBase.cs" />
  82. <Compile Include="HardwareUnits\WalkingAixs\IOWalkingAxisHH.cs" />
  83. <Compile Include="HardwareUnits\WalkingAixs\WalkingAxisBaseDevice.cs" />
  84. <Compile Include="LogicUnits\BufferStations\BufferStation.cs" />
  85. <Compile Include="HardwareUnits\AsyncSerial.cs" />
  86. <Compile Include="HardwareUnits\AsyncSocket.cs" />
  87. <Compile Include="HardwareUnits\Efems\DummyEfem.cs" />
  88. <Compile Include="HardwareUnits\Efems\EfemBase.cs" />
  89. <Compile Include="HardwareUnits\Efems\IEfemBase.cs" />
  90. <Compile Include="LogicUnits\ITransferTarget.cs" />
  91. <Compile Include="LogicUnits\LoadLocks\ILoadLock.cs" />
  92. <Compile Include="LogicUnits\LoadLocks\LoadLock.cs" />
  93. <Compile Include="HardwareUnits\LoadPorts\CasstleType.cs" />
  94. <Compile Include="HardwareUnits\ICommunication.cs" />
  95. <Compile Include="HardwareUnits\LoadPorts\DummyLoadPort.cs" />
  96. <Compile Include="HardwareUnits\LoadPorts\LoadPort.cs" />
  97. <Compile Include="HardwareUnits\LoadPorts\LoadPortType.cs" />
  98. <Compile Include="HardwareUnits\OcrReaders\Handler.cs" />
  99. <Compile Include="HardwareUnits\OcrReaders\OcrReader.cs" />
  100. <Compile Include="LogicUnits\PMs\IPM.cs" />
  101. <Compile Include="LogicUnits\PMs\PM.cs" />
  102. <Compile Include="HardwareUnits\Robots\RobotBase\IRobot.cs" />
  103. <Compile Include="HardwareUnits\Robots\RobotBase\RobotArmEnum.cs" />
  104. <Compile Include="HardwareUnits\Robots\RobotBase\RobotArmWaferStateEnum.cs" />
  105. <Compile Include="HardwareUnits\Robots\RobotBase\RobotStateEnum.cs" />
  106. <Compile Include="HardwareUnits\Robots\Aligner.cs" />
  107. <Compile Include="HardwareUnits\Robots\AsyncSocket.cs" />
  108. <Compile Include="HardwareUnits\Robots\constant.cs" />
  109. <Compile Include="HardwareUnits\Robots\IAlignerHandlerFactory.cs" />
  110. <Compile Include="HardwareUnits\Robots\IRobotHandlerFactory.cs" />
  111. <Compile Include="HardwareUnits\Robots\ICommunication.cs" />
  112. <Compile Include="HardwareUnits\Robots\Robot.cs" />
  113. <Compile Include="HardwareUnits\Sensors\DISensor.cs" />
  114. <Compile Include="HardwareUnits\Sensors\Sensor.cs" />
  115. <Compile Include="LogicUnits\TMs\ITM.cs" />
  116. <Compile Include="LogicUnits\TMs\TM.cs" />
  117. <Compile Include="Properties\AssemblyInfo.cs" />
  118. <Compile Include="HardwareUnits\Sensors\ISensor.cs" />
  119. <Compile Include="Unit\IoAutoShutter.cs" />
  120. <Compile Include="Unit\IoBoat.cs" />
  121. <Compile Include="Unit\IoCylinder.cs" />
  122. <Compile Include="Unit\IoDoor.cs" />
  123. <Compile Include="Unit\IoDoor2.cs" />
  124. <Compile Include="Unit\IoE84.cs" />
  125. <Compile Include="Unit\IoEfemE84.cs" />
  126. <Compile Include="Unit\IoEmo.cs" />
  127. <Compile Include="Unit\IoFlowMeter.cs" />
  128. <Compile Include="Unit\IoFlowMeter2.cs" />
  129. <Compile Include="Unit\IoGasStick2.cs" />
  130. <Compile Include="Unit\IoGasStick.cs" />
  131. <Compile Include="Unit\IoAlarmSignal.cs" />
  132. <Compile Include="Unit\IoHeater2.cs" />
  133. <Compile Include="Unit\IoMfc4.cs" />
  134. <Compile Include="Unit\IoMfm.cs" />
  135. <Compile Include="Unit\IoPump2.cs" />
  136. <Compile Include="Unit\IoMicrowave.cs" />
  137. <Compile Include="Unit\IoValve.cs" />
  138. <Compile Include="Unit\IoHeartbeat.cs" />
  139. <Compile Include="Unit\IoChiller.cs" />
  140. <Compile Include="Unit\IoHeater.cs" />
  141. <Compile Include="Unit\IoLid.cs" />
  142. <Compile Include="Unit\IoCoolBuffer.cs" />
  143. <Compile Include="Unit\IoLift.cs" />
  144. <Compile Include="Unit\IoLift2.cs" />
  145. <Compile Include="Unit\IoMfc3.cs" />
  146. <Compile Include="Unit\IoMfc2.cs" />
  147. <Compile Include="Unit\IoPressureMeter3.cs" />
  148. <Compile Include="Unit\IoRf2.cs" />
  149. <Compile Include="Unit\IoThrottleValve2.cs" />
  150. <Compile Include="Unit\IoThrottleValve.cs" />
  151. <Compile Include="Unit\IoPump.cs" />
  152. <Compile Include="Unit\IoLoopPump.cs" />
  153. <Compile Include="Unit\IoMfc.cs" />
  154. <Compile Include="Unit\IoPlcDateTime.cs" />
  155. <Compile Include="Unit\IoPressureMeter.cs" />
  156. <Compile Include="Unit\IoPressureMeter2.cs" />
  157. <Compile Include="Unit\IoReset.cs" />
  158. <Compile Include="Unit\IoSensor.cs" />
  159. <Compile Include="Unit\IoServoMotor.cs" />
  160. <Compile Include="Unit\IoSignalLight.cs" />
  161. <Compile Include="Unit\IoSignalTower.cs" />
  162. <Compile Include="Unit\IoSlitValve.cs" />
  163. <Compile Include="Unit\IoTrigger.cs" />
  164. <Compile Include="Unit\IoTurnOver.cs" />
  165. <Compile Include="Unit\IoWaferSizeDetector.cs" />
  166. </ItemGroup>
  167. <ItemGroup />
  168. <ItemGroup>
  169. <Content Include="ReleaseNotes.txt" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <ProjectReference Include="..\Common\Common.csproj">
  173. <Project>{6958FE72-CC01-4176-A86C-59B0E1CD0367}</Project>
  174. <Name>Common</Name>
  175. </ProjectReference>
  176. </ItemGroup>
  177. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  178. </Project>