Venus_Themes.csproj 35 KB

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