Venus_Themes.csproj 20 KB

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