SimulatorCore.csproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  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>..\..\ThirdParty\dlls\SuperSocket.Common.dll</HintPath>
  46. </Reference>
  47. <Reference Include="SuperSocket.SocketBase">
  48. <HintPath>..\..\ThirdParty\dlls\SuperSocket.SocketBase.dll</HintPath>
  49. </Reference>
  50. <Reference Include="SuperSocket.SocketEngine">
  51. <HintPath>..\..\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>..\..\ThirdParty\dlls\WPFToolkit.Extended.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Xceed.Wpf.AvalonDock">
  79. <HintPath>..\..\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="LoadPorts\FortrendSmif\SecsTransactionBuilder.cs" />
  92. <Compile Include="LoadPorts\FortrendSmif\SmifAgent.cs" />
  93. <Compile Include="LoadPorts\FortrendSmif\SmifPortSimulator.cs" />
  94. <Compile Include="LoadPorts\FortrendSmif\SmifPortView.xaml.cs">
  95. <DependentUpon>SmifPortView.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="LoadPorts\SG\SGLoadPortSimulator.cs" />
  98. <Compile Include="LoadPorts\SG\SGLoadPortView.xaml.cs">
  99. <DependentUpon>SGLoadPortView.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="Light\SimLightPdc.cs" />
  102. <Compile Include="Light\SimLightPdcView.xaml.cs">
  103. <DependentUpon>SimLightPdcView.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="Ocrs\Cognex\CognexOcrReaderSimulator.cs" />
  106. <Compile Include="Ocrs\Cognex\CognexOcrReaderView.xaml.cs">
  107. <DependentUpon>CognexOcrReaderView.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Ocrs\HST\HstOcrReaderSimulator.cs" />
  110. <Compile Include="Ocrs\HST\HstOcrReaderView.xaml.cs">
  111. <DependentUpon>HstOcrReaderView.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="Aligners\YaskawaNXAlignerView.xaml.cs">
  114. <DependentUpon>YaskawaNXAlignerView.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="Commons\CommonSocketDeviceSimulatorView.xaml.cs">
  117. <DependentUpon>CommonSocketDeviceSimulatorView.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Commons\CommonSocketDeviceSimulator.cs" />
  120. <Compile Include="Commons\IOSimulatorItemReader.cs" />
  121. <Compile Include="Commons\IOSimulatorItemViewModel.cs" />
  122. <Compile Include="FFUs\Ffu.cs" />
  123. <Compile Include="FFUs\FfuView.xaml.cs">
  124. <DependentUpon>FfuView.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="FFUs\FfuViewModel.cs" />
  127. <Compile Include="FFUs\MayAir\SimFfuMayAir.cs" />
  128. <Compile Include="FFUs\MayAir\SimFfuMayAirView.xaml.cs">
  129. <DependentUpon>SimFfuMayAirView.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="IoProviders\E84SimilatorUnitView.xaml.cs">
  132. <DependentUpon>E84SimulatorUnitView.xaml</DependentUpon>
  133. </Compile>
  134. <Compile Include="IoProviders\IOViewModel.cs" />
  135. <Compile Include="IoProviders\MCProtocolPlcSimulator.cs" />
  136. <Compile Include="IoProviders\SimulatorE84.cs" />
  137. <Compile Include="IoProviders\SimulatorIO.cs" />
  138. <Compile Include="IoProviders\SimulatorIO1View.xaml.cs">
  139. <DependentUpon>SimulatorIO1View.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="IoProviders\SimulatorIO2View.xaml.cs">
  142. <DependentUpon>SimulatorIO2View.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="IoProviders\SimulatorIO3View.xaml.cs">
  145. <DependentUpon>SimulatorIO3View.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="IoProviders\SimulatorIO4View.xaml.cs">
  148. <DependentUpon>SimulatorIO4View.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="LoadPorts\HirataTCP\HirataLoadPortSimulator.cs" />
  151. <Compile Include="LoadPorts\HirataTCP\HirataLoadPortView.xaml.cs">
  152. <DependentUpon>HirataLoadPortView.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="LoadPorts\Hirata\HirataLoadPortSimulator.cs" />
  155. <Compile Include="LoadPorts\Hirata\HirataLoadPortView.xaml.cs">
  156. <DependentUpon>HirataLoadPortView.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="CarrierIDReader\OmronBarcodeReader\OmronBarcodeReaderSimulator.cs" />
  159. <Compile Include="CarrierIDReader\OmronBarcodeReader\OmronBarcodeReaderView.xaml.cs">
  160. <DependentUpon>OmronBarcodeReaderView.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="CarrierIDReader\OmronV640Serial\OmronV640SerialSimulator.cs" />
  163. <Compile Include="CarrierIDReader\OmronV640Serial\OmronV640SerialView.xaml.cs">
  164. <DependentUpon>OmronV640SerialView.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="LoadPorts\PrsEfem\PrsEfemSimulatorSimulator.cs" />
  167. <Compile Include="LoadPorts\PrsEfem\PrsEfemSimulatorView.xaml.cs">
  168. <DependentUpon>PrsEfemSimulatorView.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="Aligners\TazmoAligner\TazmoAlignerSimulator.cs" />
  171. <Compile Include="Aligners\TazmoAligner\TazmoAlignerView.xaml.cs">
  172. <DependentUpon>TazmoAlignerView.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="MFCs\Horiba\SimMFC.cs" />
  175. <Compile Include="MFCs\Horiba\SimMFCView.xaml.cs">
  176. <DependentUpon>SimMFCView.xaml</DependentUpon>
  177. </Compile>
  178. <Compile Include="PM\Dage4300\Dage4300Simulator.cs" />
  179. <Compile Include="PM\Dage4300\Dage4300View.xaml.cs">
  180. <DependentUpon>Dage4300View.xaml</DependentUpon>
  181. </Compile>
  182. <Compile Include="PM\TKPM\TKPMSimulator.cs" />
  183. <Compile Include="PM\TKPM\TKPMView.xaml.cs">
  184. <DependentUpon>TKPMView.xaml</DependentUpon>
  185. </Compile>
  186. <Compile Include="PM\XRF\XRFPMSimulator.cs" />
  187. <Compile Include="PM\XRF\XRFPMView.xaml.cs">
  188. <DependentUpon>XRFPMView.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="Pumps\Magpower\MagpowerPumpSimulatorView.xaml.cs">
  191. <DependentUpon>MagpowerPumpSimulatorView.xaml</DependentUpon>
  192. </Compile>
  193. <Compile Include="Pumps\Magpower\MagpowerSimulator.cs" />
  194. <Compile Include="Pumps\PfeifferHipace\SimHipaceTurboPump.cs" />
  195. <Compile Include="Pumps\PfeifferHipace\SimHipaceTurboPumpView.xaml.cs">
  196. <DependentUpon>SimHipaceTurboPumpView.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="RFMatchs\AE\SimAeMatchView.xaml.cs">
  199. <DependentUpon>SimAeMatchView.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="RFMatchs\AE\SimAeMatch.cs" />
  202. <Compile Include="RFs\AE\SimAePowerView.xaml.cs">
  203. <DependentUpon>SimAePowerView.xaml</DependentUpon>
  204. </Compile>
  205. <Compile Include="RFs\AE\SimAeRfPower.cs" />
  206. <Compile Include="Robots\HAtm\HAtmControllerSimulator.cs" />
  207. <Compile Include="Robots\HAtm\HAtmRobotView.xaml.cs">
  208. <DependentUpon>HAtmRobotView.xaml</DependentUpon>
  209. </Compile>
  210. <Compile Include="Robots\HirataRobotSimulatorView.xaml.cs">
  211. <DependentUpon>HirataRobotSimulatorView.xaml</DependentUpon>
  212. </Compile>
  213. <Compile Include="Commons\CommonSerialPortDeviceSimulator.cs" />
  214. <Compile Include="Commons\CommonSerialPortDeviceSimulatorView.xaml.cs">
  215. <DependentUpon>CommonSerialPortDeviceSimulatorView.xaml</DependentUpon>
  216. </Compile>
  217. <Compile Include="Robots\HongHu\HHADR21ControllerSimulator.cs" />
  218. <Compile Include="Robots\HongHu\HHADR21RootSimulator.cs" />
  219. <Compile Include="Robots\HongHu\HHADR21RootView.xaml.cs">
  220. <DependentUpon>HHADR21RootView.xaml</DependentUpon>
  221. </Compile>
  222. <Compile Include="Robots\JelAligner\JelAlignerSimulator.cs" />
  223. <Compile Include="Robots\JelAligner\JelAlignerView.xaml.cs">
  224. <DependentUpon>JelAlignerView.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="Robots\JelRobot\JELC4400\JelRobotSimulator.cs" />
  227. <Compile Include="Robots\JelRobot\JELC4400\JelRobotView.xaml.cs">
  228. <DependentUpon>JelRobotView.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="Robots\JelRobot\JELC500\JelRobotSimulator.cs" />
  231. <Compile Include="Robots\JelRobot\JELC500\JelRobotView.xaml.cs">
  232. <DependentUpon>JelRobotView.xaml</DependentUpon>
  233. </Compile>
  234. <Compile Include="Robots\JelRobot\JELC500_2\JelRobot5000_2View.xaml.cs">
  235. <DependentUpon>JelRobot5000_2View.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="Robots\Rorze\RorzeRobot751ControllerSimulator.cs" />
  238. <Compile Include="Robots\Rorze\RorzeRobot751Simulator.cs" />
  239. <Compile Include="Robots\Rorze\RorzeRobot751View.xaml.cs">
  240. <DependentUpon>RorzeRobot751View.xaml</DependentUpon>
  241. </Compile>
  242. <Compile Include="Robots\SUNWAY\SPaceTRanControllerSimulator.cs" />
  243. <Compile Include="Robots\SUNWAY\SPaceTRanRobotView.xaml.cs">
  244. <DependentUpon>SPaceTRanRobotView.xaml</DependentUpon>
  245. </Compile>
  246. <Compile Include="Robots\SUNWAY\SPaceTRanRobotSimulator.cs" />
  247. <Compile Include="Robots\TazmoSerial\TazmoRobotSerialControllerSimulator.cs" />
  248. <Compile Include="Robots\TazmoSerial\TazmoRobotSerialSimulator.cs" />
  249. <Compile Include="Robots\TazmoSerial\TazmoRobotSerialView.xaml.cs">
  250. <DependentUpon>TazmoRobotSerialView.xaml</DependentUpon>
  251. </Compile>
  252. <Compile Include="Robots\Tazmo\TazmoRobotControllerSimulator.cs" />
  253. <Compile Include="Robots\Tazmo\TazmoRobotSimulator.cs" />
  254. <Compile Include="Robots\Tazmo\TazmoRobotView.xaml.cs">
  255. <DependentUpon>TazmoRobotView.xaml</DependentUpon>
  256. </Compile>
  257. <Compile Include="Robots\YaskawaNX100ControllerSimulator.cs" />
  258. <Compile Include="Robots\YaskawaNX100RobotSimulator.cs" />
  259. <Compile Include="Robots\BrooksMag7RobotView.xaml.cs">
  260. <DependentUpon>BrooksMag7RobotView.xaml</DependentUpon>
  261. </Compile>
  262. <Compile Include="Robots\YaskawaNX100RobotView.xaml.cs">
  263. <DependentUpon>YaskawaNX100RobotView.xaml</DependentUpon>
  264. </Compile>
  265. <Compile Include="Robots\YaskawaSR100ControllerSimulator.cs" />
  266. <Compile Include="Aligners\YaskawaAlignerSimulator.cs" />
  267. <Compile Include="Aligners\YaskawaAlignerView.xaml.cs">
  268. <DependentUpon>YaskawaAlignerView.xaml</DependentUpon>
  269. </Compile>
  270. <Compile Include="Commons\DeviceSimulator.cs" />
  271. <Compile Include="Commons\SerialPortDeviceSimulator.cs" />
  272. <Compile Include="Commons\SerialPortDeviceViewModel.cs" />
  273. <Compile Include="Commons\SerialPortTitleView.xaml.cs">
  274. <DependentUpon>SerialPortTitleView.xaml</DependentUpon>
  275. </Compile>
  276. <Compile Include="Commons\SocketDeviceSimulator.cs" />
  277. <Compile Include="Commons\SocketDeviceViewModel.cs" />
  278. <Compile Include="Commons\SocketTitleView.xaml.cs">
  279. <DependentUpon>SocketTitleView.xaml</DependentUpon>
  280. </Compile>
  281. <Compile Include="Commons\TransactionLogItem.cs" />
  282. <Compile Include="Commons\UIConverters.cs" />
  283. <Compile Include="CarrierIDReader\OmronV640Tcp\OmronCIDRWSimulator.cs" />
  284. <Compile Include="CarrierIDReader\OmronV640Tcp\OmronCIDRWView.xaml.cs">
  285. <DependentUpon>OmronCIDRWView.xaml</DependentUpon>
  286. </Compile>
  287. <Compile Include="LoadPorts\TDKB\TDKLoadPortView.xaml.cs">
  288. <DependentUpon>TDKLoadPortView.xaml</DependentUpon>
  289. </Compile>
  290. <Compile Include="LoadPorts\TDKB\TDKLoadPortSimulator.cs" />
  291. <Compile Include="Properties\AssemblyInfo.cs" />
  292. <Compile Include="Robots\BrooksMag7RobotSimulator.cs" />
  293. <Compile Include="Robots\BrooksMag7RobotTesterView.xaml.cs">
  294. <DependentUpon>BrooksMag7RobotTesterView.xaml</DependentUpon>
  295. </Compile>
  296. <Compile Include="Robots\RobotSimulator.cs" />
  297. <Compile Include="Robots\YaskawaSR100RobotSimulator.cs" />
  298. <Compile Include="Robots\YaskawaSR100RobotView.xaml.cs">
  299. <DependentUpon>YaskawaSR100RobotView.xaml</DependentUpon>
  300. </Compile>
  301. <Compile Include="Commons\SimpleSocketDeviceSimulator.cs" />
  302. <Compile Include="SubstrateTrackings\WaferTrack.cs" />
  303. <Compile Include="ThrottleValves\KITZ\SimThrottleValve.cs" />
  304. <Compile Include="ThrottleValves\KITZ\SimThrottleValveView.xaml.cs">
  305. <DependentUpon>SimThrottleValveView.xaml</DependentUpon>
  306. </Compile>
  307. </ItemGroup>
  308. <ItemGroup>
  309. <Page Include="CarrierIDReader\HoneywellHf800\HoneywellBarcodeView.xaml">
  310. <Generator>MSBuild:Compile</Generator>
  311. <SubType>Designer</SubType>
  312. </Page>
  313. <Page Include="LoadPorts\FortrendSmif\SmifPortView.xaml">
  314. <Generator>MSBuild:Compile</Generator>
  315. <SubType>Designer</SubType>
  316. </Page>
  317. <Page Include="LoadPorts\SG\SGLoadPortView.xaml">
  318. <Generator>MSBuild:Compile</Generator>
  319. <SubType>Designer</SubType>
  320. </Page>
  321. <Page Include="Light\SimLightPdcView.xaml">
  322. <Generator>MSBuild:Compile</Generator>
  323. <SubType>Designer</SubType>
  324. </Page>
  325. <Page Include="Ocrs\Cognex\CognexOcrReaderView.xaml">
  326. <SubType>Designer</SubType>
  327. <Generator>MSBuild:Compile</Generator>
  328. </Page>
  329. <Page Include="Ocrs\HST\HstOcrReaderView.xaml">
  330. <SubType>Designer</SubType>
  331. <Generator>MSBuild:Compile</Generator>
  332. </Page>
  333. <Page Include="Aligners\YaskawaAlignerView.xaml">
  334. <SubType>Designer</SubType>
  335. <Generator>MSBuild:Compile</Generator>
  336. </Page>
  337. <Page Include="Aligners\YaskawaNXAlignerView.xaml">
  338. <SubType>Designer</SubType>
  339. <Generator>MSBuild:Compile</Generator>
  340. </Page>
  341. <Page Include="Commons\CommonSocketDeviceSimulatorView.xaml">
  342. <SubType>Designer</SubType>
  343. <Generator>MSBuild:Compile</Generator>
  344. </Page>
  345. <Page Include="Commons\SerialPortTitleView.xaml">
  346. <SubType>Designer</SubType>
  347. <Generator>MSBuild:Compile</Generator>
  348. </Page>
  349. <Page Include="Commons\SocketTitleView.xaml">
  350. <SubType>Designer</SubType>
  351. <Generator>MSBuild:Compile</Generator>
  352. </Page>
  353. <Page Include="FFUs\FfuView.xaml">
  354. <Generator>MSBuild:Compile</Generator>
  355. <SubType>Designer</SubType>
  356. </Page>
  357. <Page Include="FFUs\MayAir\SimFfuMayAirView.xaml">
  358. <Generator>MSBuild:Compile</Generator>
  359. <SubType>Designer</SubType>
  360. </Page>
  361. <Page Include="IoProviders\E84SimulatorUnitView.xaml" />
  362. <Page Include="IoProviders\SimulatorIO1View.xaml">
  363. <Generator>MSBuild:Compile</Generator>
  364. <SubType>Designer</SubType>
  365. </Page>
  366. <Page Include="IoProviders\SimulatorIO2View.xaml">
  367. <Generator>MSBuild:Compile</Generator>
  368. <SubType>Designer</SubType>
  369. </Page>
  370. <Page Include="IoProviders\SimulatorIO3View.xaml">
  371. <Generator>MSBuild:Compile</Generator>
  372. <SubType>Designer</SubType>
  373. </Page>
  374. <Page Include="IoProviders\SimulatorIO4View.xaml">
  375. <Generator>MSBuild:Compile</Generator>
  376. <SubType>Designer</SubType>
  377. </Page>
  378. <Page Include="LoadPorts\HirataTCP\HirataLoadPortView.xaml">
  379. <Generator>MSBuild:Compile</Generator>
  380. <SubType>Designer</SubType>
  381. </Page>
  382. <Page Include="LoadPorts\Hirata\HirataLoadPortView.xaml">
  383. <Generator>MSBuild:Compile</Generator>
  384. <SubType>Designer</SubType>
  385. </Page>
  386. <Page Include="CarrierIDReader\OmronBarcodeReader\OmronBarcodeReaderView.xaml">
  387. <Generator>MSBuild:Compile</Generator>
  388. <SubType>Designer</SubType>
  389. </Page>
  390. <Page Include="CarrierIDReader\OmronV640Tcp\OmronCIDRWView.xaml">
  391. <SubType>Designer</SubType>
  392. <Generator>MSBuild:Compile</Generator>
  393. </Page>
  394. <Page Include="CarrierIDReader\OmronV640Serial\OmronV640SerialView.xaml">
  395. <Generator>MSBuild:Compile</Generator>
  396. <SubType>Designer</SubType>
  397. </Page>
  398. <Page Include="LoadPorts\PrsEfem\PrsEfemSimulatorView.xaml">
  399. <Generator>MSBuild:Compile</Generator>
  400. <SubType>Designer</SubType>
  401. </Page>
  402. <Page Include="Aligners\TazmoAligner\TazmoAlignerView.xaml">
  403. <Generator>MSBuild:Compile</Generator>
  404. <SubType>Designer</SubType>
  405. </Page>
  406. <Page Include="LoadPorts\TDKB\TDKLoadPortView.xaml">
  407. <SubType>Designer</SubType>
  408. <Generator>MSBuild:Compile</Generator>
  409. </Page>
  410. <Page Include="MFCs\Horiba\SimMFCView.xaml">
  411. <Generator>MSBuild:Compile</Generator>
  412. <SubType>Designer</SubType>
  413. </Page>
  414. <Page Include="PM\Dage4300\Dage4300View.xaml">
  415. <Generator>MSBuild:Compile</Generator>
  416. <SubType>Designer</SubType>
  417. </Page>
  418. <Page Include="PM\TKPM\TKPMView.xaml">
  419. <Generator>MSBuild:Compile</Generator>
  420. <SubType>Designer</SubType>
  421. </Page>
  422. <Page Include="PM\XRF\XRFPMView.xaml">
  423. <Generator>MSBuild:Compile</Generator>
  424. <SubType>Designer</SubType>
  425. </Page>
  426. <Page Include="Pumps\Magpower\MagpowerPumpSimulatorView.xaml">
  427. <SubType>Designer</SubType>
  428. <Generator>MSBuild:Compile</Generator>
  429. </Page>
  430. <Page Include="Pumps\PfeifferHipace\SimHipaceTurboPumpView.xaml">
  431. <SubType>Designer</SubType>
  432. <Generator>MSBuild:Compile</Generator>
  433. </Page>
  434. <Page Include="RFMatchs\AE\SimAeMatchView.xaml">
  435. <SubType>Designer</SubType>
  436. <Generator>MSBuild:Compile</Generator>
  437. </Page>
  438. <Page Include="RFs\AE\SimAePowerView.xaml">
  439. <SubType>Designer</SubType>
  440. <Generator>MSBuild:Compile</Generator>
  441. </Page>
  442. <Page Include="Robots\BrooksMag7RobotTesterView.xaml">
  443. <SubType>Designer</SubType>
  444. <Generator>MSBuild:Compile</Generator>
  445. </Page>
  446. <Page Include="Robots\BrooksMag7RobotView.xaml">
  447. <Generator>MSBuild:Compile</Generator>
  448. <SubType>Designer</SubType>
  449. </Page>
  450. <Page Include="Robots\HAtm\HAtmRobotView.xaml">
  451. <Generator>MSBuild:Compile</Generator>
  452. <SubType>Designer</SubType>
  453. </Page>
  454. <Page Include="Robots\HirataRobotSimulatorView.xaml">
  455. <SubType>Designer</SubType>
  456. <Generator>MSBuild:Compile</Generator>
  457. </Page>
  458. <Page Include="Commons\CommonSerialPortDeviceSimulatorView.xaml">
  459. <SubType>Designer</SubType>
  460. <Generator>MSBuild:Compile</Generator>
  461. </Page>
  462. <Page Include="Robots\HongHu\HHADR21RootView.xaml">
  463. <SubType>Designer</SubType>
  464. <Generator>MSBuild:Compile</Generator>
  465. </Page>
  466. <Page Include="Robots\JelAligner\JelAlignerView.xaml">
  467. <Generator>MSBuild:Compile</Generator>
  468. <SubType>Designer</SubType>
  469. </Page>
  470. <Page Include="Robots\JelRobot\JELC4400\JelRobotView.xaml">
  471. <Generator>MSBuild:Compile</Generator>
  472. <SubType>Designer</SubType>
  473. </Page>
  474. <Page Include="Robots\JelRobot\JELC500\JelRobotView.xaml">
  475. <Generator>MSBuild:Compile</Generator>
  476. <SubType>Designer</SubType>
  477. </Page>
  478. <Page Include="Robots\JelRobot\JELC500_2\JelRobot5000_2View.xaml">
  479. <Generator>MSBuild:Compile</Generator>
  480. <SubType>Designer</SubType>
  481. </Page>
  482. <Page Include="Robots\Rorze\RorzeRobot751View.xaml">
  483. <Generator>MSBuild:Compile</Generator>
  484. <SubType>Designer</SubType>
  485. </Page>
  486. <Page Include="Robots\SUNWAY\SPaceTRanRobotView.xaml">
  487. <SubType>Designer</SubType>
  488. <Generator>MSBuild:Compile</Generator>
  489. </Page>
  490. <Page Include="Robots\TazmoSerial\TazmoRobotSerialView.xaml">
  491. <Generator>MSBuild:Compile</Generator>
  492. <SubType>Designer</SubType>
  493. </Page>
  494. <Page Include="Robots\Tazmo\TazmoRobotView.xaml">
  495. <Generator>MSBuild:Compile</Generator>
  496. <SubType>Designer</SubType>
  497. </Page>
  498. <Page Include="Robots\YaskawaNX100RobotView.xaml">
  499. <SubType>Designer</SubType>
  500. <Generator>MSBuild:Compile</Generator>
  501. </Page>
  502. <Page Include="Robots\YaskawaSR100RobotView.xaml">
  503. <SubType>Designer</SubType>
  504. <Generator>MSBuild:Compile</Generator>
  505. </Page>
  506. <Page Include="ThrottleValves\KITZ\SimThrottleValveView.xaml">
  507. <Generator>MSBuild:Compile</Generator>
  508. <SubType>Designer</SubType>
  509. </Page>
  510. </ItemGroup>
  511. <ItemGroup>
  512. <ProjectReference Include="..\Common\Common.csproj">
  513. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  514. <Name>Common</Name>
  515. </ProjectReference>
  516. <ProjectReference Include="..\RTCore\RTCore.csproj">
  517. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  518. <Name>RTCore</Name>
  519. </ProjectReference>
  520. <ProjectReference Include="..\UICore\UICore.csproj">
  521. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  522. <Name>UICore</Name>
  523. </ProjectReference>
  524. </ItemGroup>
  525. <ItemGroup>
  526. <None Include="app.config" />
  527. <None Include="packages.config" />
  528. <None Include="Robots\HirataR4\IOSimulatorItems.json">
  529. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  530. </None>
  531. <None Include="Robots\TazmoRobot\IOSimulatorItems.json">
  532. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  533. </None>
  534. <None Include="SimulatorItems\KaimeiRFMatch_IOSimulatorItems.json">
  535. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  536. </None>
  537. <None Include="SimulatorItems\CommetRFMatch_IOSimulatorItems.json">
  538. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  539. </None>
  540. <None Include="SimulatorItems\EdwardsPump_IOSimulatorItems.json">
  541. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  542. </None>
  543. <None Include="SimulatorItems\FujikinMFC_IOSimulatorItems.json">
  544. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  545. </None>
  546. <None Include="SimulatorItems\Hanbell_IOSimulatorItems.json">
  547. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  548. </None>
  549. <None Include="SimulatorItems\PfeifferPumpA100_IOSimulatorItems.json">
  550. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  551. </None>
  552. <None Include="SimulatorItems\PfeifferPumpA603_IOSimulatorItems.json">
  553. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  554. </None>
  555. <None Include="SimulatorItems\RisshiChiller_IOSimulatorItems.json">
  556. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  557. </None>
  558. <None Include="SimulatorItems\SiasunAligner_IOSimulatorItems.json">
  559. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  560. </None>
  561. <None Include="SimulatorItems\SiasunPhoenixB_IOSimulatorItems.json">
  562. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  563. </None>
  564. <None Include="SimulatorItems\SkyPump_IOSimulatorItems.json">
  565. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  566. </None>
  567. <None Include="SimulatorItems\TruPlasmaRF_IOSimulatorItems.json">
  568. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  569. </None>
  570. <None Include="SimulatorItems\VATS651_IOSimulatorItems.json">
  571. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  572. </None>
  573. <None Include="SMIFs\BrooksSMIF\IOSimulatorItems.json">
  574. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  575. </None>
  576. <None Include="VCE\BrooksVCE\IOSimulatorItems.json">
  577. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  578. </None>
  579. <None Include="VCE\SiasunVCE\IOSimulatorItems.json">
  580. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  581. </None>
  582. </ItemGroup>
  583. <ItemGroup>
  584. <Folder Include="Aligners\HonghuAligner\" />
  585. </ItemGroup>
  586. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  587. <ProjectExtensions>
  588. <VisualStudio>
  589. <UserProperties robots_4hiratar4_4iosimulatoritems_1json__JsonSchema="https://jenkins-x.io/schemas/jx-schema.json" vce_4brooksvce_4iosimulatoritems_1json__JsonSchema="http://json.schemastore.org/apibuilder.json" />
  590. </VisualStudio>
  591. </ProjectExtensions>
  592. </Project>