CyberX8_Themes.csproj 56 KB

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