CyberX8_Themes.csproj 56 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315
  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>{FA46D7F1-463B-4457-93AF-760B409F9C7C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CyberX8_Themes</RootNamespace>
  11. <AssemblyName>CyberX8_Themes</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>TRACE;DEBUG</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="Caliburn.Micro">
  35. <HintPath>..\ThirdParty\selfbuild\Caliburn.Micro.dll</HintPath>
  36. </Reference>
  37. <Reference Include="LiveCharts">
  38. <HintPath>..\ThirdParty\LiveCharts.dll</HintPath>
  39. </Reference>
  40. <Reference Include="LiveCharts.Wpf">
  41. <HintPath>..\ThirdParty\LiveCharts.Wpf.dll</HintPath>
  42. </Reference>
  43. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  46. </Reference>
  47. <Reference Include="PresentationCore" />
  48. <Reference Include="PresentationFramework" />
  49. <Reference Include="System" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Drawing" />
  52. <Reference Include="System.Windows.Forms" />
  53. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Xaml" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="WindowsBase" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Converters\AlarmTypeConverter.cs" />
  68. <Compile Include="Converters\Bool2Not.cs" />
  69. <Compile Include="Converters\BoolReverseToColor.cs" />
  70. <Compile Include="Converters\BoolToColor6.cs" />
  71. <Compile Include="Converters\BoolToColor7.cs" />
  72. <Compile Include="Converters\BoolToGreenRedColor.cs" />
  73. <Compile Include="Converters\BoolToInverseBoolConverter.cs" />
  74. <Compile Include="Converters\BoolToOrientation.cs" />
  75. <Compile Include="Converters\BoolToOrientation2.cs" />
  76. <Compile Include="Converters\BoolToRedColor.cs" />
  77. <Compile Include="Converters\BoolToErrorColor.cs" />
  78. <Compile Include="Converters\boolToRedColor2.cs" />
  79. <Compile Include="Converters\BoolToRedGreenColor.cs" />
  80. <Compile Include="Converters\BoolToYellowColor2.cs" />
  81. <Compile Include="Converters\RoleDataConverter.cs" />
  82. <Compile Include="Converters\DecimalPrecisionConverter.cs" />
  83. <Compile Include="Converters\IntToColorConverter.cs" />
  84. <Compile Include="Converters\IntToTargetNumber.cs" />
  85. <Compile Include="Converters\MutiBoolToBool.cs" />
  86. <Compile Include="Converters\NumberStringToBool.cs" />
  87. <Compile Include="Converters\StringToString.cs" />
  88. <Compile Include="Converters\StringToVisibility.cs" />
  89. <Compile Include="Converters\BoolToYellowColor.cs" />
  90. <Compile Include="Converters\RecipeIconConverter.cs" />
  91. <Compile Include="Converters\BoolToColor.cs" />
  92. <Compile Include="Converters\BoolToColor2.cs" />
  93. <Compile Include="Converters\BoolToColor3.cs" />
  94. <Compile Include="Converters\BoolToColor4.cs" />
  95. <Compile Include="Converters\BoolToColor5.cs" />
  96. <Compile Include="Converters\BoolToDirection.cs" />
  97. <Compile Include="Converters\BoolToDoubleConverter.cs" />
  98. <Compile Include="Converters\BoolToInt.cs" />
  99. <Compile Include="Converters\BoolToPath.cs" />
  100. <Compile Include="Converters\BoolToReverse.cs" />
  101. <Compile Include="Converters\BoolToUnitConverter.cs" />
  102. <Compile Include="Converters\BoolToValueConverter.cs" />
  103. <Compile Include="Converters\BoolToVisibility.cs" />
  104. <Compile Include="Converters\boolToVisibility2.cs" />
  105. <Compile Include="Converters\BoolToBool.cs" />
  106. <Compile Include="Converters\DoubleToDoubleConverter.cs" />
  107. <Compile Include="Converters\Float2String.cs" />
  108. <Compile Include="Converters\FOUPStatusConverter.cs" />
  109. <Compile Include="Converters\IntPlusConverter.cs" />
  110. <Compile Include="Converters\IntToBoolConverter.cs" />
  111. <Compile Include="Converters\IntToBoolConverter2.cs" />
  112. <Compile Include="Converters\IntToIsEnableConverter.cs" />
  113. <Compile Include="Converters\IsLastItemConverter.cs" />
  114. <Compile Include="Converters\IsProgressedConverter.cs" />
  115. <Compile Include="Converters\Null2Bool.cs" />
  116. <Compile Include="Converters\String2Double.cs" />
  117. <Compile Include="Converters\StringToColorConverter.cs" />
  118. <Compile Include="Converters\StringToVisibility1.cs" />
  119. <Compile Include="Converters\ToBoolMultiValueConverter.cs" />
  120. <Compile Include="Converters\ToBoolMultiValueConverter2.cs" />
  121. <Compile Include="Converters\ToBoolMultiValueConverter3.cs" />
  122. <Compile Include="Converters\ToBoolMultiValueConverter4.cs" />
  123. <Compile Include="Converters\ToBoolMutiValueConverter5.cs" />
  124. <Compile Include="Converters\VisibilityToReverse.cs" />
  125. <Compile Include="CustomControls\AduRadioButtonIcon.cs" />
  126. <Compile Include="CustomControls\CommonValveControl.cs" />
  127. <Compile Include="CustomControls\Controls\Win32.cs" />
  128. <Compile Include="CustomControls\Controls\WindowButtonBase.cs" />
  129. <Compile Include="CustomControls\Controls\WindowButtonClose.cs" />
  130. <Compile Include="CustomControls\Controls\WindowButtonMax.cs" />
  131. <Compile Include="CustomControls\Controls\WindowButtonMin.cs" />
  132. <Compile Include="CustomControls\Controls\WindowButtonNormal.cs" />
  133. <Compile Include="CustomControls\Controls\WindowTopArea.cs" />
  134. <Compile Include="CustomControls\CustomPasswordBox.cs" />
  135. <Compile Include="CustomControls\GuangChuanRobot.cs" />
  136. <Compile Include="CustomControls\CustomRobot.cs" />
  137. <Compile Include="CustomControls\MultiComboBox.cs" />
  138. <Compile Include="CustomControls\PathButton.cs" />
  139. <Compile Include="CustomControls\SERobot.cs" />
  140. <Compile Include="CustomControls\SplitButton.cs" />
  141. <Compile Include="CustomControls\StepBar.cs" />
  142. <Compile Include="CustomControls\StepBarItem.cs" />
  143. <Compile Include="Properties\AssemblyInfo.cs" />
  144. <Compile Include="Themes\Attach\BorderElement.cs" />
  145. <Compile Include="Themes\Attach\ElementBackground.cs" />
  146. <Compile Include="Themes\Attach\ElementBrushBase.cs" />
  147. <Compile Include="Themes\Attach\ElementForeground.cs" />
  148. <Compile Include="Themes\Attach\IconElement.cs" />
  149. <Compile Include="unity\UIEvents.cs" />
  150. <Compile Include="UserControls\AnolyteGroove.xaml.cs">
  151. <DependentUpon>AnolyteGroove.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="UserControls\AnolyteMetalControl.xaml.cs">
  154. <DependentUpon>AnolyteMetalControl.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="UserControls\Axes2D.xaml.cs">
  157. <DependentUpon>Axes2D.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="UserControls\Blower.xaml.cs">
  160. <DependentUpon>Blower.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="UserControls\BottleReserveControl.xaml.cs">
  163. <DependentUpon>BottleReserveControl.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="UserControls\BurnInControl.xaml.cs">
  166. <DependentUpon>BurnInControl.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="UserControls\ButterflyValve.xaml.cs">
  169. <DependentUpon>ButterflyValve.xaml</DependentUpon>
  170. </Compile>
  171. <Compile Include="UserControls\ButterflyValveMessageBox.xaml.cs">
  172. <DependentUpon>ButterflyValveMessageBox.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="UserControls\CalibrateControl.xaml.cs">
  175. <DependentUpon>CalibrateControl.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="UserControls\CatholyteGroove.xaml.cs">
  178. <DependentUpon>CatholyteGroove.xaml</DependentUpon>
  179. </Compile>
  180. <Compile Include="UserControls\CellStatusControl.xaml.cs">
  181. <DependentUpon>CellStatusControl.xaml</DependentUpon>
  182. </Compile>
  183. <Compile Include="UserControls\Chamber.xaml.cs">
  184. <DependentUpon>Chamber.xaml</DependentUpon>
  185. </Compile>
  186. <Compile Include="UserControls\Clamp.xaml.cs">
  187. <DependentUpon>Clamp.xaml</DependentUpon>
  188. </Compile>
  189. <Compile Include="UserControls\CountersControl.xaml.cs">
  190. <DependentUpon>CountersControl.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="UserControls\CrossDoseControl.xaml.cs">
  193. <DependentUpon>CrossDoseControl.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="UserControls\CustomSwitch.xaml.cs">
  196. <DependentUpon>CustomSwitch.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="UserControls\Cylinder.xaml.cs">
  199. <DependentUpon>Cylinder.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="UserControls\DosingControl.xaml.cs">
  202. <DependentUpon>DosingControl.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="UserControls\DrawGraphicsControl.xaml.cs">
  205. <DependentUpon>DrawGraphicsControl.xaml</DependentUpon>
  206. </Compile>
  207. <Compile Include="UserControls\DryerUIControl.xaml.cs">
  208. <DependentUpon>DryerUIControl.xaml</DependentUpon>
  209. </Compile>
  210. <Compile Include="UserControls\EFEM.xaml.cs">
  211. <DependentUpon>EFEM.xaml</DependentUpon>
  212. </Compile>
  213. <Compile Include="UserControls\EFEMRight.xaml.cs">
  214. <DependentUpon>EFEMRight.xaml</DependentUpon>
  215. </Compile>
  216. <Compile Include="UserControls\EFEMFrontView.xaml.cs">
  217. <DependentUpon>EFEMFrontView.xaml</DependentUpon>
  218. </Compile>
  219. <Compile Include="UserControls\ExhaustPipe.xaml.cs">
  220. <DependentUpon>ExhaustPipe.xaml</DependentUpon>
  221. </Compile>
  222. <Compile Include="UserControls\Fan.xaml.cs">
  223. <DependentUpon>Fan.xaml</DependentUpon>
  224. </Compile>
  225. <Compile Include="UserControls\FlowPipe.xaml.cs">
  226. <DependentUpon>FlowPipe.xaml</DependentUpon>
  227. </Compile>
  228. <Compile Include="UserControls\FlowPipeValve.xaml.cs">
  229. <DependentUpon>FlowPipeValve.xaml</DependentUpon>
  230. </Compile>
  231. <Compile Include="UserControls\Foup.xaml.cs">
  232. <DependentUpon>Foup.xaml</DependentUpon>
  233. </Compile>
  234. <Compile Include="UserControls\FOUPFrontView.xaml.cs">
  235. <DependentUpon>FOUPFrontView.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="UserControls\DummyCassete.xaml.cs">
  238. <DependentUpon>DummyCassete.xaml</DependentUpon>
  239. </Compile>
  240. <Compile Include="UserControls\GroupDigitalBoxControl.xaml.cs">
  241. <DependentUpon>GroupDigitalBoxControl.xaml</DependentUpon>
  242. </Compile>
  243. <Compile Include="UserControls\GroupTextBoxControl.xaml.cs">
  244. <DependentUpon>GroupTextBoxControl.xaml</DependentUpon>
  245. </Compile>
  246. <Compile Include="UserControls\LinMotOtherControl.xaml.cs">
  247. <DependentUpon>LinMotOtherControl.xaml</DependentUpon>
  248. </Compile>
  249. <Compile Include="UserControls\LinMotControl.xaml.cs">
  250. <DependentUpon>LinMotControl.xaml</DependentUpon>
  251. </Compile>
  252. <Compile Include="UserControls\LoaderCommonControl.xaml.cs">
  253. <DependentUpon>LoaderCommonControl.xaml</DependentUpon>
  254. </Compile>
  255. <Compile Include="UserControls\LoaderDetectionControl.xaml.cs">
  256. <DependentUpon>LoaderDetectionControl.xaml</DependentUpon>
  257. </Compile>
  258. <Compile Include="UserControls\LockControl.xaml.cs">
  259. <DependentUpon>LockControl.xaml</DependentUpon>
  260. </Compile>
  261. <Compile Include="UserControls\MetalCMUIControl.xaml.cs">
  262. <DependentUpon>MetalCMUIControl.xaml</DependentUpon>
  263. </Compile>
  264. <Compile Include="UserControls\MetalSHUIControl.xaml.cs">
  265. <DependentUpon>MetalSHUIControl.xaml</DependentUpon>
  266. </Compile>
  267. <Compile Include="UserControls\MetalWaferSizeControl.xaml.cs">
  268. <DependentUpon>MetalWaferSizeControl.xaml</DependentUpon>
  269. </Compile>
  270. <Compile Include="UserControls\OperatingModeControl.xaml.cs">
  271. <DependentUpon>OperatingModeControl.xaml</DependentUpon>
  272. </Compile>
  273. <Compile Include="UserControls\PathButton.xaml.cs">
  274. <DependentUpon>PathButton.xaml</DependentUpon>
  275. </Compile>
  276. <Compile Include="UserControls\PlatingPowerSupplyControl.xaml.cs">
  277. <DependentUpon>PlatingPowerSupplyControl.xaml</DependentUpon>
  278. </Compile>
  279. <Compile Include="UserControls\PowerSupplierStepControl.xaml.cs">
  280. <DependentUpon>PowerSupplierStepControl.xaml</DependentUpon>
  281. </Compile>
  282. <Compile Include="UserControls\PMCounterComponent.xaml.cs">
  283. <DependentUpon>PMCounterComponent.xaml</DependentUpon>
  284. </Compile>
  285. <Compile Include="UserControls\PrewetFLowControl.xaml.cs">
  286. <DependentUpon>PrewetFLowControl.xaml</DependentUpon>
  287. </Compile>
  288. <Compile Include="UserControls\PrewetLeftSideControl.xaml.cs">
  289. <DependentUpon>PrewetLeftSideControl.xaml</DependentUpon>
  290. </Compile>
  291. <Compile Include="UserControls\PrewetMotionPanel.xaml.cs">
  292. <DependentUpon>PrewetMotionPanel.xaml</DependentUpon>
  293. </Compile>
  294. <Compile Include="UserControls\PrewetTankControl.xaml.cs">
  295. <DependentUpon>PrewetTankControl.xaml</DependentUpon>
  296. </Compile>
  297. <Compile Include="UserControls\PrewetUIControl.xaml.cs">
  298. <DependentUpon>PrewetUIControl.xaml</DependentUpon>
  299. </Compile>
  300. <Compile Include="UserControls\PrewetValve.xaml.cs">
  301. <DependentUpon>PrewetValve.xaml</DependentUpon>
  302. </Compile>
  303. <Compile Include="UserControls\PufChuckControl.xaml.cs">
  304. <DependentUpon>PufChuckControl.xaml</DependentUpon>
  305. </Compile>
  306. <Compile Include="UserControls\RecipeLoadDose.xaml.cs">
  307. <DependentUpon>RecipeLoadDose.xaml</DependentUpon>
  308. </Compile>
  309. <Compile Include="UserControls\ReplenControl.xaml.cs">
  310. <DependentUpon>ReplenControl.xaml</DependentUpon>
  311. </Compile>
  312. <Compile Include="UserControls\ReservoirPump.xaml.cs">
  313. <DependentUpon>ReservoirPump.xaml</DependentUpon>
  314. </Compile>
  315. <Compile Include="UserControls\Pump1.xaml.cs">
  316. <DependentUpon>Pump1.xaml</DependentUpon>
  317. </Compile>
  318. <Compile Include="UserControls\PumpSpeedControl.xaml.cs">
  319. <DependentUpon>PumpSpeedControl.xaml</DependentUpon>
  320. </Compile>
  321. <Compile Include="UserControls\RecipeControl.xaml.cs">
  322. <DependentUpon>RecipeControl.xaml</DependentUpon>
  323. </Compile>
  324. <Compile Include="UserControls\RecipeControlMetal.xaml.cs">
  325. <DependentUpon>RecipeControlMetal.xaml</DependentUpon>
  326. </Compile>
  327. <Compile Include="UserControls\RecipeLoad.xaml.cs">
  328. <DependentUpon>RecipeLoad.xaml</DependentUpon>
  329. </Compile>
  330. <Compile Include="UserControls\RecipeLoadControl.xaml.cs">
  331. <DependentUpon>RecipeLoadControl.xaml</DependentUpon>
  332. </Compile>
  333. <Compile Include="UserControls\RecipeModeControl.xaml.cs">
  334. <DependentUpon>RecipeModeControl.xaml</DependentUpon>
  335. </Compile>
  336. <Compile Include="UserControls\ReservoirMetal.xaml.cs">
  337. <DependentUpon>ReservoirMetal.xaml</DependentUpon>
  338. </Compile>
  339. <Compile Include="UserControls\ReservoirsInformationPanel.xaml.cs">
  340. <DependentUpon>ReservoirsInformationPanel.xaml</DependentUpon>
  341. </Compile>
  342. <Compile Include="UserControls\ReservoirsRecipeParametersPanel.xaml.cs">
  343. <DependentUpon>ReservoirsRecipeParametersPanel.xaml</DependentUpon>
  344. </Compile>
  345. <Compile Include="UserControls\RinseUIControl.xaml.cs">
  346. <DependentUpon>RinseUIControl.xaml</DependentUpon>
  347. </Compile>
  348. <Compile Include="UserControls\RobotFrontView.xaml.cs">
  349. <DependentUpon>RobotFrontView.xaml</DependentUpon>
  350. </Compile>
  351. <Compile Include="UserControls\SchedulerControl.cs">
  352. <SubType>UserControl</SubType>
  353. </Compile>
  354. <Compile Include="UserControls\SchedulerControl.Designer.cs">
  355. <DependentUpon>SchedulerControl.cs</DependentUpon>
  356. </Compile>
  357. <Compile Include="UserControls\Screw.xaml.cs">
  358. <DependentUpon>Screw.xaml</DependentUpon>
  359. </Compile>
  360. <Compile Include="UserControls\SRD1.xaml.cs">
  361. <DependentUpon>SRD1.xaml</DependentUpon>
  362. </Compile>
  363. <Compile Include="UserControls\SRD2.xaml.cs">
  364. <DependentUpon>SRD2.xaml</DependentUpon>
  365. </Compile>
  366. <Compile Include="UserControls\SRDFrontView.xaml.cs">
  367. <DependentUpon>SRDFrontView.xaml</DependentUpon>
  368. </Compile>
  369. <Compile Include="UserControls\SRDMotionControl.xaml.cs">
  370. <DependentUpon>SRDMotionControl.xaml</DependentUpon>
  371. </Compile>
  372. <Compile Include="UserControls\SRDMoveControl.xaml.cs">
  373. <DependentUpon>SRDMoveControl.xaml</DependentUpon>
  374. </Compile>
  375. <Compile Include="UserControls\SRDSideControl.xaml.cs">
  376. <DependentUpon>SRDSideControl.xaml</DependentUpon>
  377. </Compile>
  378. <Compile Include="UserControls\SrdAwcCycleControl.xaml.cs">
  379. <DependentUpon>SrdAwcCycleControl.xaml</DependentUpon>
  380. </Compile>
  381. <Compile Include="UserControls\SRDLeftInformation.xaml.cs">
  382. <DependentUpon>SRDLeftInformation.xaml</DependentUpon>
  383. </Compile>
  384. <Compile Include="UserControls\SrdOverviewInformationPanel.xaml.cs">
  385. <DependentUpon>SrdOverviewInformationPanel.xaml</DependentUpon>
  386. </Compile>
  387. <Compile Include="UserControls\SrdStationPositionControl.xaml.cs">
  388. <DependentUpon>SrdStationPositionControl.xaml</DependentUpon>
  389. </Compile>
  390. <Compile Include="UserControls\LoaderStationSideControl.xaml.cs">
  391. <DependentUpon>LoaderStationSideControl.xaml</DependentUpon>
  392. </Compile>
  393. <Compile Include="UserControls\LoaderWaferHolderFlowControl.xaml.cs">
  394. <DependentUpon>LoaderWaferHolderFlowControl.xaml</DependentUpon>
  395. </Compile>
  396. <Compile Include="UserControls\PowerSupplyChannelControl.xaml.cs">
  397. <DependentUpon>PowerSupplyChannelControl.xaml</DependentUpon>
  398. </Compile>
  399. <Compile Include="UserControls\PressureBlockControl.xaml.cs">
  400. <DependentUpon>PressureBlockControl.xaml</DependentUpon>
  401. </Compile>
  402. <Compile Include="UserControls\PufMotionCommandControl.xaml.cs">
  403. <DependentUpon>PufMotionCommandControl.xaml</DependentUpon>
  404. </Compile>
  405. <Compile Include="UserControls\PufStationCommandControl.xaml.cs">
  406. <DependentUpon>PufStationCommandControl.xaml</DependentUpon>
  407. </Compile>
  408. <Compile Include="UserControls\PufStationDistanceControl.xaml.cs">
  409. <DependentUpon>PufStationDistanceControl.xaml</DependentUpon>
  410. </Compile>
  411. <Compile Include="UserControls\LoaderStationPositionControl.xaml.cs">
  412. <DependentUpon>LoaderStationPositionControl.xaml</DependentUpon>
  413. </Compile>
  414. <Compile Include="UserControls\SRDUIControl.xaml.cs">
  415. <DependentUpon>SRDUIControl.xaml</DependentUpon>
  416. </Compile>
  417. <Compile Include="UserControls\TempControl.xaml.cs">
  418. <DependentUpon>TempControl.xaml</DependentUpon>
  419. </Compile>
  420. <Compile Include="UserControls\TransporterStationPositionControl.xaml.cs">
  421. <DependentUpon>TransporterStationPositionControl.xaml</DependentUpon>
  422. </Compile>
  423. <Compile Include="UserControls\PufStationPositionControl.xaml.cs">
  424. <DependentUpon>PufStationPositionControl.xaml</DependentUpon>
  425. </Compile>
  426. <Compile Include="UserControls\PufLoaderControl.xaml.cs">
  427. <DependentUpon>PufLoaderControl.xaml</DependentUpon>
  428. </Compile>
  429. <Compile Include="UserControls\PufArmControl.xaml.cs">
  430. <DependentUpon>PufArmControl.xaml</DependentUpon>
  431. </Compile>
  432. <Compile Include="UserControls\LoadLockLeft.xaml.cs">
  433. <DependentUpon>LoadLockLeft.xaml</DependentUpon>
  434. </Compile>
  435. <Compile Include="UserControls\LoadLockRight.xaml.cs">
  436. <DependentUpon>LoadLockRight.xaml</DependentUpon>
  437. </Compile>
  438. <Compile Include="UserControls\Loadport.xaml.cs">
  439. <DependentUpon>Loadport.xaml</DependentUpon>
  440. </Compile>
  441. <Compile Include="UserControls\MotionControl.xaml.cs">
  442. <DependentUpon>MotionControl.xaml</DependentUpon>
  443. </Compile>
  444. <Compile Include="UserControls\Pipe2.xaml.cs">
  445. <DependentUpon>Pipe2.xaml</DependentUpon>
  446. </Compile>
  447. <Compile Include="UserControls\Pipe3.xaml.cs">
  448. <DependentUpon>Pipe3.xaml</DependentUpon>
  449. </Compile>
  450. <Compile Include="UserControls\PufControl.xaml.cs">
  451. <DependentUpon>PufControl.xaml</DependentUpon>
  452. </Compile>
  453. <Compile Include="UserControls\Pump.xaml.cs">
  454. <DependentUpon>Pump.xaml</DependentUpon>
  455. </Compile>
  456. <Compile Include="UserControls\purge.xaml.cs">
  457. <DependentUpon>purge.xaml</DependentUpon>
  458. </Compile>
  459. <Compile Include="UserControls\RecipeFileLoadControl.xaml.cs">
  460. <DependentUpon>RecipeFileLoadControl.xaml</DependentUpon>
  461. </Compile>
  462. <Compile Include="UserControls\RecipeNameDialog.xaml.cs">
  463. <DependentUpon>RecipeNameDialog.xaml</DependentUpon>
  464. </Compile>
  465. <Compile Include="UserControls\ReserviorControl.xaml.cs">
  466. <DependentUpon>ReserviorControl.xaml</DependentUpon>
  467. </Compile>
  468. <Compile Include="UserControls\ResistivityProbeControl.xaml.cs">
  469. <DependentUpon>ResistivityProbeControl.xaml</DependentUpon>
  470. </Compile>
  471. <Compile Include="UserControls\StateTitle.xaml.cs">
  472. <DependentUpon>StateTitle.xaml</DependentUpon>
  473. </Compile>
  474. <Compile Include="UserControls\TemperatureControllerControl.xaml.cs">
  475. <DependentUpon>TemperatureControllerControl.xaml</DependentUpon>
  476. </Compile>
  477. <Compile Include="UserControls\TextboxWithLabel.xaml.cs">
  478. <DependentUpon>TextboxWithLabel.xaml</DependentUpon>
  479. </Compile>
  480. <Compile Include="UserControls\SRD.xaml.cs">
  481. <DependentUpon>SRD.xaml</DependentUpon>
  482. </Compile>
  483. <Compile Include="UserControls\PUFChamber.xaml.cs">
  484. <DependentUpon>PUFChamber.xaml</DependentUpon>
  485. </Compile>
  486. <Compile Include="UserControls\TransPorterControl.xaml.cs">
  487. <DependentUpon>TransPorterControl.xaml</DependentUpon>
  488. </Compile>
  489. <Compile Include="UserControls\TransporterGantryTeachControl.xaml.cs">
  490. <DependentUpon>TransporterGantryTeachControl.xaml</DependentUpon>
  491. </Compile>
  492. <Compile Include="UserControls\TransporterElevatorTeachControl.xaml.cs">
  493. <DependentUpon>TransporterElevatorTeachControl.xaml</DependentUpon>
  494. </Compile>
  495. <Compile Include="UserControls\TransporterOperationControl.xaml.cs">
  496. <DependentUpon>TransporterOperationControl.xaml</DependentUpon>
  497. </Compile>
  498. <Compile Include="UserControls\Turbo.xaml.cs">
  499. <DependentUpon>Turbo.xaml</DependentUpon>
  500. </Compile>
  501. <Compile Include="UserControls\LoaderControl.xaml.cs">
  502. <DependentUpon>LoaderControl.xaml</DependentUpon>
  503. </Compile>
  504. <Compile Include="UserControls\ProcessControl.xaml.cs">
  505. <DependentUpon>ProcessControl.xaml</DependentUpon>
  506. </Compile>
  507. <Compile Include="UserControls\ProcessFurnace.xaml.cs">
  508. <DependentUpon>ProcessFurnace.xaml</DependentUpon>
  509. </Compile>
  510. <Compile Include="UserControls\ProcessSmallFurnace.xaml.cs">
  511. <DependentUpon>ProcessSmallFurnace.xaml</DependentUpon>
  512. </Compile>
  513. <Compile Include="UserControls\TransporterDebugControl.xaml.cs">
  514. <DependentUpon>TransporterDebugControl.xaml</DependentUpon>
  515. </Compile>
  516. <Compile Include="UserControls\WaferCtrl.xaml.cs">
  517. <DependentUpon>WaferCtrl.xaml</DependentUpon>
  518. </Compile>
  519. <Compile Include="UserControls\WaferHolderPanel.xaml.cs">
  520. <DependentUpon>WaferHolderPanel.xaml</DependentUpon>
  521. </Compile>
  522. <Compile Include="UserControls\WaferHolderProcessCell.xaml.cs">
  523. <DependentUpon>WaferHolderProcessCell.xaml</DependentUpon>
  524. </Compile>
  525. <Compile Include="UserControls\WaferHolderBuffer.xaml.cs">
  526. <DependentUpon>WaferHolderBuffer.xaml</DependentUpon>
  527. </Compile>
  528. <Compile Include="UserControls\WaferHolderControl.xaml.cs">
  529. <DependentUpon>WaferHolderControl.xaml</DependentUpon>
  530. </Compile>
  531. <Compile Include="UserControls\WaferOverviewPanel.xaml.cs">
  532. <DependentUpon>WaferOverviewPanel.xaml</DependentUpon>
  533. </Compile>
  534. <Compile Include="UserControls\WaferPresenceControl.xaml.cs">
  535. <DependentUpon>WaferPresenceControl.xaml</DependentUpon>
  536. </Compile>
  537. <Compile Include="UserControls\WaferStatus.xaml.cs">
  538. <DependentUpon>WaferStatus.xaml</DependentUpon>
  539. </Compile>
  540. <Compile Include="UserControls\WHClampControl.xaml.cs">
  541. <DependentUpon>WHClampControl.xaml</DependentUpon>
  542. </Compile>
  543. <Compile Include="UserControls\WPFMessageBox.xaml.cs">
  544. <DependentUpon>WPFMessageBox.xaml</DependentUpon>
  545. </Compile>
  546. <Compile Include="UserControls\ZhenValve.xaml.cs">
  547. <DependentUpon>ZhenValve.xaml</DependentUpon>
  548. </Compile>
  549. </ItemGroup>
  550. <ItemGroup>
  551. <Page Include="CustomControls\AduRadioButton.xaml">
  552. <Generator>MSBuild:Compile</Generator>
  553. <SubType>Designer</SubType>
  554. </Page>
  555. <Page Include="Styles\CustomWindowStyle.xaml">
  556. <Generator>MSBuild:Compile</Generator>
  557. <SubType>Designer</SubType>
  558. </Page>
  559. <Page Include="Styles\RadioButton.xaml">
  560. <Generator>MSBuild:Compile</Generator>
  561. <SubType>Designer</SubType>
  562. </Page>
  563. <Page Include="Styles\ToggleButton.xaml">
  564. <Generator>MSBuild:Compile</Generator>
  565. <SubType>Designer</SubType>
  566. </Page>
  567. <Page Include="Styles\Button.xaml">
  568. <Generator>MSBuild:Compile</Generator>
  569. <SubType>Designer</SubType>
  570. </Page>
  571. <Page Include="Styles\ComboBox.xaml">
  572. <Generator>MSBuild:Compile</Generator>
  573. <SubType>Designer</SubType>
  574. </Page>
  575. <Page Include="Styles\DataGrid.xaml">
  576. <Generator>MSBuild:Compile</Generator>
  577. <SubType>Designer</SubType>
  578. </Page>
  579. <Page Include="Styles\Expander.xaml">
  580. <Generator>MSBuild:Compile</Generator>
  581. <SubType>Designer</SubType>
  582. </Page>
  583. <Page Include="Styles\GroupBox.xaml">
  584. <Generator>MSBuild:Compile</Generator>
  585. <SubType>Designer</SubType>
  586. </Page>
  587. <Page Include="Styles\ListBox.xaml">
  588. <Generator>MSBuild:Compile</Generator>
  589. <SubType>Designer</SubType>
  590. </Page>
  591. <Page Include="Styles\Listview.xaml">
  592. <Generator>MSBuild:Compile</Generator>
  593. <SubType>Designer</SubType>
  594. </Page>
  595. <Page Include="Styles\MenuItem.xaml">
  596. <Generator>MSBuild:Compile</Generator>
  597. <SubType>Designer</SubType>
  598. </Page>
  599. <Page Include="Styles\Skin.xaml">
  600. <Generator>MSBuild:Compile</Generator>
  601. <SubType>Designer</SubType>
  602. </Page>
  603. <Page Include="Styles\Tab.xaml">
  604. <Generator>MSBuild:Compile</Generator>
  605. <SubType>Designer</SubType>
  606. </Page>
  607. <Page Include="Styles\TextBox.xaml">
  608. <Generator>MSBuild:Compile</Generator>
  609. <SubType>Designer</SubType>
  610. </Page>
  611. <Page Include="Styles\TreeView.xaml">
  612. <Generator>MSBuild:Compile</Generator>
  613. <SubType>Designer</SubType>
  614. </Page>
  615. <Page Include="Styles\WindowElementStyle.xaml">
  616. <Generator>MSBuild:Compile</Generator>
  617. <SubType>Designer</SubType>
  618. </Page>
  619. <Page Include="Themes\Generic.xaml">
  620. <Generator>MSBuild:Compile</Generator>
  621. <SubType>Designer</SubType>
  622. </Page>
  623. <Page Include="Languages\StringResources.en-US.xaml">
  624. <Generator>MSBuild:Compile</Generator>
  625. <SubType>Designer</SubType>
  626. </Page>
  627. <Page Include="Languages\StringResources.zh-CN.xaml">
  628. <Generator>MSBuild:Compile</Generator>
  629. <SubType>Designer</SubType>
  630. </Page>
  631. <Page Include="UserControls\AnolyteGroove.xaml">
  632. <SubType>Designer</SubType>
  633. <Generator>MSBuild:Compile</Generator>
  634. </Page>
  635. <Page Include="UserControls\AnolyteMetalControl.xaml">
  636. <SubType>Designer</SubType>
  637. <Generator>MSBuild:Compile</Generator>
  638. </Page>
  639. <Page Include="UserControls\Axes2D.xaml">
  640. <SubType>Designer</SubType>
  641. <Generator>MSBuild:Compile</Generator>
  642. </Page>
  643. <Page Include="UserControls\Blower.xaml">
  644. <SubType>Designer</SubType>
  645. <Generator>MSBuild:Compile</Generator>
  646. </Page>
  647. <Page Include="UserControls\BottleReserveControl.xaml">
  648. <SubType>Designer</SubType>
  649. <Generator>MSBuild:Compile</Generator>
  650. </Page>
  651. <Page Include="UserControls\BurnInControl.xaml">
  652. <SubType>Designer</SubType>
  653. <Generator>MSBuild:Compile</Generator>
  654. </Page>
  655. <Page Include="UserControls\ButterflyValve.xaml">
  656. <SubType>Designer</SubType>
  657. <Generator>MSBuild:Compile</Generator>
  658. </Page>
  659. <Page Include="UserControls\ButterflyValveMessageBox.xaml">
  660. <SubType>Designer</SubType>
  661. <Generator>MSBuild:Compile</Generator>
  662. </Page>
  663. <Page Include="UserControls\CalibrateControl.xaml">
  664. <SubType>Designer</SubType>
  665. <Generator>MSBuild:Compile</Generator>
  666. </Page>
  667. <Page Include="UserControls\CatholyteGroove.xaml">
  668. <SubType>Designer</SubType>
  669. <Generator>MSBuild:Compile</Generator>
  670. </Page>
  671. <Page Include="UserControls\CellStatusControl.xaml">
  672. <SubType>Designer</SubType>
  673. <Generator>MSBuild:Compile</Generator>
  674. </Page>
  675. <Page Include="UserControls\Chamber.xaml">
  676. <SubType>Designer</SubType>
  677. <Generator>MSBuild:Compile</Generator>
  678. </Page>
  679. <Page Include="UserControls\Clamp.xaml">
  680. <SubType>Designer</SubType>
  681. <Generator>MSBuild:Compile</Generator>
  682. </Page>
  683. <Page Include="UserControls\CountersControl.xaml">
  684. <SubType>Designer</SubType>
  685. <Generator>MSBuild:Compile</Generator>
  686. </Page>
  687. <Page Include="UserControls\CrossDoseControl.xaml">
  688. <SubType>Designer</SubType>
  689. <Generator>MSBuild:Compile</Generator>
  690. </Page>
  691. <Page Include="UserControls\CustomSwitch.xaml">
  692. <SubType>Designer</SubType>
  693. <Generator>MSBuild:Compile</Generator>
  694. </Page>
  695. <Page Include="UserControls\Cylinder.xaml">
  696. <SubType>Designer</SubType>
  697. <Generator>MSBuild:Compile</Generator>
  698. </Page>
  699. <Page Include="UserControls\DosingControl.xaml">
  700. <SubType>Designer</SubType>
  701. <Generator>MSBuild:Compile</Generator>
  702. </Page>
  703. <Page Include="UserControls\DrawGraphicsControl.xaml">
  704. <SubType>Designer</SubType>
  705. <Generator>MSBuild:Compile</Generator>
  706. </Page>
  707. <Page Include="UserControls\DryerUIControl.xaml">
  708. <SubType>Designer</SubType>
  709. <Generator>MSBuild:Compile</Generator>
  710. </Page>
  711. <Page Include="UserControls\EFEM.xaml">
  712. <Generator>MSBuild:Compile</Generator>
  713. <SubType>Designer</SubType>
  714. </Page>
  715. <Page Include="UserControls\EFEMRight.xaml">
  716. <SubType>Designer</SubType>
  717. <Generator>MSBuild:Compile</Generator>
  718. </Page>
  719. <Page Include="UserControls\EFEMFrontView.xaml">
  720. <Generator>MSBuild:Compile</Generator>
  721. <SubType>Designer</SubType>
  722. </Page>
  723. <Page Include="UserControls\ExhaustPipe.xaml">
  724. <SubType>Designer</SubType>
  725. <Generator>MSBuild:Compile</Generator>
  726. </Page>
  727. <Page Include="UserControls\Fan.xaml">
  728. <SubType>Designer</SubType>
  729. <Generator>MSBuild:Compile</Generator>
  730. </Page>
  731. <Page Include="UserControls\FlowPipe.xaml">
  732. <Generator>MSBuild:Compile</Generator>
  733. <SubType>Designer</SubType>
  734. </Page>
  735. <Page Include="UserControls\FlowPipeValve.xaml">
  736. <Generator>MSBuild:Compile</Generator>
  737. <SubType>Designer</SubType>
  738. </Page>
  739. <Page Include="UserControls\Foup.xaml">
  740. <SubType>Designer</SubType>
  741. <Generator>MSBuild:Compile</Generator>
  742. </Page>
  743. <Page Include="UserControls\FOUPFrontView.xaml">
  744. <Generator>MSBuild:Compile</Generator>
  745. <SubType>Designer</SubType>
  746. </Page>
  747. <Page Include="UserControls\DummyCassete.xaml">
  748. <Generator>MSBuild:Compile</Generator>
  749. <SubType>Designer</SubType>
  750. </Page>
  751. <Page Include="UserControls\GroupDigitalBoxControl.xaml">
  752. <Generator>MSBuild:Compile</Generator>
  753. <SubType>Designer</SubType>
  754. </Page>
  755. <Page Include="UserControls\GroupTextBoxControl.xaml">
  756. <SubType>Designer</SubType>
  757. <Generator>MSBuild:Compile</Generator>
  758. </Page>
  759. <Page Include="UserControls\LinMotOtherControl.xaml">
  760. <Generator>MSBuild:Compile</Generator>
  761. <SubType>Designer</SubType>
  762. </Page>
  763. <Page Include="UserControls\LinMotControl.xaml">
  764. <SubType>Designer</SubType>
  765. <Generator>MSBuild:Compile</Generator>
  766. </Page>
  767. <Page Include="UserControls\LoaderCommonControl.xaml">
  768. <SubType>Designer</SubType>
  769. <Generator>MSBuild:Compile</Generator>
  770. </Page>
  771. <Page Include="UserControls\LoaderDetectionControl.xaml">
  772. <Generator>MSBuild:Compile</Generator>
  773. <SubType>Designer</SubType>
  774. </Page>
  775. <Page Include="UserControls\LockControl.xaml">
  776. <SubType>Designer</SubType>
  777. <Generator>MSBuild:Compile</Generator>
  778. </Page>
  779. <Page Include="UserControls\MetalCMUIControl.xaml">
  780. <SubType>Designer</SubType>
  781. <Generator>MSBuild:Compile</Generator>
  782. </Page>
  783. <Page Include="UserControls\MetalSHUIControl.xaml">
  784. <SubType>Designer</SubType>
  785. <Generator>MSBuild:Compile</Generator>
  786. </Page>
  787. <Page Include="UserControls\MetalWaferSizeControl.xaml">
  788. <SubType>Designer</SubType>
  789. <Generator>MSBuild:Compile</Generator>
  790. </Page>
  791. <Page Include="UserControls\OperatingModeControl.xaml">
  792. <SubType>Designer</SubType>
  793. <Generator>MSBuild:Compile</Generator>
  794. </Page>
  795. <Page Include="UserControls\PathButton.xaml">
  796. <SubType>Designer</SubType>
  797. <Generator>MSBuild:Compile</Generator>
  798. </Page>
  799. <Page Include="UserControls\PlatingPowerSupplyControl.xaml">
  800. <SubType>Designer</SubType>
  801. <Generator>MSBuild:Compile</Generator>
  802. </Page>
  803. <Page Include="UserControls\PowerSupplierStepControl.xaml">
  804. <SubType>Designer</SubType>
  805. <Generator>MSBuild:Compile</Generator>
  806. </Page>
  807. <Page Include="UserControls\PMCounterComponent.xaml">
  808. <SubType>Designer</SubType>
  809. <Generator>MSBuild:Compile</Generator>
  810. </Page>
  811. <Page Include="UserControls\PrewetFLowControl.xaml">
  812. <SubType>Designer</SubType>
  813. <Generator>MSBuild:Compile</Generator>
  814. </Page>
  815. <Page Include="UserControls\PrewetLeftSideControl.xaml">
  816. <SubType>Designer</SubType>
  817. <Generator>MSBuild:Compile</Generator>
  818. </Page>
  819. <Page Include="UserControls\PrewetMotionPanel.xaml">
  820. <SubType>Designer</SubType>
  821. <Generator>MSBuild:Compile</Generator>
  822. </Page>
  823. <Page Include="UserControls\PrewetTankControl.xaml">
  824. <Generator>MSBuild:Compile</Generator>
  825. <SubType>Designer</SubType>
  826. </Page>
  827. <Page Include="UserControls\PrewetUIControl.xaml">
  828. <Generator>MSBuild:Compile</Generator>
  829. <SubType>Designer</SubType>
  830. </Page>
  831. <Page Include="UserControls\PrewetValve.xaml">
  832. <Generator>MSBuild:Compile</Generator>
  833. <SubType>Designer</SubType>
  834. </Page>
  835. <Page Include="UserControls\PufChuckControl.xaml">
  836. <Generator>MSBuild:Compile</Generator>
  837. <SubType>Designer</SubType>
  838. </Page>
  839. <Page Include="UserControls\RecipeLoadDose.xaml">
  840. <SubType>Designer</SubType>
  841. <Generator>MSBuild:Compile</Generator>
  842. </Page>
  843. <Page Include="UserControls\ReplenControl.xaml">
  844. <SubType>Designer</SubType>
  845. <Generator>MSBuild:Compile</Generator>
  846. </Page>
  847. <Page Include="UserControls\ReservoirPump.xaml">
  848. <Generator>MSBuild:Compile</Generator>
  849. <SubType>Designer</SubType>
  850. </Page>
  851. <Page Include="UserControls\Pump1.xaml">
  852. <SubType>Designer</SubType>
  853. <Generator>MSBuild:Compile</Generator>
  854. </Page>
  855. <Page Include="UserControls\PumpSpeedControl.xaml">
  856. <SubType>Designer</SubType>
  857. <Generator>MSBuild:Compile</Generator>
  858. </Page>
  859. <Page Include="UserControls\RecipeControl.xaml">
  860. <SubType>Designer</SubType>
  861. <Generator>MSBuild:Compile</Generator>
  862. </Page>
  863. <Page Include="UserControls\RecipeControlMetal.xaml">
  864. <SubType>Designer</SubType>
  865. <Generator>MSBuild:Compile</Generator>
  866. </Page>
  867. <Page Include="UserControls\RecipeLoad.xaml">
  868. <SubType>Designer</SubType>
  869. <Generator>MSBuild:Compile</Generator>
  870. </Page>
  871. <Page Include="UserControls\RecipeLoadControl.xaml">
  872. <Generator>MSBuild:Compile</Generator>
  873. <SubType>Designer</SubType>
  874. </Page>
  875. <Page Include="UserControls\RecipeModeControl.xaml">
  876. <SubType>Designer</SubType>
  877. <Generator>MSBuild:Compile</Generator>
  878. </Page>
  879. <Page Include="UserControls\ReservoirMetal.xaml">
  880. <SubType>Designer</SubType>
  881. <Generator>MSBuild:Compile</Generator>
  882. </Page>
  883. <Page Include="UserControls\ReservoirsInformationPanel.xaml">
  884. <SubType>Designer</SubType>
  885. <Generator>MSBuild:Compile</Generator>
  886. </Page>
  887. <Page Include="UserControls\ReservoirsRecipeParametersPanel.xaml">
  888. <SubType>Designer</SubType>
  889. <Generator>MSBuild:Compile</Generator>
  890. </Page>
  891. <Page Include="UserControls\RinseUIControl.xaml">
  892. <SubType>Designer</SubType>
  893. <Generator>MSBuild:Compile</Generator>
  894. </Page>
  895. <Page Include="UserControls\RobotFrontView.xaml">
  896. <SubType>Designer</SubType>
  897. <Generator>MSBuild:Compile</Generator>
  898. </Page>
  899. <Page Include="UserControls\Screw.xaml">
  900. <Generator>MSBuild:Compile</Generator>
  901. <SubType>Designer</SubType>
  902. </Page>
  903. <Page Include="UserControls\SRD1.xaml">
  904. <SubType>Designer</SubType>
  905. <Generator>MSBuild:Compile</Generator>
  906. </Page>
  907. <Page Include="UserControls\SRD2.xaml">
  908. <SubType>Designer</SubType>
  909. <Generator>MSBuild:Compile</Generator>
  910. </Page>
  911. <Page Include="UserControls\SRDFrontView.xaml">
  912. <SubType>Designer</SubType>
  913. <Generator>MSBuild:Compile</Generator>
  914. </Page>
  915. <Page Include="UserControls\SRDMotionControl.xaml">
  916. <SubType>Designer</SubType>
  917. <Generator>MSBuild:Compile</Generator>
  918. </Page>
  919. <Page Include="UserControls\SRDMoveControl.xaml">
  920. <SubType>Designer</SubType>
  921. <Generator>MSBuild:Compile</Generator>
  922. </Page>
  923. <Page Include="UserControls\SRDSideControl.xaml">
  924. <SubType>Designer</SubType>
  925. <Generator>MSBuild:Compile</Generator>
  926. </Page>
  927. <Page Include="UserControls\SrdAwcCycleControl.xaml">
  928. <SubType>Designer</SubType>
  929. <Generator>MSBuild:Compile</Generator>
  930. </Page>
  931. <Page Include="UserControls\SRDLeftInformation.xaml">
  932. <SubType>Designer</SubType>
  933. <Generator>MSBuild:Compile</Generator>
  934. </Page>
  935. <Page Include="UserControls\SrdOverviewInformationPanel.xaml">
  936. <SubType>Designer</SubType>
  937. <Generator>MSBuild:Compile</Generator>
  938. </Page>
  939. <Page Include="UserControls\SrdStationPositionControl.xaml">
  940. <Generator>MSBuild:Compile</Generator>
  941. <SubType>Designer</SubType>
  942. </Page>
  943. <Page Include="UserControls\LoaderStationSideControl.xaml">
  944. <Generator>MSBuild:Compile</Generator>
  945. <SubType>Designer</SubType>
  946. </Page>
  947. <Page Include="UserControls\LoaderWaferHolderFlowControl.xaml">
  948. <SubType>Designer</SubType>
  949. <Generator>MSBuild:Compile</Generator>
  950. </Page>
  951. <Page Include="UserControls\PowerSupplyChannelControl.xaml">
  952. <SubType>Designer</SubType>
  953. <Generator>MSBuild:Compile</Generator>
  954. </Page>
  955. <Page Include="UserControls\PressureBlockControl.xaml">
  956. <SubType>Designer</SubType>
  957. <Generator>MSBuild:Compile</Generator>
  958. </Page>
  959. <Page Include="UserControls\PufMotionCommandControl.xaml">
  960. <Generator>MSBuild:Compile</Generator>
  961. <SubType>Designer</SubType>
  962. </Page>
  963. <Page Include="UserControls\PufStationCommandControl.xaml">
  964. <SubType>Designer</SubType>
  965. <Generator>MSBuild:Compile</Generator>
  966. </Page>
  967. <Page Include="UserControls\PufStationDistanceControl.xaml">
  968. <SubType>Designer</SubType>
  969. <Generator>MSBuild:Compile</Generator>
  970. </Page>
  971. <Page Include="UserControls\LoaderStationPositionControl.xaml">
  972. <Generator>MSBuild:Compile</Generator>
  973. <SubType>Designer</SubType>
  974. </Page>
  975. <Page Include="UserControls\SRDUIControl.xaml">
  976. <SubType>Designer</SubType>
  977. <Generator>MSBuild:Compile</Generator>
  978. </Page>
  979. <Page Include="UserControls\TempControl.xaml">
  980. <SubType>Designer</SubType>
  981. <Generator>MSBuild:Compile</Generator>
  982. </Page>
  983. <Page Include="UserControls\TransporterStationPositionControl.xaml">
  984. <Generator>MSBuild:Compile</Generator>
  985. <SubType>Designer</SubType>
  986. </Page>
  987. <Page Include="UserControls\PufStationPositionControl.xaml">
  988. <Generator>MSBuild:Compile</Generator>
  989. <SubType>Designer</SubType>
  990. </Page>
  991. <Page Include="UserControls\PufLoaderControl.xaml">
  992. <SubType>Designer</SubType>
  993. <Generator>MSBuild:Compile</Generator>
  994. </Page>
  995. <Page Include="UserControls\PufArmControl.xaml">
  996. <SubType>Designer</SubType>
  997. <Generator>MSBuild:Compile</Generator>
  998. </Page>
  999. <Page Include="UserControls\LoadLockLeft.xaml">
  1000. <SubType>Designer</SubType>
  1001. <Generator>MSBuild:Compile</Generator>
  1002. </Page>
  1003. <Page Include="UserControls\LoadLockRight.xaml">
  1004. <SubType>Designer</SubType>
  1005. <Generator>MSBuild:Compile</Generator>
  1006. </Page>
  1007. <Page Include="UserControls\Loadport.xaml">
  1008. <SubType>Designer</SubType>
  1009. <Generator>MSBuild:Compile</Generator>
  1010. </Page>
  1011. <Page Include="UserControls\MotionControl.xaml">
  1012. <SubType>Designer</SubType>
  1013. <Generator>XamlIntelliSenseFileGenerator</Generator>
  1014. </Page>
  1015. <Page Include="UserControls\Pipe2.xaml">
  1016. <SubType>Designer</SubType>
  1017. <Generator>MSBuild:Compile</Generator>
  1018. </Page>
  1019. <Page Include="UserControls\Pipe3.xaml">
  1020. <SubType>Designer</SubType>
  1021. <Generator>MSBuild:Compile</Generator>
  1022. </Page>
  1023. <Page Include="UserControls\PufControl.xaml">
  1024. <SubType>Designer</SubType>
  1025. <Generator>MSBuild:Compile</Generator>
  1026. </Page>
  1027. <Page Include="UserControls\Pump.xaml">
  1028. <SubType>Designer</SubType>
  1029. <Generator>MSBuild:Compile</Generator>
  1030. </Page>
  1031. <Page Include="UserControls\purge.xaml">
  1032. <SubType>Designer</SubType>
  1033. <Generator>MSBuild:Compile</Generator>
  1034. </Page>
  1035. <Page Include="UserControls\RecipeFileLoadControl.xaml">
  1036. <SubType>Designer</SubType>
  1037. <Generator>MSBuild:Compile</Generator>
  1038. </Page>
  1039. <Page Include="UserControls\RecipeNameDialog.xaml">
  1040. <SubType>Designer</SubType>
  1041. <Generator>MSBuild:Compile</Generator>
  1042. </Page>
  1043. <Page Include="UserControls\ReserviorControl.xaml">
  1044. <Generator>MSBuild:Compile</Generator>
  1045. <SubType>Designer</SubType>
  1046. </Page>
  1047. <Page Include="UserControls\ResistivityProbeControl.xaml">
  1048. <SubType>Designer</SubType>
  1049. <Generator>MSBuild:Compile</Generator>
  1050. </Page>
  1051. <Page Include="UserControls\StateTitle.xaml">
  1052. <SubType>Designer</SubType>
  1053. <Generator>MSBuild:Compile</Generator>
  1054. </Page>
  1055. <Page Include="UserControls\TemperatureControllerControl.xaml">
  1056. <SubType>Designer</SubType>
  1057. <Generator>MSBuild:Compile</Generator>
  1058. </Page>
  1059. <Page Include="UserControls\TextboxWithLabel.xaml">
  1060. <SubType>Designer</SubType>
  1061. <Generator>MSBuild:Compile</Generator>
  1062. </Page>
  1063. <Page Include="UserControls\SRD.xaml">
  1064. <Generator>MSBuild:Compile</Generator>
  1065. <SubType>Designer</SubType>
  1066. </Page>
  1067. <Page Include="UserControls\PUFChamber.xaml">
  1068. <Generator>MSBuild:Compile</Generator>
  1069. <SubType>Designer</SubType>
  1070. </Page>
  1071. <Page Include="UserControls\TransPorterControl.xaml">
  1072. <SubType>Designer</SubType>
  1073. <Generator>MSBuild:Compile</Generator>
  1074. </Page>
  1075. <Page Include="UserControls\TransporterGantryTeachControl.xaml">
  1076. <Generator>MSBuild:Compile</Generator>
  1077. <SubType>Designer</SubType>
  1078. </Page>
  1079. <Page Include="UserControls\TransporterElevatorTeachControl.xaml">
  1080. <SubType>Designer</SubType>
  1081. <Generator>MSBuild:Compile</Generator>
  1082. </Page>
  1083. <Page Include="UserControls\TransporterOperationControl.xaml">
  1084. <SubType>Designer</SubType>
  1085. <Generator>MSBuild:Compile</Generator>
  1086. </Page>
  1087. <Page Include="UserControls\Turbo.xaml">
  1088. <SubType>Designer</SubType>
  1089. <Generator>MSBuild:Compile</Generator>
  1090. </Page>
  1091. <Page Include="UserControls\LoaderControl.xaml">
  1092. <SubType>Designer</SubType>
  1093. <Generator>MSBuild:Compile</Generator>
  1094. </Page>
  1095. <Page Include="UserControls\ProcessControl.xaml">
  1096. <SubType>Designer</SubType>
  1097. <Generator>MSBuild:Compile</Generator>
  1098. </Page>
  1099. <Page Include="UserControls\ProcessFurnace.xaml">
  1100. <SubType>Designer</SubType>
  1101. <Generator>MSBuild:Compile</Generator>
  1102. </Page>
  1103. <Page Include="UserControls\ProcessSmallFurnace.xaml">
  1104. <SubType>Designer</SubType>
  1105. <Generator>MSBuild:Compile</Generator>
  1106. </Page>
  1107. <Page Include="UserControls\TransporterDebugControl.xaml">
  1108. <SubType>Designer</SubType>
  1109. <Generator>MSBuild:Compile</Generator>
  1110. </Page>
  1111. <Page Include="UserControls\WaferCtrl.xaml">
  1112. <SubType>Designer</SubType>
  1113. <Generator>MSBuild:Compile</Generator>
  1114. </Page>
  1115. <Page Include="UserControls\WaferHolderPanel.xaml">
  1116. <SubType>Designer</SubType>
  1117. <Generator>MSBuild:Compile</Generator>
  1118. </Page>
  1119. <Page Include="UserControls\WaferHolderProcessCell.xaml">
  1120. <Generator>MSBuild:Compile</Generator>
  1121. <SubType>Designer</SubType>
  1122. </Page>
  1123. <Page Include="UserControls\WaferHolderBuffer.xaml">
  1124. <SubType>Designer</SubType>
  1125. <Generator>MSBuild:Compile</Generator>
  1126. </Page>
  1127. <Page Include="UserControls\WaferHolderControl.xaml">
  1128. <SubType>Designer</SubType>
  1129. <Generator>MSBuild:Compile</Generator>
  1130. </Page>
  1131. <Page Include="UserControls\WaferOverviewPanel.xaml">
  1132. <SubType>Designer</SubType>
  1133. <Generator>MSBuild:Compile</Generator>
  1134. </Page>
  1135. <Page Include="UserControls\WaferPresenceControl.xaml">
  1136. <SubType>Designer</SubType>
  1137. <Generator>MSBuild:Compile</Generator>
  1138. </Page>
  1139. <Page Include="UserControls\WaferStatus.xaml">
  1140. <SubType>Designer</SubType>
  1141. <Generator>MSBuild:Compile</Generator>
  1142. </Page>
  1143. <Page Include="UserControls\WHClampControl.xaml">
  1144. <SubType>Designer</SubType>
  1145. <Generator>MSBuild:Compile</Generator>
  1146. </Page>
  1147. <Page Include="UserControls\WPFMessageBox.xaml">
  1148. <Generator>MSBuild:Compile</Generator>
  1149. <SubType>Designer</SubType>
  1150. </Page>
  1151. <Page Include="UserControls\ZhenValve.xaml">
  1152. <SubType>Designer</SubType>
  1153. <Generator>MSBuild:Compile</Generator>
  1154. </Page>
  1155. </ItemGroup>
  1156. <ItemGroup>
  1157. <Resource Include="Resources\Arrow.png">
  1158. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1159. </Resource>
  1160. <Resource Include="Resources\Buffer.png">
  1161. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1162. </Resource>
  1163. <Resource Include="Resources\Folder_Unable.png">
  1164. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1165. </Resource>
  1166. <Resource Include="Resources\Folder_Close.png">
  1167. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1168. </Resource>
  1169. <Resource Include="Resources\pump.png">
  1170. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1171. </Resource>
  1172. <Resource Include="Resources\pump_gray.png">
  1173. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1174. </Resource>
  1175. <Resource Include="Resources\LoadLock.png">
  1176. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1177. </Resource>
  1178. <Resource Include="Resources\Chamber.png">
  1179. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1180. </Resource>
  1181. <Resource Include="Resources\carrier.png">
  1182. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1183. </Resource>
  1184. <Resource Include="Resources\foup.png">
  1185. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1186. </Resource>
  1187. <Resource Include="Resources\foup2.png">
  1188. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1189. </Resource>
  1190. <Resource Include="Resources\cassette.png" />
  1191. <Resource Include="Resources\file.png">
  1192. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1193. </Resource>
  1194. <Resource Include="Resources\CyberX8.png">
  1195. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1196. </Resource>
  1197. <Content Include="Resources\JetLogo.png" />
  1198. <Content Include="Styles\Folder_Close.png" />
  1199. <Content Include="Styles\Folder_Open.png" />
  1200. <Content Include="Styles\Folder_Unable.png" />
  1201. <Content Include="Themes\Images\parts\aligner.png" />
  1202. <Resource Include="Themes\Images\parts\Anolyte.png" />
  1203. <Content Include="Themes\Images\parts\atmrobot\arm1.png" />
  1204. <Content Include="Themes\Images\parts\atmrobot\arm2.png" />
  1205. <Content Include="Themes\Images\parts\atmrobot\dock.png" />
  1206. <Content Include="Themes\Images\parts\atmrobot\hand.png" />
  1207. <Resource Include="Themes\Images\parts\atmrobot\hand2.png" />
  1208. <Resource Include="Themes\Images\parts\atmrobot\hand1.png" />
  1209. <Resource Include="Themes\Images\parts\atmrobot\hand3.png" />
  1210. <Resource Include="Themes\Images\parts\Catholyte.png" />
  1211. <Resource Include="Themes\Images\parts\bigairflow.png" />
  1212. <Resource Include="Themes\Images\parts\blower.png" />
  1213. <Content Include="Themes\Images\parts\chamber.png" />
  1214. <Resource Include="Themes\Images\parts\Clamp.png" />
  1215. <Resource Include="Themes\Images\parts\Clamp1.png" />
  1216. <Content Include="Themes\Images\parts\doorclose.png" />
  1217. <Content Include="Themes\Images\parts\dooropen.png" />
  1218. <Content Include="Themes\Images\parts\doorunknown.png" />
  1219. <Content Include="Themes\Images\parts\efem.png" />
  1220. <Content Include="Themes\Images\parts\efemtrack.png" />
  1221. <Content Include="Themes\Images\parts\loadlock.png" />
  1222. <Content Include="Themes\Images\parts\loadport.png" />
  1223. <Resource Include="Themes\Images\parts\serobot\SERobot1.png" />
  1224. <Resource Include="Themes\Images\parts\serobot\SERobot11.png" />
  1225. <Resource Include="Themes\Images\parts\serobot\SERobot2.png" />
  1226. <Resource Include="Themes\Images\parts\serobot\SERobot3.png" />
  1227. <Resource Include="Themes\Images\parts\serobot\SERobot4.png" />
  1228. <Resource Include="Themes\Images\parts\Metal.png" />
  1229. <Resource Include="Themes\Images\parts\Pump.png" />
  1230. <Resource Include="Themes\Images\parts\Pump1.png" />
  1231. <Resource Include="Themes\Images\parts\Pump2.png" />
  1232. <Content Include="Themes\Images\parts\myControl.png" />
  1233. <Resource Include="Themes\Images\parts\prewetMove.png" />
  1234. <Resource Include="Themes\Images\parts\prewetTank.png" />
  1235. <Resource Include="Themes\Images\parts\rinseBottomPool.png" />
  1236. <Resource Include="Themes\Images\parts\rinseMainFrame.png" />
  1237. <Resource Include="Themes\Images\parts\spray.png" />
  1238. <Resource Include="Themes\Images\parts\smallairflow.png" />
  1239. <Resource Include="Themes\Images\parts\SRDARM.png" />
  1240. <Resource Include="Themes\Images\parts\SRDDevice.png" />
  1241. <Resource Include="Themes\Images\parts\SRDWaterHead.png" />
  1242. <Resource Include="Themes\Images\parts\SRDChuck.png" />
  1243. <Content Include="Themes\Images\parts\tm.png" />
  1244. <Content Include="Themes\Images\parts\tmdock.png" />
  1245. <Resource Include="Themes\Images\parts\Valve1.png" />
  1246. <Content Include="Themes\Images\parts\vce\ButtomSupport1.png" />
  1247. <Content Include="Themes\Images\parts\vce\ButtomSupport2.png" />
  1248. <Resource Include="Themes\Images\parts\vce\Foup1.png" />
  1249. <Resource Include="Themes\Images\parts\vce\Foup2.png" />
  1250. <Resource Include="Themes\Images\parts\vce\Support.png" />
  1251. <Resource Include="Themes\Images\parts\vce\vce1.png" />
  1252. <Resource Include="Themes\Images\parts\vce\vce2.png" />
  1253. <Resource Include="Themes\Images\parts\vce\vcebuttom.png" />
  1254. <Resource Include="Themes\Images\parts\vce\vcedoor.png" />
  1255. <Resource Include="Themes\Images\parts\vce\VceShell.png" />
  1256. <Resource Include="Themes\Images\parts\vce\Wafer.png" />
  1257. <Resource Include="Themes\Images\parts\vce\WaferSelected.png" />
  1258. <Resource Include="Themes\Images\parts\vce\VceShell2.png" />
  1259. <Content Include="Themes\Images\parts\vce\外框1.png" />
  1260. <Content Include="Themes\Images\parts\vtmrobot\arm1.png" />
  1261. <Content Include="Themes\Images\parts\vtmrobot\arm2.png" />
  1262. <Content Include="Themes\Images\parts\vtmrobot\dock.png" />
  1263. <Content Include="Themes\Images\parts\vtmrobot\hand.png" />
  1264. <Content Include="Themes\Images\parts\wafer.png" />
  1265. <Content Include="Themes\Images\pms\chamberplasmaon.png" />
  1266. <Content Include="Themes\Images\pms\levelSensor.png" />
  1267. <Content Include="Themes\Images\pms\mfcPipe.png" />
  1268. <Content Include="Themes\Images\pms\overviewBackground.png" />
  1269. <Content Include="Themes\Images\pms\overviewbak.png" />
  1270. <Content Include="Themes\Images\pms\overviewbakHZv2.png" />
  1271. <Content Include="Themes\Images\pms\overviewbak_heater.png" />
  1272. <Content Include="Themes\Images\pms\overviewbak_hestiaplus_device.png" />
  1273. <Content Include="Themes\Images\pms\overviewbak_patron.png" />
  1274. <Content Include="Themes\Images\pms\overviewbak_tritoninline.png" />
  1275. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_close.png" />
  1276. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_open.png" />
  1277. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_unknown.png" />
  1278. <Content Include="Themes\Images\pms\overviewbak_tritoninline_rf_on.png" />
  1279. <Content Include="Themes\Images\pms\overviewbak_tritoninline_sys.png" />
  1280. <Content Include="Themes\Images\pms\overviewMain.png" />
  1281. <Content Include="Themes\Images\pms\plasma.png" />
  1282. <Content Include="Themes\Images\pms\pumpLine.png" />
  1283. <Content Include="Themes\Images\pms\UiSystem.ico" />
  1284. <Content Include="Themes\Images\pms\vaporMFCLine.png" />
  1285. <Content Include="Themes\Images\pms\vaporPipe.png" />
  1286. <Content Include="Themes\Images\pms\Virgo_D.ico" />
  1287. </ItemGroup>
  1288. <ItemGroup>
  1289. <ProjectReference Include="..\CyberX8_Core\CyberX8_Core.csproj">
  1290. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  1291. <Name>CyberX8_Core</Name>
  1292. </ProjectReference>
  1293. <ProjectReference Include="..\Framework\ClientBase\OpenSEMI.ClientBase.csproj">
  1294. <Project>{38ba4f71-e9c5-4266-9b72-1733cdb39311}</Project>
  1295. <Name>OpenSEMI.ClientBase</Name>
  1296. </ProjectReference>
  1297. <ProjectReference Include="..\Framework\Common\Common.csproj">
  1298. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  1299. <Name>Common</Name>
  1300. </ProjectReference>
  1301. <ProjectReference Include="..\Framework\OpenControl\OpenSEMI.Ctrlib.csproj">
  1302. <Project>{b55e8d4b-c4c8-4a6d-9fc4-609c52a56cac}</Project>
  1303. <Name>OpenSEMI.Ctrlib</Name>
  1304. </ProjectReference>
  1305. <ProjectReference Include="..\Framework\OpenSEMICore\OpenSEMI.Core.csproj">
  1306. <Project>{c4cd3d7b-cb40-47d5-ab04-df05007e5b6a}</Project>
  1307. <Name>OpenSEMI.Core</Name>
  1308. </ProjectReference>
  1309. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  1310. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  1311. <Name>UICore</Name>
  1312. </ProjectReference>
  1313. </ItemGroup>
  1314. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1315. </Project>