Venus_Themes.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  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="OpenSEMI.ClientBase">
  35. <HintPath>..\ThirdParty\selfbuild\OpenSEMI.ClientBase.dll</HintPath>
  36. </Reference>
  37. <Reference Include="OpenSEMI.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\ThirdParty\selfbuild\OpenSEMI.Core.dll</HintPath>
  40. </Reference>
  41. <Reference Include="OpenSEMI.Ctrlib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\ThirdParty\selfbuild\OpenSEMI.Ctrlib.dll</HintPath>
  44. </Reference>
  45. <Reference Include="PresentationCore" />
  46. <Reference Include="PresentationFramework" />
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Xaml" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Xml" />
  57. <Reference Include="WindowsBase" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="Converters\Bool2Not.cs" />
  61. <Compile Include="Converters\BoolToColor.cs" />
  62. <Compile Include="Converters\BoolToColor2.cs" />
  63. <Compile Include="Converters\BoolToColor3.cs" />
  64. <Compile Include="Converters\BoolToColor4.cs" />
  65. <Compile Include="Converters\BoolToColor5.cs" />
  66. <Compile Include="Converters\BoolToDirection.cs" />
  67. <Compile Include="Converters\BoolToDoubleConverter.cs" />
  68. <Compile Include="Converters\BoolToInt.cs" />
  69. <Compile Include="Converters\BoolToPath.cs" />
  70. <Compile Include="Converters\BoolToReverse.cs" />
  71. <Compile Include="Converters\BoolToUnitConverter.cs" />
  72. <Compile Include="Converters\BoolToValueConverter.cs" />
  73. <Compile Include="Converters\BoolToVisibility.cs" />
  74. <Compile Include="Converters\boolToVisibility2.cs" />
  75. <Compile Include="Converters\BooToBool.cs" />
  76. <Compile Include="Converters\DoubleToDoubleConverter.cs" />
  77. <Compile Include="Converters\Float2String.cs" />
  78. <Compile Include="Converters\FOUPStatusConverter.cs" />
  79. <Compile Include="Converters\IntPlusConverter.cs" />
  80. <Compile Include="Converters\IntToBoolConverter.cs" />
  81. <Compile Include="Converters\IntToBoolConverter2.cs" />
  82. <Compile Include="Converters\IntToIsEnableConverter.cs" />
  83. <Compile Include="Converters\Null2Bool.cs" />
  84. <Compile Include="Converters\String2Double.cs" />
  85. <Compile Include="Converters\StringToColorConverter.cs" />
  86. <Compile Include="Converters\ToBoolMultiValueConverter.cs" />
  87. <Compile Include="Converters\ToBoolMultiValueConverter2.cs" />
  88. <Compile Include="Converters\ToBoolMultiValueConverter3.cs" />
  89. <Compile Include="Converters\ToBoolMultiValueConverter4.cs" />
  90. <Compile Include="Converters\VisibilityToReverse.cs" />
  91. <Compile Include="CustomControls\AduRadioButtonIcon.cs" />
  92. <Compile Include="CustomControls\CommonValveControl.cs" />
  93. <Compile Include="CustomControls\CustomRobot.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. <Compile Include="Themes\Attach\BorderElement.cs" />
  96. <Compile Include="Themes\Attach\ElementBackground.cs" />
  97. <Compile Include="Themes\Attach\ElementBrushBase.cs" />
  98. <Compile Include="Themes\Attach\ElementForeground.cs" />
  99. <Compile Include="Themes\Attach\IconElement.cs" />
  100. <Compile Include="UserControls\ButterflyValve.xaml.cs">
  101. <DependentUpon>ButterflyValve.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="UserControls\ButterflyValveMessageBox.xaml.cs">
  104. <DependentUpon>ButterflyValveMessageBox.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="UserControls\Chamber.xaml.cs">
  107. <DependentUpon>Chamber.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="UserControls\CustomSwitch.xaml.cs">
  110. <DependentUpon>CustomSwitch.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="UserControls\Cylinder.xaml.cs">
  113. <DependentUpon>Cylinder.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="UserControls\DrawGraphicsControl.xaml.cs">
  116. <DependentUpon>DrawGraphicsControl.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="UserControls\FlowPipe.xaml.cs">
  119. <DependentUpon>FlowPipe.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="UserControls\FlowPipeValve.xaml.cs">
  122. <DependentUpon>FlowPipeValve.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="UserControls\FOUPFrontView.xaml.cs">
  125. <DependentUpon>FOUPFrontView.xaml</DependentUpon>
  126. </Compile>
  127. <Compile Include="UserControls\LoadLockLeft.xaml.cs">
  128. <DependentUpon>LoadLockLeft.xaml</DependentUpon>
  129. </Compile>
  130. <Compile Include="UserControls\LoadLockRight.xaml.cs">
  131. <DependentUpon>LoadLockRight.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="UserControls\MainTM.xaml.cs">
  134. <DependentUpon>MainTM.xaml</DependentUpon>
  135. </Compile>
  136. <Compile Include="UserControls\Pipe2.xaml.cs">
  137. <DependentUpon>Pipe2.xaml</DependentUpon>
  138. </Compile>
  139. <Compile Include="UserControls\Pipe3.xaml.cs">
  140. <DependentUpon>Pipe3.xaml</DependentUpon>
  141. </Compile>
  142. <Compile Include="UserControls\Pump.xaml.cs">
  143. <DependentUpon>Pump.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="UserControls\purge.xaml.cs">
  146. <DependentUpon>purge.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="UserControls\TextboxWithLabel.xaml.cs">
  149. <DependentUpon>TextboxWithLabel.xaml</DependentUpon>
  150. </Compile>
  151. <Compile Include="UserControls\TMChamber.xaml.cs">
  152. <DependentUpon>TMChamber.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="UserControls\TMDoor.xaml.cs">
  155. <DependentUpon>TMDoor.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="UserControls\Turbo.xaml.cs">
  158. <DependentUpon>Turbo.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="UserControls\WaferAssociationUnit.xaml.cs">
  161. <DependentUpon>WaferAssociationUnit.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="UserControls\WaferCtrl.xaml.cs">
  164. <DependentUpon>WaferCtrl.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="UserControls\WPFMessageBox.xaml.cs">
  167. <DependentUpon>WPFMessageBox.xaml</DependentUpon>
  168. </Compile>
  169. </ItemGroup>
  170. <ItemGroup>
  171. <Page Include="CustomControls\AduRadioButton.xaml">
  172. <Generator>MSBuild:Compile</Generator>
  173. <SubType>Designer</SubType>
  174. </Page>
  175. <Page Include="Styles\RadioButton.xaml">
  176. <Generator>MSBuild:Compile</Generator>
  177. <SubType>Designer</SubType>
  178. </Page>
  179. <Page Include="Styles\ToggleButton.xaml">
  180. <Generator>MSBuild:Compile</Generator>
  181. <SubType>Designer</SubType>
  182. </Page>
  183. <Page Include="Styles\Button.xaml">
  184. <Generator>MSBuild:Compile</Generator>
  185. <SubType>Designer</SubType>
  186. </Page>
  187. <Page Include="Styles\ComboBox.xaml">
  188. <Generator>MSBuild:Compile</Generator>
  189. <SubType>Designer</SubType>
  190. </Page>
  191. <Page Include="Styles\DataGrid.xaml">
  192. <Generator>MSBuild:Compile</Generator>
  193. <SubType>Designer</SubType>
  194. </Page>
  195. <Page Include="Styles\Expander.xaml">
  196. <Generator>MSBuild:Compile</Generator>
  197. <SubType>Designer</SubType>
  198. </Page>
  199. <Page Include="Styles\GroupBox.xaml">
  200. <Generator>MSBuild:Compile</Generator>
  201. <SubType>Designer</SubType>
  202. </Page>
  203. <Page Include="Styles\ListBox.xaml">
  204. <Generator>MSBuild:Compile</Generator>
  205. <SubType>Designer</SubType>
  206. </Page>
  207. <Page Include="Styles\Listview.xaml">
  208. <Generator>MSBuild:Compile</Generator>
  209. <SubType>Designer</SubType>
  210. </Page>
  211. <Page Include="Styles\MenuItem.xaml">
  212. <Generator>MSBuild:Compile</Generator>
  213. <SubType>Designer</SubType>
  214. </Page>
  215. <Page Include="Styles\Skin.xaml">
  216. <Generator>MSBuild:Compile</Generator>
  217. <SubType>Designer</SubType>
  218. </Page>
  219. <Page Include="Styles\Tab.xaml">
  220. <Generator>MSBuild:Compile</Generator>
  221. <SubType>Designer</SubType>
  222. </Page>
  223. <Page Include="Styles\TextBox.xaml">
  224. <Generator>MSBuild:Compile</Generator>
  225. <SubType>Designer</SubType>
  226. </Page>
  227. <Page Include="Styles\TreeView.xaml">
  228. <Generator>MSBuild:Compile</Generator>
  229. <SubType>Designer</SubType>
  230. </Page>
  231. <Page Include="Themes\Generic.xaml">
  232. <Generator>MSBuild:Compile</Generator>
  233. <SubType>Designer</SubType>
  234. </Page>
  235. <Page Include="Languages\StringResources.en-US.xaml">
  236. <Generator>MSBuild:Compile</Generator>
  237. <SubType>Designer</SubType>
  238. </Page>
  239. <Page Include="Languages\StringResources.zh-CN.xaml">
  240. <Generator>MSBuild:Compile</Generator>
  241. <SubType>Designer</SubType>
  242. </Page>
  243. <Page Include="UserControls\ButterflyValve.xaml">
  244. <SubType>Designer</SubType>
  245. <Generator>MSBuild:Compile</Generator>
  246. </Page>
  247. <Page Include="UserControls\ButterflyValveMessageBox.xaml">
  248. <SubType>Designer</SubType>
  249. <Generator>MSBuild:Compile</Generator>
  250. </Page>
  251. <Page Include="UserControls\Chamber.xaml">
  252. <SubType>Designer</SubType>
  253. <Generator>MSBuild:Compile</Generator>
  254. </Page>
  255. <Page Include="UserControls\CustomSwitch.xaml">
  256. <SubType>Designer</SubType>
  257. <Generator>MSBuild:Compile</Generator>
  258. </Page>
  259. <Page Include="UserControls\Cylinder.xaml">
  260. <SubType>Designer</SubType>
  261. <Generator>MSBuild:Compile</Generator>
  262. </Page>
  263. <Page Include="UserControls\DrawGraphicsControl.xaml">
  264. <SubType>Designer</SubType>
  265. <Generator>MSBuild:Compile</Generator>
  266. </Page>
  267. <Page Include="UserControls\FlowPipe.xaml">
  268. <Generator>MSBuild:Compile</Generator>
  269. <SubType>Designer</SubType>
  270. </Page>
  271. <Page Include="UserControls\FlowPipeValve.xaml">
  272. <Generator>MSBuild:Compile</Generator>
  273. <SubType>Designer</SubType>
  274. </Page>
  275. <Page Include="UserControls\FOUPFrontView.xaml">
  276. <Generator>MSBuild:Compile</Generator>
  277. <SubType>Designer</SubType>
  278. </Page>
  279. <Page Include="UserControls\LoadLockLeft.xaml">
  280. <SubType>Designer</SubType>
  281. <Generator>MSBuild:Compile</Generator>
  282. </Page>
  283. <Page Include="UserControls\LoadLockRight.xaml">
  284. <SubType>Designer</SubType>
  285. <Generator>MSBuild:Compile</Generator>
  286. </Page>
  287. <Page Include="UserControls\MainTM.xaml">
  288. <SubType>Designer</SubType>
  289. <Generator>MSBuild:Compile</Generator>
  290. </Page>
  291. <Page Include="UserControls\Pipe2.xaml">
  292. <SubType>Designer</SubType>
  293. <Generator>MSBuild:Compile</Generator>
  294. </Page>
  295. <Page Include="UserControls\Pipe3.xaml">
  296. <SubType>Designer</SubType>
  297. <Generator>MSBuild:Compile</Generator>
  298. </Page>
  299. <Page Include="UserControls\Pump.xaml">
  300. <SubType>Designer</SubType>
  301. <Generator>MSBuild:Compile</Generator>
  302. </Page>
  303. <Page Include="UserControls\purge.xaml">
  304. <SubType>Designer</SubType>
  305. <Generator>MSBuild:Compile</Generator>
  306. </Page>
  307. <Page Include="UserControls\TextboxWithLabel.xaml">
  308. <SubType>Designer</SubType>
  309. <Generator>MSBuild:Compile</Generator>
  310. </Page>
  311. <Page Include="UserControls\TMChamber.xaml">
  312. <SubType>Designer</SubType>
  313. <Generator>MSBuild:Compile</Generator>
  314. </Page>
  315. <Page Include="UserControls\TMDoor.xaml">
  316. <SubType>Designer</SubType>
  317. <Generator>MSBuild:Compile</Generator>
  318. </Page>
  319. <Page Include="UserControls\Turbo.xaml">
  320. <SubType>Designer</SubType>
  321. <Generator>MSBuild:Compile</Generator>
  322. </Page>
  323. <Page Include="UserControls\WaferAssociationUnit.xaml">
  324. <SubType>Designer</SubType>
  325. <Generator>MSBuild:Compile</Generator>
  326. </Page>
  327. <Page Include="UserControls\WaferCtrl.xaml">
  328. <SubType>Designer</SubType>
  329. <Generator>MSBuild:Compile</Generator>
  330. </Page>
  331. <Page Include="UserControls\WPFMessageBox.xaml">
  332. <Generator>MSBuild:Compile</Generator>
  333. <SubType>Designer</SubType>
  334. </Page>
  335. </ItemGroup>
  336. <ItemGroup>
  337. <Resource Include="Resources\Arrow.png">
  338. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  339. </Resource>
  340. <Resource Include="Resources\Buffer.png">
  341. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  342. </Resource>
  343. <Resource Include="Resources\Folder_Unable.png">
  344. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  345. </Resource>
  346. <Resource Include="Resources\Folder_Close.png">
  347. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  348. </Resource>
  349. <Resource Include="Resources\pump.png">
  350. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  351. </Resource>
  352. <Resource Include="Resources\pump_gray.png">
  353. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  354. </Resource>
  355. <Resource Include="Resources\LoadLock.png">
  356. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  357. </Resource>
  358. <Resource Include="Resources\Chamber.png">
  359. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  360. </Resource>
  361. <Content Include="Styles\Folder_Close.png" />
  362. <Content Include="Styles\Folder_Open.png" />
  363. <Content Include="Styles\Folder_Unable.png" />
  364. <Content Include="Themes\Images\parts\aligner.png" />
  365. <Content Include="Themes\Images\parts\atmrobot\arm1.png" />
  366. <Content Include="Themes\Images\parts\atmrobot\arm2.png" />
  367. <Content Include="Themes\Images\parts\atmrobot\dock.png" />
  368. <Content Include="Themes\Images\parts\atmrobot\hand.png" />
  369. <Content Include="Themes\Images\parts\chamber.png" />
  370. <Content Include="Themes\Images\parts\doorclose.png" />
  371. <Content Include="Themes\Images\parts\dooropen.png" />
  372. <Content Include="Themes\Images\parts\doorunknown.png" />
  373. <Content Include="Themes\Images\parts\efem.png" />
  374. <Content Include="Themes\Images\parts\efemtrack.png" />
  375. <Content Include="Themes\Images\parts\loadlock.png" />
  376. <Content Include="Themes\Images\parts\loadport.png" />
  377. <Content Include="Themes\Images\parts\tm.png" />
  378. <Content Include="Themes\Images\parts\tmdock.png" />
  379. <Content Include="Themes\Images\parts\vtmrobot\arm1.png" />
  380. <Content Include="Themes\Images\parts\vtmrobot\arm2.png" />
  381. <Content Include="Themes\Images\parts\vtmrobot\dock.png" />
  382. <Content Include="Themes\Images\parts\vtmrobot\hand.png" />
  383. <Content Include="Themes\Images\parts\wafer.png" />
  384. <Content Include="Themes\Images\pms\chamberplasmaon.png" />
  385. <Content Include="Themes\Images\pms\levelSensor.png" />
  386. <Content Include="Themes\Images\pms\mfcPipe.png" />
  387. <Content Include="Themes\Images\pms\overviewBackground.png" />
  388. <Content Include="Themes\Images\pms\overviewbak.png" />
  389. <Content Include="Themes\Images\pms\overviewbakHZv2.png" />
  390. <Content Include="Themes\Images\pms\overviewbak_heater.png" />
  391. <Content Include="Themes\Images\pms\overviewbak_hestiaplus_device.png" />
  392. <Content Include="Themes\Images\pms\overviewbak_patron.png" />
  393. <Content Include="Themes\Images\pms\overviewbak_tritoninline.png" />
  394. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_close.png" />
  395. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_open.png" />
  396. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_unknown.png" />
  397. <Content Include="Themes\Images\pms\overviewbak_tritoninline_rf_on.png" />
  398. <Content Include="Themes\Images\pms\overviewbak_tritoninline_sys.png" />
  399. <Content Include="Themes\Images\pms\overviewMain.png" />
  400. <Content Include="Themes\Images\pms\plasma.png" />
  401. <Content Include="Themes\Images\pms\pumpLine.png" />
  402. <Content Include="Themes\Images\pms\UiSystem.ico" />
  403. <Content Include="Themes\Images\pms\vaporMFCLine.png" />
  404. <Content Include="Themes\Images\pms\vaporPipe.png" />
  405. <Content Include="Themes\Images\pms\Virgo_D.ico" />
  406. </ItemGroup>
  407. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  408. </Project>