Venus_Themes.csproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676
  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>Venus_Themes</RootNamespace>
  11. <AssemblyName>Venus_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>DEBUG;TRACE</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="OpenSEMI.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\ThirdParty\selfbuild\OpenSEMI.Core.dll</HintPath>
  40. </Reference>
  41. <Reference Include="PresentationCore" />
  42. <Reference Include="PresentationFramework" />
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Xaml" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Net.Http" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="WindowsBase" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="Converters\Bool2Not.cs" />
  57. <Compile Include="Converters\BoolToColor.cs" />
  58. <Compile Include="Converters\BoolToColor2.cs" />
  59. <Compile Include="Converters\BoolToColor3.cs" />
  60. <Compile Include="Converters\BoolToColor4.cs" />
  61. <Compile Include="Converters\BoolToColor5.cs" />
  62. <Compile Include="Converters\BoolToDirection.cs" />
  63. <Compile Include="Converters\BoolToDoubleConverter.cs" />
  64. <Compile Include="Converters\BoolToInt.cs" />
  65. <Compile Include="Converters\BoolToPath.cs" />
  66. <Compile Include="Converters\BoolToReverse.cs" />
  67. <Compile Include="Converters\BoolToUnitConverter.cs" />
  68. <Compile Include="Converters\BoolToValueConverter.cs" />
  69. <Compile Include="Converters\BoolToVisibility.cs" />
  70. <Compile Include="Converters\boolToVisibility2.cs" />
  71. <Compile Include="Converters\BooToBool.cs" />
  72. <Compile Include="Converters\DoubleToDoubleConverter.cs" />
  73. <Compile Include="Converters\Float2String.cs" />
  74. <Compile Include="Converters\FOUPStatusConverter.cs" />
  75. <Compile Include="Converters\IncludeIsEnableConverter.cs" />
  76. <Compile Include="Converters\IntPlusConverter.cs" />
  77. <Compile Include="Converters\IntToBoolConverter.cs" />
  78. <Compile Include="Converters\IntToBoolConverter2.cs" />
  79. <Compile Include="Converters\IntToIsEnableConverter.cs" />
  80. <Compile Include="Converters\IsLastItemConverter.cs" />
  81. <Compile Include="Converters\IsProgressedConverter.cs" />
  82. <Compile Include="Converters\Null2Bool.cs" />
  83. <Compile Include="Converters\PenValveColorConverter.cs" />
  84. <Compile Include="Converters\PenValveEndValueConverter.cs" />
  85. <Compile Include="Converters\PenValveStartValueConverter.cs" />
  86. <Compile Include="Converters\RingProgressArcConverter.cs" />
  87. <Compile Include="Converters\RingProgressValueConverter.cs" />
  88. <Compile Include="Converters\String2Double.cs" />
  89. <Compile Include="Converters\StringToColorConverter.cs" />
  90. <Compile Include="Converters\ToBoolMultiValueConverter.cs" />
  91. <Compile Include="Converters\ToBoolMultiValueConverter2.cs" />
  92. <Compile Include="Converters\ToBoolMultiValueConverter3.cs" />
  93. <Compile Include="Converters\ToBoolMultiValueConverter4.cs" />
  94. <Compile Include="Converters\ToBoolMultiValueConverter8.cs" />
  95. <Compile Include="Converters\ToBoolMultiValueConverter7.cs" />
  96. <Compile Include="Converters\ToBoolMultiValueConverter6.cs" />
  97. <Compile Include="Converters\ToBoolMutiValueConverter5.cs" />
  98. <Compile Include="Converters\TurboPumpBoolToPath.cs" />
  99. <Compile Include="Converters\VisibilityToReverse.cs" />
  100. <Compile Include="CustomControls\AduRadioButtonIcon.cs" />
  101. <Compile Include="CustomControls\Arc.cs" />
  102. <Compile Include="CustomControls\CommonValveControl.cs" />
  103. <Compile Include="CustomControls\Controls\Win32.cs" />
  104. <Compile Include="CustomControls\Controls\WindowButtonBase.cs" />
  105. <Compile Include="CustomControls\Controls\WindowButtonClose.cs" />
  106. <Compile Include="CustomControls\Controls\WindowButtonMax.cs" />
  107. <Compile Include="CustomControls\Controls\WindowButtonMin.cs" />
  108. <Compile Include="CustomControls\Controls\WindowButtonNormal.cs" />
  109. <Compile Include="CustomControls\Controls\WindowTopArea.cs" />
  110. <Compile Include="CustomControls\CustomComBobox.cs" />
  111. <Compile Include="CustomControls\CustomPasswordBox.cs" />
  112. <Compile Include="CustomControls\GuangChuanRobot.cs" />
  113. <Compile Include="CustomControls\CustomRobot.cs" />
  114. <Compile Include="CustomControls\MultiComboBox.cs" />
  115. <Compile Include="CustomControls\Pagination.cs" />
  116. <Compile Include="CustomControls\PathButton.cs" />
  117. <Compile Include="CustomControls\RingProgress.cs" />
  118. <Compile Include="CustomControls\SERobot.cs" />
  119. <Compile Include="CustomControls\SplitButton.cs" />
  120. <Compile Include="CustomControls\StepBar.cs" />
  121. <Compile Include="CustomControls\StepBarItem.cs" />
  122. <Compile Include="CustomControls\TextBoxMasked.cs" />
  123. <Compile Include="Properties\AssemblyInfo.cs" />
  124. <Compile Include="Themes\Attach\BorderElement.cs" />
  125. <Compile Include="Themes\Attach\ElementBackground.cs" />
  126. <Compile Include="Themes\Attach\ElementBrushBase.cs" />
  127. <Compile Include="Themes\Attach\ElementForeground.cs" />
  128. <Compile Include="Themes\Attach\IconElement.cs" />
  129. <Compile Include="unity\UIEvents.cs" />
  130. <Compile Include="UserControls\Axes2D.xaml.cs">
  131. <DependentUpon>Axes2D.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="UserControls\ButterflyValve.xaml.cs">
  134. <DependentUpon>ButterflyValve.xaml</DependentUpon>
  135. </Compile>
  136. <Compile Include="UserControls\ButterflyValveMessageBox.xaml.cs">
  137. <DependentUpon>ButterflyValveMessageBox.xaml</DependentUpon>
  138. </Compile>
  139. <Compile Include="UserControls\ChamberWithHeater.xaml.cs">
  140. <DependentUpon>ChamberWithHeater.xaml</DependentUpon>
  141. </Compile>
  142. <Compile Include="UserControls\ChamberDE.xaml.cs">
  143. <DependentUpon>ChamberDE.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="UserControls\Chamber.xaml.cs">
  146. <DependentUpon>Chamber.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="UserControls\CustomSwitch.xaml.cs">
  149. <DependentUpon>CustomSwitch.xaml</DependentUpon>
  150. </Compile>
  151. <Compile Include="UserControls\Cylinder.xaml.cs">
  152. <DependentUpon>Cylinder.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="UserControls\DEVceA.xaml.cs">
  155. <DependentUpon>DEVceA.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="UserControls\DEVceB.xaml.cs">
  158. <DependentUpon>DEVceB.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="UserControls\DrawGraphicsControl.xaml.cs">
  161. <DependentUpon>DrawGraphicsControl.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="UserControls\EFEM.xaml.cs">
  164. <DependentUpon>EFEM.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="UserControls\EFEMFrontView.xaml.cs">
  167. <DependentUpon>EFEMFrontView.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="UserControls\FlowPipe.xaml.cs">
  170. <DependentUpon>FlowPipe.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="UserControls\FlowPipeValve.xaml.cs">
  173. <DependentUpon>FlowPipeValve.xaml</DependentUpon>
  174. </Compile>
  175. <Compile Include="UserControls\Foup.xaml.cs">
  176. <DependentUpon>Foup.xaml</DependentUpon>
  177. </Compile>
  178. <Compile Include="UserControls\FOUPFrontView.xaml.cs">
  179. <DependentUpon>FOUPFrontView.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="UserControls\LoadLockLeft.xaml.cs">
  182. <DependentUpon>LoadLockLeft.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="UserControls\LoadLockRight.xaml.cs">
  185. <DependentUpon>LoadLockRight.xaml</DependentUpon>
  186. </Compile>
  187. <Compile Include="UserControls\Loadport.xaml.cs">
  188. <DependentUpon>Loadport.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="UserControls\MainTM.xaml.cs">
  191. <DependentUpon>MainTM.xaml</DependentUpon>
  192. </Compile>
  193. <Compile Include="UserControls\PathButton.xaml.cs">
  194. <DependentUpon>PathButton.xaml</DependentUpon>
  195. </Compile>
  196. <Compile Include="UserControls\PendulumValve.xaml.cs">
  197. <DependentUpon>PendulumValve.xaml</DependentUpon>
  198. </Compile>
  199. <Compile Include="UserControls\Pipe2.xaml.cs">
  200. <DependentUpon>Pipe2.xaml</DependentUpon>
  201. </Compile>
  202. <Compile Include="UserControls\Pipe3.xaml.cs">
  203. <DependentUpon>Pipe3.xaml</DependentUpon>
  204. </Compile>
  205. <Compile Include="UserControls\Pump.xaml.cs">
  206. <DependentUpon>Pump.xaml</DependentUpon>
  207. </Compile>
  208. <Compile Include="UserControls\purge.xaml.cs">
  209. <DependentUpon>purge.xaml</DependentUpon>
  210. </Compile>
  211. <Compile Include="UserControls\RecipeNameInputDlg.xaml.cs">
  212. <DependentUpon>RecipeNameInputDlg.xaml</DependentUpon>
  213. </Compile>
  214. <Compile Include="UserControls\SERobot.xaml.cs">
  215. <DependentUpon>SERobot.xaml</DependentUpon>
  216. </Compile>
  217. <Compile Include="UserControls\SERobot1.xaml.cs">
  218. <DependentUpon>SERobot1.xaml</DependentUpon>
  219. </Compile>
  220. <Compile Include="UserControls\SERobot2.xaml.cs">
  221. <DependentUpon>SERobot2.xaml</DependentUpon>
  222. </Compile>
  223. <Compile Include="UserControls\SERobot3.xaml.cs">
  224. <DependentUpon>SERobot3.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="UserControls\SERobot4.xaml.cs">
  227. <DependentUpon>SERobot4.xaml</DependentUpon>
  228. </Compile>
  229. <Compile Include="UserControls\StateTitle.xaml.cs">
  230. <DependentUpon>StateTitle.xaml</DependentUpon>
  231. </Compile>
  232. <Compile Include="UserControls\TextboxWithLabel.xaml.cs">
  233. <DependentUpon>TextboxWithLabel.xaml</DependentUpon>
  234. </Compile>
  235. <Compile Include="UserControls\TMChamber.xaml.cs">
  236. <DependentUpon>TMChamber.xaml</DependentUpon>
  237. </Compile>
  238. <Compile Include="UserControls\TMDoor.xaml.cs">
  239. <DependentUpon>TMDoor.xaml</DependentUpon>
  240. </Compile>
  241. <Compile Include="UserControls\Turbo.xaml.cs">
  242. <DependentUpon>Turbo.xaml</DependentUpon>
  243. </Compile>
  244. <Compile Include="UserControls\TurboPump.xaml.cs">
  245. <DependentUpon>TurboPump.xaml</DependentUpon>
  246. </Compile>
  247. <Compile Include="UserControls\Vce.xaml.cs">
  248. <DependentUpon>Vce.xaml</DependentUpon>
  249. </Compile>
  250. <Compile Include="UserControls\VceControl.xaml.cs">
  251. <DependentUpon>VceControl.xaml</DependentUpon>
  252. </Compile>
  253. <Compile Include="UserControls\VenusDETM.xaml.cs">
  254. <DependentUpon>VenusDETM.xaml</DependentUpon>
  255. </Compile>
  256. <Compile Include="UserControls\VenusSETM.xaml.cs">
  257. <DependentUpon>VenusSETM.xaml</DependentUpon>
  258. </Compile>
  259. <Compile Include="UserControls\WaferCtrl.xaml.cs">
  260. <DependentUpon>WaferCtrl.xaml</DependentUpon>
  261. </Compile>
  262. <Compile Include="UserControls\WPFMessageBox.xaml.cs">
  263. <DependentUpon>WPFMessageBox.xaml</DependentUpon>
  264. </Compile>
  265. <Compile Include="UserControls\ZhenValve.xaml.cs">
  266. <DependentUpon>ZhenValve.xaml</DependentUpon>
  267. </Compile>
  268. </ItemGroup>
  269. <ItemGroup>
  270. <Page Include="CustomControls\AduRadioButton.xaml">
  271. <Generator>MSBuild:Compile</Generator>
  272. <SubType>Designer</SubType>
  273. </Page>
  274. <Page Include="Styles\CustomWindowStyle.xaml">
  275. <Generator>MSBuild:Compile</Generator>
  276. <SubType>Designer</SubType>
  277. </Page>
  278. <Page Include="Styles\RadioButton.xaml">
  279. <Generator>MSBuild:Compile</Generator>
  280. <SubType>Designer</SubType>
  281. </Page>
  282. <Page Include="Styles\ToggleButton.xaml">
  283. <Generator>MSBuild:Compile</Generator>
  284. <SubType>Designer</SubType>
  285. </Page>
  286. <Page Include="Styles\Button.xaml">
  287. <Generator>MSBuild:Compile</Generator>
  288. <SubType>Designer</SubType>
  289. </Page>
  290. <Page Include="Styles\ComboBox.xaml">
  291. <Generator>MSBuild:Compile</Generator>
  292. <SubType>Designer</SubType>
  293. </Page>
  294. <Page Include="Styles\DataGrid.xaml">
  295. <Generator>MSBuild:Compile</Generator>
  296. <SubType>Designer</SubType>
  297. </Page>
  298. <Page Include="Styles\Expander.xaml">
  299. <Generator>MSBuild:Compile</Generator>
  300. <SubType>Designer</SubType>
  301. </Page>
  302. <Page Include="Styles\GroupBox.xaml">
  303. <Generator>MSBuild:Compile</Generator>
  304. <SubType>Designer</SubType>
  305. </Page>
  306. <Page Include="Styles\ListBox.xaml">
  307. <Generator>MSBuild:Compile</Generator>
  308. <SubType>Designer</SubType>
  309. </Page>
  310. <Page Include="Styles\Listview.xaml">
  311. <Generator>MSBuild:Compile</Generator>
  312. <SubType>Designer</SubType>
  313. </Page>
  314. <Page Include="Styles\MenuItem.xaml">
  315. <Generator>MSBuild:Compile</Generator>
  316. <SubType>Designer</SubType>
  317. </Page>
  318. <Page Include="Styles\Skin.xaml">
  319. <Generator>MSBuild:Compile</Generator>
  320. <SubType>Designer</SubType>
  321. </Page>
  322. <Page Include="Styles\Tab.xaml">
  323. <Generator>MSBuild:Compile</Generator>
  324. <SubType>Designer</SubType>
  325. </Page>
  326. <Page Include="Styles\TextBox.xaml">
  327. <Generator>MSBuild:Compile</Generator>
  328. <SubType>Designer</SubType>
  329. </Page>
  330. <Page Include="Styles\TreeView.xaml">
  331. <Generator>MSBuild:Compile</Generator>
  332. <SubType>Designer</SubType>
  333. </Page>
  334. <Page Include="Styles\WindowElementStyle.xaml">
  335. <Generator>MSBuild:Compile</Generator>
  336. <SubType>Designer</SubType>
  337. </Page>
  338. <Page Include="Themes\Generic.xaml">
  339. <Generator>MSBuild:Compile</Generator>
  340. <SubType>Designer</SubType>
  341. </Page>
  342. <Page Include="Languages\StringResources.en-US.xaml">
  343. <Generator>MSBuild:Compile</Generator>
  344. <SubType>Designer</SubType>
  345. </Page>
  346. <Page Include="Languages\StringResources.zh-CN.xaml">
  347. <Generator>MSBuild:Compile</Generator>
  348. <SubType>Designer</SubType>
  349. </Page>
  350. <Page Include="UserControls\Axes2D.xaml">
  351. <SubType>Designer</SubType>
  352. <Generator>MSBuild:Compile</Generator>
  353. </Page>
  354. <Page Include="UserControls\ButterflyValve.xaml">
  355. <SubType>Designer</SubType>
  356. <Generator>MSBuild:Compile</Generator>
  357. </Page>
  358. <Page Include="UserControls\ButterflyValveMessageBox.xaml">
  359. <SubType>Designer</SubType>
  360. <Generator>MSBuild:Compile</Generator>
  361. </Page>
  362. <Page Include="UserControls\ChamberWithHeater.xaml">
  363. <Generator>MSBuild:Compile</Generator>
  364. <SubType>Designer</SubType>
  365. </Page>
  366. <Page Include="UserControls\ChamberDE.xaml">
  367. <Generator>MSBuild:Compile</Generator>
  368. <SubType>Designer</SubType>
  369. </Page>
  370. <Page Include="UserControls\Chamber.xaml">
  371. <SubType>Designer</SubType>
  372. <Generator>MSBuild:Compile</Generator>
  373. </Page>
  374. <Page Include="UserControls\CustomSwitch.xaml">
  375. <SubType>Designer</SubType>
  376. <Generator>MSBuild:Compile</Generator>
  377. </Page>
  378. <Page Include="UserControls\Cylinder.xaml">
  379. <SubType>Designer</SubType>
  380. <Generator>MSBuild:Compile</Generator>
  381. </Page>
  382. <Page Include="UserControls\DEVceA.xaml">
  383. <Generator>MSBuild:Compile</Generator>
  384. <SubType>Designer</SubType>
  385. </Page>
  386. <Page Include="UserControls\DEVceB.xaml">
  387. <Generator>MSBuild:Compile</Generator>
  388. <SubType>Designer</SubType>
  389. </Page>
  390. <Page Include="UserControls\DrawGraphicsControl.xaml">
  391. <SubType>Designer</SubType>
  392. <Generator>MSBuild:Compile</Generator>
  393. </Page>
  394. <Page Include="UserControls\EFEM.xaml">
  395. <SubType>Designer</SubType>
  396. <Generator>MSBuild:Compile</Generator>
  397. </Page>
  398. <Page Include="UserControls\EFEMFrontView.xaml">
  399. <Generator>MSBuild:Compile</Generator>
  400. <SubType>Designer</SubType>
  401. </Page>
  402. <Page Include="UserControls\FlowPipe.xaml">
  403. <Generator>MSBuild:Compile</Generator>
  404. <SubType>Designer</SubType>
  405. </Page>
  406. <Page Include="UserControls\FlowPipeValve.xaml">
  407. <Generator>MSBuild:Compile</Generator>
  408. <SubType>Designer</SubType>
  409. </Page>
  410. <Page Include="UserControls\Foup.xaml">
  411. <SubType>Designer</SubType>
  412. <Generator>MSBuild:Compile</Generator>
  413. </Page>
  414. <Page Include="UserControls\FOUPFrontView.xaml">
  415. <Generator>MSBuild:Compile</Generator>
  416. <SubType>Designer</SubType>
  417. </Page>
  418. <Page Include="UserControls\LoadLockLeft.xaml">
  419. <SubType>Designer</SubType>
  420. <Generator>MSBuild:Compile</Generator>
  421. </Page>
  422. <Page Include="UserControls\LoadLockRight.xaml">
  423. <SubType>Designer</SubType>
  424. <Generator>MSBuild:Compile</Generator>
  425. </Page>
  426. <Page Include="UserControls\Loadport.xaml">
  427. <SubType>Designer</SubType>
  428. <Generator>MSBuild:Compile</Generator>
  429. </Page>
  430. <Page Include="UserControls\MainTM.xaml">
  431. <SubType>Designer</SubType>
  432. <Generator>MSBuild:Compile</Generator>
  433. </Page>
  434. <Page Include="UserControls\PathButton.xaml">
  435. <SubType>Designer</SubType>
  436. <Generator>MSBuild:Compile</Generator>
  437. </Page>
  438. <Page Include="UserControls\PendulumValve.xaml">
  439. <SubType>Designer</SubType>
  440. <Generator>MSBuild:Compile</Generator>
  441. </Page>
  442. <Page Include="UserControls\Pipe2.xaml">
  443. <SubType>Designer</SubType>
  444. <Generator>MSBuild:Compile</Generator>
  445. </Page>
  446. <Page Include="UserControls\Pipe3.xaml">
  447. <SubType>Designer</SubType>
  448. <Generator>MSBuild:Compile</Generator>
  449. </Page>
  450. <Page Include="UserControls\Pump.xaml">
  451. <SubType>Designer</SubType>
  452. <Generator>MSBuild:Compile</Generator>
  453. </Page>
  454. <Page Include="UserControls\purge.xaml">
  455. <SubType>Designer</SubType>
  456. <Generator>MSBuild:Compile</Generator>
  457. </Page>
  458. <Page Include="UserControls\RecipeNameInputDlg.xaml">
  459. <SubType>Designer</SubType>
  460. <Generator>MSBuild:Compile</Generator>
  461. </Page>
  462. <Page Include="UserControls\SERobot.xaml">
  463. <Generator>MSBuild:Compile</Generator>
  464. <SubType>Designer</SubType>
  465. </Page>
  466. <Page Include="UserControls\SERobot1.xaml">
  467. <Generator>MSBuild:Compile</Generator>
  468. <SubType>Designer</SubType>
  469. </Page>
  470. <Page Include="UserControls\SERobot2.xaml">
  471. <Generator>MSBuild:Compile</Generator>
  472. <SubType>Designer</SubType>
  473. </Page>
  474. <Page Include="UserControls\SERobot3.xaml">
  475. <Generator>MSBuild:Compile</Generator>
  476. <SubType>Designer</SubType>
  477. </Page>
  478. <Page Include="UserControls\SERobot4.xaml">
  479. <Generator>MSBuild:Compile</Generator>
  480. <SubType>Designer</SubType>
  481. </Page>
  482. <Page Include="UserControls\StateTitle.xaml">
  483. <SubType>Designer</SubType>
  484. <Generator>MSBuild:Compile</Generator>
  485. </Page>
  486. <Page Include="UserControls\TextboxWithLabel.xaml">
  487. <SubType>Designer</SubType>
  488. <Generator>MSBuild:Compile</Generator>
  489. </Page>
  490. <Page Include="UserControls\TMChamber.xaml">
  491. <SubType>Designer</SubType>
  492. <Generator>MSBuild:Compile</Generator>
  493. </Page>
  494. <Page Include="UserControls\TMDoor.xaml">
  495. <SubType>Designer</SubType>
  496. <Generator>MSBuild:Compile</Generator>
  497. </Page>
  498. <Page Include="UserControls\Turbo.xaml">
  499. <SubType>Designer</SubType>
  500. <Generator>MSBuild:Compile</Generator>
  501. </Page>
  502. <Page Include="UserControls\TurboPump.xaml">
  503. <SubType>Designer</SubType>
  504. <Generator>MSBuild:Compile</Generator>
  505. </Page>
  506. <Page Include="UserControls\Vce.xaml">
  507. <SubType>Designer</SubType>
  508. <Generator>MSBuild:Compile</Generator>
  509. </Page>
  510. <Page Include="UserControls\VceControl.xaml">
  511. <Generator>MSBuild:Compile</Generator>
  512. <SubType>Designer</SubType>
  513. </Page>
  514. <Page Include="UserControls\VenusDETM.xaml">
  515. <Generator>MSBuild:Compile</Generator>
  516. <SubType>Designer</SubType>
  517. </Page>
  518. <Page Include="UserControls\VenusSETM.xaml">
  519. <SubType>Designer</SubType>
  520. <Generator>MSBuild:Compile</Generator>
  521. </Page>
  522. <Page Include="UserControls\WaferCtrl.xaml">
  523. <SubType>Designer</SubType>
  524. <Generator>MSBuild:Compile</Generator>
  525. </Page>
  526. <Page Include="UserControls\WPFMessageBox.xaml">
  527. <Generator>MSBuild:Compile</Generator>
  528. <SubType>Designer</SubType>
  529. </Page>
  530. <Page Include="UserControls\ZhenValve.xaml">
  531. <SubType>Designer</SubType>
  532. <Generator>MSBuild:Compile</Generator>
  533. </Page>
  534. </ItemGroup>
  535. <ItemGroup>
  536. <Resource Include="Resources\Arrow.png">
  537. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  538. </Resource>
  539. <Resource Include="Resources\Buffer.png">
  540. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  541. </Resource>
  542. <Resource Include="Resources\Folder_Unable.png">
  543. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  544. </Resource>
  545. <Resource Include="Resources\Folder_Close.png">
  546. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  547. </Resource>
  548. <Resource Include="Resources\pump.png">
  549. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  550. </Resource>
  551. <Resource Include="Resources\pump_gray.png">
  552. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  553. </Resource>
  554. <Resource Include="Resources\LoadLock.png">
  555. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  556. </Resource>
  557. <Resource Include="Resources\Chamber.png">
  558. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  559. </Resource>
  560. <Resource Include="Resources\carrier.png">
  561. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  562. </Resource>
  563. <Resource Include="Resources\foup.png">
  564. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  565. </Resource>
  566. <Resource Include="Resources\foup2.png">
  567. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  568. </Resource>
  569. <Resource Include="Resources\cassette.png" />
  570. <Resource Include="Resources\Jet.png">
  571. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  572. </Resource>
  573. <Resource Include="Resources\pump2.png">
  574. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  575. </Resource>
  576. <Resource Include="Resources\pump2_gray.PNG">
  577. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  578. </Resource>
  579. <Resource Include="Resources\TurboPump_gray.png">
  580. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  581. </Resource>
  582. <Resource Include="Resources\TurboPump.png">
  583. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  584. </Resource>
  585. <Resource Include="Resources\Login.png">
  586. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  587. </Resource>
  588. <Resource Include="Resources\JetLogo.png">
  589. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  590. </Resource>
  591. <Content Include="Styles\Folder_Close.png" />
  592. <Content Include="Styles\Folder_Open.png" />
  593. <Content Include="Styles\Folder_Unable.png" />
  594. <Content Include="Themes\Images\parts\aligner.png" />
  595. <Content Include="Themes\Images\parts\atmrobot\arm1.png" />
  596. <Content Include="Themes\Images\parts\atmrobot\arm2.png" />
  597. <Content Include="Themes\Images\parts\atmrobot\dock.png" />
  598. <Content Include="Themes\Images\parts\atmrobot\hand.png" />
  599. <Content Include="Themes\Images\parts\chamber.png" />
  600. <Content Include="Themes\Images\parts\doorclose.png" />
  601. <Content Include="Themes\Images\parts\dooropen.png" />
  602. <Content Include="Themes\Images\parts\doorunknown.png" />
  603. <Content Include="Themes\Images\parts\efem.png" />
  604. <Content Include="Themes\Images\parts\efemtrack.png" />
  605. <Content Include="Themes\Images\parts\loadlock.png" />
  606. <Content Include="Themes\Images\parts\loadport.png" />
  607. <Resource Include="Themes\Images\parts\serobot\SERobot1.png" />
  608. <Resource Include="Themes\Images\parts\serobot\SERobot11.png" />
  609. <Resource Include="Themes\Images\parts\serobot\SERobot2.png" />
  610. <Resource Include="Themes\Images\parts\serobot\SERobot3.png" />
  611. <Resource Include="Themes\Images\parts\serobot\SERobot4.png" />
  612. <Content Include="Themes\Images\parts\tm.png" />
  613. <Content Include="Themes\Images\parts\tmdock.png" />
  614. <Content Include="Themes\Images\parts\vce\ButtomSupport1.png" />
  615. <Content Include="Themes\Images\parts\vce\ButtomSupport2.png" />
  616. <Resource Include="Themes\Images\parts\vce\Foup1.png" />
  617. <Resource Include="Themes\Images\parts\vce\Foup2.png" />
  618. <Resource Include="Themes\Images\parts\vce\Support.png" />
  619. <Resource Include="Themes\Images\parts\vce\vce1.png" />
  620. <Resource Include="Themes\Images\parts\vce\vce2.png" />
  621. <Resource Include="Themes\Images\parts\vce\vcebuttom.png" />
  622. <Resource Include="Themes\Images\parts\vce\vcedoor.png" />
  623. <Resource Include="Themes\Images\parts\vce\VceShell.png" />
  624. <Resource Include="Themes\Images\parts\vce\Wafer.png" />
  625. <Resource Include="Themes\Images\parts\vce\WaferSelected.png" />
  626. <Resource Include="Themes\Images\parts\vce\VceShell2.png" />
  627. <Content Include="Themes\Images\parts\vce\外框1.png" />
  628. <Content Include="Themes\Images\parts\venusde\detm.png" />
  629. <Content Include="Themes\Images\parts\venusde\VCEleft1.png" />
  630. <Content Include="Themes\Images\parts\venusde\VCEleft2.png" />
  631. <Content Include="Themes\Images\parts\venusde\VCEright1.png" />
  632. <Content Include="Themes\Images\parts\venusde\VCEright2.png" />
  633. <Content Include="Themes\Images\parts\vtmrobot\arm1.png" />
  634. <Content Include="Themes\Images\parts\vtmrobot\arm2.png" />
  635. <Content Include="Themes\Images\parts\vtmrobot\dock.png" />
  636. <Content Include="Themes\Images\parts\vtmrobot\hand.png" />
  637. <Content Include="Themes\Images\parts\wafer.png" />
  638. <Content Include="Themes\Images\pms\chamberplasmaon.png" />
  639. <Content Include="Themes\Images\pms\levelSensor.png" />
  640. <Content Include="Themes\Images\pms\mfcPipe.png" />
  641. <Content Include="Themes\Images\pms\overviewBackground.png" />
  642. <Content Include="Themes\Images\pms\overviewbak.png" />
  643. <Content Include="Themes\Images\pms\overviewbakHZv2.png" />
  644. <Content Include="Themes\Images\pms\overviewbak_heater.png" />
  645. <Content Include="Themes\Images\pms\overviewbak_hestiaplus_device.png" />
  646. <Content Include="Themes\Images\pms\overviewbak_patron.png" />
  647. <Content Include="Themes\Images\pms\overviewbak_tritoninline.png" />
  648. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_close.png" />
  649. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_open.png" />
  650. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_unknown.png" />
  651. <Content Include="Themes\Images\pms\overviewbak_tritoninline_rf_on.png" />
  652. <Content Include="Themes\Images\pms\overviewbak_tritoninline_sys.png" />
  653. <Content Include="Themes\Images\pms\overviewMain.png" />
  654. <Content Include="Themes\Images\pms\plasma.png" />
  655. <Content Include="Themes\Images\pms\pumpLine.png" />
  656. <Content Include="Themes\Images\pms\UiSystem.ico" />
  657. <Content Include="Themes\Images\pms\vaporMFCLine.png" />
  658. <Content Include="Themes\Images\pms\vaporPipe.png" />
  659. <Content Include="Themes\Images\pms\Virgo_D.ico" />
  660. </ItemGroup>
  661. <ItemGroup>
  662. <ProjectReference Include="..\Framework\ClientBase\OpenSEMI.ClientBase.csproj">
  663. <Project>{38ba4f71-e9c5-4266-9b72-1733cdb39311}</Project>
  664. <Name>OpenSEMI.ClientBase</Name>
  665. </ProjectReference>
  666. <ProjectReference Include="..\Framework\OpenControl\OpenSEMI.Ctrlib.csproj">
  667. <Project>{b55e8d4b-c4c8-4a6d-9fc4-609c52a56cac}</Project>
  668. <Name>OpenSEMI.Ctrlib</Name>
  669. </ProjectReference>
  670. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  671. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  672. <Name>Venus_Core</Name>
  673. </ProjectReference>
  674. </ItemGroup>
  675. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  676. </Project>