Venus_MainPages.csproj 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  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>{581A0BC3-9EF7-454D-B2DD-F4FFD0BED5E0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Venus_MainPages</RootNamespace>
  11. <AssemblyName>Venus_MainPages</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <NoWarn>
  26. </NoWarn>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Caliburn.Micro">
  38. <HintPath>..\ThirdParty\selfbuild\Caliburn.Micro.dll</HintPath>
  39. </Reference>
  40. <Reference Include="CommonServiceLocator">
  41. <HintPath>..\ThirdParty\CommonServiceLocator.dll</HintPath>
  42. </Reference>
  43. <Reference Include="ControlzEx">
  44. <HintPath>..\ThirdParty\ControlzEx.dll</HintPath>
  45. </Reference>
  46. <Reference Include="ExcelLibrary">
  47. <HintPath>..\ThirdParty\ExcelLibrary.dll</HintPath>
  48. </Reference>
  49. <Reference Include="LiveCharts">
  50. <HintPath>..\ThirdParty\LiveCharts.dll</HintPath>
  51. </Reference>
  52. <Reference Include="LiveCharts.Wpf">
  53. <HintPath>..\ThirdParty\LiveCharts.Wpf.dll</HintPath>
  54. </Reference>
  55. <Reference Include="log4net">
  56. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  57. </Reference>
  58. <Reference Include="MECF.Framework.RT.Core">
  59. <HintPath>..\Framework\Output\MECF.Framework\MECF.Framework.RT.Core.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Microsoft.VisualBasic" />
  62. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
  63. <Reference Include="PresentationCore" />
  64. <Reference Include="PresentationFramework" />
  65. <Reference Include="Prism">
  66. <HintPath>..\ThirdParty\Prism.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Prism.Unity.Wpf">
  69. <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Prism.Wpf">
  72. <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System" />
  75. <Reference Include="System.Core" />
  76. <Reference Include="System.Drawing" />
  77. <Reference Include="System.Runtime.Serialization" />
  78. <Reference Include="System.Windows.Forms" />
  79. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Xaml" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="Microsoft.CSharp" />
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Net.Http" />
  89. <Reference Include="System.Xml" />
  90. <Reference Include="UIAutomationProvider" />
  91. <Reference Include="UIAutomationTypes" />
  92. <Reference Include="Unity.Abstractions">
  93. <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Unity.Container">
  96. <HintPath>..\ThirdParty\Unity.Container.dll</HintPath>
  97. </Reference>
  98. <Reference Include="WindowsBase" />
  99. <Reference Include="WindowsFormsIntegration" />
  100. <Reference Include="WPFToolkit">
  101. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Xceed.Wpf.DataGrid">
  104. <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Xceed.Wpf.Toolkit">
  107. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  108. </Reference>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Compile Include="Converters\AllMultiValueConverter.cs" />
  112. <Compile Include="Converters\AllNoneCheckboxConverter.cs" />
  113. <Compile Include="Converters\AnyMultiValueConverter.cs" />
  114. <Compile Include="Converters\BoolToHeightConverter.cs" />
  115. <Compile Include="Converters\ExecutingEnableConverter.cs" />
  116. <Compile Include="Converters\MfcDataConverter.cs" />
  117. <Compile Include="Converters\mTorrToPaConverter.cs" />
  118. <Compile Include="Converters\EFEMStateConverter.cs" />
  119. <Compile Include="Converters\EventItemToStringConverter.cs" />
  120. <Compile Include="Converters\HeaterToStringConverter.cs" />
  121. <Compile Include="Converters\IntToPathDataConverter.cs" />
  122. <Compile Include="Converters\IsOnlineToOpacityConverter.cs" />
  123. <Compile Include="Converters\IsOnlineToColorConverter.cs" />
  124. <Compile Include="Converters\LLStateConverter.cs" />
  125. <Compile Include="Converters\MFCErrorConverters.cs" />
  126. <Compile Include="Converters\MultiBindingConverter.cs" />
  127. <Compile Include="Converters\PMStateConverter.cs" />
  128. <Compile Include="Converters\SequenceKeyConverter.cs" />
  129. <Compile Include="Converters\StringToDictionary.cs" />
  130. <Compile Include="Converters\SystemStateConverter.cs" />
  131. <Compile Include="Converters\TMStateConverter.cs" />
  132. <Compile Include="Converters\VCEStateConverter.cs" />
  133. <Compile Include="MainPageModule.cs" />
  134. <Compile Include="PMS\IUiRecipeManager.cs" />
  135. <Compile Include="PMS\UiRecipeManager.cs" />
  136. <Compile Include="Properties\AssemblyInfo.cs" />
  137. <Compile Include="Role\Menus.cs" />
  138. <Compile Include="RTData.cs" />
  139. <Compile Include="Sequence\EventToCommand.cs" />
  140. <Compile Include="Sequence\FileNode.cs" />
  141. <Compile Include="Sequence\IUiSequenceManager.cs" />
  142. <Compile Include="Sequence\RecipeSequenceTreeBuilder.cs" />
  143. <Compile Include="Sequence\SequenceColumnBuilder.cs" />
  144. <Compile Include="Sequence\SequenceData.cs" />
  145. <Compile Include="Sequence\SequenceDataProvider.cs" />
  146. <Compile Include="Sequence\UiSequenceManager.cs" />
  147. <Compile Include="Unity\ChartParameter.cs" />
  148. <Compile Include="Unity\CommonFunction.cs" />
  149. <Compile Include="Unity\ConfigValueTemplateSelector.cs" />
  150. <Compile Include="Unity\ContextMenuManager.cs" />
  151. <Compile Include="Unity\FileNode.cs" />
  152. <Compile Include="Unity\FolderOrFileTemplateSelector.cs" />
  153. <Compile Include="Unity\GlobalEvents.cs" />
  154. <Compile Include="Unity\GlobalUser.cs" />
  155. <Compile Include="Unity\GridOptions.cs" />
  156. <Compile Include="Unity\IHandler.cs" />
  157. <Compile Include="Unity\ItemsControlHelper.cs" />
  158. <Compile Include="Unity\MFCCalibrationTenPointsData.cs" />
  159. <Compile Include="Unity\ModuleManager.cs" />
  160. <Compile Include="Unity\RealtimeProvider.cs" />
  161. <Compile Include="Unity\TextBoxMaxValue.cs" />
  162. <Compile Include="Unity\VATPerformanceResult.cs" />
  163. <Compile Include="Unity\SystemConfig.cs" />
  164. <Compile Include="Unity\SystemConfigProvider.cs" />
  165. <Compile Include="Unity\WaferAssociationInfo.cs" />
  166. <Compile Include="Unity\WaferStatusHandler.cs" />
  167. <Compile Include="Unity\WaferStatusImp.cs" />
  168. <Compile Include="ViewModels\ButterflyValveViewModel.cs" />
  169. <Compile Include="ViewModels\CleanRecipeViewModel.cs" />
  170. <Compile Include="ViewModels\DataHistoryViewModel.cs" />
  171. <Compile Include="ViewModels\DETMOperationViewModel.cs" />
  172. <Compile Include="ViewModels\EfemViewModel.cs" />
  173. <Compile Include="ViewModels\EventViewModel.cs" />
  174. <Compile Include="ViewModels\FAViewModel.cs" />
  175. <Compile Include="ViewModels\GasVerificationViewModel.cs" />
  176. <Compile Include="ViewModels\KeplerGasLeakCheckViewModel.cs" />
  177. <Compile Include="ViewModels\GasLeakCheckViewModel.cs" />
  178. <Compile Include="ViewModels\IOViewModel.cs" />
  179. <Compile Include="ViewModels\MFCVerificationViewModel.cs" />
  180. <Compile Include="ViewModels\OperationOverViewModel.cs" />
  181. <Compile Include="ViewModels\OverKepler2200BViewModel.cs" />
  182. <Compile Include="ViewModels\OverKepler2200AViewModel.cs" />
  183. <Compile Include="ViewModels\OverKepler2300ViewModel.cs" />
  184. <Compile Include="ViewModels\OverVenusDEViewModel.cs" />
  185. <Compile Include="ViewModels\OverVenusSEViewModel.cs" />
  186. <Compile Include="ViewModels\OverVenusViewModel.cs" />
  187. <Compile Include="ViewModels\KeplerPartialPressureViewModel.cs" />
  188. <Compile Include="ViewModels\PartialPressureViewModel.cs" />
  189. <Compile Include="ViewModels\PlatformViewModel.cs" />
  190. <Compile Include="ViewModels\ProcessHistoryViewModel.cs" />
  191. <Compile Include="ViewModels\ProcessViewModel.cs" />
  192. <Compile Include="ViewModels\RecipeSequenceSelectViewModel.cs" />
  193. <Compile Include="ViewModels\NewRecipeViewModel.cs" />
  194. <Compile Include="ViewModels\RecipeViewModel.cs" />
  195. <Compile Include="ViewModels\RFCalibrationViewModel.cs" />
  196. <Compile Include="ViewModels\RoleViewModel.cs" />
  197. <Compile Include="ViewModels\KeplerSequenceViewModel.cs" />
  198. <Compile Include="ViewModels\SequenceViewModel.cs" />
  199. <Compile Include="ViewModels\SETMOperationViewModel.cs" />
  200. <Compile Include="ViewModels\SeTMViewModel.cs" />
  201. <Compile Include="ViewModels\SignalTowerConfigViewModel.cs" />
  202. <Compile Include="ViewModels\KeplerStatisticsViewModel.cs" />
  203. <Compile Include="ViewModels\StatisticsViewModel.cs" />
  204. <Compile Include="ViewModels\SystemConfigViewModel.cs" />
  205. <Compile Include="ViewModels\TMOperationViewModel.cs" />
  206. <Compile Include="ViewModels\TMViewModel.cs" />
  207. <Compile Include="ViewModels\TopViewModel.cs" />
  208. <Compile Include="ViewModels\UserViewModel.cs" />
  209. <Compile Include="ViewModels\VATPerformanceViewModel.cs" />
  210. <Compile Include="ViewModels\VceViewModel.cs" />
  211. <Compile Include="ViewModels\VenusDeOperationOverViewModel.cs" />
  212. <Compile Include="ViewModels\VenusDETMViewModel.cs" />
  213. <Compile Include="ViewModels\VenusMFCVerificationViewModel.cs" />
  214. <Compile Include="ViewModels\VenusSeOperationOverViewModel.cs" />
  215. <Compile Include="ViewModels\WaferDialogViewModel.cs" />
  216. <Compile Include="ViewModels\WaferHistoryDBViewModel.cs" />
  217. <Compile Include="ViewModels\WaferOffsetViewModel.cs" />
  218. <Compile Include="Views\ButterflyValveView.xaml.cs">
  219. <DependentUpon>ButterflyValveView.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Views\CleanRecipeView.xaml.cs">
  222. <DependentUpon>CleanRecipeView.xaml</DependentUpon>
  223. </Compile>
  224. <Compile Include="Views\DataHistoryView.xaml.cs">
  225. <DependentUpon>DataHistoryView.xaml</DependentUpon>
  226. </Compile>
  227. <Compile Include="Views\DETMOperationView.xaml.cs">
  228. <DependentUpon>DETMOperationView.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="Views\EfemView.xaml.cs">
  231. <DependentUpon>EfemView.xaml</DependentUpon>
  232. </Compile>
  233. <Compile Include="Views\EndPointDlg.xaml.cs">
  234. <DependentUpon>EndPointDlg.xaml</DependentUpon>
  235. </Compile>
  236. <Compile Include="Views\EventView.xaml.cs">
  237. <DependentUpon>EventView.xaml</DependentUpon>
  238. </Compile>
  239. <Compile Include="Views\FAView.xaml.cs">
  240. <DependentUpon>FAView.xaml</DependentUpon>
  241. </Compile>
  242. <Compile Include="Views\GasVerificationView.xaml.cs">
  243. <DependentUpon>GasVerificationView.xaml</DependentUpon>
  244. </Compile>
  245. <Compile Include="Views\KeplerGasLeakCheckView.xaml.cs">
  246. <DependentUpon>KeplerGasLeakCheckView.xaml</DependentUpon>
  247. </Compile>
  248. <Compile Include="Views\GasLeakCheckView.xaml.cs">
  249. <DependentUpon>GasLeakCheckView.xaml</DependentUpon>
  250. </Compile>
  251. <Compile Include="Views\HeaterView.xaml.cs">
  252. <DependentUpon>HeaterView.xaml</DependentUpon>
  253. </Compile>
  254. <Compile Include="Views\InputFileNameDialogView.xaml.cs">
  255. <DependentUpon>InputFileNameDialogView.xaml</DependentUpon>
  256. </Compile>
  257. <Compile Include="Views\IOView.xaml.cs">
  258. <DependentUpon>IOView.xaml</DependentUpon>
  259. </Compile>
  260. <Compile Include="Views\LogoutView.xaml.cs">
  261. <DependentUpon>LogoutView.xaml</DependentUpon>
  262. </Compile>
  263. <Compile Include="Views\LoginView.xaml.cs">
  264. <DependentUpon>LoginView.xaml</DependentUpon>
  265. </Compile>
  266. <Compile Include="Views\MFCVerificationView.xaml.cs">
  267. <DependentUpon>MFCVerificationView.xaml</DependentUpon>
  268. </Compile>
  269. <Compile Include="Views\OperationOverView.xaml.cs">
  270. <DependentUpon>OperationOverView.xaml</DependentUpon>
  271. </Compile>
  272. <Compile Include="Views\OverKepler2200BView.xaml.cs">
  273. <DependentUpon>OverKepler2200BView.xaml</DependentUpon>
  274. </Compile>
  275. <Compile Include="Views\OverKepler2200AView.xaml.cs">
  276. <DependentUpon>OverKepler2200AView.xaml</DependentUpon>
  277. </Compile>
  278. <Compile Include="Views\OverKepler2300View.xaml.cs">
  279. <DependentUpon>OverKepler2300View.xaml</DependentUpon>
  280. </Compile>
  281. <Compile Include="Views\OverVenusDEView.xaml.cs">
  282. <DependentUpon>OverVenusDEView.xaml</DependentUpon>
  283. </Compile>
  284. <Compile Include="Views\OverVenusSEView.xaml.cs">
  285. <DependentUpon>OverVenusSEView.xaml</DependentUpon>
  286. </Compile>
  287. <Compile Include="Views\OverVenusView.xaml.cs">
  288. <DependentUpon>OverVenusView.xaml</DependentUpon>
  289. </Compile>
  290. <Compile Include="Views\KeplerPartialPressureView.xaml.cs">
  291. <DependentUpon>KeplerPartialPressureView.xaml</DependentUpon>
  292. </Compile>
  293. <Compile Include="Views\PartialPressureView.xaml.cs">
  294. <DependentUpon>PartialPressureView.xaml</DependentUpon>
  295. </Compile>
  296. <Compile Include="Views\PlatformView.xaml.cs">
  297. <DependentUpon>PlatformView.xaml</DependentUpon>
  298. </Compile>
  299. <Compile Include="Views\ProcessHistoryView.xaml.cs">
  300. <DependentUpon>ProcessHistoryView.xaml</DependentUpon>
  301. </Compile>
  302. <Compile Include="Views\ProcessView.xaml.cs">
  303. <DependentUpon>ProcessView.xaml</DependentUpon>
  304. </Compile>
  305. <Compile Include="Views\KeplerRecipeSequenceSelectView.xaml.cs">
  306. <DependentUpon>KeplerRecipeSequenceSelectView.xaml</DependentUpon>
  307. </Compile>
  308. <Compile Include="Views\RecipeSequenceSelectView.xaml.cs">
  309. <DependentUpon>RecipeSequenceSelectView.xaml</DependentUpon>
  310. </Compile>
  311. <Compile Include="Views\NewRecipeView.xaml.cs">
  312. <DependentUpon>NewRecipeView.xaml</DependentUpon>
  313. </Compile>
  314. <Compile Include="Views\RecipeView.xaml.cs">
  315. <DependentUpon>RecipeView.xaml</DependentUpon>
  316. </Compile>
  317. <Compile Include="Views\RFCalibrationView.xaml.cs">
  318. <DependentUpon>RFCalibrationView.xaml</DependentUpon>
  319. </Compile>
  320. <Compile Include="Views\RoleView.xaml.cs">
  321. <DependentUpon>RoleView.xaml</DependentUpon>
  322. </Compile>
  323. <Compile Include="Views\KeplerSequenceView.xaml.cs">
  324. <DependentUpon>KeplerSequenceView.xaml</DependentUpon>
  325. </Compile>
  326. <Compile Include="Views\SequenceView.xaml.cs">
  327. <DependentUpon>SequenceView.xaml</DependentUpon>
  328. </Compile>
  329. <Compile Include="Views\SETMOperationView.xaml.cs">
  330. <DependentUpon>SETMOperationView.xaml</DependentUpon>
  331. </Compile>
  332. <Compile Include="Views\SeTMView.xaml.cs">
  333. <DependentUpon>SeTMView.xaml</DependentUpon>
  334. </Compile>
  335. <Compile Include="Views\SignalTowerConfigView.xaml.cs">
  336. <DependentUpon>SignalTowerConfigView.xaml</DependentUpon>
  337. </Compile>
  338. <Compile Include="Views\KeplerStatisticsView.xaml.cs">
  339. <DependentUpon>KeplerStatisticsView.xaml</DependentUpon>
  340. </Compile>
  341. <Compile Include="Views\StatisticsView.xaml.cs">
  342. <DependentUpon>StatisticsView.xaml</DependentUpon>
  343. </Compile>
  344. <Compile Include="Views\SystemConfigView.xaml.cs">
  345. <DependentUpon>SystemConfigView.xaml</DependentUpon>
  346. </Compile>
  347. <Compile Include="Views\TMOperationView.xaml.cs">
  348. <DependentUpon>TMOperationView.xaml</DependentUpon>
  349. </Compile>
  350. <Compile Include="Views\TMView.xaml.cs">
  351. <DependentUpon>TMView.xaml</DependentUpon>
  352. </Compile>
  353. <Compile Include="Views\TopView.xaml.cs">
  354. <DependentUpon>TopView.xaml</DependentUpon>
  355. </Compile>
  356. <Compile Include="Views\UserItemView.xaml.cs">
  357. <DependentUpon>UserItemView.xaml</DependentUpon>
  358. </Compile>
  359. <Compile Include="Views\UserView.xaml.cs">
  360. <DependentUpon>UserView.xaml</DependentUpon>
  361. </Compile>
  362. <Compile Include="Views\VATPerformanceView.xaml.cs">
  363. <DependentUpon>VATPerformanceView.xaml</DependentUpon>
  364. </Compile>
  365. <Compile Include="Views\VceView.xaml.cs">
  366. <DependentUpon>VceView.xaml</DependentUpon>
  367. </Compile>
  368. <Compile Include="Views\VenusDeOperationOverView.xaml.cs">
  369. <DependentUpon>VenusDeOperationOverView.xaml</DependentUpon>
  370. </Compile>
  371. <Compile Include="Views\VenusDETMView.xaml.cs">
  372. <DependentUpon>VenusDETMView.xaml</DependentUpon>
  373. </Compile>
  374. <Compile Include="Views\VenusGasLeakCheckView.xaml.cs">
  375. <DependentUpon>VenusGasLeakCheckView.xaml</DependentUpon>
  376. </Compile>
  377. <Compile Include="Views\VenusMFCVerificationView.xaml.cs">
  378. <DependentUpon>VenusMFCVerificationView.xaml</DependentUpon>
  379. </Compile>
  380. <Compile Include="Views\VenusSeOperationOverView.xaml.cs">
  381. <DependentUpon>VenusSeOperationOverView.xaml</DependentUpon>
  382. </Compile>
  383. <Compile Include="Views\WaferAssociationSEUnit.xaml.cs">
  384. <DependentUpon>WaferAssociationSEUnit.xaml</DependentUpon>
  385. </Compile>
  386. <Compile Include="Views\KeplerWaferAssociationUnit.xaml.cs">
  387. <DependentUpon>KeplerWaferAssociationUnit.xaml</DependentUpon>
  388. </Compile>
  389. <Compile Include="Views\WaferAssociationUnit.xaml.cs">
  390. <DependentUpon>WaferAssociationUnit.xaml</DependentUpon>
  391. </Compile>
  392. <Compile Include="Views\WaferDialogView.xaml.cs">
  393. <DependentUpon>WaferDialogView.xaml</DependentUpon>
  394. </Compile>
  395. <Compile Include="Views\WaferHistoryDBView.xaml.cs">
  396. <DependentUpon>WaferHistoryDBView.xaml</DependentUpon>
  397. </Compile>
  398. <Compile Include="Views\WaferOffsetView.xaml.cs">
  399. <DependentUpon>WaferOffsetView.xaml</DependentUpon>
  400. </Compile>
  401. </ItemGroup>
  402. <ItemGroup>
  403. <ProjectReference Include="..\Framework\ClientBase\OpenSEMI.ClientBase.csproj">
  404. <Project>{38ba4f71-e9c5-4266-9b72-1733cdb39311}</Project>
  405. <Name>OpenSEMI.ClientBase</Name>
  406. </ProjectReference>
  407. <ProjectReference Include="..\Framework\Common\Common.csproj">
  408. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  409. <Name>Common</Name>
  410. </ProjectReference>
  411. <ProjectReference Include="..\Framework\OpenControl\OpenSEMI.Ctrlib.csproj">
  412. <Project>{b55e8d4b-c4c8-4a6d-9fc4-609c52a56cac}</Project>
  413. <Name>OpenSEMI.Ctrlib</Name>
  414. </ProjectReference>
  415. <ProjectReference Include="..\Framework\OpenSEMICore\OpenSEMI.Core.csproj">
  416. <Project>{c4cd3d7b-cb40-47d5-ab04-df05007e5b6a}</Project>
  417. <Name>OpenSEMI.Core</Name>
  418. </ProjectReference>
  419. <ProjectReference Include="..\Framework\SequenceControl\SequenceControl.csproj">
  420. <Project>{a40b734c-f2ec-453c-a5fb-70cd46452bf1}</Project>
  421. <Name>SequenceControl</Name>
  422. </ProjectReference>
  423. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  424. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  425. <Name>UICore</Name>
  426. </ProjectReference>
  427. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  428. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  429. <Name>Venus_Core</Name>
  430. </ProjectReference>
  431. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  432. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  433. <Name>Venus_Themes</Name>
  434. </ProjectReference>
  435. </ItemGroup>
  436. <ItemGroup>
  437. <Page Include="Views\ButterflyValveView.xaml">
  438. <SubType>Designer</SubType>
  439. <Generator>MSBuild:Compile</Generator>
  440. </Page>
  441. <Page Include="Views\CleanRecipeView.xaml">
  442. <SubType>Designer</SubType>
  443. <Generator>MSBuild:Compile</Generator>
  444. </Page>
  445. <Page Include="Views\DataHistoryView.xaml">
  446. <SubType>Designer</SubType>
  447. <Generator>MSBuild:Compile</Generator>
  448. </Page>
  449. <Page Include="Views\DETMOperationView.xaml">
  450. <SubType>Designer</SubType>
  451. <Generator>MSBuild:Compile</Generator>
  452. </Page>
  453. <Page Include="Views\EfemView.xaml">
  454. <SubType>Designer</SubType>
  455. <Generator>MSBuild:Compile</Generator>
  456. </Page>
  457. <Page Include="Views\EndPointDlg.xaml">
  458. <Generator>MSBuild:Compile</Generator>
  459. <SubType>Designer</SubType>
  460. </Page>
  461. <Page Include="Views\EventView.xaml">
  462. <SubType>Designer</SubType>
  463. <Generator>MSBuild:Compile</Generator>
  464. </Page>
  465. <Page Include="Views\FAView.xaml">
  466. <SubType>Designer</SubType>
  467. <Generator>MSBuild:Compile</Generator>
  468. </Page>
  469. <Page Include="Views\GasVerificationView.xaml">
  470. <SubType>Designer</SubType>
  471. <Generator>MSBuild:Compile</Generator>
  472. </Page>
  473. <Page Include="Views\KeplerGasLeakCheckView.xaml">
  474. <Generator>MSBuild:Compile</Generator>
  475. <SubType>Designer</SubType>
  476. </Page>
  477. <Page Include="Views\GasLeakCheckView.xaml">
  478. <SubType>Designer</SubType>
  479. <Generator>MSBuild:Compile</Generator>
  480. </Page>
  481. <Page Include="Views\HeaterView.xaml">
  482. <SubType>Designer</SubType>
  483. <Generator>MSBuild:Compile</Generator>
  484. </Page>
  485. <Page Include="Views\InputFileNameDialogView.xaml">
  486. <Generator>MSBuild:Compile</Generator>
  487. <SubType>Designer</SubType>
  488. </Page>
  489. <Page Include="Views\IOView.xaml">
  490. <SubType>Designer</SubType>
  491. <Generator>MSBuild:Compile</Generator>
  492. </Page>
  493. <Page Include="Views\LogoutView.xaml">
  494. <Generator>MSBuild:Compile</Generator>
  495. <SubType>Designer</SubType>
  496. </Page>
  497. <Page Include="Views\LoginView.xaml">
  498. <SubType>Designer</SubType>
  499. <Generator>MSBuild:Compile</Generator>
  500. </Page>
  501. <Page Include="Views\MFCVerificationView.xaml">
  502. <SubType>Designer</SubType>
  503. <Generator>MSBuild:Compile</Generator>
  504. </Page>
  505. <Page Include="Views\OperationOverView.xaml">
  506. <SubType>Designer</SubType>
  507. <Generator>MSBuild:Compile</Generator>
  508. </Page>
  509. <Page Include="Views\OverKepler2200BView.xaml">
  510. <Generator>MSBuild:Compile</Generator>
  511. <SubType>Designer</SubType>
  512. </Page>
  513. <Page Include="Views\OverKepler2200AView.xaml">
  514. <Generator>MSBuild:Compile</Generator>
  515. <SubType>Designer</SubType>
  516. </Page>
  517. <Page Include="Views\OverKepler2300View.xaml">
  518. <Generator>MSBuild:Compile</Generator>
  519. <SubType>Designer</SubType>
  520. </Page>
  521. <Page Include="Views\OverVenusDEView.xaml">
  522. <Generator>MSBuild:Compile</Generator>
  523. <SubType>Designer</SubType>
  524. </Page>
  525. <Page Include="Views\OverVenusSEView.xaml">
  526. <Generator>MSBuild:Compile</Generator>
  527. <SubType>Designer</SubType>
  528. </Page>
  529. <Page Include="Views\OverVenusView.xaml">
  530. <SubType>Designer</SubType>
  531. <Generator>MSBuild:Compile</Generator>
  532. </Page>
  533. <Page Include="Views\KeplerPartialPressureView.xaml">
  534. <Generator>MSBuild:Compile</Generator>
  535. <SubType>Designer</SubType>
  536. </Page>
  537. <Page Include="Views\PartialPressureView.xaml">
  538. <SubType>Designer</SubType>
  539. <Generator>MSBuild:Compile</Generator>
  540. </Page>
  541. <Page Include="Views\PlatformView.xaml">
  542. <SubType>Designer</SubType>
  543. <Generator>MSBuild:Compile</Generator>
  544. </Page>
  545. <Page Include="Views\ProcessHistoryView.xaml">
  546. <SubType>Designer</SubType>
  547. <Generator>MSBuild:Compile</Generator>
  548. </Page>
  549. <Page Include="Views\ProcessView.xaml">
  550. <SubType>Designer</SubType>
  551. <Generator>MSBuild:Compile</Generator>
  552. </Page>
  553. <Page Include="Views\KeplerRecipeSequenceSelectView.xaml">
  554. <Generator>MSBuild:Compile</Generator>
  555. <SubType>Designer</SubType>
  556. </Page>
  557. <Page Include="Views\RecipeSequenceSelectView.xaml">
  558. <Generator>MSBuild:Compile</Generator>
  559. <SubType>Designer</SubType>
  560. </Page>
  561. <Page Include="Views\NewRecipeView.xaml">
  562. <Generator>MSBuild:Compile</Generator>
  563. <SubType>Designer</SubType>
  564. </Page>
  565. <Page Include="Views\RecipeView.xaml">
  566. <Generator>MSBuild:Compile</Generator>
  567. <SubType>Designer</SubType>
  568. </Page>
  569. <Page Include="Views\RFCalibrationView.xaml">
  570. <SubType>Designer</SubType>
  571. <Generator>MSBuild:Compile</Generator>
  572. </Page>
  573. <Page Include="Views\RoleView.xaml">
  574. <SubType>Designer</SubType>
  575. <Generator>MSBuild:Compile</Generator>
  576. </Page>
  577. <Page Include="Views\KeplerSequenceView.xaml">
  578. <Generator>MSBuild:Compile</Generator>
  579. <SubType>Designer</SubType>
  580. </Page>
  581. <Page Include="Views\SequenceView.xaml">
  582. <SubType>Designer</SubType>
  583. <Generator>MSBuild:Compile</Generator>
  584. </Page>
  585. <Page Include="Views\SETMOperationView.xaml">
  586. <SubType>Designer</SubType>
  587. <Generator>MSBuild:Compile</Generator>
  588. </Page>
  589. <Page Include="Views\SeTMView.xaml">
  590. <Generator>MSBuild:Compile</Generator>
  591. <SubType>Designer</SubType>
  592. </Page>
  593. <Page Include="Views\SignalTowerConfigView.xaml">
  594. <SubType>Designer</SubType>
  595. <Generator>MSBuild:Compile</Generator>
  596. </Page>
  597. <Page Include="Views\KeplerStatisticsView.xaml">
  598. <Generator>MSBuild:Compile</Generator>
  599. <SubType>Designer</SubType>
  600. </Page>
  601. <Page Include="Views\StatisticsView.xaml">
  602. <Generator>MSBuild:Compile</Generator>
  603. <SubType>Designer</SubType>
  604. </Page>
  605. <Page Include="Views\SystemConfigView.xaml">
  606. <SubType>Designer</SubType>
  607. <Generator>MSBuild:Compile</Generator>
  608. </Page>
  609. <Page Include="Views\TMOperationView.xaml">
  610. <SubType>Designer</SubType>
  611. <Generator>MSBuild:Compile</Generator>
  612. </Page>
  613. <Page Include="Views\TMView.xaml">
  614. <SubType>Designer</SubType>
  615. <Generator>MSBuild:Compile</Generator>
  616. </Page>
  617. <Page Include="Views\TopView.xaml">
  618. <SubType>Designer</SubType>
  619. <Generator>MSBuild:Compile</Generator>
  620. </Page>
  621. <Page Include="Views\UserItemView.xaml">
  622. <SubType>Designer</SubType>
  623. <Generator>MSBuild:Compile</Generator>
  624. </Page>
  625. <Page Include="Views\UserView.xaml">
  626. <SubType>Designer</SubType>
  627. <Generator>MSBuild:Compile</Generator>
  628. </Page>
  629. <Page Include="Views\VATPerformanceView.xaml">
  630. <SubType>Designer</SubType>
  631. <Generator>MSBuild:Compile</Generator>
  632. </Page>
  633. <Page Include="Views\VceView.xaml">
  634. <Generator>MSBuild:Compile</Generator>
  635. <SubType>Designer</SubType>
  636. </Page>
  637. <Page Include="Views\VenusDeOperationOverView.xaml">
  638. <SubType>Designer</SubType>
  639. <Generator>MSBuild:Compile</Generator>
  640. </Page>
  641. <Page Include="Views\VenusDETMView.xaml">
  642. <Generator>MSBuild:Compile</Generator>
  643. <SubType>Designer</SubType>
  644. </Page>
  645. <Page Include="Views\VenusGasLeakCheckView.xaml">
  646. <Generator>MSBuild:Compile</Generator>
  647. <SubType>Designer</SubType>
  648. </Page>
  649. <Page Include="Views\VenusMFCVerificationView.xaml">
  650. <Generator>MSBuild:Compile</Generator>
  651. <SubType>Designer</SubType>
  652. </Page>
  653. <Page Include="Views\VenusSeOperationOverView.xaml">
  654. <SubType>Designer</SubType>
  655. <Generator>MSBuild:Compile</Generator>
  656. </Page>
  657. <Page Include="Views\WaferAssociationSEUnit.xaml">
  658. <SubType>Designer</SubType>
  659. <Generator>MSBuild:Compile</Generator>
  660. </Page>
  661. <Page Include="Views\KeplerWaferAssociationUnit.xaml">
  662. <Generator>MSBuild:Compile</Generator>
  663. <SubType>Designer</SubType>
  664. </Page>
  665. <Page Include="Views\WaferAssociationUnit.xaml">
  666. <Generator>MSBuild:Compile</Generator>
  667. <SubType>Designer</SubType>
  668. </Page>
  669. <Page Include="Views\WaferDialogView.xaml">
  670. <SubType>Designer</SubType>
  671. <Generator>MSBuild:Compile</Generator>
  672. </Page>
  673. <Page Include="Views\WaferHistoryDBView.xaml">
  674. <SubType>Designer</SubType>
  675. <Generator>MSBuild:Compile</Generator>
  676. </Page>
  677. <Page Include="Views\WaferOffsetView.xaml">
  678. <SubType>Designer</SubType>
  679. <Generator>MSBuild:Compile</Generator>
  680. </Page>
  681. </ItemGroup>
  682. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  683. </Project>