Venus_MainPages.csproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  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\mTorrToPaConverter.cs" />
  116. <Compile Include="Converters\EFEMStateConverter.cs" />
  117. <Compile Include="Converters\EventItemToStringConverter.cs" />
  118. <Compile Include="Converters\HeaterToStringConverter.cs" />
  119. <Compile Include="Converters\IntToPathDataConverter.cs" />
  120. <Compile Include="Converters\IsOnlineToOpacityConverter.cs" />
  121. <Compile Include="Converters\IsOnlineToColorConverter.cs" />
  122. <Compile Include="Converters\LLStateConverter.cs" />
  123. <Compile Include="Converters\MFCConverter.cs" />
  124. <Compile Include="Converters\MFCErrorConverters.cs" />
  125. <Compile Include="Converters\MultiBindingConverter.cs" />
  126. <Compile Include="Converters\PMStateConverter.cs" />
  127. <Compile Include="Converters\SequenceKeyConverter.cs" />
  128. <Compile Include="Converters\StringToDictionary.cs" />
  129. <Compile Include="Converters\SystemStateConverter.cs" />
  130. <Compile Include="Converters\TMStateConverter.cs" />
  131. <Compile Include="Converters\VCEStateConverter.cs" />
  132. <Compile Include="MainPageModule.cs" />
  133. <Compile Include="PMS\IUiRecipeManager.cs" />
  134. <Compile Include="PMS\UiRecipeManager.cs" />
  135. <Compile Include="Properties\AssemblyInfo.cs" />
  136. <Compile Include="Role\Menus.cs" />
  137. <Compile Include="RTData.cs" />
  138. <Compile Include="Sequence\EventToCommand.cs" />
  139. <Compile Include="Sequence\FileNode.cs" />
  140. <Compile Include="Sequence\IUiSequenceManager.cs" />
  141. <Compile Include="Sequence\RecipeSequenceTreeBuilder.cs" />
  142. <Compile Include="Sequence\SequenceColumnBuilder.cs" />
  143. <Compile Include="Sequence\SequenceData.cs" />
  144. <Compile Include="Sequence\SequenceDataProvider.cs" />
  145. <Compile Include="Sequence\UiSequenceManager.cs" />
  146. <Compile Include="Unity\ChartParameter.cs" />
  147. <Compile Include="Unity\CommonFunction.cs" />
  148. <Compile Include="Unity\ConfigValueTemplateSelector.cs" />
  149. <Compile Include="Unity\ContextMenuManager.cs" />
  150. <Compile Include="Unity\FileNode.cs" />
  151. <Compile Include="Unity\FolderOrFileTemplateSelector.cs" />
  152. <Compile Include="Unity\GlobalEvents.cs" />
  153. <Compile Include="Unity\GlobalUser.cs" />
  154. <Compile Include="Unity\GridOptions.cs" />
  155. <Compile Include="Unity\IHandler.cs" />
  156. <Compile Include="Unity\ItemsControlHelper.cs" />
  157. <Compile Include="Unity\MFCCalibrationTenPointsData.cs" />
  158. <Compile Include="Unity\ModuleManager.cs" />
  159. <Compile Include="Unity\RealtimeProvider.cs" />
  160. <Compile Include="Unity\TextBoxMaxValue.cs" />
  161. <Compile Include="Unity\VATPerformanceResult.cs" />
  162. <Compile Include="Unity\SystemConfig.cs" />
  163. <Compile Include="Unity\SystemConfigProvider.cs" />
  164. <Compile Include="Unity\WaferAssociationInfo.cs" />
  165. <Compile Include="Unity\WaferStatusHandler.cs" />
  166. <Compile Include="Unity\WaferStatusImp.cs" />
  167. <Compile Include="ViewModels\ButterflyValveViewModel.cs" />
  168. <Compile Include="ViewModels\CleanRecipeViewModel.cs" />
  169. <Compile Include="ViewModels\DataHistoryViewModel.cs" />
  170. <Compile Include="ViewModels\DETMOperationViewModel.cs" />
  171. <Compile Include="ViewModels\EfemViewModel.cs" />
  172. <Compile Include="ViewModels\EventViewModel.cs" />
  173. <Compile Include="ViewModels\FAViewModel.cs" />
  174. <Compile Include="ViewModels\GasVerificationViewModel.cs" />
  175. <Compile Include="ViewModels\KeplerGasLeakCheckViewModel.cs" />
  176. <Compile Include="ViewModels\GasLeakCheckViewModel.cs" />
  177. <Compile Include="ViewModels\IOViewModel.cs" />
  178. <Compile Include="ViewModels\MFCVerificationViewModel.cs" />
  179. <Compile Include="ViewModels\OperationOverViewModel.cs" />
  180. <Compile Include="ViewModels\OverKepler2200BViewModel.cs" />
  181. <Compile Include="ViewModels\OverKepler2200AViewModel.cs" />
  182. <Compile Include="ViewModels\OverKepler2300ViewModel.cs" />
  183. <Compile Include="ViewModels\OverVenusDEViewModel.cs" />
  184. <Compile Include="ViewModels\OverVenusSEViewModel.cs" />
  185. <Compile Include="ViewModels\OverVenusViewModel.cs" />
  186. <Compile Include="ViewModels\PartialPressureViewModel.cs" />
  187. <Compile Include="ViewModels\PlatformViewModel.cs" />
  188. <Compile Include="ViewModels\ProcessHistoryViewModel.cs" />
  189. <Compile Include="ViewModels\ProcessViewModel.cs" />
  190. <Compile Include="ViewModels\RecipeSequenceSelectViewModel.cs" />
  191. <Compile Include="ViewModels\NewRecipeViewModel.cs" />
  192. <Compile Include="ViewModels\RecipeViewModel.cs" />
  193. <Compile Include="ViewModels\RFCalibrationViewModel.cs" />
  194. <Compile Include="ViewModels\RoleViewModel.cs" />
  195. <Compile Include="ViewModels\SequenceViewModel.cs" />
  196. <Compile Include="ViewModels\SETMOperationViewModel.cs" />
  197. <Compile Include="ViewModels\SeTMViewModel.cs" />
  198. <Compile Include="ViewModels\SignalTowerConfigViewModel.cs" />
  199. <Compile Include="ViewModels\StatisticsViewModel.cs" />
  200. <Compile Include="ViewModels\SystemConfigViewModel.cs" />
  201. <Compile Include="ViewModels\TMOperationViewModel.cs" />
  202. <Compile Include="ViewModels\TMViewModel.cs" />
  203. <Compile Include="ViewModels\TopViewModel.cs" />
  204. <Compile Include="ViewModels\UserViewModel.cs" />
  205. <Compile Include="ViewModels\VATPerformanceViewModel.cs" />
  206. <Compile Include="ViewModels\VceViewModel.cs" />
  207. <Compile Include="ViewModels\VenusDeOperationOverViewModel.cs" />
  208. <Compile Include="ViewModels\VenusDETMViewModel.cs" />
  209. <Compile Include="ViewModels\VenusMFCVerificationViewModel.cs" />
  210. <Compile Include="ViewModels\VenusSeOperationOverViewModel.cs" />
  211. <Compile Include="ViewModels\WaferDialogViewModel.cs" />
  212. <Compile Include="ViewModels\WaferHistoryDBViewModel.cs" />
  213. <Compile Include="ViewModels\WaferOffsetViewModel.cs" />
  214. <Compile Include="Views\ButterflyValveView.xaml.cs">
  215. <DependentUpon>ButterflyValveView.xaml</DependentUpon>
  216. </Compile>
  217. <Compile Include="Views\CleanRecipeView.xaml.cs">
  218. <DependentUpon>CleanRecipeView.xaml</DependentUpon>
  219. </Compile>
  220. <Compile Include="Views\DataHistoryView.xaml.cs">
  221. <DependentUpon>DataHistoryView.xaml</DependentUpon>
  222. </Compile>
  223. <Compile Include="Views\DETMOperationView.xaml.cs">
  224. <DependentUpon>DETMOperationView.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="Views\EfemView.xaml.cs">
  227. <DependentUpon>EfemView.xaml</DependentUpon>
  228. </Compile>
  229. <Compile Include="Views\EndPointDlg.xaml.cs">
  230. <DependentUpon>EndPointDlg.xaml</DependentUpon>
  231. </Compile>
  232. <Compile Include="Views\EventView.xaml.cs">
  233. <DependentUpon>EventView.xaml</DependentUpon>
  234. </Compile>
  235. <Compile Include="Views\FAView.xaml.cs">
  236. <DependentUpon>FAView.xaml</DependentUpon>
  237. </Compile>
  238. <Compile Include="Views\GasVerificationView.xaml.cs">
  239. <DependentUpon>GasVerificationView.xaml</DependentUpon>
  240. </Compile>
  241. <Compile Include="Views\KeplerGasLeakCheckView.xaml.cs">
  242. <DependentUpon>KeplerGasLeakCheckView.xaml</DependentUpon>
  243. </Compile>
  244. <Compile Include="Views\GasLeakCheckView.xaml.cs">
  245. <DependentUpon>GasLeakCheckView.xaml</DependentUpon>
  246. </Compile>
  247. <Compile Include="Views\HeaterView.xaml.cs">
  248. <DependentUpon>HeaterView.xaml</DependentUpon>
  249. </Compile>
  250. <Compile Include="Views\InputFileNameDialogView.xaml.cs">
  251. <DependentUpon>InputFileNameDialogView.xaml</DependentUpon>
  252. </Compile>
  253. <Compile Include="Views\IOView.xaml.cs">
  254. <DependentUpon>IOView.xaml</DependentUpon>
  255. </Compile>
  256. <Compile Include="Views\LogoutView.xaml.cs">
  257. <DependentUpon>LogoutView.xaml</DependentUpon>
  258. </Compile>
  259. <Compile Include="Views\LoginView.xaml.cs">
  260. <DependentUpon>LoginView.xaml</DependentUpon>
  261. </Compile>
  262. <Compile Include="Views\MFCVerificationView.xaml.cs">
  263. <DependentUpon>MFCVerificationView.xaml</DependentUpon>
  264. </Compile>
  265. <Compile Include="Views\OperationOverView.xaml.cs">
  266. <DependentUpon>OperationOverView.xaml</DependentUpon>
  267. </Compile>
  268. <Compile Include="Views\OverKepler2200BView.xaml.cs">
  269. <DependentUpon>OverKepler2200BView.xaml</DependentUpon>
  270. </Compile>
  271. <Compile Include="Views\OverKepler2200AView.xaml.cs">
  272. <DependentUpon>OverKepler2200AView.xaml</DependentUpon>
  273. </Compile>
  274. <Compile Include="Views\OverKepler2300View.xaml.cs">
  275. <DependentUpon>OverKepler2300View.xaml</DependentUpon>
  276. </Compile>
  277. <Compile Include="Views\OverVenusDEView.xaml.cs">
  278. <DependentUpon>OverVenusDEView.xaml</DependentUpon>
  279. </Compile>
  280. <Compile Include="Views\OverVenusSEView.xaml.cs">
  281. <DependentUpon>OverVenusSEView.xaml</DependentUpon>
  282. </Compile>
  283. <Compile Include="Views\OverVenusView.xaml.cs">
  284. <DependentUpon>OverVenusView.xaml</DependentUpon>
  285. </Compile>
  286. <Compile Include="Views\PartialPressureView.xaml.cs">
  287. <DependentUpon>PartialPressureView.xaml</DependentUpon>
  288. </Compile>
  289. <Compile Include="Views\PlatformView.xaml.cs">
  290. <DependentUpon>PlatformView.xaml</DependentUpon>
  291. </Compile>
  292. <Compile Include="Views\ProcessHistoryView.xaml.cs">
  293. <DependentUpon>ProcessHistoryView.xaml</DependentUpon>
  294. </Compile>
  295. <Compile Include="Views\ProcessView.xaml.cs">
  296. <DependentUpon>ProcessView.xaml</DependentUpon>
  297. </Compile>
  298. <Compile Include="Views\NewRecipeSequenceSelectView.xaml.cs">
  299. <DependentUpon>NewRecipeSequenceSelectView.xaml</DependentUpon>
  300. </Compile>
  301. <Compile Include="Views\RecipeSequenceSelectView.xaml.cs">
  302. <DependentUpon>RecipeSequenceSelectView.xaml</DependentUpon>
  303. </Compile>
  304. <Compile Include="Views\NewRecipeView.xaml.cs">
  305. <DependentUpon>NewRecipeView.xaml</DependentUpon>
  306. </Compile>
  307. <Compile Include="Views\RecipeView.xaml.cs">
  308. <DependentUpon>RecipeView.xaml</DependentUpon>
  309. </Compile>
  310. <Compile Include="Views\RFCalibrationView.xaml.cs">
  311. <DependentUpon>RFCalibrationView.xaml</DependentUpon>
  312. </Compile>
  313. <Compile Include="Views\RoleView.xaml.cs">
  314. <DependentUpon>RoleView.xaml</DependentUpon>
  315. </Compile>
  316. <Compile Include="Views\SequenceView.xaml.cs">
  317. <DependentUpon>SequenceView.xaml</DependentUpon>
  318. </Compile>
  319. <Compile Include="Views\SETMOperationView.xaml.cs">
  320. <DependentUpon>SETMOperationView.xaml</DependentUpon>
  321. </Compile>
  322. <Compile Include="Views\SeTMView.xaml.cs">
  323. <DependentUpon>SeTMView.xaml</DependentUpon>
  324. </Compile>
  325. <Compile Include="Views\SignalTowerConfigView.xaml.cs">
  326. <DependentUpon>SignalTowerConfigView.xaml</DependentUpon>
  327. </Compile>
  328. <Compile Include="Views\StatisticsView.xaml.cs">
  329. <DependentUpon>StatisticsView.xaml</DependentUpon>
  330. </Compile>
  331. <Compile Include="Views\SystemConfigView.xaml.cs">
  332. <DependentUpon>SystemConfigView.xaml</DependentUpon>
  333. </Compile>
  334. <Compile Include="Views\TMOperationView.xaml.cs">
  335. <DependentUpon>TMOperationView.xaml</DependentUpon>
  336. </Compile>
  337. <Compile Include="Views\TMView.xaml.cs">
  338. <DependentUpon>TMView.xaml</DependentUpon>
  339. </Compile>
  340. <Compile Include="Views\TopView.xaml.cs">
  341. <DependentUpon>TopView.xaml</DependentUpon>
  342. </Compile>
  343. <Compile Include="Views\UserItemView.xaml.cs">
  344. <DependentUpon>UserItemView.xaml</DependentUpon>
  345. </Compile>
  346. <Compile Include="Views\UserView.xaml.cs">
  347. <DependentUpon>UserView.xaml</DependentUpon>
  348. </Compile>
  349. <Compile Include="Views\VATPerformanceView.xaml.cs">
  350. <DependentUpon>VATPerformanceView.xaml</DependentUpon>
  351. </Compile>
  352. <Compile Include="Views\VceView.xaml.cs">
  353. <DependentUpon>VceView.xaml</DependentUpon>
  354. </Compile>
  355. <Compile Include="Views\VenusDeOperationOverView.xaml.cs">
  356. <DependentUpon>VenusDeOperationOverView.xaml</DependentUpon>
  357. </Compile>
  358. <Compile Include="Views\VenusDETMView.xaml.cs">
  359. <DependentUpon>VenusDETMView.xaml</DependentUpon>
  360. </Compile>
  361. <Compile Include="Views\VenusGasLeakCheckView.xaml.cs">
  362. <DependentUpon>VenusGasLeakCheckView.xaml</DependentUpon>
  363. </Compile>
  364. <Compile Include="Views\VenusMFCVerificationView.xaml.cs">
  365. <DependentUpon>VenusMFCVerificationView.xaml</DependentUpon>
  366. </Compile>
  367. <Compile Include="Views\VenusSeOperationOverView.xaml.cs">
  368. <DependentUpon>VenusSeOperationOverView.xaml</DependentUpon>
  369. </Compile>
  370. <Compile Include="Views\WaferAssociationSEUnit.xaml.cs">
  371. <DependentUpon>WaferAssociationSEUnit.xaml</DependentUpon>
  372. </Compile>
  373. <Compile Include="Views\NewWaferAssociationUnit.xaml.cs">
  374. <DependentUpon>NewWaferAssociationUnit.xaml</DependentUpon>
  375. </Compile>
  376. <Compile Include="Views\WaferAssociationUnit.xaml.cs">
  377. <DependentUpon>WaferAssociationUnit.xaml</DependentUpon>
  378. </Compile>
  379. <Compile Include="Views\WaferDialogView.xaml.cs">
  380. <DependentUpon>WaferDialogView.xaml</DependentUpon>
  381. </Compile>
  382. <Compile Include="Views\WaferHistoryDBView.xaml.cs">
  383. <DependentUpon>WaferHistoryDBView.xaml</DependentUpon>
  384. </Compile>
  385. <Compile Include="Views\WaferOffsetView.xaml.cs">
  386. <DependentUpon>WaferOffsetView.xaml</DependentUpon>
  387. </Compile>
  388. </ItemGroup>
  389. <ItemGroup>
  390. <ProjectReference Include="..\Framework\ClientBase\OpenSEMI.ClientBase.csproj">
  391. <Project>{38ba4f71-e9c5-4266-9b72-1733cdb39311}</Project>
  392. <Name>OpenSEMI.ClientBase</Name>
  393. </ProjectReference>
  394. <ProjectReference Include="..\Framework\Common\Common.csproj">
  395. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  396. <Name>Common</Name>
  397. </ProjectReference>
  398. <ProjectReference Include="..\Framework\OpenControl\OpenSEMI.Ctrlib.csproj">
  399. <Project>{b55e8d4b-c4c8-4a6d-9fc4-609c52a56cac}</Project>
  400. <Name>OpenSEMI.Ctrlib</Name>
  401. </ProjectReference>
  402. <ProjectReference Include="..\Framework\OpenSEMICore\OpenSEMI.Core.csproj">
  403. <Project>{c4cd3d7b-cb40-47d5-ab04-df05007e5b6a}</Project>
  404. <Name>OpenSEMI.Core</Name>
  405. </ProjectReference>
  406. <ProjectReference Include="..\Framework\SequenceControl\SequenceControl.csproj">
  407. <Project>{a40b734c-f2ec-453c-a5fb-70cd46452bf1}</Project>
  408. <Name>SequenceControl</Name>
  409. </ProjectReference>
  410. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  411. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  412. <Name>UICore</Name>
  413. </ProjectReference>
  414. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  415. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  416. <Name>Venus_Core</Name>
  417. </ProjectReference>
  418. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  419. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  420. <Name>Venus_Themes</Name>
  421. </ProjectReference>
  422. </ItemGroup>
  423. <ItemGroup>
  424. <Page Include="Views\ButterflyValveView.xaml">
  425. <SubType>Designer</SubType>
  426. <Generator>MSBuild:Compile</Generator>
  427. </Page>
  428. <Page Include="Views\CleanRecipeView.xaml">
  429. <SubType>Designer</SubType>
  430. <Generator>MSBuild:Compile</Generator>
  431. </Page>
  432. <Page Include="Views\DataHistoryView.xaml">
  433. <SubType>Designer</SubType>
  434. <Generator>MSBuild:Compile</Generator>
  435. </Page>
  436. <Page Include="Views\DETMOperationView.xaml">
  437. <SubType>Designer</SubType>
  438. <Generator>MSBuild:Compile</Generator>
  439. </Page>
  440. <Page Include="Views\EfemView.xaml">
  441. <SubType>Designer</SubType>
  442. <Generator>MSBuild:Compile</Generator>
  443. </Page>
  444. <Page Include="Views\EndPointDlg.xaml">
  445. <Generator>MSBuild:Compile</Generator>
  446. <SubType>Designer</SubType>
  447. </Page>
  448. <Page Include="Views\EventView.xaml">
  449. <SubType>Designer</SubType>
  450. <Generator>MSBuild:Compile</Generator>
  451. </Page>
  452. <Page Include="Views\FAView.xaml">
  453. <SubType>Designer</SubType>
  454. <Generator>MSBuild:Compile</Generator>
  455. </Page>
  456. <Page Include="Views\GasVerificationView.xaml">
  457. <SubType>Designer</SubType>
  458. <Generator>MSBuild:Compile</Generator>
  459. </Page>
  460. <Page Include="Views\KeplerGasLeakCheckView.xaml">
  461. <Generator>MSBuild:Compile</Generator>
  462. <SubType>Designer</SubType>
  463. </Page>
  464. <Page Include="Views\GasLeakCheckView.xaml">
  465. <SubType>Designer</SubType>
  466. <Generator>MSBuild:Compile</Generator>
  467. </Page>
  468. <Page Include="Views\HeaterView.xaml">
  469. <SubType>Designer</SubType>
  470. <Generator>MSBuild:Compile</Generator>
  471. </Page>
  472. <Page Include="Views\InputFileNameDialogView.xaml">
  473. <Generator>MSBuild:Compile</Generator>
  474. <SubType>Designer</SubType>
  475. </Page>
  476. <Page Include="Views\IOView.xaml">
  477. <SubType>Designer</SubType>
  478. <Generator>MSBuild:Compile</Generator>
  479. </Page>
  480. <Page Include="Views\LogoutView.xaml">
  481. <Generator>MSBuild:Compile</Generator>
  482. <SubType>Designer</SubType>
  483. </Page>
  484. <Page Include="Views\LoginView.xaml">
  485. <SubType>Designer</SubType>
  486. <Generator>MSBuild:Compile</Generator>
  487. </Page>
  488. <Page Include="Views\MFCVerificationView.xaml">
  489. <SubType>Designer</SubType>
  490. <Generator>MSBuild:Compile</Generator>
  491. </Page>
  492. <Page Include="Views\OperationOverView.xaml">
  493. <SubType>Designer</SubType>
  494. <Generator>MSBuild:Compile</Generator>
  495. </Page>
  496. <Page Include="Views\OverKepler2200BView.xaml">
  497. <Generator>MSBuild:Compile</Generator>
  498. <SubType>Designer</SubType>
  499. </Page>
  500. <Page Include="Views\OverKepler2200AView.xaml">
  501. <Generator>MSBuild:Compile</Generator>
  502. <SubType>Designer</SubType>
  503. </Page>
  504. <Page Include="Views\OverKepler2300View.xaml">
  505. <Generator>MSBuild:Compile</Generator>
  506. <SubType>Designer</SubType>
  507. </Page>
  508. <Page Include="Views\OverVenusDEView.xaml">
  509. <Generator>MSBuild:Compile</Generator>
  510. <SubType>Designer</SubType>
  511. </Page>
  512. <Page Include="Views\OverVenusSEView.xaml">
  513. <Generator>MSBuild:Compile</Generator>
  514. <SubType>Designer</SubType>
  515. </Page>
  516. <Page Include="Views\OverVenusView.xaml">
  517. <SubType>Designer</SubType>
  518. <Generator>MSBuild:Compile</Generator>
  519. </Page>
  520. <Page Include="Views\PartialPressureView.xaml">
  521. <SubType>Designer</SubType>
  522. <Generator>MSBuild:Compile</Generator>
  523. </Page>
  524. <Page Include="Views\PlatformView.xaml">
  525. <SubType>Designer</SubType>
  526. <Generator>MSBuild:Compile</Generator>
  527. </Page>
  528. <Page Include="Views\ProcessHistoryView.xaml">
  529. <SubType>Designer</SubType>
  530. <Generator>MSBuild:Compile</Generator>
  531. </Page>
  532. <Page Include="Views\ProcessView.xaml">
  533. <SubType>Designer</SubType>
  534. <Generator>MSBuild:Compile</Generator>
  535. </Page>
  536. <Page Include="Views\NewRecipeSequenceSelectView.xaml">
  537. <Generator>MSBuild:Compile</Generator>
  538. <SubType>Designer</SubType>
  539. </Page>
  540. <Page Include="Views\RecipeSequenceSelectView.xaml">
  541. <Generator>MSBuild:Compile</Generator>
  542. <SubType>Designer</SubType>
  543. </Page>
  544. <Page Include="Views\NewRecipeView.xaml">
  545. <Generator>MSBuild:Compile</Generator>
  546. <SubType>Designer</SubType>
  547. </Page>
  548. <Page Include="Views\RecipeView.xaml">
  549. <Generator>MSBuild:Compile</Generator>
  550. <SubType>Designer</SubType>
  551. </Page>
  552. <Page Include="Views\RFCalibrationView.xaml">
  553. <SubType>Designer</SubType>
  554. <Generator>MSBuild:Compile</Generator>
  555. </Page>
  556. <Page Include="Views\RoleView.xaml">
  557. <SubType>Designer</SubType>
  558. <Generator>MSBuild:Compile</Generator>
  559. </Page>
  560. <Page Include="Views\SequenceView.xaml">
  561. <SubType>Designer</SubType>
  562. <Generator>MSBuild:Compile</Generator>
  563. </Page>
  564. <Page Include="Views\SETMOperationView.xaml">
  565. <SubType>Designer</SubType>
  566. <Generator>MSBuild:Compile</Generator>
  567. </Page>
  568. <Page Include="Views\SeTMView.xaml">
  569. <Generator>MSBuild:Compile</Generator>
  570. <SubType>Designer</SubType>
  571. </Page>
  572. <Page Include="Views\SignalTowerConfigView.xaml">
  573. <SubType>Designer</SubType>
  574. <Generator>MSBuild:Compile</Generator>
  575. </Page>
  576. <Page Include="Views\StatisticsView.xaml">
  577. <Generator>MSBuild:Compile</Generator>
  578. <SubType>Designer</SubType>
  579. </Page>
  580. <Page Include="Views\SystemConfigView.xaml">
  581. <SubType>Designer</SubType>
  582. <Generator>MSBuild:Compile</Generator>
  583. </Page>
  584. <Page Include="Views\TMOperationView.xaml">
  585. <SubType>Designer</SubType>
  586. <Generator>MSBuild:Compile</Generator>
  587. </Page>
  588. <Page Include="Views\TMView.xaml">
  589. <SubType>Designer</SubType>
  590. <Generator>MSBuild:Compile</Generator>
  591. </Page>
  592. <Page Include="Views\TopView.xaml">
  593. <SubType>Designer</SubType>
  594. <Generator>MSBuild:Compile</Generator>
  595. </Page>
  596. <Page Include="Views\UserItemView.xaml">
  597. <SubType>Designer</SubType>
  598. <Generator>MSBuild:Compile</Generator>
  599. </Page>
  600. <Page Include="Views\UserView.xaml">
  601. <SubType>Designer</SubType>
  602. <Generator>MSBuild:Compile</Generator>
  603. </Page>
  604. <Page Include="Views\VATPerformanceView.xaml">
  605. <SubType>Designer</SubType>
  606. <Generator>MSBuild:Compile</Generator>
  607. </Page>
  608. <Page Include="Views\VceView.xaml">
  609. <Generator>MSBuild:Compile</Generator>
  610. <SubType>Designer</SubType>
  611. </Page>
  612. <Page Include="Views\VenusDeOperationOverView.xaml">
  613. <SubType>Designer</SubType>
  614. <Generator>MSBuild:Compile</Generator>
  615. </Page>
  616. <Page Include="Views\VenusDETMView.xaml">
  617. <Generator>MSBuild:Compile</Generator>
  618. <SubType>Designer</SubType>
  619. </Page>
  620. <Page Include="Views\VenusGasLeakCheckView.xaml">
  621. <Generator>MSBuild:Compile</Generator>
  622. <SubType>Designer</SubType>
  623. </Page>
  624. <Page Include="Views\VenusMFCVerificationView.xaml">
  625. <Generator>MSBuild:Compile</Generator>
  626. <SubType>Designer</SubType>
  627. </Page>
  628. <Page Include="Views\VenusSeOperationOverView.xaml">
  629. <SubType>Designer</SubType>
  630. <Generator>MSBuild:Compile</Generator>
  631. </Page>
  632. <Page Include="Views\WaferAssociationSEUnit.xaml">
  633. <SubType>Designer</SubType>
  634. <Generator>MSBuild:Compile</Generator>
  635. </Page>
  636. <Page Include="Views\NewWaferAssociationUnit.xaml">
  637. <Generator>MSBuild:Compile</Generator>
  638. <SubType>Designer</SubType>
  639. </Page>
  640. <Page Include="Views\WaferAssociationUnit.xaml">
  641. <Generator>MSBuild:Compile</Generator>
  642. <SubType>Designer</SubType>
  643. </Page>
  644. <Page Include="Views\WaferDialogView.xaml">
  645. <SubType>Designer</SubType>
  646. <Generator>MSBuild:Compile</Generator>
  647. </Page>
  648. <Page Include="Views\WaferHistoryDBView.xaml">
  649. <SubType>Designer</SubType>
  650. <Generator>MSBuild:Compile</Generator>
  651. </Page>
  652. <Page Include="Views\WaferOffsetView.xaml">
  653. <SubType>Designer</SubType>
  654. <Generator>MSBuild:Compile</Generator>
  655. </Page>
  656. </ItemGroup>
  657. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  658. </Project>