PunkHPX8_Themes.csproj 56 KB

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