Venus_Themes.csproj 25 KB

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