Venus_Themes.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  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\BoolToColor.cs" />
  61. <Compile Include="Converters\BoolToColor2.cs" />
  62. <Compile Include="Converters\BoolToDirection.cs" />
  63. <Compile Include="Converters\BoolToDoubleConverter.cs" />
  64. <Compile Include="Converters\BoolToInt.cs" />
  65. <Compile Include="Converters\BoolToPath.cs" />
  66. <Compile Include="Converters\BoolToReverse.cs" />
  67. <Compile Include="Converters\BoolToVisibility.cs" />
  68. <Compile Include="Converters\boolToVisibility2.cs" />
  69. <Compile Include="Converters\BooToBool.cs" />
  70. <Compile Include="Converters\FOUPStatusConverter.cs" />
  71. <Compile Include="Converters\IntPlusConverter.cs" />
  72. <Compile Include="Converters\IntToIsEnableConverter.cs" />
  73. <Compile Include="Converters\ToBoolMultiValueConverter.cs" />
  74. <Compile Include="Converters\ToBoolMultiValueConverter2.cs" />
  75. <Compile Include="Converters\ToBoolMultiValueConverter3.cs" />
  76. <Compile Include="CustomControls\AduRadioButtonIcon.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <Compile Include="Themes\Attach\BorderElement.cs" />
  79. <Compile Include="Themes\Attach\ElementBackground.cs" />
  80. <Compile Include="Themes\Attach\ElementBrushBase.cs" />
  81. <Compile Include="Themes\Attach\ElementForeground.cs" />
  82. <Compile Include="Themes\Attach\IconElement.cs" />
  83. <Compile Include="UserControls\ButterflyValve.xaml.cs">
  84. <DependentUpon>ButterflyValve.xaml</DependentUpon>
  85. </Compile>
  86. <Compile Include="UserControls\Chamber.xaml.cs">
  87. <DependentUpon>Chamber.xaml</DependentUpon>
  88. </Compile>
  89. <Compile Include="UserControls\CustomSwitch.xaml.cs">
  90. <DependentUpon>CustomSwitch.xaml</DependentUpon>
  91. </Compile>
  92. <Compile Include="UserControls\Cylinder.xaml.cs">
  93. <DependentUpon>Cylinder.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="UserControls\DrawGraphicsControl.xaml.cs">
  96. <DependentUpon>DrawGraphicsControl.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="UserControls\FlowPipe.xaml.cs">
  99. <DependentUpon>FlowPipe.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="UserControls\FlowPipeValve.xaml.cs">
  102. <DependentUpon>FlowPipeValve.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="UserControls\FOUPFrontView.xaml.cs">
  105. <DependentUpon>FOUPFrontView.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="UserControls\LoadLock.xaml.cs">
  108. <DependentUpon>LoadLock.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="UserControls\Pipe2.xaml.cs">
  111. <DependentUpon>Pipe2.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="UserControls\Pipe3.xaml.cs">
  114. <DependentUpon>Pipe3.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="UserControls\Pump.xaml.cs">
  117. <DependentUpon>Pump.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="UserControls\purge.xaml.cs">
  120. <DependentUpon>purge.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="UserControls\TextboxWithLabel.xaml.cs">
  123. <DependentUpon>TextboxWithLabel.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="UserControls\Turbo.xaml.cs">
  126. <DependentUpon>Turbo.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="UserControls\WaferAssociationUnit.xaml.cs">
  129. <DependentUpon>WaferAssociationUnit.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="UserControls\WPFMessageBox.xaml.cs">
  132. <DependentUpon>WPFMessageBox.xaml</DependentUpon>
  133. </Compile>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <Page Include="CustomControls\AduRadioButton.xaml">
  137. <Generator>MSBuild:Compile</Generator>
  138. <SubType>Designer</SubType>
  139. </Page>
  140. <Page Include="Styles\ToggleButton.xaml">
  141. <Generator>MSBuild:Compile</Generator>
  142. <SubType>Designer</SubType>
  143. </Page>
  144. <Page Include="Styles\Button.xaml">
  145. <Generator>MSBuild:Compile</Generator>
  146. <SubType>Designer</SubType>
  147. </Page>
  148. <Page Include="Styles\ComboBox.xaml">
  149. <Generator>MSBuild:Compile</Generator>
  150. <SubType>Designer</SubType>
  151. </Page>
  152. <Page Include="Styles\DataGrid.xaml">
  153. <Generator>MSBuild:Compile</Generator>
  154. <SubType>Designer</SubType>
  155. </Page>
  156. <Page Include="Styles\Expander.xaml">
  157. <Generator>MSBuild:Compile</Generator>
  158. <SubType>Designer</SubType>
  159. </Page>
  160. <Page Include="Styles\GroupBox.xaml">
  161. <Generator>MSBuild:Compile</Generator>
  162. <SubType>Designer</SubType>
  163. </Page>
  164. <Page Include="Styles\ListBox.xaml">
  165. <Generator>MSBuild:Compile</Generator>
  166. <SubType>Designer</SubType>
  167. </Page>
  168. <Page Include="Styles\Listview.xaml">
  169. <Generator>MSBuild:Compile</Generator>
  170. <SubType>Designer</SubType>
  171. </Page>
  172. <Page Include="Styles\MenuItem.xaml">
  173. <Generator>MSBuild:Compile</Generator>
  174. <SubType>Designer</SubType>
  175. </Page>
  176. <Page Include="Styles\Skin.xaml">
  177. <Generator>MSBuild:Compile</Generator>
  178. <SubType>Designer</SubType>
  179. </Page>
  180. <Page Include="Styles\Tab.xaml">
  181. <Generator>MSBuild:Compile</Generator>
  182. <SubType>Designer</SubType>
  183. </Page>
  184. <Page Include="Styles\TextBox.xaml">
  185. <Generator>MSBuild:Compile</Generator>
  186. <SubType>Designer</SubType>
  187. </Page>
  188. <Page Include="Styles\TreeView.xaml">
  189. <Generator>MSBuild:Compile</Generator>
  190. <SubType>Designer</SubType>
  191. </Page>
  192. <Page Include="Themes\Generic.xaml">
  193. <Generator>MSBuild:Compile</Generator>
  194. <SubType>Designer</SubType>
  195. </Page>
  196. <Page Include="Languages\StringResources.en-US.xaml">
  197. <Generator>MSBuild:Compile</Generator>
  198. <SubType>Designer</SubType>
  199. </Page>
  200. <Page Include="Languages\StringResources.zh-CN.xaml">
  201. <Generator>MSBuild:Compile</Generator>
  202. <SubType>Designer</SubType>
  203. </Page>
  204. <Page Include="UserControls\ButterflyValve.xaml">
  205. <SubType>Designer</SubType>
  206. <Generator>MSBuild:Compile</Generator>
  207. </Page>
  208. <Page Include="UserControls\Chamber.xaml">
  209. <SubType>Designer</SubType>
  210. <Generator>MSBuild:Compile</Generator>
  211. </Page>
  212. <Page Include="UserControls\CustomSwitch.xaml">
  213. <SubType>Designer</SubType>
  214. <Generator>MSBuild:Compile</Generator>
  215. </Page>
  216. <Page Include="UserControls\Cylinder.xaml">
  217. <SubType>Designer</SubType>
  218. <Generator>MSBuild:Compile</Generator>
  219. </Page>
  220. <Page Include="UserControls\DrawGraphicsControl.xaml">
  221. <SubType>Designer</SubType>
  222. <Generator>MSBuild:Compile</Generator>
  223. </Page>
  224. <Page Include="UserControls\FlowPipe.xaml">
  225. <Generator>MSBuild:Compile</Generator>
  226. <SubType>Designer</SubType>
  227. </Page>
  228. <Page Include="UserControls\FlowPipeValve.xaml">
  229. <Generator>MSBuild:Compile</Generator>
  230. <SubType>Designer</SubType>
  231. </Page>
  232. <Page Include="UserControls\FOUPFrontView.xaml">
  233. <SubType>Designer</SubType>
  234. <Generator>MSBuild:Compile</Generator>
  235. </Page>
  236. <Page Include="UserControls\LoadLock.xaml">
  237. <SubType>Designer</SubType>
  238. <Generator>MSBuild:Compile</Generator>
  239. </Page>
  240. <Page Include="UserControls\Pipe2.xaml">
  241. <SubType>Designer</SubType>
  242. <Generator>MSBuild:Compile</Generator>
  243. </Page>
  244. <Page Include="UserControls\Pipe3.xaml">
  245. <SubType>Designer</SubType>
  246. <Generator>MSBuild:Compile</Generator>
  247. </Page>
  248. <Page Include="UserControls\Pump.xaml">
  249. <SubType>Designer</SubType>
  250. <Generator>MSBuild:Compile</Generator>
  251. </Page>
  252. <Page Include="UserControls\purge.xaml">
  253. <SubType>Designer</SubType>
  254. <Generator>MSBuild:Compile</Generator>
  255. </Page>
  256. <Page Include="UserControls\TextboxWithLabel.xaml">
  257. <SubType>Designer</SubType>
  258. <Generator>MSBuild:Compile</Generator>
  259. </Page>
  260. <Page Include="UserControls\Turbo.xaml">
  261. <SubType>Designer</SubType>
  262. <Generator>MSBuild:Compile</Generator>
  263. </Page>
  264. <Page Include="UserControls\WaferAssociationUnit.xaml">
  265. <SubType>Designer</SubType>
  266. <Generator>MSBuild:Compile</Generator>
  267. </Page>
  268. <Page Include="UserControls\WPFMessageBox.xaml">
  269. <Generator>MSBuild:Compile</Generator>
  270. <SubType>Designer</SubType>
  271. </Page>
  272. </ItemGroup>
  273. <ItemGroup>
  274. <Resource Include="Resources\Arrow.png">
  275. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  276. </Resource>
  277. <Resource Include="Resources\Buffer.png">
  278. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  279. </Resource>
  280. <Resource Include="Resources\Folder_Unable.png">
  281. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  282. </Resource>
  283. <Resource Include="Resources\Folder_Close.png">
  284. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  285. </Resource>
  286. <Resource Include="Resources\pump.png">
  287. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  288. </Resource>
  289. <Resource Include="Resources\pump_gray.png">
  290. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  291. </Resource>
  292. <Resource Include="Resources\LoadLock.png">
  293. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  294. </Resource>
  295. <Resource Include="Resources\Chamber.png">
  296. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  297. </Resource>
  298. <Content Include="Styles\Folder_Close.png" />
  299. <Content Include="Styles\Folder_Open.png" />
  300. <Content Include="Styles\Folder_Unable.png" />
  301. <Content Include="Themes\Images\parts\aligner.png" />
  302. <Content Include="Themes\Images\parts\atmrobot\arm1.png" />
  303. <Content Include="Themes\Images\parts\atmrobot\arm2.png" />
  304. <Content Include="Themes\Images\parts\atmrobot\dock.png" />
  305. <Content Include="Themes\Images\parts\atmrobot\hand.png" />
  306. <Content Include="Themes\Images\parts\chamber.png" />
  307. <Content Include="Themes\Images\parts\doorclose.png" />
  308. <Content Include="Themes\Images\parts\dooropen.png" />
  309. <Content Include="Themes\Images\parts\doorunknown.png" />
  310. <Content Include="Themes\Images\parts\efem.png" />
  311. <Content Include="Themes\Images\parts\efemtrack.png" />
  312. <Content Include="Themes\Images\parts\loadlock.png" />
  313. <Content Include="Themes\Images\parts\loadport.png" />
  314. <Content Include="Themes\Images\parts\tm.png" />
  315. <Content Include="Themes\Images\parts\tmdock.png" />
  316. <Content Include="Themes\Images\parts\vtmrobot\arm1.png" />
  317. <Content Include="Themes\Images\parts\vtmrobot\arm2.png" />
  318. <Content Include="Themes\Images\parts\vtmrobot\dock.png" />
  319. <Content Include="Themes\Images\parts\vtmrobot\hand.png" />
  320. <Content Include="Themes\Images\parts\wafer.png" />
  321. <Content Include="Themes\Images\pms\chamberplasmaon.png" />
  322. <Content Include="Themes\Images\pms\levelSensor.png" />
  323. <Content Include="Themes\Images\pms\mfcPipe.png" />
  324. <Content Include="Themes\Images\pms\overviewBackground.png" />
  325. <Content Include="Themes\Images\pms\overviewbak.png" />
  326. <Content Include="Themes\Images\pms\overviewbakHZv2.png" />
  327. <Content Include="Themes\Images\pms\overviewbak_heater.png" />
  328. <Content Include="Themes\Images\pms\overviewbak_hestiaplus_device.png" />
  329. <Content Include="Themes\Images\pms\overviewbak_patron.png" />
  330. <Content Include="Themes\Images\pms\overviewbak_tritoninline.png" />
  331. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_close.png" />
  332. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_open.png" />
  333. <Content Include="Themes\Images\pms\overviewbak_tritoninline_door_unknown.png" />
  334. <Content Include="Themes\Images\pms\overviewbak_tritoninline_rf_on.png" />
  335. <Content Include="Themes\Images\pms\overviewbak_tritoninline_sys.png" />
  336. <Content Include="Themes\Images\pms\overviewMain.png" />
  337. <Content Include="Themes\Images\pms\plasma.png" />
  338. <Content Include="Themes\Images\pms\pumpLine.png" />
  339. <Content Include="Themes\Images\pms\UiSystem.ico" />
  340. <Content Include="Themes\Images\pms\vaporMFCLine.png" />
  341. <Content Include="Themes\Images\pms\vaporPipe.png" />
  342. <Content Include="Themes\Images\pms\Virgo_D.ico" />
  343. </ItemGroup>
  344. <ItemGroup />
  345. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  346. </Project>