CyberX8_Themes.csproj 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322
  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\SRDFlipperControl.xaml.cs">
  367. <DependentUpon>SRDFlipperControl.xaml</DependentUpon>
  368. </Compile>
  369. <Compile Include="UserControls\SRDFrontView.xaml.cs">
  370. <DependentUpon>SRDFrontView.xaml</DependentUpon>
  371. </Compile>
  372. <Compile Include="UserControls\SRDMotionControl.xaml.cs">
  373. <DependentUpon>SRDMotionControl.xaml</DependentUpon>
  374. </Compile>
  375. <Compile Include="UserControls\SRDMoveControl.xaml.cs">
  376. <DependentUpon>SRDMoveControl.xaml</DependentUpon>
  377. </Compile>
  378. <Compile Include="UserControls\SRDSideControl.xaml.cs">
  379. <DependentUpon>SRDSideControl.xaml</DependentUpon>
  380. </Compile>
  381. <Compile Include="UserControls\SrdAwcCycleControl.xaml.cs">
  382. <DependentUpon>SrdAwcCycleControl.xaml</DependentUpon>
  383. </Compile>
  384. <Compile Include="UserControls\SRDLeftInformation.xaml.cs">
  385. <DependentUpon>SRDLeftInformation.xaml</DependentUpon>
  386. </Compile>
  387. <Compile Include="UserControls\SrdOverviewInformationPanel.xaml.cs">
  388. <DependentUpon>SrdOverviewInformationPanel.xaml</DependentUpon>
  389. </Compile>
  390. <Compile Include="UserControls\SrdStationPositionControl.xaml.cs">
  391. <DependentUpon>SrdStationPositionControl.xaml</DependentUpon>
  392. </Compile>
  393. <Compile Include="UserControls\LoaderStationSideControl.xaml.cs">
  394. <DependentUpon>LoaderStationSideControl.xaml</DependentUpon>
  395. </Compile>
  396. <Compile Include="UserControls\LoaderWaferHolderFlowControl.xaml.cs">
  397. <DependentUpon>LoaderWaferHolderFlowControl.xaml</DependentUpon>
  398. </Compile>
  399. <Compile Include="UserControls\PowerSupplyChannelControl.xaml.cs">
  400. <DependentUpon>PowerSupplyChannelControl.xaml</DependentUpon>
  401. </Compile>
  402. <Compile Include="UserControls\PressureBlockControl.xaml.cs">
  403. <DependentUpon>PressureBlockControl.xaml</DependentUpon>
  404. </Compile>
  405. <Compile Include="UserControls\PufMotionCommandControl.xaml.cs">
  406. <DependentUpon>PufMotionCommandControl.xaml</DependentUpon>
  407. </Compile>
  408. <Compile Include="UserControls\PufStationCommandControl.xaml.cs">
  409. <DependentUpon>PufStationCommandControl.xaml</DependentUpon>
  410. </Compile>
  411. <Compile Include="UserControls\PufStationDistanceControl.xaml.cs">
  412. <DependentUpon>PufStationDistanceControl.xaml</DependentUpon>
  413. </Compile>
  414. <Compile Include="UserControls\LoaderStationPositionControl.xaml.cs">
  415. <DependentUpon>LoaderStationPositionControl.xaml</DependentUpon>
  416. </Compile>
  417. <Compile Include="UserControls\SRDUIControl.xaml.cs">
  418. <DependentUpon>SRDUIControl.xaml</DependentUpon>
  419. </Compile>
  420. <Compile Include="UserControls\TempControl.xaml.cs">
  421. <DependentUpon>TempControl.xaml</DependentUpon>
  422. </Compile>
  423. <Compile Include="UserControls\TransporterStationPositionControl.xaml.cs">
  424. <DependentUpon>TransporterStationPositionControl.xaml</DependentUpon>
  425. </Compile>
  426. <Compile Include="UserControls\PufStationPositionControl.xaml.cs">
  427. <DependentUpon>PufStationPositionControl.xaml</DependentUpon>
  428. </Compile>
  429. <Compile Include="UserControls\PufLoaderControl.xaml.cs">
  430. <DependentUpon>PufLoaderControl.xaml</DependentUpon>
  431. </Compile>
  432. <Compile Include="UserControls\PufArmControl.xaml.cs">
  433. <DependentUpon>PufArmControl.xaml</DependentUpon>
  434. </Compile>
  435. <Compile Include="UserControls\LoadLockLeft.xaml.cs">
  436. <DependentUpon>LoadLockLeft.xaml</DependentUpon>
  437. </Compile>
  438. <Compile Include="UserControls\LoadLockRight.xaml.cs">
  439. <DependentUpon>LoadLockRight.xaml</DependentUpon>
  440. </Compile>
  441. <Compile Include="UserControls\Loadport.xaml.cs">
  442. <DependentUpon>Loadport.xaml</DependentUpon>
  443. </Compile>
  444. <Compile Include="UserControls\MotionControl.xaml.cs">
  445. <DependentUpon>MotionControl.xaml</DependentUpon>
  446. </Compile>
  447. <Compile Include="UserControls\Pipe2.xaml.cs">
  448. <DependentUpon>Pipe2.xaml</DependentUpon>
  449. </Compile>
  450. <Compile Include="UserControls\Pipe3.xaml.cs">
  451. <DependentUpon>Pipe3.xaml</DependentUpon>
  452. </Compile>
  453. <Compile Include="UserControls\PufControl.xaml.cs">
  454. <DependentUpon>PufControl.xaml</DependentUpon>
  455. </Compile>
  456. <Compile Include="UserControls\Pump.xaml.cs">
  457. <DependentUpon>Pump.xaml</DependentUpon>
  458. </Compile>
  459. <Compile Include="UserControls\purge.xaml.cs">
  460. <DependentUpon>purge.xaml</DependentUpon>
  461. </Compile>
  462. <Compile Include="UserControls\RecipeFileLoadControl.xaml.cs">
  463. <DependentUpon>RecipeFileLoadControl.xaml</DependentUpon>
  464. </Compile>
  465. <Compile Include="UserControls\RecipeNameDialog.xaml.cs">
  466. <DependentUpon>RecipeNameDialog.xaml</DependentUpon>
  467. </Compile>
  468. <Compile Include="UserControls\ReserviorControl.xaml.cs">
  469. <DependentUpon>ReserviorControl.xaml</DependentUpon>
  470. </Compile>
  471. <Compile Include="UserControls\ResistivityProbeControl.xaml.cs">
  472. <DependentUpon>ResistivityProbeControl.xaml</DependentUpon>
  473. </Compile>
  474. <Compile Include="UserControls\StateTitle.xaml.cs">
  475. <DependentUpon>StateTitle.xaml</DependentUpon>
  476. </Compile>
  477. <Compile Include="UserControls\TemperatureControllerControl.xaml.cs">
  478. <DependentUpon>TemperatureControllerControl.xaml</DependentUpon>
  479. </Compile>
  480. <Compile Include="UserControls\TextboxWithLabel.xaml.cs">
  481. <DependentUpon>TextboxWithLabel.xaml</DependentUpon>
  482. </Compile>
  483. <Compile Include="UserControls\SRD.xaml.cs">
  484. <DependentUpon>SRD.xaml</DependentUpon>
  485. </Compile>
  486. <Compile Include="UserControls\PUFChamber.xaml.cs">
  487. <DependentUpon>PUFChamber.xaml</DependentUpon>
  488. </Compile>
  489. <Compile Include="UserControls\TransPorterControl.xaml.cs">
  490. <DependentUpon>TransPorterControl.xaml</DependentUpon>
  491. </Compile>
  492. <Compile Include="UserControls\TransporterGantryTeachControl.xaml.cs">
  493. <DependentUpon>TransporterGantryTeachControl.xaml</DependentUpon>
  494. </Compile>
  495. <Compile Include="UserControls\TransporterElevatorTeachControl.xaml.cs">
  496. <DependentUpon>TransporterElevatorTeachControl.xaml</DependentUpon>
  497. </Compile>
  498. <Compile Include="UserControls\TransporterOperationControl.xaml.cs">
  499. <DependentUpon>TransporterOperationControl.xaml</DependentUpon>
  500. </Compile>
  501. <Compile Include="UserControls\Turbo.xaml.cs">
  502. <DependentUpon>Turbo.xaml</DependentUpon>
  503. </Compile>
  504. <Compile Include="UserControls\LoaderControl.xaml.cs">
  505. <DependentUpon>LoaderControl.xaml</DependentUpon>
  506. </Compile>
  507. <Compile Include="UserControls\ProcessControl.xaml.cs">
  508. <DependentUpon>ProcessControl.xaml</DependentUpon>
  509. </Compile>
  510. <Compile Include="UserControls\ProcessFurnace.xaml.cs">
  511. <DependentUpon>ProcessFurnace.xaml</DependentUpon>
  512. </Compile>
  513. <Compile Include="UserControls\ProcessSmallFurnace.xaml.cs">
  514. <DependentUpon>ProcessSmallFurnace.xaml</DependentUpon>
  515. </Compile>
  516. <Compile Include="UserControls\TransporterDebugControl.xaml.cs">
  517. <DependentUpon>TransporterDebugControl.xaml</DependentUpon>
  518. </Compile>
  519. <Compile Include="UserControls\WaferCtrl.xaml.cs">
  520. <DependentUpon>WaferCtrl.xaml</DependentUpon>
  521. </Compile>
  522. <Compile Include="UserControls\WaferHolderPanel.xaml.cs">
  523. <DependentUpon>WaferHolderPanel.xaml</DependentUpon>
  524. </Compile>
  525. <Compile Include="UserControls\WaferHolderProcessCell.xaml.cs">
  526. <DependentUpon>WaferHolderProcessCell.xaml</DependentUpon>
  527. </Compile>
  528. <Compile Include="UserControls\WaferHolderBuffer.xaml.cs">
  529. <DependentUpon>WaferHolderBuffer.xaml</DependentUpon>
  530. </Compile>
  531. <Compile Include="UserControls\WaferHolderControl.xaml.cs">
  532. <DependentUpon>WaferHolderControl.xaml</DependentUpon>
  533. </Compile>
  534. <Compile Include="UserControls\WaferOverviewPanel.xaml.cs">
  535. <DependentUpon>WaferOverviewPanel.xaml</DependentUpon>
  536. </Compile>
  537. <Compile Include="UserControls\WaferPresenceControl.xaml.cs">
  538. <DependentUpon>WaferPresenceControl.xaml</DependentUpon>
  539. </Compile>
  540. <Compile Include="UserControls\WaferStatus.xaml.cs">
  541. <DependentUpon>WaferStatus.xaml</DependentUpon>
  542. </Compile>
  543. <Compile Include="UserControls\WHClampControl.xaml.cs">
  544. <DependentUpon>WHClampControl.xaml</DependentUpon>
  545. </Compile>
  546. <Compile Include="UserControls\WPFMessageBox.xaml.cs">
  547. <DependentUpon>WPFMessageBox.xaml</DependentUpon>
  548. </Compile>
  549. <Compile Include="UserControls\ZhenValve.xaml.cs">
  550. <DependentUpon>ZhenValve.xaml</DependentUpon>
  551. </Compile>
  552. </ItemGroup>
  553. <ItemGroup>
  554. <Page Include="CustomControls\AduRadioButton.xaml">
  555. <Generator>MSBuild:Compile</Generator>
  556. <SubType>Designer</SubType>
  557. </Page>
  558. <Page Include="Styles\CustomWindowStyle.xaml">
  559. <Generator>MSBuild:Compile</Generator>
  560. <SubType>Designer</SubType>
  561. </Page>
  562. <Page Include="Styles\RadioButton.xaml">
  563. <Generator>MSBuild:Compile</Generator>
  564. <SubType>Designer</SubType>
  565. </Page>
  566. <Page Include="Styles\ToggleButton.xaml">
  567. <Generator>MSBuild:Compile</Generator>
  568. <SubType>Designer</SubType>
  569. </Page>
  570. <Page Include="Styles\Button.xaml">
  571. <Generator>MSBuild:Compile</Generator>
  572. <SubType>Designer</SubType>
  573. </Page>
  574. <Page Include="Styles\ComboBox.xaml">
  575. <Generator>MSBuild:Compile</Generator>
  576. <SubType>Designer</SubType>
  577. </Page>
  578. <Page Include="Styles\DataGrid.xaml">
  579. <Generator>MSBuild:Compile</Generator>
  580. <SubType>Designer</SubType>
  581. </Page>
  582. <Page Include="Styles\Expander.xaml">
  583. <Generator>MSBuild:Compile</Generator>
  584. <SubType>Designer</SubType>
  585. </Page>
  586. <Page Include="Styles\GroupBox.xaml">
  587. <Generator>MSBuild:Compile</Generator>
  588. <SubType>Designer</SubType>
  589. </Page>
  590. <Page Include="Styles\ListBox.xaml">
  591. <Generator>MSBuild:Compile</Generator>
  592. <SubType>Designer</SubType>
  593. </Page>
  594. <Page Include="Styles\Listview.xaml">
  595. <Generator>MSBuild:Compile</Generator>
  596. <SubType>Designer</SubType>
  597. </Page>
  598. <Page Include="Styles\MenuItem.xaml">
  599. <Generator>MSBuild:Compile</Generator>
  600. <SubType>Designer</SubType>
  601. </Page>
  602. <Page Include="Styles\Skin.xaml">
  603. <Generator>MSBuild:Compile</Generator>
  604. <SubType>Designer</SubType>
  605. </Page>
  606. <Page Include="Styles\Tab.xaml">
  607. <Generator>MSBuild:Compile</Generator>
  608. <SubType>Designer</SubType>
  609. </Page>
  610. <Page Include="Styles\TextBox.xaml">
  611. <Generator>MSBuild:Compile</Generator>
  612. <SubType>Designer</SubType>
  613. </Page>
  614. <Page Include="Styles\TreeView.xaml">
  615. <Generator>MSBuild:Compile</Generator>
  616. <SubType>Designer</SubType>
  617. </Page>
  618. <Page Include="Styles\WindowElementStyle.xaml">
  619. <Generator>MSBuild:Compile</Generator>
  620. <SubType>Designer</SubType>
  621. </Page>
  622. <Page Include="Themes\Generic.xaml">
  623. <Generator>MSBuild:Compile</Generator>
  624. <SubType>Designer</SubType>
  625. </Page>
  626. <Page Include="Languages\StringResources.en-US.xaml">
  627. <Generator>MSBuild:Compile</Generator>
  628. <SubType>Designer</SubType>
  629. </Page>
  630. <Page Include="Languages\StringResources.zh-CN.xaml">
  631. <Generator>MSBuild:Compile</Generator>
  632. <SubType>Designer</SubType>
  633. </Page>
  634. <Page Include="UserControls\AnolyteGroove.xaml">
  635. <SubType>Designer</SubType>
  636. <Generator>MSBuild:Compile</Generator>
  637. </Page>
  638. <Page Include="UserControls\AnolyteMetalControl.xaml">
  639. <SubType>Designer</SubType>
  640. <Generator>MSBuild:Compile</Generator>
  641. </Page>
  642. <Page Include="UserControls\Axes2D.xaml">
  643. <SubType>Designer</SubType>
  644. <Generator>MSBuild:Compile</Generator>
  645. </Page>
  646. <Page Include="UserControls\Blower.xaml">
  647. <SubType>Designer</SubType>
  648. <Generator>MSBuild:Compile</Generator>
  649. </Page>
  650. <Page Include="UserControls\BottleReserveControl.xaml">
  651. <SubType>Designer</SubType>
  652. <Generator>MSBuild:Compile</Generator>
  653. </Page>
  654. <Page Include="UserControls\BurnInControl.xaml">
  655. <SubType>Designer</SubType>
  656. <Generator>MSBuild:Compile</Generator>
  657. </Page>
  658. <Page Include="UserControls\ButterflyValve.xaml">
  659. <SubType>Designer</SubType>
  660. <Generator>MSBuild:Compile</Generator>
  661. </Page>
  662. <Page Include="UserControls\ButterflyValveMessageBox.xaml">
  663. <SubType>Designer</SubType>
  664. <Generator>MSBuild:Compile</Generator>
  665. </Page>
  666. <Page Include="UserControls\CalibrateControl.xaml">
  667. <SubType>Designer</SubType>
  668. <Generator>MSBuild:Compile</Generator>
  669. </Page>
  670. <Page Include="UserControls\CatholyteGroove.xaml">
  671. <SubType>Designer</SubType>
  672. <Generator>MSBuild:Compile</Generator>
  673. </Page>
  674. <Page Include="UserControls\CellStatusControl.xaml">
  675. <SubType>Designer</SubType>
  676. <Generator>MSBuild:Compile</Generator>
  677. </Page>
  678. <Page Include="UserControls\Chamber.xaml">
  679. <SubType>Designer</SubType>
  680. <Generator>MSBuild:Compile</Generator>
  681. </Page>
  682. <Page Include="UserControls\Clamp.xaml">
  683. <SubType>Designer</SubType>
  684. <Generator>MSBuild:Compile</Generator>
  685. </Page>
  686. <Page Include="UserControls\CountersControl.xaml">
  687. <SubType>Designer</SubType>
  688. <Generator>MSBuild:Compile</Generator>
  689. </Page>
  690. <Page Include="UserControls\CrossDoseControl.xaml">
  691. <SubType>Designer</SubType>
  692. <Generator>MSBuild:Compile</Generator>
  693. </Page>
  694. <Page Include="UserControls\CustomSwitch.xaml">
  695. <SubType>Designer</SubType>
  696. <Generator>MSBuild:Compile</Generator>
  697. </Page>
  698. <Page Include="UserControls\Cylinder.xaml">
  699. <SubType>Designer</SubType>
  700. <Generator>MSBuild:Compile</Generator>
  701. </Page>
  702. <Page Include="UserControls\DosingControl.xaml">
  703. <SubType>Designer</SubType>
  704. <Generator>MSBuild:Compile</Generator>
  705. </Page>
  706. <Page Include="UserControls\DrawGraphicsControl.xaml">
  707. <SubType>Designer</SubType>
  708. <Generator>MSBuild:Compile</Generator>
  709. </Page>
  710. <Page Include="UserControls\DryerUIControl.xaml">
  711. <SubType>Designer</SubType>
  712. <Generator>MSBuild:Compile</Generator>
  713. </Page>
  714. <Page Include="UserControls\EFEM.xaml">
  715. <Generator>MSBuild:Compile</Generator>
  716. <SubType>Designer</SubType>
  717. </Page>
  718. <Page Include="UserControls\EFEMRight.xaml">
  719. <SubType>Designer</SubType>
  720. <Generator>MSBuild:Compile</Generator>
  721. </Page>
  722. <Page Include="UserControls\EFEMFrontView.xaml">
  723. <Generator>MSBuild:Compile</Generator>
  724. <SubType>Designer</SubType>
  725. </Page>
  726. <Page Include="UserControls\ExhaustPipe.xaml">
  727. <SubType>Designer</SubType>
  728. <Generator>MSBuild:Compile</Generator>
  729. </Page>
  730. <Page Include="UserControls\Fan.xaml">
  731. <SubType>Designer</SubType>
  732. <Generator>MSBuild:Compile</Generator>
  733. </Page>
  734. <Page Include="UserControls\FlowPipe.xaml">
  735. <Generator>MSBuild:Compile</Generator>
  736. <SubType>Designer</SubType>
  737. </Page>
  738. <Page Include="UserControls\FlowPipeValve.xaml">
  739. <Generator>MSBuild:Compile</Generator>
  740. <SubType>Designer</SubType>
  741. </Page>
  742. <Page Include="UserControls\Foup.xaml">
  743. <SubType>Designer</SubType>
  744. <Generator>MSBuild:Compile</Generator>
  745. </Page>
  746. <Page Include="UserControls\FOUPFrontView.xaml">
  747. <Generator>MSBuild:Compile</Generator>
  748. <SubType>Designer</SubType>
  749. </Page>
  750. <Page Include="UserControls\DummyCassete.xaml">
  751. <Generator>MSBuild:Compile</Generator>
  752. <SubType>Designer</SubType>
  753. </Page>
  754. <Page Include="UserControls\GroupDigitalBoxControl.xaml">
  755. <Generator>MSBuild:Compile</Generator>
  756. <SubType>Designer</SubType>
  757. </Page>
  758. <Page Include="UserControls\GroupTextBoxControl.xaml">
  759. <SubType>Designer</SubType>
  760. <Generator>MSBuild:Compile</Generator>
  761. </Page>
  762. <Page Include="UserControls\LinMotOtherControl.xaml">
  763. <Generator>MSBuild:Compile</Generator>
  764. <SubType>Designer</SubType>
  765. </Page>
  766. <Page Include="UserControls\LinMotControl.xaml">
  767. <SubType>Designer</SubType>
  768. <Generator>MSBuild:Compile</Generator>
  769. </Page>
  770. <Page Include="UserControls\LoaderCommonControl.xaml">
  771. <SubType>Designer</SubType>
  772. <Generator>MSBuild:Compile</Generator>
  773. </Page>
  774. <Page Include="UserControls\LoaderDetectionControl.xaml">
  775. <Generator>MSBuild:Compile</Generator>
  776. <SubType>Designer</SubType>
  777. </Page>
  778. <Page Include="UserControls\LockControl.xaml">
  779. <SubType>Designer</SubType>
  780. <Generator>MSBuild:Compile</Generator>
  781. </Page>
  782. <Page Include="UserControls\MetalCMUIControl.xaml">
  783. <SubType>Designer</SubType>
  784. <Generator>MSBuild:Compile</Generator>
  785. </Page>
  786. <Page Include="UserControls\MetalSHUIControl.xaml">
  787. <SubType>Designer</SubType>
  788. <Generator>MSBuild:Compile</Generator>
  789. </Page>
  790. <Page Include="UserControls\MetalWaferSizeControl.xaml">
  791. <SubType>Designer</SubType>
  792. <Generator>MSBuild:Compile</Generator>
  793. </Page>
  794. <Page Include="UserControls\OperatingModeControl.xaml">
  795. <SubType>Designer</SubType>
  796. <Generator>MSBuild:Compile</Generator>
  797. </Page>
  798. <Page Include="UserControls\PathButton.xaml">
  799. <SubType>Designer</SubType>
  800. <Generator>MSBuild:Compile</Generator>
  801. </Page>
  802. <Page Include="UserControls\PlatingPowerSupplyControl.xaml">
  803. <SubType>Designer</SubType>
  804. <Generator>MSBuild:Compile</Generator>
  805. </Page>
  806. <Page Include="UserControls\PowerSupplierStepControl.xaml">
  807. <SubType>Designer</SubType>
  808. <Generator>MSBuild:Compile</Generator>
  809. </Page>
  810. <Page Include="UserControls\PMCounterComponent.xaml">
  811. <SubType>Designer</SubType>
  812. <Generator>MSBuild:Compile</Generator>
  813. </Page>
  814. <Page Include="UserControls\PrewetFLowControl.xaml">
  815. <SubType>Designer</SubType>
  816. <Generator>MSBuild:Compile</Generator>
  817. </Page>
  818. <Page Include="UserControls\PrewetLeftSideControl.xaml">
  819. <SubType>Designer</SubType>
  820. <Generator>MSBuild:Compile</Generator>
  821. </Page>
  822. <Page Include="UserControls\PrewetMotionPanel.xaml">
  823. <SubType>Designer</SubType>
  824. <Generator>MSBuild:Compile</Generator>
  825. </Page>
  826. <Page Include="UserControls\PrewetTankControl.xaml">
  827. <Generator>MSBuild:Compile</Generator>
  828. <SubType>Designer</SubType>
  829. </Page>
  830. <Page Include="UserControls\PrewetUIControl.xaml">
  831. <Generator>MSBuild:Compile</Generator>
  832. <SubType>Designer</SubType>
  833. </Page>
  834. <Page Include="UserControls\PrewetValve.xaml">
  835. <Generator>MSBuild:Compile</Generator>
  836. <SubType>Designer</SubType>
  837. </Page>
  838. <Page Include="UserControls\PufChuckControl.xaml">
  839. <Generator>MSBuild:Compile</Generator>
  840. <SubType>Designer</SubType>
  841. </Page>
  842. <Page Include="UserControls\RecipeLoadDose.xaml">
  843. <SubType>Designer</SubType>
  844. <Generator>MSBuild:Compile</Generator>
  845. </Page>
  846. <Page Include="UserControls\ReplenControl.xaml">
  847. <SubType>Designer</SubType>
  848. <Generator>MSBuild:Compile</Generator>
  849. </Page>
  850. <Page Include="UserControls\ReservoirPump.xaml">
  851. <Generator>MSBuild:Compile</Generator>
  852. <SubType>Designer</SubType>
  853. </Page>
  854. <Page Include="UserControls\Pump1.xaml">
  855. <SubType>Designer</SubType>
  856. <Generator>MSBuild:Compile</Generator>
  857. </Page>
  858. <Page Include="UserControls\PumpSpeedControl.xaml">
  859. <SubType>Designer</SubType>
  860. <Generator>MSBuild:Compile</Generator>
  861. </Page>
  862. <Page Include="UserControls\RecipeControl.xaml">
  863. <SubType>Designer</SubType>
  864. <Generator>MSBuild:Compile</Generator>
  865. </Page>
  866. <Page Include="UserControls\RecipeControlMetal.xaml">
  867. <SubType>Designer</SubType>
  868. <Generator>MSBuild:Compile</Generator>
  869. </Page>
  870. <Page Include="UserControls\RecipeLoad.xaml">
  871. <SubType>Designer</SubType>
  872. <Generator>MSBuild:Compile</Generator>
  873. </Page>
  874. <Page Include="UserControls\RecipeLoadControl.xaml">
  875. <Generator>MSBuild:Compile</Generator>
  876. <SubType>Designer</SubType>
  877. </Page>
  878. <Page Include="UserControls\RecipeModeControl.xaml">
  879. <SubType>Designer</SubType>
  880. <Generator>MSBuild:Compile</Generator>
  881. </Page>
  882. <Page Include="UserControls\ReservoirMetal.xaml">
  883. <SubType>Designer</SubType>
  884. <Generator>MSBuild:Compile</Generator>
  885. </Page>
  886. <Page Include="UserControls\ReservoirsInformationPanel.xaml">
  887. <SubType>Designer</SubType>
  888. <Generator>MSBuild:Compile</Generator>
  889. </Page>
  890. <Page Include="UserControls\ReservoirsRecipeParametersPanel.xaml">
  891. <SubType>Designer</SubType>
  892. <Generator>MSBuild:Compile</Generator>
  893. </Page>
  894. <Page Include="UserControls\RinseUIControl.xaml">
  895. <SubType>Designer</SubType>
  896. <Generator>MSBuild:Compile</Generator>
  897. </Page>
  898. <Page Include="UserControls\RobotFrontView.xaml">
  899. <SubType>Designer</SubType>
  900. <Generator>MSBuild:Compile</Generator>
  901. </Page>
  902. <Page Include="UserControls\Screw.xaml">
  903. <Generator>MSBuild:Compile</Generator>
  904. <SubType>Designer</SubType>
  905. </Page>
  906. <Page Include="UserControls\SRD1.xaml">
  907. <SubType>Designer</SubType>
  908. <Generator>MSBuild:Compile</Generator>
  909. </Page>
  910. <Page Include="UserControls\SRD2.xaml">
  911. <SubType>Designer</SubType>
  912. <Generator>MSBuild:Compile</Generator>
  913. </Page>
  914. <Page Include="UserControls\SRDFlipperControl.xaml">
  915. <SubType>Designer</SubType>
  916. <Generator>MSBuild:Compile</Generator>
  917. </Page>
  918. <Page Include="UserControls\SRDFrontView.xaml">
  919. <SubType>Designer</SubType>
  920. <Generator>MSBuild:Compile</Generator>
  921. </Page>
  922. <Page Include="UserControls\SRDMotionControl.xaml">
  923. <SubType>Designer</SubType>
  924. <Generator>MSBuild:Compile</Generator>
  925. </Page>
  926. <Page Include="UserControls\SRDMoveControl.xaml">
  927. <SubType>Designer</SubType>
  928. <Generator>MSBuild:Compile</Generator>
  929. </Page>
  930. <Page Include="UserControls\SRDSideControl.xaml">
  931. <SubType>Designer</SubType>
  932. <Generator>MSBuild:Compile</Generator>
  933. </Page>
  934. <Page Include="UserControls\SrdAwcCycleControl.xaml">
  935. <SubType>Designer</SubType>
  936. <Generator>MSBuild:Compile</Generator>
  937. </Page>
  938. <Page Include="UserControls\SRDLeftInformation.xaml">
  939. <SubType>Designer</SubType>
  940. <Generator>MSBuild:Compile</Generator>
  941. </Page>
  942. <Page Include="UserControls\SrdOverviewInformationPanel.xaml">
  943. <SubType>Designer</SubType>
  944. <Generator>MSBuild:Compile</Generator>
  945. </Page>
  946. <Page Include="UserControls\SrdStationPositionControl.xaml">
  947. <Generator>MSBuild:Compile</Generator>
  948. <SubType>Designer</SubType>
  949. </Page>
  950. <Page Include="UserControls\LoaderStationSideControl.xaml">
  951. <Generator>MSBuild:Compile</Generator>
  952. <SubType>Designer</SubType>
  953. </Page>
  954. <Page Include="UserControls\LoaderWaferHolderFlowControl.xaml">
  955. <SubType>Designer</SubType>
  956. <Generator>MSBuild:Compile</Generator>
  957. </Page>
  958. <Page Include="UserControls\PowerSupplyChannelControl.xaml">
  959. <SubType>Designer</SubType>
  960. <Generator>MSBuild:Compile</Generator>
  961. </Page>
  962. <Page Include="UserControls\PressureBlockControl.xaml">
  963. <SubType>Designer</SubType>
  964. <Generator>MSBuild:Compile</Generator>
  965. </Page>
  966. <Page Include="UserControls\PufMotionCommandControl.xaml">
  967. <Generator>MSBuild:Compile</Generator>
  968. <SubType>Designer</SubType>
  969. </Page>
  970. <Page Include="UserControls\PufStationCommandControl.xaml">
  971. <SubType>Designer</SubType>
  972. <Generator>MSBuild:Compile</Generator>
  973. </Page>
  974. <Page Include="UserControls\PufStationDistanceControl.xaml">
  975. <SubType>Designer</SubType>
  976. <Generator>MSBuild:Compile</Generator>
  977. </Page>
  978. <Page Include="UserControls\LoaderStationPositionControl.xaml">
  979. <Generator>MSBuild:Compile</Generator>
  980. <SubType>Designer</SubType>
  981. </Page>
  982. <Page Include="UserControls\SRDUIControl.xaml">
  983. <SubType>Designer</SubType>
  984. <Generator>MSBuild:Compile</Generator>
  985. </Page>
  986. <Page Include="UserControls\TempControl.xaml">
  987. <SubType>Designer</SubType>
  988. <Generator>MSBuild:Compile</Generator>
  989. </Page>
  990. <Page Include="UserControls\TransporterStationPositionControl.xaml">
  991. <Generator>MSBuild:Compile</Generator>
  992. <SubType>Designer</SubType>
  993. </Page>
  994. <Page Include="UserControls\PufStationPositionControl.xaml">
  995. <Generator>MSBuild:Compile</Generator>
  996. <SubType>Designer</SubType>
  997. </Page>
  998. <Page Include="UserControls\PufLoaderControl.xaml">
  999. <SubType>Designer</SubType>
  1000. <Generator>MSBuild:Compile</Generator>
  1001. </Page>
  1002. <Page Include="UserControls\PufArmControl.xaml">
  1003. <SubType>Designer</SubType>
  1004. <Generator>MSBuild:Compile</Generator>
  1005. </Page>
  1006. <Page Include="UserControls\LoadLockLeft.xaml">
  1007. <SubType>Designer</SubType>
  1008. <Generator>MSBuild:Compile</Generator>
  1009. </Page>
  1010. <Page Include="UserControls\LoadLockRight.xaml">
  1011. <SubType>Designer</SubType>
  1012. <Generator>MSBuild:Compile</Generator>
  1013. </Page>
  1014. <Page Include="UserControls\Loadport.xaml">
  1015. <SubType>Designer</SubType>
  1016. <Generator>MSBuild:Compile</Generator>
  1017. </Page>
  1018. <Page Include="UserControls\MotionControl.xaml">
  1019. <SubType>Designer</SubType>
  1020. <Generator>XamlIntelliSenseFileGenerator</Generator>
  1021. </Page>
  1022. <Page Include="UserControls\Pipe2.xaml">
  1023. <SubType>Designer</SubType>
  1024. <Generator>MSBuild:Compile</Generator>
  1025. </Page>
  1026. <Page Include="UserControls\Pipe3.xaml">
  1027. <SubType>Designer</SubType>
  1028. <Generator>MSBuild:Compile</Generator>
  1029. </Page>
  1030. <Page Include="UserControls\PufControl.xaml">
  1031. <SubType>Designer</SubType>
  1032. <Generator>MSBuild:Compile</Generator>
  1033. </Page>
  1034. <Page Include="UserControls\Pump.xaml">
  1035. <SubType>Designer</SubType>
  1036. <Generator>MSBuild:Compile</Generator>
  1037. </Page>
  1038. <Page Include="UserControls\purge.xaml">
  1039. <SubType>Designer</SubType>
  1040. <Generator>MSBuild:Compile</Generator>
  1041. </Page>
  1042. <Page Include="UserControls\RecipeFileLoadControl.xaml">
  1043. <SubType>Designer</SubType>
  1044. <Generator>MSBuild:Compile</Generator>
  1045. </Page>
  1046. <Page Include="UserControls\RecipeNameDialog.xaml">
  1047. <SubType>Designer</SubType>
  1048. <Generator>MSBuild:Compile</Generator>
  1049. </Page>
  1050. <Page Include="UserControls\ReserviorControl.xaml">
  1051. <Generator>MSBuild:Compile</Generator>
  1052. <SubType>Designer</SubType>
  1053. </Page>
  1054. <Page Include="UserControls\ResistivityProbeControl.xaml">
  1055. <SubType>Designer</SubType>
  1056. <Generator>MSBuild:Compile</Generator>
  1057. </Page>
  1058. <Page Include="UserControls\StateTitle.xaml">
  1059. <SubType>Designer</SubType>
  1060. <Generator>MSBuild:Compile</Generator>
  1061. </Page>
  1062. <Page Include="UserControls\TemperatureControllerControl.xaml">
  1063. <SubType>Designer</SubType>
  1064. <Generator>MSBuild:Compile</Generator>
  1065. </Page>
  1066. <Page Include="UserControls\TextboxWithLabel.xaml">
  1067. <SubType>Designer</SubType>
  1068. <Generator>MSBuild:Compile</Generator>
  1069. </Page>
  1070. <Page Include="UserControls\SRD.xaml">
  1071. <Generator>MSBuild:Compile</Generator>
  1072. <SubType>Designer</SubType>
  1073. </Page>
  1074. <Page Include="UserControls\PUFChamber.xaml">
  1075. <Generator>MSBuild:Compile</Generator>
  1076. <SubType>Designer</SubType>
  1077. </Page>
  1078. <Page Include="UserControls\TransPorterControl.xaml">
  1079. <SubType>Designer</SubType>
  1080. <Generator>MSBuild:Compile</Generator>
  1081. </Page>
  1082. <Page Include="UserControls\TransporterGantryTeachControl.xaml">
  1083. <Generator>MSBuild:Compile</Generator>
  1084. <SubType>Designer</SubType>
  1085. </Page>
  1086. <Page Include="UserControls\TransporterElevatorTeachControl.xaml">
  1087. <SubType>Designer</SubType>
  1088. <Generator>MSBuild:Compile</Generator>
  1089. </Page>
  1090. <Page Include="UserControls\TransporterOperationControl.xaml">
  1091. <SubType>Designer</SubType>
  1092. <Generator>MSBuild:Compile</Generator>
  1093. </Page>
  1094. <Page Include="UserControls\Turbo.xaml">
  1095. <SubType>Designer</SubType>
  1096. <Generator>MSBuild:Compile</Generator>
  1097. </Page>
  1098. <Page Include="UserControls\LoaderControl.xaml">
  1099. <SubType>Designer</SubType>
  1100. <Generator>MSBuild:Compile</Generator>
  1101. </Page>
  1102. <Page Include="UserControls\ProcessControl.xaml">
  1103. <SubType>Designer</SubType>
  1104. <Generator>MSBuild:Compile</Generator>
  1105. </Page>
  1106. <Page Include="UserControls\ProcessFurnace.xaml">
  1107. <SubType>Designer</SubType>
  1108. <Generator>MSBuild:Compile</Generator>
  1109. </Page>
  1110. <Page Include="UserControls\ProcessSmallFurnace.xaml">
  1111. <SubType>Designer</SubType>
  1112. <Generator>MSBuild:Compile</Generator>
  1113. </Page>
  1114. <Page Include="UserControls\TransporterDebugControl.xaml">
  1115. <SubType>Designer</SubType>
  1116. <Generator>MSBuild:Compile</Generator>
  1117. </Page>
  1118. <Page Include="UserControls\WaferCtrl.xaml">
  1119. <SubType>Designer</SubType>
  1120. <Generator>MSBuild:Compile</Generator>
  1121. </Page>
  1122. <Page Include="UserControls\WaferHolderPanel.xaml">
  1123. <SubType>Designer</SubType>
  1124. <Generator>MSBuild:Compile</Generator>
  1125. </Page>
  1126. <Page Include="UserControls\WaferHolderProcessCell.xaml">
  1127. <Generator>MSBuild:Compile</Generator>
  1128. <SubType>Designer</SubType>
  1129. </Page>
  1130. <Page Include="UserControls\WaferHolderBuffer.xaml">
  1131. <SubType>Designer</SubType>
  1132. <Generator>MSBuild:Compile</Generator>
  1133. </Page>
  1134. <Page Include="UserControls\WaferHolderControl.xaml">
  1135. <SubType>Designer</SubType>
  1136. <Generator>MSBuild:Compile</Generator>
  1137. </Page>
  1138. <Page Include="UserControls\WaferOverviewPanel.xaml">
  1139. <SubType>Designer</SubType>
  1140. <Generator>MSBuild:Compile</Generator>
  1141. </Page>
  1142. <Page Include="UserControls\WaferPresenceControl.xaml">
  1143. <SubType>Designer</SubType>
  1144. <Generator>MSBuild:Compile</Generator>
  1145. </Page>
  1146. <Page Include="UserControls\WaferStatus.xaml">
  1147. <SubType>Designer</SubType>
  1148. <Generator>MSBuild:Compile</Generator>
  1149. </Page>
  1150. <Page Include="UserControls\WHClampControl.xaml">
  1151. <SubType>Designer</SubType>
  1152. <Generator>MSBuild:Compile</Generator>
  1153. </Page>
  1154. <Page Include="UserControls\WPFMessageBox.xaml">
  1155. <Generator>MSBuild:Compile</Generator>
  1156. <SubType>Designer</SubType>
  1157. </Page>
  1158. <Page Include="UserControls\ZhenValve.xaml">
  1159. <SubType>Designer</SubType>
  1160. <Generator>MSBuild:Compile</Generator>
  1161. </Page>
  1162. </ItemGroup>
  1163. <ItemGroup>
  1164. <Resource Include="Resources\Arrow.png">
  1165. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1166. </Resource>
  1167. <Resource Include="Resources\Buffer.png">
  1168. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1169. </Resource>
  1170. <Resource Include="Resources\Folder_Unable.png">
  1171. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1172. </Resource>
  1173. <Resource Include="Resources\Folder_Close.png">
  1174. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1175. </Resource>
  1176. <Resource Include="Resources\pump.png">
  1177. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1178. </Resource>
  1179. <Resource Include="Resources\pump_gray.png">
  1180. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1181. </Resource>
  1182. <Resource Include="Resources\LoadLock.png">
  1183. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1184. </Resource>
  1185. <Resource Include="Resources\Chamber.png">
  1186. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1187. </Resource>
  1188. <Resource Include="Resources\carrier.png">
  1189. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1190. </Resource>
  1191. <Resource Include="Resources\foup.png">
  1192. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1193. </Resource>
  1194. <Resource Include="Resources\foup2.png">
  1195. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1196. </Resource>
  1197. <Resource Include="Resources\cassette.png" />
  1198. <Resource Include="Resources\file.png">
  1199. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1200. </Resource>
  1201. <Resource Include="Resources\CyberX8.png">
  1202. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1203. </Resource>
  1204. <Content Include="Resources\JetLogo.png" />
  1205. <Content Include="Styles\Folder_Close.png" />
  1206. <Content Include="Styles\Folder_Open.png" />
  1207. <Content Include="Styles\Folder_Unable.png" />
  1208. <Content Include="Themes\Images\parts\aligner.png" />
  1209. <Resource Include="Themes\Images\parts\Anolyte.png" />
  1210. <Content Include="Themes\Images\parts\atmrobot\arm1.png" />
  1211. <Content Include="Themes\Images\parts\atmrobot\arm2.png" />
  1212. <Content Include="Themes\Images\parts\atmrobot\dock.png" />
  1213. <Content Include="Themes\Images\parts\atmrobot\hand.png" />
  1214. <Resource Include="Themes\Images\parts\atmrobot\hand2.png" />
  1215. <Resource Include="Themes\Images\parts\atmrobot\hand1.png" />
  1216. <Resource Include="Themes\Images\parts\atmrobot\hand3.png" />
  1217. <Resource Include="Themes\Images\parts\Catholyte.png" />
  1218. <Resource Include="Themes\Images\parts\bigairflow.png" />
  1219. <Resource Include="Themes\Images\parts\blower.png" />
  1220. <Content Include="Themes\Images\parts\chamber.png" />
  1221. <Resource Include="Themes\Images\parts\Clamp.png" />
  1222. <Resource Include="Themes\Images\parts\Clamp1.png" />
  1223. <Content Include="Themes\Images\parts\doorclose.png" />
  1224. <Content Include="Themes\Images\parts\dooropen.png" />
  1225. <Content Include="Themes\Images\parts\doorunknown.png" />
  1226. <Content Include="Themes\Images\parts\efem.png" />
  1227. <Content Include="Themes\Images\parts\efemtrack.png" />
  1228. <Content Include="Themes\Images\parts\loadlock.png" />
  1229. <Content Include="Themes\Images\parts\loadport.png" />
  1230. <Resource Include="Themes\Images\parts\serobot\SERobot1.png" />
  1231. <Resource Include="Themes\Images\parts\serobot\SERobot11.png" />
  1232. <Resource Include="Themes\Images\parts\serobot\SERobot2.png" />
  1233. <Resource Include="Themes\Images\parts\serobot\SERobot3.png" />
  1234. <Resource Include="Themes\Images\parts\serobot\SERobot4.png" />
  1235. <Resource Include="Themes\Images\parts\Metal.png" />
  1236. <Resource Include="Themes\Images\parts\Pump.png" />
  1237. <Resource Include="Themes\Images\parts\Pump1.png" />
  1238. <Resource Include="Themes\Images\parts\Pump2.png" />
  1239. <Content Include="Themes\Images\parts\myControl.png" />
  1240. <Resource Include="Themes\Images\parts\prewetMove.png" />
  1241. <Resource Include="Themes\Images\parts\prewetTank.png" />
  1242. <Resource Include="Themes\Images\parts\rinseBottomPool.png" />
  1243. <Resource Include="Themes\Images\parts\rinseMainFrame.png" />
  1244. <Resource Include="Themes\Images\parts\spray.png" />
  1245. <Resource Include="Themes\Images\parts\smallairflow.png" />
  1246. <Resource Include="Themes\Images\parts\SRDARM.png" />
  1247. <Resource Include="Themes\Images\parts\SRDDevice.png" />
  1248. <Resource Include="Themes\Images\parts\SRDWaterHead.png" />
  1249. <Resource Include="Themes\Images\parts\SRDChuck.png" />
  1250. <Content Include="Themes\Images\parts\tm.png" />
  1251. <Content Include="Themes\Images\parts\tmdock.png" />
  1252. <Resource Include="Themes\Images\parts\Valve1.png" />
  1253. <Content Include="Themes\Images\parts\vce\ButtomSupport1.png" />
  1254. <Content Include="Themes\Images\parts\vce\ButtomSupport2.png" />
  1255. <Resource Include="Themes\Images\parts\vce\Foup1.png" />
  1256. <Resource Include="Themes\Images\parts\vce\Foup2.png" />
  1257. <Resource Include="Themes\Images\parts\vce\Support.png" />
  1258. <Resource Include="Themes\Images\parts\vce\vce1.png" />
  1259. <Resource Include="Themes\Images\parts\vce\vce2.png" />
  1260. <Resource Include="Themes\Images\parts\vce\vcebuttom.png" />
  1261. <Resource Include="Themes\Images\parts\vce\vcedoor.png" />
  1262. <Resource Include="Themes\Images\parts\vce\VceShell.png" />
  1263. <Resource Include="Themes\Images\parts\vce\Wafer.png" />
  1264. <Resource Include="Themes\Images\parts\vce\WaferSelected.png" />
  1265. <Resource Include="Themes\Images\parts\vce\VceShell2.png" />
  1266. <Content Include="Themes\Images\parts\vce\外框1.png" />
  1267. <Content Include="Themes\Images\parts\vtmrobot\arm1.png" />
  1268. <Content Include="Themes\Images\parts\vtmrobot\arm2.png" />
  1269. <Content Include="Themes\Images\parts\vtmrobot\dock.png" />
  1270. <Content Include="Themes\Images\parts\vtmrobot\hand.png" />
  1271. <Content Include="Themes\Images\parts\wafer.png" />
  1272. <Content Include="Themes\Images\pms\chamberplasmaon.png" />
  1273. <Content Include="Themes\Images\pms\levelSensor.png" />
  1274. <Content Include="Themes\Images\pms\mfcPipe.png" />
  1275. <Content Include="Themes\Images\pms\overviewBackground.png" />
  1276. <Content Include="Themes\Images\pms\overviewbak.png" />
  1277. <Content Include="Themes\Images\pms\overviewbakHZv2.png" />
  1278. <Content Include="Themes\Images\pms\overviewbak_heater.png" />
  1279. <Content Include="Themes\Images\pms\overviewbak_hestiaplus_device.png" />
  1280. <Content Include="Themes\Images\pms\overviewbak_patron.png" />
  1281. <Content Include="Themes\Images\pms\overviewbak_tritoninline.png" />
  1282. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_close.png" />
  1283. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_open.png" />
  1284. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_unknown.png" />
  1285. <Content Include="Themes\Images\pms\overviewbak_tritoninline_rf_on.png" />
  1286. <Content Include="Themes\Images\pms\overviewbak_tritoninline_sys.png" />
  1287. <Content Include="Themes\Images\pms\overviewMain.png" />
  1288. <Content Include="Themes\Images\pms\plasma.png" />
  1289. <Content Include="Themes\Images\pms\pumpLine.png" />
  1290. <Content Include="Themes\Images\pms\UiSystem.ico" />
  1291. <Content Include="Themes\Images\pms\vaporMFCLine.png" />
  1292. <Content Include="Themes\Images\pms\vaporPipe.png" />
  1293. <Content Include="Themes\Images\pms\Virgo_D.ico" />
  1294. </ItemGroup>
  1295. <ItemGroup>
  1296. <ProjectReference Include="..\CyberX8_Core\CyberX8_Core.csproj">
  1297. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  1298. <Name>CyberX8_Core</Name>
  1299. </ProjectReference>
  1300. <ProjectReference Include="..\Framework\ClientBase\OpenSEMI.ClientBase.csproj">
  1301. <Project>{38ba4f71-e9c5-4266-9b72-1733cdb39311}</Project>
  1302. <Name>OpenSEMI.ClientBase</Name>
  1303. </ProjectReference>
  1304. <ProjectReference Include="..\Framework\Common\Common.csproj">
  1305. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  1306. <Name>Common</Name>
  1307. </ProjectReference>
  1308. <ProjectReference Include="..\Framework\OpenControl\OpenSEMI.Ctrlib.csproj">
  1309. <Project>{b55e8d4b-c4c8-4a6d-9fc4-609c52a56cac}</Project>
  1310. <Name>OpenSEMI.Ctrlib</Name>
  1311. </ProjectReference>
  1312. <ProjectReference Include="..\Framework\OpenSEMICore\OpenSEMI.Core.csproj">
  1313. <Project>{c4cd3d7b-cb40-47d5-ab04-df05007e5b6a}</Project>
  1314. <Name>OpenSEMI.Core</Name>
  1315. </ProjectReference>
  1316. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  1317. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  1318. <Name>UICore</Name>
  1319. </ProjectReference>
  1320. </ItemGroup>
  1321. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1322. </Project>