Venus_Themes.csproj 27 KB

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