CyberX8_MainPages.csproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724
  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>CyberX8_MainPages</RootNamespace>
  11. <AssemblyName>CyberX8_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="Microsoft.VisualBasic" />
  59. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
  60. <Reference Include="PresentationCore" />
  61. <Reference Include="PresentationFramework" />
  62. <Reference Include="Prism">
  63. <HintPath>..\ThirdParty\Prism.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Prism.Unity.Wpf">
  66. <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Prism.Wpf">
  69. <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="System.Drawing" />
  74. <Reference Include="System.Runtime.Serialization" />
  75. <Reference Include="System.Windows.Forms" />
  76. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Xaml" />
  81. <Reference Include="System.Xml.Linq" />
  82. <Reference Include="System.Data.DataSetExtensions" />
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Net.Http" />
  86. <Reference Include="System.Xml" />
  87. <Reference Include="UIAutomationProvider" />
  88. <Reference Include="UIAutomationTypes" />
  89. <Reference Include="Unity.Abstractions">
  90. <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath>
  91. </Reference>
  92. <Reference Include="Unity.Container">
  93. <HintPath>..\ThirdParty\Unity.Container.dll</HintPath>
  94. </Reference>
  95. <Reference Include="WindowsBase" />
  96. <Reference Include="WindowsFormsIntegration" />
  97. <Reference Include="WPFToolkit">
  98. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Xceed.Wpf.DataGrid">
  101. <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Xceed.Wpf.Toolkit">
  104. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  105. </Reference>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="Converters\AllMultiValueConverter.cs" />
  109. <Compile Include="Converters\AllNoneCheckboxConverter.cs" />
  110. <Compile Include="Converters\AnyMultiValueConverter.cs" />
  111. <Compile Include="Converters\MiddleStatusToColor.cs" />
  112. <Compile Include="Converters\BoolVisibilityConverter.cs" />
  113. <Compile Include="Converters\BoolToHeightConverter.cs" />
  114. <Compile Include="Converters\BoolReverseConverter.cs" />
  115. <Compile Include="Converters\DisplayNameConverter.cs" />
  116. <Compile Include="Converters\SRDStateConverter.cs" />
  117. <Compile Include="Converters\TransporterStateConverter.cs" />
  118. <Compile Include="Converters\LoaderStateConverter.cs" />
  119. <Compile Include="Converters\PUFStateConverter.cs" />
  120. <Compile Include="Converters\EFEMStateConverter.cs" />
  121. <Compile Include="Converters\EventItemToStringConverter.cs" />
  122. <Compile Include="Converters\HeaterToStringConverter.cs" />
  123. <Compile Include="Converters\IntToPathDataConverter.cs" />
  124. <Compile Include="Converters\IsOnlineToOpacityConverter.cs" />
  125. <Compile Include="Converters\IsOnlineToColorConverter.cs" />
  126. <Compile Include="Converters\MFCConverter.cs" />
  127. <Compile Include="Converters\MFCErrorConverters.cs" />
  128. <Compile Include="Converters\MultiBindingConverter.cs" />
  129. <Compile Include="Converters\SystemStateConverter.cs" />
  130. <Compile Include="MainPageModule.cs" />
  131. <Compile Include="Model\ReservoirsUIData.cs" />
  132. <Compile Include="Model\TemperatureUIData.cs" />
  133. <Compile Include="Model\WaferHolderBufferData.cs" />
  134. <Compile Include="PMS\IUiRecipeManager.cs" />
  135. <Compile Include="PMS\UiRecipeManager.cs" />
  136. <Compile Include="Properties\AssemblyInfo.cs" />
  137. <Compile Include="Roles\RoleDefine.cs" />
  138. <Compile Include="Roles\User.cs" />
  139. <Compile Include="RTData.cs" />
  140. <Compile Include="Sequence\EventToCommand.cs" />
  141. <Compile Include="Sequence\FileNode.cs" />
  142. <Compile Include="Sequence\IUiSequenceManager.cs" />
  143. <Compile Include="Sequence\RecipeSequenceTreeBuilder.cs" />
  144. <Compile Include="Sequence\SequenceColumnBuilder.cs" />
  145. <Compile Include="Sequence\SequenceData.cs" />
  146. <Compile Include="Sequence\SequenceDataProvider.cs" />
  147. <Compile Include="Sequence\UiSequenceManager.cs" />
  148. <Compile Include="Unity\ChartParameter.cs" />
  149. <Compile Include="Unity\ConfigValueTemplateSelector.cs" />
  150. <Compile Include="Unity\ContextMenuManager.cs" />
  151. <Compile Include="Unity\ControlPermission.cs" />
  152. <Compile Include="Unity\FileNode.cs" />
  153. <Compile Include="Unity\FolderOrFileTemplateSelector.cs" />
  154. <Compile Include="Unity\GlobalEvents.cs" />
  155. <Compile Include="Unity\GlobalUser.cs" />
  156. <Compile Include="Unity\GridOptions.cs" />
  157. <Compile Include="Unity\IHandler.cs" />
  158. <Compile Include="Unity\ItemsControlHelper.cs" />
  159. <Compile Include="Unity\MFCCalibrationTenPointsData.cs" />
  160. <Compile Include="Unity\ModuleManager.cs" />
  161. <Compile Include="Unity\RealtimeProvider.cs" />
  162. <Compile Include="Unity\TextBoxMaxValue.cs" />
  163. <Compile Include="Unity\VATPerformanceResult.cs" />
  164. <Compile Include="Unity\SystemConfig.cs" />
  165. <Compile Include="Unity\SystemConfigProvider.cs" />
  166. <Compile Include="Unity\WaferAssociationInfo.cs" />
  167. <Compile Include="Unity\WaferStatusHandler.cs" />
  168. <Compile Include="Unity\WaferStatusImp.cs" />
  169. <Compile Include="Validation\EmptyValidationRule.cs" />
  170. <Compile Include="ViewModels\AlarmHomePageViewModel.cs" />
  171. <Compile Include="ViewModels\DataHistoryViewModel.cs" />
  172. <Compile Include="ViewModels\DosingSystemViewModel.cs" />
  173. <Compile Include="ViewModels\DryerHomePageViewModel.cs" />
  174. <Compile Include="ViewModels\JobOperationViewModel.cs" />
  175. <Compile Include="ViewModels\LoaderCycleViewModel.cs" />
  176. <Compile Include="ViewModels\LoginViewModel.cs" />
  177. <Compile Include="ViewModels\MaterialMovementViewModel.cs" />
  178. <Compile Include="ViewModels\MetalCMHomePageViewModel.cs" />
  179. <Compile Include="ViewModels\MetalSHHomePageViewModel.cs" />
  180. <Compile Include="ViewModels\OperationOverViewModel.cs" />
  181. <Compile Include="ViewModels\PMCounterViewModel.cs" />
  182. <Compile Include="ViewModels\CMMPowerSupplierViewModel.cs" />
  183. <Compile Include="ViewModels\PowerSupplierViewModel.cs" />
  184. <Compile Include="ViewModels\PrewetHomePageViewModel.cs" />
  185. <Compile Include="ViewModels\RdsRecipeViewModel.cs" />
  186. <Compile Include="ViewModels\ReservoirsAnolyteViewModel.cs" />
  187. <Compile Include="ViewModels\ReservoirsCatholyteViewModel.cs" />
  188. <Compile Include="ViewModels\ReservoirsViewModel.cs" />
  189. <Compile Include="ViewModels\SignalTowerConfigViewModel.cs" />
  190. <Compile Include="ViewModels\StandardHotReservoirsViewModel.cs" />
  191. <Compile Include="ViewModels\ResRecipeViewModel.cs" />
  192. <Compile Include="ViewModels\RinseHomePageViewModel.cs" />
  193. <Compile Include="ViewModels\SRDHomePageViewModel.cs" />
  194. <Compile Include="ViewModels\SRDMotionViewModel.cs" />
  195. <Compile Include="ViewModels\SRDStationSetupViewModel.cs" />
  196. <Compile Include="ViewModels\SystemSafetyViewModel.cs" />
  197. <Compile Include="ViewModels\TransporterMotionViewModel.cs" />
  198. <Compile Include="ViewModels\TransporterTeachViewModel.cs" />
  199. <Compile Include="ViewModels\TransporterViewModel.cs" />
  200. <Compile Include="ViewModels\EfemViewModel.cs" />
  201. <Compile Include="ViewModels\EventViewModel.cs" />
  202. <Compile Include="ViewModels\FAViewModel.cs" />
  203. <Compile Include="ViewModels\BeckhoffIOViewModel.cs" />
  204. <Compile Include="ViewModels\SystemFacilitiesViewModel.cs" />
  205. <Compile Include="ViewModels\RecipeManageViewModel.cs" />
  206. <Compile Include="ViewModels\IOViewModel.cs" />
  207. <Compile Include="ViewModels\LinMotOtherViewModel.cs" />
  208. <Compile Include="ViewModels\LinMotViewModel.cs" />
  209. <Compile Include="ViewModels\LoaderMotionViewModel.cs" />
  210. <Compile Include="ViewModels\LoaderSetupViewModel.cs" />
  211. <Compile Include="ViewModels\PlatformViewModel.cs" />
  212. <Compile Include="ViewModels\ProcessChamberViewModel.cs" />
  213. <Compile Include="ViewModels\ProcessHistoryViewModel.cs" />
  214. <Compile Include="ViewModels\PufMotionViewModel.cs" />
  215. <Compile Include="ViewModels\PufServiceScreenViewModel.cs" />
  216. <Compile Include="ViewModels\DepRecipeViewModel.cs" />
  217. <Compile Include="ViewModels\PwtRecipeViewModel.cs" />
  218. <Compile Include="ViewModels\QdrRecipeViewModel.cs" />
  219. <Compile Include="ViewModels\HvdRecipeViewModel.cs" />
  220. <Compile Include="ViewModels\TemperatureControllerViewModel.cs" />
  221. <Compile Include="ViewModels\ResistivityProbeViewModel.cs" />
  222. <Compile Include="ViewModels\SrdRecipeViewModel.cs" />
  223. <Compile Include="ViewModels\SequenceRecipeViewModel.cs" />
  224. <Compile Include="ViewModels\RoleViewModel.cs" />
  225. <Compile Include="ViewModels\SystemConfigViewModel.cs" />
  226. <Compile Include="ViewModels\TopViewModel.cs" />
  227. <Compile Include="ViewModels\VATPerformanceViewModel.cs" />
  228. <Compile Include="ViewModels\WaferDialogViewModel.cs" />
  229. <Compile Include="ViewModels\WaferHistoryDBViewModel.cs" />
  230. <Compile Include="ViewModels\WaferHolderViewModel.cs" />
  231. <Compile Include="Views\AlarmHomePageView.xaml.cs">
  232. <DependentUpon>AlarmHomePageView.xaml</DependentUpon>
  233. </Compile>
  234. <Compile Include="Views\DataHistoryView.xaml.cs">
  235. <DependentUpon>DataHistoryView.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="Views\DosingSystemView.xaml.cs">
  238. <DependentUpon>DosingSystemView.xaml</DependentUpon>
  239. </Compile>
  240. <Compile Include="Views\DryerHomePageView.xaml.cs">
  241. <DependentUpon>DryerHomePageView.xaml</DependentUpon>
  242. </Compile>
  243. <Compile Include="Views\JobOperationView.xaml.cs">
  244. <DependentUpon>JobOperationView.xaml</DependentUpon>
  245. </Compile>
  246. <Compile Include="Views\LoaderCycleView.xaml.cs">
  247. <DependentUpon>LoaderCycleView.xaml</DependentUpon>
  248. </Compile>
  249. <Compile Include="Views\LoginView.xaml.cs">
  250. <DependentUpon>LoginView.xaml</DependentUpon>
  251. </Compile>
  252. <Compile Include="Views\LogoutView.xaml.cs">
  253. <DependentUpon>LogoutView.xaml</DependentUpon>
  254. </Compile>
  255. <Compile Include="Views\MaterialMovementView.xaml.cs">
  256. <DependentUpon>MaterialMovementView.xaml</DependentUpon>
  257. </Compile>
  258. <Compile Include="Views\MetalCMHomePageView.xaml.cs">
  259. <DependentUpon>MetalCMHomePageView.xaml</DependentUpon>
  260. </Compile>
  261. <Compile Include="Views\MetalSHHomePageView.xaml.cs">
  262. <DependentUpon>MetalSHHomePageView.xaml</DependentUpon>
  263. </Compile>
  264. <Compile Include="Views\PMCounterView.xaml.cs">
  265. <DependentUpon>PMCounterView.xaml</DependentUpon>
  266. </Compile>
  267. <Compile Include="Views\CMMPowerSupplierView.xaml.cs">
  268. <DependentUpon>CMMPowerSupplierView.xaml</DependentUpon>
  269. </Compile>
  270. <Compile Include="Views\PowerSupplierView.xaml.cs">
  271. <DependentUpon>PowerSupplierView.xaml</DependentUpon>
  272. </Compile>
  273. <Compile Include="Views\PrewetHomePageView.xaml.cs">
  274. <DependentUpon>PrewetHomePageView.xaml</DependentUpon>
  275. </Compile>
  276. <Compile Include="Views\ReservoirsAnolyteView.xaml.cs">
  277. <DependentUpon>ReservoirsAnolyteView.xaml</DependentUpon>
  278. </Compile>
  279. <Compile Include="Views\RdsRecipeView.xaml.cs">
  280. <DependentUpon>RdsRecipeView.xaml</DependentUpon>
  281. </Compile>
  282. <Compile Include="Views\ReservoirsCatholyteView.xaml.cs">
  283. <DependentUpon>ReservoirsCatholyteView.xaml</DependentUpon>
  284. </Compile>
  285. <Compile Include="Views\ReservoirsView.xaml.cs">
  286. <DependentUpon>ReservoirsView.xaml</DependentUpon>
  287. </Compile>
  288. <Compile Include="Views\SignalTowerConfigView.xaml.cs">
  289. <DependentUpon>SignalTowerConfigView.xaml</DependentUpon>
  290. </Compile>
  291. <Compile Include="Views\StandardHotReservoirsView.xaml.cs">
  292. <DependentUpon>StandardHotReservoirsView.xaml</DependentUpon>
  293. </Compile>
  294. <Compile Include="Views\ResRecipeView.xaml.cs">
  295. <DependentUpon>ResRecipeView.xaml</DependentUpon>
  296. </Compile>
  297. <Compile Include="Views\RinseHomePageView.xaml.cs">
  298. <DependentUpon>RinseHomePageView.xaml</DependentUpon>
  299. </Compile>
  300. <Compile Include="Views\SRDHomePageView.xaml.cs">
  301. <DependentUpon>SRDHomePageView.xaml</DependentUpon>
  302. </Compile>
  303. <Compile Include="Views\SRDMotionView.xaml.cs">
  304. <DependentUpon>SRDMotionView.xaml</DependentUpon>
  305. </Compile>
  306. <Compile Include="Views\SRDStationSetupView.xaml.cs">
  307. <DependentUpon>SRDStationSetupView.xaml</DependentUpon>
  308. </Compile>
  309. <Compile Include="Views\SystemSafetyView.xaml.cs">
  310. <DependentUpon>SystemSafetyView.xaml</DependentUpon>
  311. </Compile>
  312. <Compile Include="Views\TransporterMotionView.xaml.cs">
  313. <DependentUpon>TransporterMotionView.xaml</DependentUpon>
  314. </Compile>
  315. <Compile Include="Views\TransporterTeachView.xaml.cs">
  316. <DependentUpon>TransporterTeachView.xaml</DependentUpon>
  317. </Compile>
  318. <Compile Include="Views\TransporterView.xaml.cs">
  319. <DependentUpon>TransporterView.xaml</DependentUpon>
  320. </Compile>
  321. <Compile Include="Views\SystemFacilitiesView.xaml.cs">
  322. <DependentUpon>SystemFacilitiesView.xaml</DependentUpon>
  323. </Compile>
  324. <Compile Include="Views\RecipeManageView.xaml.cs">
  325. <DependentUpon>RecipeManageView.xaml</DependentUpon>
  326. </Compile>
  327. <Compile Include="Views\QdrRecipeView.xaml.cs">
  328. <DependentUpon>QdrRecipeView.xaml</DependentUpon>
  329. </Compile>
  330. <Compile Include="Views\EfemView.xaml.cs">
  331. <DependentUpon>EfemView.xaml</DependentUpon>
  332. </Compile>
  333. <Compile Include="Views\EndPointDlg.xaml.cs">
  334. <DependentUpon>EndPointDlg.xaml</DependentUpon>
  335. </Compile>
  336. <Compile Include="Views\EventView.xaml.cs">
  337. <DependentUpon>EventView.xaml</DependentUpon>
  338. </Compile>
  339. <Compile Include="Views\FAView.xaml.cs">
  340. <DependentUpon>FAView.xaml</DependentUpon>
  341. </Compile>
  342. <Compile Include="Views\HeaterView.xaml.cs">
  343. <DependentUpon>HeaterView.xaml</DependentUpon>
  344. </Compile>
  345. <Compile Include="Views\BeckhoffIOView.xaml.cs">
  346. <DependentUpon>BeckhoffIOView.xaml</DependentUpon>
  347. </Compile>
  348. <Compile Include="Views\LinMotOtherView.xaml.cs">
  349. <DependentUpon>LinMotOtherView.xaml</DependentUpon>
  350. </Compile>
  351. <Compile Include="Views\LinMotView.xaml.cs">
  352. <DependentUpon>LinMotView.xaml</DependentUpon>
  353. </Compile>
  354. <Compile Include="Views\LoaderMotionView.xaml.cs">
  355. <DependentUpon>LoaderMotionView.xaml</DependentUpon>
  356. </Compile>
  357. <Compile Include="Views\LoaderSetupView.xaml.cs">
  358. <DependentUpon>LoaderSetupView.xaml</DependentUpon>
  359. </Compile>
  360. <Compile Include="Views\OperationOverView.xaml.cs">
  361. <DependentUpon>OperationOverView.xaml</DependentUpon>
  362. </Compile>
  363. <Compile Include="Views\PlatformView.xaml.cs">
  364. <DependentUpon>PlatformView.xaml</DependentUpon>
  365. </Compile>
  366. <Compile Include="Views\ProcessChamberView.xaml.cs">
  367. <DependentUpon>ProcessChamberView.xaml</DependentUpon>
  368. </Compile>
  369. <Compile Include="Views\ProcessHistoryView.xaml.cs">
  370. <DependentUpon>ProcessHistoryView.xaml</DependentUpon>
  371. </Compile>
  372. <Compile Include="Views\PufMotionView.xaml.cs">
  373. <DependentUpon>PufMotionView.xaml</DependentUpon>
  374. </Compile>
  375. <Compile Include="Views\PufServiceScreenView.xaml.cs">
  376. <DependentUpon>PufServiceScreenView.xaml</DependentUpon>
  377. </Compile>
  378. <Compile Include="Views\DepRecipeView.xaml.cs">
  379. <DependentUpon>DepRecipeView.xaml</DependentUpon>
  380. </Compile>
  381. <Compile Include="Views\PwtRecipeView.xaml.cs">
  382. <DependentUpon>PwtRecipeView.xaml</DependentUpon>
  383. </Compile>
  384. <Compile Include="Views\HvdRecipeView.xaml.cs">
  385. <DependentUpon>HvdRecipeView.xaml</DependentUpon>
  386. </Compile>
  387. <Compile Include="Views\TemperatureControllerView.xaml.cs">
  388. <DependentUpon>TemperatureControllerView.xaml</DependentUpon>
  389. </Compile>
  390. <Compile Include="Views\ResistivityProbeView.xaml.cs">
  391. <DependentUpon>ResistivityProbeView.xaml</DependentUpon>
  392. </Compile>
  393. <Compile Include="Views\SrdRecipeView.xaml.cs">
  394. <DependentUpon>SrdRecipeView.xaml</DependentUpon>
  395. </Compile>
  396. <Compile Include="Views\SequenceRecipeView.xaml.cs">
  397. <DependentUpon>SequenceRecipeView.xaml</DependentUpon>
  398. </Compile>
  399. <Compile Include="Views\RoleView.xaml.cs">
  400. <DependentUpon>RoleView.xaml</DependentUpon>
  401. </Compile>
  402. <Compile Include="Views\SystemConfigView.xaml.cs">
  403. <DependentUpon>SystemConfigView.xaml</DependentUpon>
  404. </Compile>
  405. <Compile Include="Views\TopView.xaml.cs">
  406. <DependentUpon>TopView.xaml</DependentUpon>
  407. </Compile>
  408. <Compile Include="Views\UserItemView.xaml.cs">
  409. <DependentUpon>UserItemView.xaml</DependentUpon>
  410. </Compile>
  411. <Compile Include="Views\VATPerformanceView.xaml.cs">
  412. <DependentUpon>VATPerformanceView.xaml</DependentUpon>
  413. </Compile>
  414. <Compile Include="Views\WaferAssociationUnit.xaml.cs">
  415. <DependentUpon>WaferAssociationUnit.xaml</DependentUpon>
  416. </Compile>
  417. <Compile Include="Views\WaferDialogView.xaml.cs">
  418. <DependentUpon>WaferDialogView.xaml</DependentUpon>
  419. </Compile>
  420. <Compile Include="Views\WaferHistoryDBView.xaml.cs">
  421. <DependentUpon>WaferHistoryDBView.xaml</DependentUpon>
  422. </Compile>
  423. <Compile Include="Views\WaferHolderView.xaml.cs">
  424. <DependentUpon>WaferHolderView.xaml</DependentUpon>
  425. </Compile>
  426. </ItemGroup>
  427. <ItemGroup>
  428. <ProjectReference Include="..\CyberX8_Core\CyberX8_Core.csproj">
  429. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  430. <Name>CyberX8_Core</Name>
  431. </ProjectReference>
  432. <ProjectReference Include="..\CyberX8_Themes\CyberX8_Themes.csproj">
  433. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  434. <Name>CyberX8_Themes</Name>
  435. </ProjectReference>
  436. <ProjectReference Include="..\Framework\ClientBase\OpenSEMI.ClientBase.csproj">
  437. <Project>{38ba4f71-e9c5-4266-9b72-1733cdb39311}</Project>
  438. <Name>OpenSEMI.ClientBase</Name>
  439. </ProjectReference>
  440. <ProjectReference Include="..\Framework\Common\Common.csproj">
  441. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  442. <Name>Common</Name>
  443. </ProjectReference>
  444. <ProjectReference Include="..\Framework\OpenControl\OpenSEMI.Ctrlib.csproj">
  445. <Project>{b55e8d4b-c4c8-4a6d-9fc4-609c52a56cac}</Project>
  446. <Name>OpenSEMI.Ctrlib</Name>
  447. </ProjectReference>
  448. <ProjectReference Include="..\Framework\OpenSEMICore\OpenSEMI.Core.csproj">
  449. <Project>{c4cd3d7b-cb40-47d5-ab04-df05007e5b6a}</Project>
  450. <Name>OpenSEMI.Core</Name>
  451. </ProjectReference>
  452. <ProjectReference Include="..\Framework\SequenceControl\SequenceControl.csproj">
  453. <Project>{a40b734c-f2ec-453c-a5fb-70cd46452bf1}</Project>
  454. <Name>SequenceControl</Name>
  455. </ProjectReference>
  456. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  457. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  458. <Name>UICore</Name>
  459. </ProjectReference>
  460. </ItemGroup>
  461. <ItemGroup>
  462. <Page Include="Views\AlarmHomePageView.xaml">
  463. <SubType>Designer</SubType>
  464. <Generator>MSBuild:Compile</Generator>
  465. </Page>
  466. <Page Include="Views\DataHistoryView.xaml">
  467. <SubType>Designer</SubType>
  468. <Generator>MSBuild:Compile</Generator>
  469. </Page>
  470. <Page Include="Views\DosingSystemView.xaml">
  471. <SubType>Designer</SubType>
  472. <Generator>MSBuild:Compile</Generator>
  473. </Page>
  474. <Page Include="Views\DryerHomePageView.xaml">
  475. <SubType>Designer</SubType>
  476. <Generator>MSBuild:Compile</Generator>
  477. </Page>
  478. <Page Include="Views\JobOperationView.xaml">
  479. <SubType>Designer</SubType>
  480. <Generator>MSBuild:Compile</Generator>
  481. </Page>
  482. <Page Include="Views\LoaderCycleView.xaml">
  483. <Generator>MSBuild:Compile</Generator>
  484. <SubType>Designer</SubType>
  485. </Page>
  486. <Page Include="Views\LoginView.xaml">
  487. <SubType>Designer</SubType>
  488. <Generator>MSBuild:Compile</Generator>
  489. </Page>
  490. <Page Include="Views\LogoutView.xaml">
  491. <SubType>Designer</SubType>
  492. <Generator>MSBuild:Compile</Generator>
  493. </Page>
  494. <Page Include="Views\MaterialMovementView.xaml">
  495. <SubType>Designer</SubType>
  496. <Generator>MSBuild:Compile</Generator>
  497. </Page>
  498. <Page Include="Views\MetalCMHomePageView.xaml">
  499. <SubType>Designer</SubType>
  500. <Generator>MSBuild:Compile</Generator>
  501. </Page>
  502. <Page Include="Views\MetalSHHomePageView.xaml">
  503. <SubType>Designer</SubType>
  504. <Generator>MSBuild:Compile</Generator>
  505. </Page>
  506. <Page Include="Views\PMCounterView.xaml">
  507. <SubType>Designer</SubType>
  508. <Generator>MSBuild:Compile</Generator>
  509. </Page>
  510. <Page Include="Views\CMMPowerSupplierView.xaml">
  511. <Generator>MSBuild:Compile</Generator>
  512. <SubType>Designer</SubType>
  513. </Page>
  514. <Page Include="Views\PowerSupplierView.xaml">
  515. <Generator>MSBuild:Compile</Generator>
  516. <SubType>Designer</SubType>
  517. </Page>
  518. <Page Include="Views\ReservoirsAnolyteView.xaml">
  519. <SubType>Designer</SubType>
  520. <Generator>MSBuild:Compile</Generator>
  521. </Page>
  522. <Page Include="Views\PrewetHomePageView.xaml">
  523. <Generator>MSBuild:Compile</Generator>
  524. <SubType>Designer</SubType>
  525. </Page>
  526. <Page Include="Views\RdsRecipeView.xaml">
  527. <SubType>Designer</SubType>
  528. <Generator>MSBuild:Compile</Generator>
  529. </Page>
  530. <Page Include="Views\ReservoirsCatholyteView.xaml">
  531. <SubType>Designer</SubType>
  532. <Generator>MSBuild:Compile</Generator>
  533. </Page>
  534. <Page Include="Views\ReservoirsView.xaml">
  535. <SubType>Designer</SubType>
  536. <Generator>MSBuild:Compile</Generator>
  537. </Page>
  538. <Page Include="Views\SignalTowerConfigView.xaml">
  539. <SubType>Designer</SubType>
  540. <Generator>MSBuild:Compile</Generator>
  541. </Page>
  542. <Page Include="Views\StandardHotReservoirsView.xaml">
  543. <SubType>Designer</SubType>
  544. <Generator>MSBuild:Compile</Generator>
  545. </Page>
  546. <Page Include="Views\ResRecipeView.xaml">
  547. <SubType>Designer</SubType>
  548. <Generator>MSBuild:Compile</Generator>
  549. </Page>
  550. <Page Include="Views\RinseHomePageView.xaml">
  551. <SubType>Designer</SubType>
  552. <Generator>MSBuild:Compile</Generator>
  553. </Page>
  554. <Page Include="Views\SRDHomePageView.xaml">
  555. <SubType>Designer</SubType>
  556. <Generator>MSBuild:Compile</Generator>
  557. </Page>
  558. <Page Include="Views\SRDMotionView.xaml">
  559. <SubType>Designer</SubType>
  560. <Generator>MSBuild:Compile</Generator>
  561. </Page>
  562. <Page Include="Views\SRDStationSetupView.xaml">
  563. <Generator>MSBuild:Compile</Generator>
  564. <SubType>Designer</SubType>
  565. </Page>
  566. <Page Include="Views\SystemSafetyView.xaml">
  567. <SubType>Designer</SubType>
  568. <Generator>MSBuild:Compile</Generator>
  569. </Page>
  570. <Page Include="Views\TransporterMotionView.xaml">
  571. <Generator>MSBuild:Compile</Generator>
  572. <SubType>Designer</SubType>
  573. </Page>
  574. <Page Include="Views\TransporterTeachView.xaml">
  575. <Generator>MSBuild:Compile</Generator>
  576. <SubType>Designer</SubType>
  577. </Page>
  578. <Page Include="Views\TransporterView.xaml">
  579. <Generator>MSBuild:Compile</Generator>
  580. <SubType>Designer</SubType>
  581. </Page>
  582. <Page Include="Views\SystemFacilitiesView.xaml">
  583. <Generator>MSBuild:Compile</Generator>
  584. <SubType>Designer</SubType>
  585. </Page>
  586. <Page Include="Views\RecipeManageView.xaml">
  587. <Generator>MSBuild:Compile</Generator>
  588. <SubType>Designer</SubType>
  589. </Page>
  590. <Page Include="Views\QdrRecipeView.xaml">
  591. <Generator>MSBuild:Compile</Generator>
  592. <SubType>Designer</SubType>
  593. </Page>
  594. <Page Include="Views\EfemView.xaml">
  595. <SubType>Designer</SubType>
  596. <Generator>MSBuild:Compile</Generator>
  597. </Page>
  598. <Page Include="Views\EndPointDlg.xaml">
  599. <Generator>MSBuild:Compile</Generator>
  600. <SubType>Designer</SubType>
  601. </Page>
  602. <Page Include="Views\EventView.xaml">
  603. <SubType>Designer</SubType>
  604. <Generator>MSBuild:Compile</Generator>
  605. </Page>
  606. <Page Include="Views\FAView.xaml">
  607. <SubType>Designer</SubType>
  608. <Generator>MSBuild:Compile</Generator>
  609. </Page>
  610. <Page Include="Views\HeaterView.xaml">
  611. <SubType>Designer</SubType>
  612. <Generator>MSBuild:Compile</Generator>
  613. </Page>
  614. <Page Include="Views\BeckhoffIOView.xaml">
  615. <Generator>MSBuild:Compile</Generator>
  616. <SubType>Designer</SubType>
  617. </Page>
  618. <Page Include="Views\LinMotOtherView.xaml">
  619. <Generator>MSBuild:Compile</Generator>
  620. <SubType>Designer</SubType>
  621. </Page>
  622. <Page Include="Views\LinMotView.xaml">
  623. <SubType>Designer</SubType>
  624. <Generator>MSBuild:Compile</Generator>
  625. </Page>
  626. <Page Include="Views\LoaderMotionView.xaml">
  627. <Generator>MSBuild:Compile</Generator>
  628. <SubType>Designer</SubType>
  629. </Page>
  630. <Page Include="Views\LoaderSetupView.xaml">
  631. <SubType>Designer</SubType>
  632. <Generator>MSBuild:Compile</Generator>
  633. </Page>
  634. <Page Include="Views\OperationOverView.xaml">
  635. <SubType>Designer</SubType>
  636. <Generator>MSBuild:Compile</Generator>
  637. </Page>
  638. <Page Include="Views\PlatformView.xaml">
  639. <SubType>Designer</SubType>
  640. <Generator>MSBuild:Compile</Generator>
  641. </Page>
  642. <Page Include="Views\ProcessChamberView.xaml">
  643. <SubType>Designer</SubType>
  644. <Generator>MSBuild:Compile</Generator>
  645. </Page>
  646. <Page Include="Views\ProcessHistoryView.xaml">
  647. <SubType>Designer</SubType>
  648. <Generator>MSBuild:Compile</Generator>
  649. </Page>
  650. <Page Include="Views\PufMotionView.xaml">
  651. <SubType>Designer</SubType>
  652. <Generator>MSBuild:Compile</Generator>
  653. </Page>
  654. <Page Include="Views\PufServiceScreenView.xaml">
  655. <SubType>Designer</SubType>
  656. <Generator>MSBuild:Compile</Generator>
  657. </Page>
  658. <Page Include="Views\DepRecipeView.xaml">
  659. <Generator>MSBuild:Compile</Generator>
  660. <SubType>Designer</SubType>
  661. </Page>
  662. <Page Include="Views\PwtRecipeView.xaml">
  663. <Generator>MSBuild:Compile</Generator>
  664. <SubType>Designer</SubType>
  665. </Page>
  666. <Page Include="Views\HvdRecipeView.xaml">
  667. <Generator>MSBuild:Compile</Generator>
  668. <SubType>Designer</SubType>
  669. </Page>
  670. <Page Include="Views\TemperatureControllerView.xaml">
  671. <Generator>MSBuild:Compile</Generator>
  672. <SubType>Designer</SubType>
  673. </Page>
  674. <Page Include="Views\ResistivityProbeView.xaml">
  675. <SubType>Designer</SubType>
  676. <Generator>MSBuild:Compile</Generator>
  677. </Page>
  678. <Page Include="Views\SrdRecipeView.xaml">
  679. <Generator>MSBuild:Compile</Generator>
  680. <SubType>Designer</SubType>
  681. </Page>
  682. <Page Include="Views\SequenceRecipeView.xaml">
  683. <SubType>Designer</SubType>
  684. <Generator>MSBuild:Compile</Generator>
  685. </Page>
  686. <Page Include="Views\RoleView.xaml">
  687. <SubType>Designer</SubType>
  688. <Generator>MSBuild:Compile</Generator>
  689. </Page>
  690. <Page Include="Views\SystemConfigView.xaml">
  691. <SubType>Designer</SubType>
  692. <Generator>MSBuild:Compile</Generator>
  693. </Page>
  694. <Page Include="Views\TopView.xaml">
  695. <SubType>Designer</SubType>
  696. <Generator>MSBuild:Compile</Generator>
  697. </Page>
  698. <Page Include="Views\UserItemView.xaml">
  699. <Generator>MSBuild:Compile</Generator>
  700. <SubType>Designer</SubType>
  701. </Page>
  702. <Page Include="Views\VATPerformanceView.xaml">
  703. <SubType>Designer</SubType>
  704. <Generator>MSBuild:Compile</Generator>
  705. </Page>
  706. <Page Include="Views\WaferAssociationUnit.xaml">
  707. <Generator>MSBuild:Compile</Generator>
  708. <SubType>Designer</SubType>
  709. </Page>
  710. <Page Include="Views\WaferDialogView.xaml">
  711. <SubType>Designer</SubType>
  712. <Generator>MSBuild:Compile</Generator>
  713. </Page>
  714. <Page Include="Views\WaferHistoryDBView.xaml">
  715. <SubType>Designer</SubType>
  716. <Generator>MSBuild:Compile</Generator>
  717. </Page>
  718. <Page Include="Views\WaferHolderView.xaml">
  719. <SubType>Designer</SubType>
  720. <Generator>MSBuild:Compile</Generator>
  721. </Page>
  722. </ItemGroup>
  723. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  724. </Project>