Venus_Themes.csproj 33 KB

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