Venus_MainPages.csproj.bak 26 KB

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