SimulatorCore.csproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  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>{EBE55E3F-6DCE-47B9-AC61-54A8B9B3482A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MECF.Framework.Simulator.Core</RootNamespace>
  11. <AssemblyName>MECF.Framework.Simulator.Core</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. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  39. <HintPath>..\..\ThirdParty\dlls\Newtonsoft.Json.dll</HintPath>
  40. </Reference>
  41. <Reference Include="PresentationCore" />
  42. <Reference Include="PresentationFramework" />
  43. <Reference Include="PresentationFramework.Aero" />
  44. <Reference Include="SuperSocket.Common">
  45. <HintPath>..\..\JETEFEM\ThirdParty\dlls\SuperSocket.Common.dll</HintPath>
  46. </Reference>
  47. <Reference Include="SuperSocket.SocketBase">
  48. <HintPath>..\..\JETEFEM\ThirdParty\dlls\SuperSocket.SocketBase.dll</HintPath>
  49. </Reference>
  50. <Reference Include="SuperSocket.SocketEngine">
  51. <HintPath>..\..\JETEFEM\ThirdParty\dlls\SuperSocket.SocketEngine.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Drawing" />
  56. <Reference Include="System.Management" />
  57. <Reference Include="System.Windows.Forms" />
  58. <Reference Include="System.Xaml" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="WindowsBase" />
  66. <Reference Include="WinSECS, Version=2.7.6.0, Culture=neutral, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\..\ThirdParty\dlls\WinSECS.dll</HintPath>
  69. </Reference>
  70. <Reference Include="WPFToolkit, Version=3.5.40128.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  73. </Reference>
  74. <Reference Include="WPFToolkit.Extended, Version=1.6.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\..\JETEFEM\ThirdParty\dlls\WPFToolkit.Extended.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Xceed.Wpf.AvalonDock">
  79. <HintPath>..\..\JETEFEM\ThirdParty\dlls\Xceed.Wpf.AvalonDock.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Xceed.Wpf.Toolkit, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  84. </Reference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="CarrierIDReader\HoneywellHf800\HoneywellBarcodeSimulator.cs" />
  88. <Compile Include="CarrierIDReader\HoneywellHf800\HoneywellBarcodeView.xaml.cs">
  89. <DependentUpon>HoneywellBarcodeView.xaml</DependentUpon>
  90. </Compile>
  91. <Compile Include="Chillers\SimChillerSmcHRS.cs" />
  92. <Compile Include="Chillers\SimChillerSmcHRZ.cs" />
  93. <Compile Include="Chillers\SimChillerSmcHRSView.xaml.cs">
  94. <DependentUpon>SimChillerSmcHRSView.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="Chillers\SimChillerSmcHRZView.xaml.cs">
  97. <DependentUpon>SimChillerSmcHRZView.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="Commons\SocketClientSimulator.cs" />
  100. <Compile Include="Commons\SocketClientViewModel.cs" />
  101. <Compile Include="EFEM\GcEFEM\GcEfemSimulator.cs" />
  102. <Compile Include="EFEM\GcEFEM\GcEfemSimulatorView.xaml.cs">
  103. <DependentUpon>GcEfemSimulatorView.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="FlowMeters\Usf500Simulator\Usf500SimulatorSerialControllerSimulator.cs" />
  106. <Compile Include="FlowMeters\Usf500Simulator\Usf500SimulatorSerialSimulator.cs" />
  107. <Compile Include="FlowMeters\Usf500Simulator\Usf500SimulatorSerialView.xaml.cs">
  108. <DependentUpon>Usf500SimulatorSerialView.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="LoadPorts\FortrendSmif\SecsTransactionBuilder.cs" />
  111. <Compile Include="LoadPorts\FortrendSmif\SmifAgent.cs" />
  112. <Compile Include="LoadPorts\FortrendSmif\SmifPort1View.xaml.cs">
  113. <DependentUpon>SmifPort1View.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="LoadPorts\FortrendSmif\SmifPortSimulator.cs" />
  116. <Compile Include="LoadPorts\FortrendSmif\SmifPortView.xaml.cs">
  117. <DependentUpon>SmifPortView.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="LoadPorts\SG\SGLoadPortSimulator.cs" />
  120. <Compile Include="LoadPorts\SG\SGLoadPortView.xaml.cs">
  121. <DependentUpon>SGLoadPortView.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="Light\SimLightPdc.cs" />
  124. <Compile Include="Light\SimLightPdcView.xaml.cs">
  125. <DependentUpon>SimLightPdcView.xaml</DependentUpon>
  126. </Compile>
  127. <Compile Include="MISC\FAClient\FAClientSimulator.cs" />
  128. <Compile Include="MISC\FAClient\FAClientView.xaml.cs">
  129. <DependentUpon>FAClientView.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="Ocrs\Cognex\CognexOcrReaderSimulator.cs" />
  132. <Compile Include="Ocrs\Cognex\CognexOcrReaderView.xaml.cs">
  133. <DependentUpon>CognexOcrReaderView.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Ocrs\HST\HstOcrReaderSimulator.cs" />
  136. <Compile Include="Ocrs\HST\HstOcrReaderView.xaml.cs">
  137. <DependentUpon>HstOcrReaderView.xaml</DependentUpon>
  138. </Compile>
  139. <Compile Include="Aligners\YaskawaNXAlignerView.xaml.cs">
  140. <DependentUpon>YaskawaNXAlignerView.xaml</DependentUpon>
  141. </Compile>
  142. <Compile Include="Commons\CommonSocketDeviceSimulatorView.xaml.cs">
  143. <DependentUpon>CommonSocketDeviceSimulatorView.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="Commons\CommonSocketDeviceSimulator.cs" />
  146. <Compile Include="Commons\IOSimulatorItemReader.cs" />
  147. <Compile Include="Commons\IOSimulatorItemViewModel.cs" />
  148. <Compile Include="FFUs\Ffu.cs" />
  149. <Compile Include="FFUs\FfuView.xaml.cs">
  150. <DependentUpon>FfuView.xaml</DependentUpon>
  151. </Compile>
  152. <Compile Include="FFUs\FfuViewModel.cs" />
  153. <Compile Include="FFUs\MayAir\SimFfuMayAir.cs" />
  154. <Compile Include="FFUs\MayAir\SimFfuMayAirView.xaml.cs">
  155. <DependentUpon>SimFfuMayAirView.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="IoProviders\E84SimilatorUnitView.xaml.cs">
  158. <DependentUpon>E84SimulatorUnitView.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="IoProviders\IOViewModel.cs" />
  161. <Compile Include="IoProviders\MCProtocolPlcSimulator.cs" />
  162. <Compile Include="IoProviders\SimulatorE84.cs" />
  163. <Compile Include="IoProviders\SimulatorIO.cs" />
  164. <Compile Include="IoProviders\SimulatorIO1View.xaml.cs">
  165. <DependentUpon>SimulatorIO1View.xaml</DependentUpon>
  166. </Compile>
  167. <Compile Include="IoProviders\SimulatorIO2View.xaml.cs">
  168. <DependentUpon>SimulatorIO2View.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="IoProviders\SimulatorIO3View.xaml.cs">
  171. <DependentUpon>SimulatorIO3View.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="IoProviders\SimulatorIO4View.xaml.cs">
  174. <DependentUpon>SimulatorIO4View.xaml</DependentUpon>
  175. </Compile>
  176. <Compile Include="LoadPorts\HirataTCP\HirataLoadPortSimulator.cs" />
  177. <Compile Include="LoadPorts\HirataTCP\HirataLoadPortView.xaml.cs">
  178. <DependentUpon>HirataLoadPortView.xaml</DependentUpon>
  179. </Compile>
  180. <Compile Include="LoadPorts\Hirata\HirataLoadPortSimulator.cs" />
  181. <Compile Include="LoadPorts\Hirata\HirataLoadPortView.xaml.cs">
  182. <DependentUpon>HirataLoadPortView.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="CarrierIDReader\OmronBarcodeReader\OmronBarcodeReaderSimulator.cs" />
  185. <Compile Include="CarrierIDReader\OmronBarcodeReader\OmronBarcodeReaderView.xaml.cs">
  186. <DependentUpon>OmronBarcodeReaderView.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="CarrierIDReader\OmronV640Serial\OmronV640SerialSimulator.cs" />
  189. <Compile Include="CarrierIDReader\OmronV640Serial\OmronV640SerialView.xaml.cs">
  190. <DependentUpon>OmronV640SerialView.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="LoadPorts\PrsEfem\PrsEfemSimulatorSimulator.cs" />
  193. <Compile Include="LoadPorts\PrsEfem\PrsEfemSimulatorView.xaml.cs">
  194. <DependentUpon>PrsEfemSimulatorView.xaml</DependentUpon>
  195. </Compile>
  196. <Compile Include="Aligners\TazmoAligner\TazmoAlignerSimulator.cs" />
  197. <Compile Include="Aligners\TazmoAligner\TazmoAlignerView.xaml.cs">
  198. <DependentUpon>TazmoAlignerView.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="MFCs\Horiba\SimMFC.cs" />
  201. <Compile Include="MFCs\Horiba\SimMFCView.xaml.cs">
  202. <DependentUpon>SimMFCView.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="PM\Dage4300\Dage4300Simulator.cs" />
  205. <Compile Include="PM\Dage4300\Dage4300View.xaml.cs">
  206. <DependentUpon>Dage4300View.xaml</DependentUpon>
  207. </Compile>
  208. <Compile Include="PM\ZHPM\ZHPMSimulator.cs" />
  209. <Compile Include="PM\ZHPM\ZHPMSimulatorView.xaml.cs">
  210. <DependentUpon>ZHPMSimulatorView.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="PM\SCIPM\SciPMSimulator.cs" />
  213. <Compile Include="PM\SCIPM\SciPMView.xaml.cs">
  214. <DependentUpon>SciPMView.xaml</DependentUpon>
  215. </Compile>
  216. <Compile Include="PM\TKPM\TKPMSimulator.cs" />
  217. <Compile Include="PM\TKPM\TKPMView.xaml.cs">
  218. <DependentUpon>TKPMView.xaml</DependentUpon>
  219. </Compile>
  220. <Compile Include="PM\XRF\XRFPMSimulator.cs" />
  221. <Compile Include="PM\XRF\XRFPMView.xaml.cs">
  222. <DependentUpon>XRFPMView.xaml</DependentUpon>
  223. </Compile>
  224. <Compile Include="PM\XyzPM\XyzPMSimulator.cs" />
  225. <Compile Include="PM\XyzPM\XyzPMView.xaml.cs">
  226. <DependentUpon>XyzPMView.xaml</DependentUpon>
  227. </Compile>
  228. <Compile Include="Pumps\Magpower\MagpowerPumpSimulatorView.xaml.cs">
  229. <DependentUpon>MagpowerPumpSimulatorView.xaml</DependentUpon>
  230. </Compile>
  231. <Compile Include="Pumps\Magpower\MagpowerSimulator.cs" />
  232. <Compile Include="Pumps\PfeifferHipace\SimHipaceTurboPump.cs" />
  233. <Compile Include="Pumps\PfeifferHipace\SimHipaceTurboPumpView.xaml.cs">
  234. <DependentUpon>SimHipaceTurboPumpView.xaml</DependentUpon>
  235. </Compile>
  236. <Compile Include="Pumps\SimPumpOsakaTGkineView.xaml.cs">
  237. <DependentUpon>SimPumpOsakaTGkineView.xaml</DependentUpon>
  238. </Compile>
  239. <Compile Include="Pumps\SkySGM\SkySGMPumpSimulator.cs" />
  240. <Compile Include="Pumps\SkySGM\SkySGMPumpView.xaml.cs">
  241. <DependentUpon>SkySGMPumpView.xaml</DependentUpon>
  242. </Compile>
  243. <Compile Include="RFMatchs\AE\SimAeMatchView.xaml.cs">
  244. <DependentUpon>SimAeMatchView.xaml</DependentUpon>
  245. </Compile>
  246. <Compile Include="RFMatchs\AE\SimAeMatch.cs" />
  247. <Compile Include="RFMatchs\Steam\STeamRFMatch.cs" />
  248. <Compile Include="RFMatchs\Steam\STeamRFMatchView.xaml.cs">
  249. <DependentUpon>STeamRFMatchView.xaml</DependentUpon>
  250. </Compile>
  251. <Compile Include="RFMatchs\SimSerenMatchView.xaml.cs">
  252. <DependentUpon>SimSerenMatchView.xaml</DependentUpon>
  253. </Compile>
  254. <Compile Include="RFMatchs\SimSerenRfMatch.cs" />
  255. <Compile Include="RFs\SimAePowerView.xaml.cs">
  256. <DependentUpon>SimAePowerView.xaml</DependentUpon>
  257. </Compile>
  258. <Compile Include="RFs\SimAeRfPower.cs" />
  259. <Compile Include="RFs\SimDxkdpPower.cs" />
  260. <Compile Include="RFs\SimDxkdpPowerView.xaml.cs">
  261. <DependentUpon>SimDxkdpPowerView.xaml</DependentUpon>
  262. </Compile>
  263. <Compile Include="RFs\SimMksPlasmaGeneratorView.xaml.cs">
  264. <DependentUpon>SimMksPlasmaGeneratorView.xaml</DependentUpon>
  265. </Compile>
  266. <Compile Include="RFs\SimMksPowerView.xaml.cs">
  267. <DependentUpon>SimMksPowerView.xaml</DependentUpon>
  268. </Compile>
  269. <Compile Include="RFs\SimMksRfPlasmaGenerator.cs" />
  270. <Compile Include="RFs\SimSerenPowerView.xaml.cs">
  271. <DependentUpon>SimSerenPowerView.xaml</DependentUpon>
  272. </Compile>
  273. <Compile Include="RFs\SimMksRfPower.cs" />
  274. <Compile Include="RFs\SimSerenRfPower.cs" />
  275. <Compile Include="RFs\Wattsine\WattsineRfPower.cs" />
  276. <Compile Include="RFs\Wattsine\WattsineRFView.xaml.cs">
  277. <DependentUpon>WattsineRFView.xaml</DependentUpon>
  278. </Compile>
  279. <Compile Include="Robots\HAtm\HAtmControllerSimulator.cs" />
  280. <Compile Include="Robots\HAtm\HAtmRobotView.xaml.cs">
  281. <DependentUpon>HAtmRobotView.xaml</DependentUpon>
  282. </Compile>
  283. <Compile Include="Robots\HirataRobotSimulatorView.xaml.cs">
  284. <DependentUpon>HirataRobotSimulatorView.xaml</DependentUpon>
  285. </Compile>
  286. <Compile Include="Commons\CommonSerialPortDeviceSimulator.cs" />
  287. <Compile Include="Commons\CommonSerialPortDeviceSimulatorView.xaml.cs">
  288. <DependentUpon>CommonSerialPortDeviceSimulatorView.xaml</DependentUpon>
  289. </Compile>
  290. <Compile Include="Robots\JelAligner\JelAlignerSimulator.cs" />
  291. <Compile Include="Robots\JelAligner\JelAlignerView.xaml.cs">
  292. <DependentUpon>JelAlignerView.xaml</DependentUpon>
  293. </Compile>
  294. <Compile Include="Robots\JelRobot\JELC4400\JelRobotSimulator.cs" />
  295. <Compile Include="Robots\JelRobot\JELC4400\JelRobotView.xaml.cs">
  296. <DependentUpon>JelRobotView.xaml</DependentUpon>
  297. </Compile>
  298. <Compile Include="Robots\JelRobot\JELC500\JelRobotSimulator.cs" />
  299. <Compile Include="Robots\JelRobot\JELC500\JelRobotView.xaml.cs">
  300. <DependentUpon>JelRobotView.xaml</DependentUpon>
  301. </Compile>
  302. <Compile Include="Robots\JelRobot\JELC500_2\JelRobot5000_2View.xaml.cs">
  303. <DependentUpon>JelRobot5000_2View.xaml</DependentUpon>
  304. </Compile>
  305. <Compile Include="Robots\Rorze\RorzeRobot751ControllerSimulator.cs" />
  306. <Compile Include="Robots\Rorze\RorzeRobot751Simulator.cs" />
  307. <Compile Include="Robots\Rorze\RorzeRobot751View.xaml.cs">
  308. <DependentUpon>RorzeRobot751View.xaml</DependentUpon>
  309. </Compile>
  310. <Compile Include="Robots\TazmoSerial\TazmoRobotSerialControllerSimulator.cs" />
  311. <Compile Include="Robots\TazmoSerial\TazmoRobotSerialSimulator.cs" />
  312. <Compile Include="Robots\TazmoSerial\TazmoRobotSerialView.xaml.cs">
  313. <DependentUpon>TazmoRobotSerialView.xaml</DependentUpon>
  314. </Compile>
  315. <Compile Include="Robots\Tazmo\TazmoRobotControllerSimulator.cs" />
  316. <Compile Include="Robots\Tazmo\TazmoRobotSimulator.cs" />
  317. <Compile Include="Robots\Tazmo\TazmoRobotView.xaml.cs">
  318. <DependentUpon>TazmoRobotView.xaml</DependentUpon>
  319. </Compile>
  320. <Compile Include="Robots\YaskawaNX100ControllerSimulator.cs" />
  321. <Compile Include="Robots\YaskawaNX100RobotSimulator.cs" />
  322. <Compile Include="Robots\BrooksMag7RobotView.xaml.cs">
  323. <DependentUpon>BrooksMag7RobotView.xaml</DependentUpon>
  324. </Compile>
  325. <Compile Include="Robots\YaskawaNX100RobotView.xaml.cs">
  326. <DependentUpon>YaskawaNX100RobotView.xaml</DependentUpon>
  327. </Compile>
  328. <Compile Include="Robots\YaskawaSR100ControllerSimulator.cs" />
  329. <Compile Include="Aligners\YaskawaAlignerSimulator.cs" />
  330. <Compile Include="Aligners\YaskawaAlignerView.xaml.cs">
  331. <DependentUpon>YaskawaAlignerView.xaml</DependentUpon>
  332. </Compile>
  333. <Compile Include="Commons\DeviceSimulator.cs" />
  334. <Compile Include="Commons\SerialPortDeviceSimulator.cs" />
  335. <Compile Include="Commons\SerialPortDeviceViewModel.cs" />
  336. <Compile Include="Commons\SerialPortTitleView.xaml.cs">
  337. <DependentUpon>SerialPortTitleView.xaml</DependentUpon>
  338. </Compile>
  339. <Compile Include="Commons\SocketDeviceSimulator.cs" />
  340. <Compile Include="Commons\SocketDeviceViewModel.cs" />
  341. <Compile Include="Commons\SocketTitleView.xaml.cs">
  342. <DependentUpon>SocketTitleView.xaml</DependentUpon>
  343. </Compile>
  344. <Compile Include="Commons\TransactionLogItem.cs" />
  345. <Compile Include="Commons\UIConverters.cs" />
  346. <Compile Include="CarrierIDReader\OmronV640Tcp\OmronCIDRWSimulator.cs" />
  347. <Compile Include="CarrierIDReader\OmronV640Tcp\OmronCIDRWView.xaml.cs">
  348. <DependentUpon>OmronCIDRWView.xaml</DependentUpon>
  349. </Compile>
  350. <Compile Include="LoadPorts\TDKB\TDKLoadPortView.xaml.cs">
  351. <DependentUpon>TDKLoadPortView.xaml</DependentUpon>
  352. </Compile>
  353. <Compile Include="LoadPorts\TDKB\TDKLoadPortSimulator.cs" />
  354. <Compile Include="Properties\AssemblyInfo.cs" />
  355. <Compile Include="Robots\BrooksMag7RobotSimulator.cs" />
  356. <Compile Include="Robots\BrooksMag7RobotTesterView.xaml.cs">
  357. <DependentUpon>BrooksMag7RobotTesterView.xaml</DependentUpon>
  358. </Compile>
  359. <Compile Include="Robots\RobotSimulator.cs" />
  360. <Compile Include="Robots\YaskawaSR100RobotSimulator.cs" />
  361. <Compile Include="Robots\YaskawaSR100RobotView.xaml.cs">
  362. <DependentUpon>YaskawaSR100RobotView.xaml</DependentUpon>
  363. </Compile>
  364. <Compile Include="Commons\SimpleSocketDeviceSimulator.cs" />
  365. <Compile Include="SMIFs\RejeSMIF\RejeSMIF.cs" />
  366. <Compile Include="SMIFs\RejeSMIF\RejeSMIFSimulatorView.xaml.cs">
  367. <DependentUpon>RejeSMIFSimulatorView.xaml</DependentUpon>
  368. </Compile>
  369. <Compile Include="SubstrateTrackings\WaferTrack.cs" />
  370. <Compile Include="Temperatures\SimOmronEJ1.cs" />
  371. <Compile Include="Temperatures\SimOmronEJ1View.xaml.cs">
  372. <DependentUpon>SimOmronEJ1View.xaml</DependentUpon>
  373. </Compile>
  374. <Compile Include="ThrottleValves\KITZ\SimThrottleValve.cs" />
  375. <Compile Include="ThrottleValves\KITZ\SimThrottleValveView.xaml.cs">
  376. <DependentUpon>SimThrottleValveView.xaml</DependentUpon>
  377. </Compile>
  378. <Compile Include="VCE\SiasunVCE\SimSiasunVCEView.xaml.cs">
  379. <DependentUpon>SimSiasunVCEView.xaml</DependentUpon>
  380. </Compile>
  381. </ItemGroup>
  382. <ItemGroup>
  383. <Page Include="CarrierIDReader\HoneywellHf800\HoneywellBarcodeView.xaml">
  384. <Generator>MSBuild:Compile</Generator>
  385. <SubType>Designer</SubType>
  386. </Page>
  387. <Page Include="Chillers\SimChillerSmcHRSView.xaml">
  388. <Generator>MSBuild:Compile</Generator>
  389. <SubType>Designer</SubType>
  390. </Page>
  391. <Page Include="Chillers\SimChillerSmcHRZView.xaml">
  392. <Generator>MSBuild:Compile</Generator>
  393. <SubType>Designer</SubType>
  394. </Page>
  395. <Page Include="EFEM\GcEFEM\GcEfemSimulatorView.xaml">
  396. <Generator>MSBuild:Compile</Generator>
  397. <SubType>Designer</SubType>
  398. </Page>
  399. <Page Include="FlowMeters\Usf500Simulator\Usf500SimulatorSerialView.xaml">
  400. <Generator>MSBuild:Compile</Generator>
  401. <SubType>Designer</SubType>
  402. </Page>
  403. <Page Include="LoadPorts\FortrendSmif\SmifPort1View.xaml">
  404. <Generator>MSBuild:Compile</Generator>
  405. <SubType>Designer</SubType>
  406. </Page>
  407. <Page Include="LoadPorts\FortrendSmif\SmifPortView.xaml">
  408. <Generator>MSBuild:Compile</Generator>
  409. <SubType>Designer</SubType>
  410. </Page>
  411. <Page Include="LoadPorts\SG\SGLoadPortView.xaml">
  412. <Generator>MSBuild:Compile</Generator>
  413. <SubType>Designer</SubType>
  414. </Page>
  415. <Page Include="Light\SimLightPdcView.xaml">
  416. <Generator>MSBuild:Compile</Generator>
  417. <SubType>Designer</SubType>
  418. </Page>
  419. <Page Include="MISC\FAClient\FAClientView.xaml">
  420. <Generator>MSBuild:Compile</Generator>
  421. <SubType>Designer</SubType>
  422. </Page>
  423. <Page Include="Ocrs\Cognex\CognexOcrReaderView.xaml">
  424. <SubType>Designer</SubType>
  425. <Generator>MSBuild:Compile</Generator>
  426. </Page>
  427. <Page Include="Ocrs\HST\HstOcrReaderView.xaml">
  428. <SubType>Designer</SubType>
  429. <Generator>MSBuild:Compile</Generator>
  430. </Page>
  431. <Page Include="Aligners\YaskawaAlignerView.xaml">
  432. <SubType>Designer</SubType>
  433. <Generator>MSBuild:Compile</Generator>
  434. </Page>
  435. <Page Include="Aligners\YaskawaNXAlignerView.xaml">
  436. <SubType>Designer</SubType>
  437. <Generator>MSBuild:Compile</Generator>
  438. </Page>
  439. <Page Include="Commons\CommonSocketDeviceSimulatorView.xaml">
  440. <SubType>Designer</SubType>
  441. <Generator>MSBuild:Compile</Generator>
  442. </Page>
  443. <Page Include="Commons\SerialPortTitleView.xaml">
  444. <SubType>Designer</SubType>
  445. <Generator>MSBuild:Compile</Generator>
  446. </Page>
  447. <Page Include="Commons\SocketTitleView.xaml">
  448. <SubType>Designer</SubType>
  449. <Generator>MSBuild:Compile</Generator>
  450. </Page>
  451. <Page Include="FFUs\FfuView.xaml">
  452. <Generator>MSBuild:Compile</Generator>
  453. <SubType>Designer</SubType>
  454. </Page>
  455. <Page Include="FFUs\MayAir\SimFfuMayAirView.xaml">
  456. <Generator>MSBuild:Compile</Generator>
  457. <SubType>Designer</SubType>
  458. </Page>
  459. <Page Include="IoProviders\E84SimulatorUnitView.xaml" />
  460. <Page Include="IoProviders\SimulatorIO1View.xaml">
  461. <Generator>MSBuild:Compile</Generator>
  462. <SubType>Designer</SubType>
  463. </Page>
  464. <Page Include="IoProviders\SimulatorIO2View.xaml">
  465. <Generator>MSBuild:Compile</Generator>
  466. <SubType>Designer</SubType>
  467. </Page>
  468. <Page Include="IoProviders\SimulatorIO3View.xaml">
  469. <Generator>MSBuild:Compile</Generator>
  470. <SubType>Designer</SubType>
  471. </Page>
  472. <Page Include="IoProviders\SimulatorIO4View.xaml">
  473. <Generator>MSBuild:Compile</Generator>
  474. <SubType>Designer</SubType>
  475. </Page>
  476. <Page Include="LoadPorts\HirataTCP\HirataLoadPortView.xaml">
  477. <Generator>MSBuild:Compile</Generator>
  478. <SubType>Designer</SubType>
  479. </Page>
  480. <Page Include="LoadPorts\Hirata\HirataLoadPortView.xaml">
  481. <Generator>MSBuild:Compile</Generator>
  482. <SubType>Designer</SubType>
  483. </Page>
  484. <Page Include="CarrierIDReader\OmronBarcodeReader\OmronBarcodeReaderView.xaml">
  485. <Generator>MSBuild:Compile</Generator>
  486. <SubType>Designer</SubType>
  487. </Page>
  488. <Page Include="CarrierIDReader\OmronV640Tcp\OmronCIDRWView.xaml">
  489. <SubType>Designer</SubType>
  490. <Generator>MSBuild:Compile</Generator>
  491. </Page>
  492. <Page Include="CarrierIDReader\OmronV640Serial\OmronV640SerialView.xaml">
  493. <Generator>MSBuild:Compile</Generator>
  494. <SubType>Designer</SubType>
  495. </Page>
  496. <Page Include="LoadPorts\PrsEfem\PrsEfemSimulatorView.xaml">
  497. <Generator>MSBuild:Compile</Generator>
  498. <SubType>Designer</SubType>
  499. </Page>
  500. <Page Include="Aligners\TazmoAligner\TazmoAlignerView.xaml">
  501. <Generator>MSBuild:Compile</Generator>
  502. <SubType>Designer</SubType>
  503. </Page>
  504. <Page Include="LoadPorts\TDKB\TDKLoadPortView.xaml">
  505. <SubType>Designer</SubType>
  506. <Generator>MSBuild:Compile</Generator>
  507. </Page>
  508. <Page Include="MFCs\Horiba\SimMFCView.xaml">
  509. <Generator>MSBuild:Compile</Generator>
  510. <SubType>Designer</SubType>
  511. </Page>
  512. <Page Include="PM\Dage4300\Dage4300View.xaml">
  513. <Generator>MSBuild:Compile</Generator>
  514. <SubType>Designer</SubType>
  515. </Page>
  516. <Page Include="PM\ZHPM\ZHPMSimulatorView.xaml">
  517. <Generator>MSBuild:Compile</Generator>
  518. <SubType>Designer</SubType>
  519. </Page>
  520. <Page Include="PM\SCIPM\SciPMView.xaml">
  521. <Generator>MSBuild:Compile</Generator>
  522. <SubType>Designer</SubType>
  523. </Page>
  524. <Page Include="PM\TKPM\TKPMView.xaml">
  525. <Generator>MSBuild:Compile</Generator>
  526. <SubType>Designer</SubType>
  527. </Page>
  528. <Page Include="PM\XRF\XRFPMView.xaml">
  529. <Generator>MSBuild:Compile</Generator>
  530. <SubType>Designer</SubType>
  531. </Page>
  532. <Page Include="PM\XyzPM\XyzPMView.xaml">
  533. <Generator>MSBuild:Compile</Generator>
  534. <SubType>Designer</SubType>
  535. </Page>
  536. <Page Include="Pumps\Magpower\MagpowerPumpSimulatorView.xaml">
  537. <SubType>Designer</SubType>
  538. <Generator>MSBuild:Compile</Generator>
  539. </Page>
  540. <Page Include="Pumps\PfeifferHipace\SimHipaceTurboPumpView.xaml">
  541. <SubType>Designer</SubType>
  542. <Generator>MSBuild:Compile</Generator>
  543. </Page>
  544. <Page Include="Pumps\SimPumpOsakaTGkineView.xaml">
  545. <Generator>MSBuild:Compile</Generator>
  546. <SubType>Designer</SubType>
  547. </Page>
  548. <Page Include="Pumps\SkySGM\SkySGMPumpView.xaml">
  549. <Generator>MSBuild:Compile</Generator>
  550. <SubType>Designer</SubType>
  551. </Page>
  552. <Page Include="RFMatchs\AE\SimAeMatchView.xaml">
  553. <SubType>Designer</SubType>
  554. <Generator>MSBuild:Compile</Generator>
  555. </Page>
  556. <Page Include="RFMatchs\Steam\STeamRFMatchView.xaml">
  557. <Generator>MSBuild:Compile</Generator>
  558. <SubType>Designer</SubType>
  559. </Page>
  560. <Page Include="RFMatchs\SimSerenMatchView.xaml">
  561. <Generator>MSBuild:Compile</Generator>
  562. <SubType>Designer</SubType>
  563. </Page>
  564. <Page Include="RFs\SimAePowerView.xaml">
  565. <SubType>Designer</SubType>
  566. <Generator>MSBuild:Compile</Generator>
  567. </Page>
  568. <Page Include="RFs\SimDxkdpPowerView.xaml">
  569. <Generator>MSBuild:Compile</Generator>
  570. <SubType>Designer</SubType>
  571. </Page>
  572. <Page Include="RFs\SimMksPlasmaGeneratorView.xaml">
  573. <Generator>MSBuild:Compile</Generator>
  574. <SubType>Designer</SubType>
  575. </Page>
  576. <Page Include="RFs\SimMksPowerView.xaml">
  577. <Generator>MSBuild:Compile</Generator>
  578. <SubType>Designer</SubType>
  579. </Page>
  580. <Page Include="RFs\SimSerenPowerView.xaml">
  581. <Generator>MSBuild:Compile</Generator>
  582. <SubType>Designer</SubType>
  583. </Page>
  584. <Page Include="RFs\Wattsine\WattsineRFView.xaml">
  585. <Generator>MSBuild:Compile</Generator>
  586. <SubType>Designer</SubType>
  587. </Page>
  588. <Page Include="Robots\BrooksMag7RobotTesterView.xaml">
  589. <SubType>Designer</SubType>
  590. <Generator>MSBuild:Compile</Generator>
  591. </Page>
  592. <Page Include="Robots\BrooksMag7RobotView.xaml">
  593. <Generator>MSBuild:Compile</Generator>
  594. <SubType>Designer</SubType>
  595. </Page>
  596. <Page Include="Robots\HAtm\HAtmRobotView.xaml">
  597. <Generator>MSBuild:Compile</Generator>
  598. <SubType>Designer</SubType>
  599. </Page>
  600. <Page Include="Robots\HirataRobotSimulatorView.xaml">
  601. <SubType>Designer</SubType>
  602. <Generator>MSBuild:Compile</Generator>
  603. </Page>
  604. <Page Include="Commons\CommonSerialPortDeviceSimulatorView.xaml">
  605. <SubType>Designer</SubType>
  606. <Generator>MSBuild:Compile</Generator>
  607. </Page>
  608. <Page Include="Robots\JelAligner\JelAlignerView.xaml">
  609. <Generator>MSBuild:Compile</Generator>
  610. <SubType>Designer</SubType>
  611. </Page>
  612. <Page Include="Robots\JelRobot\JELC4400\JelRobotView.xaml">
  613. <Generator>MSBuild:Compile</Generator>
  614. <SubType>Designer</SubType>
  615. </Page>
  616. <Page Include="Robots\JelRobot\JELC500\JelRobotView.xaml">
  617. <Generator>MSBuild:Compile</Generator>
  618. <SubType>Designer</SubType>
  619. </Page>
  620. <Page Include="Robots\JelRobot\JELC500_2\JelRobot5000_2View.xaml">
  621. <Generator>MSBuild:Compile</Generator>
  622. <SubType>Designer</SubType>
  623. </Page>
  624. <Page Include="Robots\Rorze\RorzeRobot751View.xaml">
  625. <Generator>MSBuild:Compile</Generator>
  626. <SubType>Designer</SubType>
  627. </Page>
  628. <Page Include="Robots\TazmoSerial\TazmoRobotSerialView.xaml">
  629. <Generator>MSBuild:Compile</Generator>
  630. <SubType>Designer</SubType>
  631. </Page>
  632. <Page Include="Robots\Tazmo\TazmoRobotView.xaml">
  633. <Generator>MSBuild:Compile</Generator>
  634. <SubType>Designer</SubType>
  635. </Page>
  636. <Page Include="Robots\YaskawaNX100RobotView.xaml">
  637. <SubType>Designer</SubType>
  638. <Generator>MSBuild:Compile</Generator>
  639. </Page>
  640. <Page Include="Robots\YaskawaSR100RobotView.xaml">
  641. <SubType>Designer</SubType>
  642. <Generator>MSBuild:Compile</Generator>
  643. </Page>
  644. <Page Include="SMIFs\RejeSMIF\RejeSMIFSimulatorView.xaml">
  645. <Generator>MSBuild:Compile</Generator>
  646. <SubType>Designer</SubType>
  647. </Page>
  648. <Page Include="Temperatures\SimOmronEJ1View.xaml">
  649. <Generator>MSBuild:Compile</Generator>
  650. <SubType>Designer</SubType>
  651. </Page>
  652. <Page Include="ThrottleValves\KITZ\SimThrottleValveView.xaml">
  653. <Generator>MSBuild:Compile</Generator>
  654. <SubType>Designer</SubType>
  655. </Page>
  656. <Page Include="VCE\SiasunVCE\SimSiasunVCEView.xaml">
  657. <Generator>MSBuild:Compile</Generator>
  658. <SubType>Designer</SubType>
  659. </Page>
  660. </ItemGroup>
  661. <ItemGroup>
  662. <ProjectReference Include="..\Common\Common.csproj">
  663. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  664. <Name>Common</Name>
  665. </ProjectReference>
  666. <ProjectReference Include="..\RTCore\RTCore.csproj">
  667. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  668. <Name>RTCore</Name>
  669. </ProjectReference>
  670. <ProjectReference Include="..\UICore\UICore.csproj">
  671. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  672. <Name>UICore</Name>
  673. </ProjectReference>
  674. </ItemGroup>
  675. <ItemGroup>
  676. <None Include="app.config" />
  677. <None Include="packages.config" />
  678. <None Include="Robots\HirataR4\IOSimulatorItems.json">
  679. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  680. </None>
  681. <None Include="Robots\TazmoRobot\IOSimulatorItems.json">
  682. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  683. </None>
  684. <None Include="SimulatorItems\AeRfPower_IOSimulatorItems.json" />
  685. <None Include="SimulatorItems\BaecChiller_IOSimulatorItems.json">
  686. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  687. </None>
  688. <None Include="SimulatorItems\HighPower_IOSimulatorItems.json" />
  689. <None Include="SimulatorItems\HiwinRobot_IOSimulatorItems.json">
  690. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  691. </None>
  692. <None Include="SimulatorItems\KaimeiRFMatch_IOSimulatorItems.json">
  693. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  694. </None>
  695. <None Include="SimulatorItems\CommetRFMatch_IOSimulatorItems.json">
  696. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  697. </None>
  698. <None Include="SimulatorItems\EdwardsPump_IOSimulatorItems.json">
  699. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  700. </None>
  701. <None Include="SimulatorItems\FujikinMFC_IOSimulatorItems.json">
  702. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  703. </None>
  704. <None Include="SimulatorItems\Hanbell_IOSimulatorItems.json">
  705. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  706. </None>
  707. <None Include="SimulatorItems\LowPower_IOSimulatorItems.json" />
  708. <None Include="SimulatorItems\PfeifferPumpA100_IOSimulatorItems.json">
  709. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  710. </None>
  711. <None Include="SimulatorItems\PfeifferPumpA603_IOSimulatorItems.json">
  712. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  713. </None>
  714. <None Include="SimulatorItems\RisshiChiller_IOSimulatorItems.json">
  715. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  716. </None>
  717. <None Include="SimulatorItems\SiasunAligner_IOSimulatorItems.json">
  718. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  719. </None>
  720. <None Include="SimulatorItems\SiasunPhoenixB_IOSimulatorItems.json">
  721. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  722. </None>
  723. <None Include="SimulatorItems\SkyPump_IOSimulatorItems.json">
  724. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  725. </None>
  726. <None Include="SimulatorItems\TruPlasmaRF1000_IOSimulatorItems.json">
  727. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  728. </None>
  729. <None Include="SimulatorItems\TruPlasmaRF1001_IOSimulatorItems.json">
  730. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  731. </None>
  732. <None Include="SimulatorItems\VATS651_IOSimulatorItems.json">
  733. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  734. </None>
  735. <None Include="SMIFs\BrooksSMIF\IOSimulatorItems.json">
  736. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  737. </None>
  738. <None Include="VCE\BrooksVCE\IOSimulatorItems.json">
  739. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  740. </None>
  741. <None Include="VCE\SiasunVCE\IOSimulatorItems.json">
  742. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  743. </None>
  744. </ItemGroup>
  745. <ItemGroup>
  746. <Folder Include="Aligners\HonghuAligner\" />
  747. </ItemGroup>
  748. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  749. <ProjectExtensions>
  750. <VisualStudio>
  751. <UserProperties vce_4brooksvce_4iosimulatoritems_1json__JsonSchema="http://json.schemastore.org/apibuilder.json" robots_4hiratar4_4iosimulatoritems_1json__JsonSchema="https://jenkins-x.io/schemas/jx-schema.json" />
  752. </VisualStudio>
  753. </ProjectExtensions>
  754. </Project>