CyberX8_Themes.csproj 57 KB

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