Venus_Themes.csproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  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\VisibilityToReverse.cs" />
  96. <Compile Include="CustomControls\AduRadioButtonIcon.cs" />
  97. <Compile Include="CustomControls\CommonValveControl.cs" />
  98. <Compile Include="CustomControls\GuangChuanRobot.cs" />
  99. <Compile Include="CustomControls\CustomRobot.cs" />
  100. <Compile Include="CustomControls\MultiComboBox.cs" />
  101. <Compile Include="CustomControls\PathButton.cs" />
  102. <Compile Include="CustomControls\SplitButton.cs" />
  103. <Compile Include="CustomControls\StepBar.cs" />
  104. <Compile Include="CustomControls\StepBarItem.cs" />
  105. <Compile Include="Properties\AssemblyInfo.cs" />
  106. <Compile Include="Themes\Attach\BorderElement.cs" />
  107. <Compile Include="Themes\Attach\ElementBackground.cs" />
  108. <Compile Include="Themes\Attach\ElementBrushBase.cs" />
  109. <Compile Include="Themes\Attach\ElementForeground.cs" />
  110. <Compile Include="Themes\Attach\IconElement.cs" />
  111. <Compile Include="unity\UIEvents.cs" />
  112. <Compile Include="UserControls\Axes2D.xaml.cs">
  113. <DependentUpon>Axes2D.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="UserControls\ButterflyValve.xaml.cs">
  116. <DependentUpon>ButterflyValve.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="UserControls\ButterflyValveMessageBox.xaml.cs">
  119. <DependentUpon>ButterflyValveMessageBox.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="UserControls\Chamber.xaml.cs">
  122. <DependentUpon>Chamber.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="UserControls\CustomSwitch.xaml.cs">
  125. <DependentUpon>CustomSwitch.xaml</DependentUpon>
  126. </Compile>
  127. <Compile Include="UserControls\Cylinder.xaml.cs">
  128. <DependentUpon>Cylinder.xaml</DependentUpon>
  129. </Compile>
  130. <Compile Include="UserControls\DrawGraphicsControl.xaml.cs">
  131. <DependentUpon>DrawGraphicsControl.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="UserControls\EFEM.xaml.cs">
  134. <DependentUpon>EFEM.xaml</DependentUpon>
  135. </Compile>
  136. <Compile Include="UserControls\EFEMFrontView.xaml.cs">
  137. <DependentUpon>EFEMFrontView.xaml</DependentUpon>
  138. </Compile>
  139. <Compile Include="UserControls\FlowPipe.xaml.cs">
  140. <DependentUpon>FlowPipe.xaml</DependentUpon>
  141. </Compile>
  142. <Compile Include="UserControls\FlowPipeValve.xaml.cs">
  143. <DependentUpon>FlowPipeValve.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="UserControls\Foup.xaml.cs">
  146. <DependentUpon>Foup.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="UserControls\FOUPFrontView.xaml.cs">
  149. <DependentUpon>FOUPFrontView.xaml</DependentUpon>
  150. </Compile>
  151. <Compile Include="UserControls\LoadLockLeft.xaml.cs">
  152. <DependentUpon>LoadLockLeft.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="UserControls\LoadLockRight.xaml.cs">
  155. <DependentUpon>LoadLockRight.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="UserControls\Loadport.xaml.cs">
  158. <DependentUpon>Loadport.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="UserControls\MainTM.xaml.cs">
  161. <DependentUpon>MainTM.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="UserControls\Pipe2.xaml.cs">
  164. <DependentUpon>Pipe2.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="UserControls\Pipe3.xaml.cs">
  167. <DependentUpon>Pipe3.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="UserControls\Pump.xaml.cs">
  170. <DependentUpon>Pump.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="UserControls\purge.xaml.cs">
  173. <DependentUpon>purge.xaml</DependentUpon>
  174. </Compile>
  175. <Compile Include="UserControls\RecipeNameInputDlg.xaml.cs">
  176. <DependentUpon>RecipeNameInputDlg.xaml</DependentUpon>
  177. </Compile>
  178. <Compile Include="UserControls\StateTitle.xaml.cs">
  179. <DependentUpon>StateTitle.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="UserControls\TextboxWithLabel.xaml.cs">
  182. <DependentUpon>TextboxWithLabel.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="UserControls\TMChamber.xaml.cs">
  185. <DependentUpon>TMChamber.xaml</DependentUpon>
  186. </Compile>
  187. <Compile Include="UserControls\TMDoor.xaml.cs">
  188. <DependentUpon>TMDoor.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="UserControls\Turbo.xaml.cs">
  191. <DependentUpon>Turbo.xaml</DependentUpon>
  192. </Compile>
  193. <Compile Include="UserControls\Vce.xaml.cs">
  194. <DependentUpon>Vce.xaml</DependentUpon>
  195. </Compile>
  196. <Compile Include="UserControls\VenusSETM.xaml.cs">
  197. <DependentUpon>VenusSETM.xaml</DependentUpon>
  198. </Compile>
  199. <Compile Include="UserControls\WaferCtrl.xaml.cs">
  200. <DependentUpon>WaferCtrl.xaml</DependentUpon>
  201. </Compile>
  202. <Compile Include="UserControls\WPFMessageBox.xaml.cs">
  203. <DependentUpon>WPFMessageBox.xaml</DependentUpon>
  204. </Compile>
  205. <Compile Include="UserControls\ZhenValve.xaml.cs">
  206. <DependentUpon>ZhenValve.xaml</DependentUpon>
  207. </Compile>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <Page Include="CustomControls\AduRadioButton.xaml">
  211. <Generator>MSBuild:Compile</Generator>
  212. <SubType>Designer</SubType>
  213. </Page>
  214. <Page Include="Styles\RadioButton.xaml">
  215. <Generator>MSBuild:Compile</Generator>
  216. <SubType>Designer</SubType>
  217. </Page>
  218. <Page Include="Styles\ToggleButton.xaml">
  219. <Generator>MSBuild:Compile</Generator>
  220. <SubType>Designer</SubType>
  221. </Page>
  222. <Page Include="Styles\Button.xaml">
  223. <Generator>MSBuild:Compile</Generator>
  224. <SubType>Designer</SubType>
  225. </Page>
  226. <Page Include="Styles\ComboBox.xaml">
  227. <Generator>MSBuild:Compile</Generator>
  228. <SubType>Designer</SubType>
  229. </Page>
  230. <Page Include="Styles\DataGrid.xaml">
  231. <Generator>MSBuild:Compile</Generator>
  232. <SubType>Designer</SubType>
  233. </Page>
  234. <Page Include="Styles\Expander.xaml">
  235. <Generator>MSBuild:Compile</Generator>
  236. <SubType>Designer</SubType>
  237. </Page>
  238. <Page Include="Styles\GroupBox.xaml">
  239. <Generator>MSBuild:Compile</Generator>
  240. <SubType>Designer</SubType>
  241. </Page>
  242. <Page Include="Styles\ListBox.xaml">
  243. <Generator>MSBuild:Compile</Generator>
  244. <SubType>Designer</SubType>
  245. </Page>
  246. <Page Include="Styles\Listview.xaml">
  247. <Generator>MSBuild:Compile</Generator>
  248. <SubType>Designer</SubType>
  249. </Page>
  250. <Page Include="Styles\MenuItem.xaml">
  251. <Generator>MSBuild:Compile</Generator>
  252. <SubType>Designer</SubType>
  253. </Page>
  254. <Page Include="Styles\Skin.xaml">
  255. <Generator>MSBuild:Compile</Generator>
  256. <SubType>Designer</SubType>
  257. </Page>
  258. <Page Include="Styles\Tab.xaml">
  259. <Generator>MSBuild:Compile</Generator>
  260. <SubType>Designer</SubType>
  261. </Page>
  262. <Page Include="Styles\TextBox.xaml">
  263. <Generator>MSBuild:Compile</Generator>
  264. <SubType>Designer</SubType>
  265. </Page>
  266. <Page Include="Styles\TreeView.xaml">
  267. <Generator>MSBuild:Compile</Generator>
  268. <SubType>Designer</SubType>
  269. </Page>
  270. <Page Include="Themes\Generic.xaml">
  271. <Generator>MSBuild:Compile</Generator>
  272. <SubType>Designer</SubType>
  273. </Page>
  274. <Page Include="Languages\StringResources.en-US.xaml">
  275. <Generator>MSBuild:Compile</Generator>
  276. <SubType>Designer</SubType>
  277. </Page>
  278. <Page Include="Languages\StringResources.zh-CN.xaml">
  279. <Generator>MSBuild:Compile</Generator>
  280. <SubType>Designer</SubType>
  281. </Page>
  282. <Page Include="UserControls\Axes2D.xaml">
  283. <SubType>Designer</SubType>
  284. <Generator>MSBuild:Compile</Generator>
  285. </Page>
  286. <Page Include="UserControls\ButterflyValve.xaml">
  287. <SubType>Designer</SubType>
  288. <Generator>MSBuild:Compile</Generator>
  289. </Page>
  290. <Page Include="UserControls\ButterflyValveMessageBox.xaml">
  291. <SubType>Designer</SubType>
  292. <Generator>MSBuild:Compile</Generator>
  293. </Page>
  294. <Page Include="UserControls\Chamber.xaml">
  295. <SubType>Designer</SubType>
  296. <Generator>MSBuild:Compile</Generator>
  297. </Page>
  298. <Page Include="UserControls\CustomSwitch.xaml">
  299. <SubType>Designer</SubType>
  300. <Generator>MSBuild:Compile</Generator>
  301. </Page>
  302. <Page Include="UserControls\Cylinder.xaml">
  303. <SubType>Designer</SubType>
  304. <Generator>MSBuild:Compile</Generator>
  305. </Page>
  306. <Page Include="UserControls\DrawGraphicsControl.xaml">
  307. <SubType>Designer</SubType>
  308. <Generator>MSBuild:Compile</Generator>
  309. </Page>
  310. <Page Include="UserControls\EFEM.xaml">
  311. <SubType>Designer</SubType>
  312. <Generator>MSBuild:Compile</Generator>
  313. </Page>
  314. <Page Include="UserControls\EFEMFrontView.xaml">
  315. <Generator>MSBuild:Compile</Generator>
  316. <SubType>Designer</SubType>
  317. </Page>
  318. <Page Include="UserControls\FlowPipe.xaml">
  319. <Generator>MSBuild:Compile</Generator>
  320. <SubType>Designer</SubType>
  321. </Page>
  322. <Page Include="UserControls\FlowPipeValve.xaml">
  323. <Generator>MSBuild:Compile</Generator>
  324. <SubType>Designer</SubType>
  325. </Page>
  326. <Page Include="UserControls\Foup.xaml">
  327. <SubType>Designer</SubType>
  328. <Generator>MSBuild:Compile</Generator>
  329. </Page>
  330. <Page Include="UserControls\FOUPFrontView.xaml">
  331. <Generator>MSBuild:Compile</Generator>
  332. <SubType>Designer</SubType>
  333. </Page>
  334. <Page Include="UserControls\LoadLockLeft.xaml">
  335. <SubType>Designer</SubType>
  336. <Generator>MSBuild:Compile</Generator>
  337. </Page>
  338. <Page Include="UserControls\LoadLockRight.xaml">
  339. <SubType>Designer</SubType>
  340. <Generator>MSBuild:Compile</Generator>
  341. </Page>
  342. <Page Include="UserControls\Loadport.xaml">
  343. <SubType>Designer</SubType>
  344. <Generator>MSBuild:Compile</Generator>
  345. </Page>
  346. <Page Include="UserControls\MainTM.xaml">
  347. <SubType>Designer</SubType>
  348. <Generator>MSBuild:Compile</Generator>
  349. </Page>
  350. <Page Include="UserControls\Pipe2.xaml">
  351. <SubType>Designer</SubType>
  352. <Generator>MSBuild:Compile</Generator>
  353. </Page>
  354. <Page Include="UserControls\Pipe3.xaml">
  355. <SubType>Designer</SubType>
  356. <Generator>MSBuild:Compile</Generator>
  357. </Page>
  358. <Page Include="UserControls\Pump.xaml">
  359. <SubType>Designer</SubType>
  360. <Generator>MSBuild:Compile</Generator>
  361. </Page>
  362. <Page Include="UserControls\purge.xaml">
  363. <SubType>Designer</SubType>
  364. <Generator>MSBuild:Compile</Generator>
  365. </Page>
  366. <Page Include="UserControls\RecipeNameInputDlg.xaml">
  367. <SubType>Designer</SubType>
  368. <Generator>MSBuild:Compile</Generator>
  369. </Page>
  370. <Page Include="UserControls\StateTitle.xaml">
  371. <SubType>Designer</SubType>
  372. <Generator>MSBuild:Compile</Generator>
  373. </Page>
  374. <Page Include="UserControls\TextboxWithLabel.xaml">
  375. <SubType>Designer</SubType>
  376. <Generator>MSBuild:Compile</Generator>
  377. </Page>
  378. <Page Include="UserControls\TMChamber.xaml">
  379. <SubType>Designer</SubType>
  380. <Generator>MSBuild:Compile</Generator>
  381. </Page>
  382. <Page Include="UserControls\TMDoor.xaml">
  383. <SubType>Designer</SubType>
  384. <Generator>MSBuild:Compile</Generator>
  385. </Page>
  386. <Page Include="UserControls\Turbo.xaml">
  387. <SubType>Designer</SubType>
  388. <Generator>MSBuild:Compile</Generator>
  389. </Page>
  390. <Page Include="UserControls\Vce.xaml">
  391. <SubType>Designer</SubType>
  392. <Generator>MSBuild:Compile</Generator>
  393. </Page>
  394. <Page Include="UserControls\VenusSETM.xaml">
  395. <SubType>Designer</SubType>
  396. <Generator>MSBuild:Compile</Generator>
  397. </Page>
  398. <Page Include="UserControls\WaferCtrl.xaml">
  399. <SubType>Designer</SubType>
  400. <Generator>MSBuild:Compile</Generator>
  401. </Page>
  402. <Page Include="UserControls\WPFMessageBox.xaml">
  403. <Generator>MSBuild:Compile</Generator>
  404. <SubType>Designer</SubType>
  405. </Page>
  406. <Page Include="UserControls\ZhenValve.xaml">
  407. <SubType>Designer</SubType>
  408. <Generator>MSBuild:Compile</Generator>
  409. </Page>
  410. </ItemGroup>
  411. <ItemGroup>
  412. <Resource Include="Resources\Arrow.png">
  413. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  414. </Resource>
  415. <Resource Include="Resources\Buffer.png">
  416. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  417. </Resource>
  418. <Resource Include="Resources\Folder_Unable.png">
  419. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  420. </Resource>
  421. <Resource Include="Resources\Folder_Close.png">
  422. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  423. </Resource>
  424. <Resource Include="Resources\pump.png">
  425. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  426. </Resource>
  427. <Resource Include="Resources\pump_gray.png">
  428. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  429. </Resource>
  430. <Resource Include="Resources\LoadLock.png">
  431. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  432. </Resource>
  433. <Resource Include="Resources\Chamber.png">
  434. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  435. </Resource>
  436. <Resource Include="Resources\carrier.png">
  437. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  438. </Resource>
  439. <Resource Include="Resources\foup.png">
  440. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  441. </Resource>
  442. <Resource Include="Resources\foup2.png">
  443. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  444. </Resource>
  445. <Content Include="Styles\Folder_Close.png" />
  446. <Content Include="Styles\Folder_Open.png" />
  447. <Content Include="Styles\Folder_Unable.png" />
  448. <Content Include="Themes\Images\parts\aligner.png" />
  449. <Content Include="Themes\Images\parts\atmrobot\arm1.png" />
  450. <Content Include="Themes\Images\parts\atmrobot\arm2.png" />
  451. <Content Include="Themes\Images\parts\atmrobot\dock.png" />
  452. <Content Include="Themes\Images\parts\atmrobot\hand.png" />
  453. <Content Include="Themes\Images\parts\chamber.png" />
  454. <Content Include="Themes\Images\parts\doorclose.png" />
  455. <Content Include="Themes\Images\parts\dooropen.png" />
  456. <Content Include="Themes\Images\parts\doorunknown.png" />
  457. <Content Include="Themes\Images\parts\efem.png" />
  458. <Content Include="Themes\Images\parts\efemtrack.png" />
  459. <Content Include="Themes\Images\parts\loadlock.png" />
  460. <Content Include="Themes\Images\parts\loadport.png" />
  461. <Content Include="Themes\Images\parts\tm.png" />
  462. <Content Include="Themes\Images\parts\tmdock.png" />
  463. <Content Include="Themes\Images\parts\vtmrobot\arm1.png" />
  464. <Content Include="Themes\Images\parts\vtmrobot\arm2.png" />
  465. <Content Include="Themes\Images\parts\vtmrobot\dock.png" />
  466. <Content Include="Themes\Images\parts\vtmrobot\hand.png" />
  467. <Content Include="Themes\Images\parts\wafer.png" />
  468. <Content Include="Themes\Images\pms\chamberplasmaon.png" />
  469. <Content Include="Themes\Images\pms\levelSensor.png" />
  470. <Content Include="Themes\Images\pms\mfcPipe.png" />
  471. <Content Include="Themes\Images\pms\overviewBackground.png" />
  472. <Content Include="Themes\Images\pms\overviewbak.png" />
  473. <Content Include="Themes\Images\pms\overviewbakHZv2.png" />
  474. <Content Include="Themes\Images\pms\overviewbak_heater.png" />
  475. <Content Include="Themes\Images\pms\overviewbak_hestiaplus_device.png" />
  476. <Content Include="Themes\Images\pms\overviewbak_patron.png" />
  477. <Content Include="Themes\Images\pms\overviewbak_tritoninline.png" />
  478. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_close.png" />
  479. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_open.png" />
  480. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_unknown.png" />
  481. <Content Include="Themes\Images\pms\overviewbak_tritoninline_rf_on.png" />
  482. <Content Include="Themes\Images\pms\overviewbak_tritoninline_sys.png" />
  483. <Content Include="Themes\Images\pms\overviewMain.png" />
  484. <Content Include="Themes\Images\pms\plasma.png" />
  485. <Content Include="Themes\Images\pms\pumpLine.png" />
  486. <Content Include="Themes\Images\pms\UiSystem.ico" />
  487. <Content Include="Themes\Images\pms\vaporMFCLine.png" />
  488. <Content Include="Themes\Images\pms\vaporPipe.png" />
  489. <Content Include="Themes\Images\pms\Virgo_D.ico" />
  490. </ItemGroup>
  491. <ItemGroup>
  492. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  493. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  494. <Name>Venus_Core</Name>
  495. </ProjectReference>
  496. </ItemGroup>
  497. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  498. </Project>