Venus_Themes.csproj 34 KB

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