Venus_Themes.csproj 18 KB

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